- Timestamp:
- Jan 25, 2015, 12:25:56 AM (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:
- 1e8bf345
- Parents:
- df23c8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
rdf23c8f r6e952ec 15 15 builtins.cf: Makefile builtins.c builtins.def 16 16 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > builtins.c 17 @BACKEND_CC@ -E builtins.c sed |-e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > builtins.cf17 @BACKEND_CC@ -E builtins.c | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > builtins.cf 18 18 19 19 libcfa-prelude.c: ../translator/cfa-cpp prelude.cf builtins.cf
Note: See TracChangeset
for help on using the changeset viewer.