Changeset c5a8c5b for src/prelude
- Timestamp:
- Dec 15, 2016, 10:58:04 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- c7800bfc
- Parents:
- 74e5a3aa
- Location:
- src/prelude
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.am
r74e5a3aa rc5a8c5b 42 42 prototypes.awk : 43 43 44 ../libcfa/libcfa-prelude.c : prelude.cf extras.cf builtins.cf 44 ../libcfa/libcfa-prelude.c : prelude.cf extras.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp 45 45 ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -l prelude.cf $@ # use src/cfa-cpp as not in lib until after install 46 46 -
src/prelude/Makefile.in
r74e5a3aa rc5a8c5b 438 438 prototypes.awk : 439 439 440 ../libcfa/libcfa-prelude.c : prelude.cf extras.cf builtins.cf 440 ../libcfa/libcfa-prelude.c : prelude.cf extras.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp 441 441 ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -l prelude.cf $@ # use src/cfa-cpp as not in lib until after install 442 442
Note: See TracChangeset
for help on using the changeset viewer.