ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 9b086ca was ba9baad, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
Simplified some of the handling by converting libcfa sources from .c to .cfa
|
-
Property mode
set to
100644
|
File size:
438 bytes
|
Rev | Line | |
---|
[ad486c5b] | 1 | CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
---|
| 2 |
|
---|
| 3 | AM_V_CFA = $(am__v_CFA_@AM_V@)
|
---|
| 4 | am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
|
---|
| 5 | am__v_CFA_0 = @echo " CFA " $@;
|
---|
| 6 | am__v_CFA_1 =
|
---|
| 7 |
|
---|
[ba9baad] | 8 | .cfa.o: $(CFACC) $(CFACPP)
|
---|
[ad486c5b] | 9 | $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
---|
[ba9baad] | 10 | $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
---|
[ad486c5b] | 11 | $(am__mv) $$depbase.Tpo $$depbase.Po
|
---|
Note:
See
TracBrowser
for help on using the repository browser.