Changeset 643a2e1 for libcfa/Makefile.in
- Timestamp:
- Jan 25, 2015, 10:43:12 PM (9 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:
- ad17ba6a
- Parents:
- ad8e062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
rad8e062 r643a2e1 9 9 ${INSTALL} -d @CFA_LIBDIR@ 10 10 ${INSTALL} prelude.cf @CFA_LIBDIR@ 11 ${INSTALL} builtins.cf @CFA_LIBDIR@12 11 ${INSTALL} libcfa.a @CFA_LIBDIR@ 13 12 … … 18 17 builtins.cf: builtins.c 19 18 @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ 19 ${INSTALL} builtins.cf @CFA_LIBDIR@ 20 20 21 21 libcfa-prelude.c: ../translator/cfa-cpp prelude.cf builtins.cf
Note: See TracChangeset
for help on using the changeset viewer.