Changeset db82596 for libcfa/Makefile.am


Ignore:
Timestamp:
Jun 1, 2015, 8:59:06 AM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

redo automake sixth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.am

    r334163c rdb82596  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun May 31 08:54:36 2015
    14 ## Update Count     : 2
     13## Last Modified On : Mon Jun  1 08:55:17 2015
     14## Update Count     : 3
    1515###############################################################################
    1616
     
    2727
    2828builtins.cf : builtins.c
    29         @if [ -e builtins.c ] ; then \
     29        @if [ -e $< ] ; then \
    3030                @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \
    3131        fi
    3232
    3333builtins.c : builtins.def prototypes.awk
    34         @if [ -e builtins.def ] ; then \
     34        @if [ -e $< ] ; then \
    3535                @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
    3636        fi
     
    3838builtins.def :
    3939
     40prototypes.awk :
     41
    4042libcfa-prelude.c : ${libdir}/cfa-cpp ${libdir}/builtins.cf
    4143        sed -i -e "s#typedef.*ptrdiff_t.*#`@BACKEND_CC@ -E ${srcdir}/ptrdiff_t.c | grep 'typedef.*ptrdiff_t'`#" ${srcdir}/prelude.cf
    4244        ${libdir}/cfa-cpp -l ${srcdir}/prelude.cf $@
    43         rm -f ${srcdir}/prelude.c
    4445
    4546libcfa-prelude.o : libcfa-prelude.c
Note: See TracChangeset for help on using the changeset viewer.