source: src/cfa.make@ 4084928e

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 4084928e was ad486c5b, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Added .make file with implicit rules for compiling cfa files
fixed extraneous test in tree flags

  • Property mode set to 100644
File size: 424 bytes
Line 
1CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
2
3AM_V_CFA = $(am__v_CFA_@AM_V@)
4am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
5am__v_CFA_0 = @echo " CFA " $@;
6am__v_CFA_1 =
7
8.cfa.c:
9 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
10 $(CFACOMPILE) -CFA -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
11 $(am__mv) $$depbase.Tpo $$depbase.Po
Note: See TracBrowser for help on using the repository browser.