source: src/cfa.make @ 3b2b37f

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 3b2b37f was ad486c5b, checked in by Thierry Delisle <tdelisle@…>, 6 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.