Changeset 837f999
- Timestamp:
- Oct 27, 2016, 8:39:06 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:
- f849c8e
- Parents:
- 03d416f
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r03d416f r837f999 11 11 ## Created On : Sun May 31 08:51:46 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat Sep 24 15:03:52201614 ## Update Count : 7 313 ## Last Modified On : Thu Oct 27 11:56:26 2016 14 ## Update Count : 74 15 15 ############################################################################### 16 16 … … 41 41 driver_cfa_cpp_SOURCES = ${SRC} 42 42 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl # yywrap 43 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL - rdynamic -I${abs_top_srcdir}/src/include43 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -Xlinker -export-dynamic -I${abs_top_srcdir}/src/include 44 44 45 45 MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}} -
src/Makefile.in
r03d416f r837f999 417 417 driver_cfa_cpp_SOURCES = ${SRC} 418 418 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl # yywrap 419 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL - rdynamic -I${abs_top_srcdir}/src/include419 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -Xlinker -export-dynamic -I${abs_top_srcdir}/src/include 420 420 all: $(BUILT_SOURCES) 421 421 $(MAKE) $(AM_MAKEFLAGS) all-am
Note: See TracChangeset
for help on using the changeset viewer.