Changeset fe3b61b
- Timestamp:
- Jan 24, 2015, 5:30:54 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 2c2242c
- Parents:
- 02e9ae2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r02e9ae2 rfe3b61b 14 14 # make forward declarations for gcc builtins 15 15 builtins.cf: Makefile builtins.c builtins.def 16 @BACKEND_CC@ -E builtins.c | sed 's/"//g' > builtins.cf 16 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > builtins.c 17 @BACKEND_CC@ -E builtins.c | -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > builtins.cf 17 18 18 19 libcfa-prelude.c: ../translator/cfa-cpp prelude.cf builtins.cf
Note: See TracChangeset
for help on using the changeset viewer.