Changes in libcfa/src/Makefile.am [1ee048fd:dee1f89]
- File:
-
- 1 edited
-
libcfa/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r1ee048fd rdee1f89 26 26 VPATH += :../prelude 27 27 28 gdbwaittarget="" 29 28 30 # AM_CFLAGS for all cfa source 29 31 # AM_CFAFLAGS for only cfa source 30 32 # use -no-include-stdhdr to prevent rebuild cycles 31 33 # The built sources must not depend on the installed headers 32 AM_CFAFLAGS = -quiet - cfalib @PRELUDEFLAG@ -I$(srcdir)/stdhdr@CONFIG_CFAFLAGS@34 AM_CFAFLAGS = -quiet -in-tree -I$(srcdir)/stdhdr $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@ 33 35 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@ 34 36 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ … … 62 64 # add dependency of cfa files 63 65 libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc)))) 64 $(libobjs) : @ LOCAL_CFACC@ @CFACPP@ prelude.cfa66 $(libobjs) : @CFACC@ @CFACPP@ prelude.cfa 65 67 66 68 thread_libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(thread_libsrc)))) 67 $(thread_libobjs) : @ LOCAL_CFACC@ @CFACPP@ prelude.cfa69 $(thread_libobjs) : @CFACC@ @CFACPP@ prelude.cfa 68 70 69 71 … … 84 86 85 87 86 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @ LOCAL_CFACC@ @CFACPP@87 ${AM_V_GEN}$(CFACOMPILE) -quiet @PRELUDEFLAG@-XCFA -l ${<} -c -o ${@}88 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@ 89 ${AM_V_GEN}$(CFACOMPILE) -quiet -in-tree -XCFA -l ${<} -c -o ${@} 88 90 89 prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @ LOCAL_CFACC@ @CFACPP@91 prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@ 90 92 ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \ 91 $(CFACOMPILE) -quiet @PRELUDEFLAG@-XCFA -l ${<} -c -o ${@}93 $(CFACOMPILE) -quiet -in-tree -XCFA -l ${<} -c -o ${@} 92 94 93 95
Note:
See TracChangeset
for help on using the changeset viewer.