aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 16:59:26 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 16:59:26 +0000
commit6a8503115a9952dc793d15d0ea9033b68b30aae6 (patch)
tree6cdfea7214ef2902abd4fa0604e1d0a505fd33c8 /cparser/Makefile
parenta74f6b45d72834b5b8417297017bd81424123d98 (diff)
downloadcompcert-6a8503115a9952dc793d15d0ea9033b68b30aae6.tar.gz
compcert-6a8503115a9952dc793d15d0ea9033b68b30aae6.zip
Revised treatment of builtins
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1283 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Makefile')
-rw-r--r--cparser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cparser/Makefile b/cparser/Makefile
index 0ecd8f7b..df1d6047 100644
--- a/cparser/Makefile
+++ b/cparser/Makefile
@@ -12,7 +12,8 @@ INTFS=C.mli
SRCS=Errors.ml Cabs.ml Cabshelper.ml Parse_aux.ml Parser.ml Lexer.ml \
Machine.ml \
Env.ml Cprint.ml Cutil.ml Ceval.ml Cleanup.ml \
- Builtins.ml Elab.ml Rename.ml \
+ Builtins.ml GCC.ml \
+ Elab.ml Rename.ml \
Transform.ml \
Unblock.ml SimplExpr.ml AddCasts.ml StructByValue.ml StructAssign.ml \
Bitfields.ml \