Changeset 919d1ba for src/libcfa/Makefile.in
- Timestamp:
- Jul 11, 2016, 5:20:08 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 6f72453
- Parents:
- cad355a (diff), deefdc1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/libcfa/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
rcad355a r919d1ba 132 132 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 133 133 CFA_BINDIR = @CFA_BINDIR@ 134 CFA_FLAGS = @CFA_FLAGS@ 134 135 CFA_INCDIR = @CFA_INCDIR@ 135 136 CFA_LIBDIR = @CFA_LIBDIR@ 136 137 CFA_PREFIX = @CFA_PREFIX@ 137 CFLAGS = -quiet -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t# TEMPORARY: does not build with -O2138 CFLAGS = -quiet -g -Wall -Wno-unused-function @CFA_FLAGS@ -B${abs_top_srcdir}/src/driver -XCFA -t # TEMPORARY: does not build with -O2 138 139 CPP = @CPP@ 139 140 CPPFLAGS = @CPPFLAGS@ … … 602 603 # create extra forward types/declarations to reduce inclusion of library files 603 604 extras.cf : extras.regx extras.c 604 $(AM_V_GEN)@BACKEND_CC@ -E ${srcdir}/extras.c | grep -f extras.regx > ${srcdir}/extras.cf605 $(AM_V_GEN)@BACKEND_CC@ @CFA_FLAGS@ -E ${srcdir}/extras.c | grep -f extras.regx > ${srcdir}/extras.cf 605 606 606 607 # create forward declarations for gcc builtins … … 625 626 626 627 libcfa-prelude.o : libcfa-prelude.c 627 $(AM_V_GEN)@BACKEND_CC@ -c -o $@ $<628 $(AM_V_GEN)@BACKEND_CC@ @CFA_FLAGS@ -c -o $@ $< 628 629 629 630 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing
Note:
See TracChangeset
for help on using the changeset viewer.