Changeset cd7ef0b for src/Makefile.in
- Timestamp:
- Aug 10, 2017, 3:39:11 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:
- 38d70ab
- Parents:
- 275f4b4 (diff), e1780a2 (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
r275f4b4 rcd7ef0b 262 262 am_driver_cfa_cpp_OBJECTS = $(am__objects_1) 263 263 driver_cfa_cpp_OBJECTS = $(am_driver_cfa_cpp_OBJECTS) 264 am__DEPENDENCIES_1 = 265 driver_cfa_cpp_DEPENDENCIES = $(am__DEPENDENCIES_1) 264 driver_cfa_cpp_DEPENDENCIES = 266 265 driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \ 267 266 $(driver_cfa_cpp_LDFLAGS) $(LDFLAGS) -o $@ … … 548 547 cfa_cpplibdir = ${CFA_LIBDIR} 549 548 driver_cfa_cpp_SOURCES = ${SRC} 550 driver_cfa_cpp_LDADD = ${LEXLIB}-ldl # yywrap549 driver_cfa_cpp_LDADD = -ldl # yywrap 551 550 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14 552 551 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
Note:
See TracChangeset
for help on using the changeset viewer.