Changeset db82596 for libcfa/Makefile.in
- Timestamp:
- Jun 1, 2015, 8:59:06 AM (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:
- 76934fb, d1d17f5
- Parents:
- 334163c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r334163c rdb82596 525 525 526 526 builtins.cf : builtins.c 527 @if [ -e builtins.c] ; then \527 @if [ -e $< ] ; then \ 528 528 @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \ 529 529 fi 530 530 531 531 builtins.c : builtins.def prototypes.awk 532 @if [ -e builtins.def] ; then \532 @if [ -e $< ] ; then \ 533 533 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \ 534 534 fi 535 535 536 536 builtins.def : 537 538 prototypes.awk : 537 539 538 540 libcfa-prelude.c : ${libdir}/cfa-cpp ${libdir}/builtins.cf 539 541 sed -i -e "s#typedef.*ptrdiff_t.*#`@BACKEND_CC@ -E ${srcdir}/ptrdiff_t.c | grep 'typedef.*ptrdiff_t'`#" ${srcdir}/prelude.cf 540 542 ${libdir}/cfa-cpp -l ${srcdir}/prelude.cf $@ 541 rm -f ${srcdir}/prelude.c542 543 543 544 libcfa-prelude.o : libcfa-prelude.c
Note: See TracChangeset
for help on using the changeset viewer.