Changeset 334163c
- Timestamp:
- Jun 1, 2015, 8:26:00 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- db82596
- Parents:
- 6081e74e
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r6081e74e r334163c 11 11 ## Created On : Sun May 31 08:51:46 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sun May 31 23:49:23201514 ## Update Count : 1 113 ## Last Modified On : Mon Jun 1 08:15:08 2015 14 ## Update Count : 13 15 15 ############################################################################### 16 16 … … 19 19 20 20 SRC = main.cc MakeLibCfa.cc 21 LIBS =22 21 23 22 # Is there a way to use a variable for the directory names? -
src/Makefile.in
r6081e74e r334163c 164 164 am_cfa_cpp_OBJECTS = $(am__objects_1) 165 165 cfa_cpp_OBJECTS = $(am_cfa_cpp_OBJECTS) 166 cfa_cpp_LDADD = $(LDADD) 166 am__DEPENDENCIES_1 = 167 cfa_cpp_DEPENDENCIES = $(am__DEPENDENCIES_1) 167 168 cfa_cpp_LINK = $(CXXLD) $(cfa_cpp_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 168 169 $(LDFLAGS) -o $@ … … 230 231 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 231 232 LIBOBJS = @LIBOBJS@ 232 LIBS = -lfl233 LIBS = @LIBS@ 233 234 LTLIBOBJS = @LTLIBOBJS@ 234 235 MAINT = @MAINT@ … … 347 348 BUILT_SOURCES = Parser/parser.h 348 349 AM_YFLAGS = -d -t -v 350 cfa_cpp_LDADD = ${LEXLIB} # yywrap 349 351 MAINTAINERCLEANFILES = Parser/parser.output 350 352 -
src/Parser/module.mk
r6081e74e r334163c 11 11 ## Created On : Sat May 16 15:29:09 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sun May 31 23:52:20201514 ## Update Count : 7613 ## Last Modified On : Mon Jun 1 08:16:25 2015 14 ## Update Count : 83 15 15 ############################################################################### 16 16 … … 18 18 19 19 AM_YFLAGS = -d -t -v 20 20 cfa_cpp_LDADD = ${LEXLIB} # yywrap 21 21 MAINTAINERCLEANFILES = Parser/parser.output 22 22 … … 33 33 Parser/parseutility.cc \ 34 34 Parser/Parser.cc 35 36 LIBS += -lfl
Note: See TracChangeset
for help on using the changeset viewer.