Changeset 3d4b23fa for src/Makefile.in
- Timestamp:
- Jul 13, 2017, 3:57:04 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0720e049, 9a1e509
- Parents:
- 55a68c3 (diff), d6ff3ff (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/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
r55a68c3 r3d4b23fa 544 544 driver_cfa_cpp_SOURCES = ${SRC} 545 545 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl # yywrap 546 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall - DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14546 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14 547 547 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 548 548 all: $(BUILT_SOURCES) … … 560 560 esac; \ 561 561 done; \ 562 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/Makefile'; \562 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 563 563 $(am__cd) $(top_srcdir) && \ 564 $(AUTOMAKE) -- gnusrc/Makefile564 $(AUTOMAKE) --foreign src/Makefile 565 565 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 566 566 @case '$?' in \
Note:
See TracChangeset
for help on using the changeset viewer.