Changeset d3b7937 for src/Makefile.am
- Timestamp:
- Jan 29, 2016, 4:36:39 PM (8 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:
- ae8b942
- Parents:
- f3fc8cbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rf3fc8cbe rd3b7937 11 11 ## Created On : Sun May 31 08:51:46 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat Jun 13 08:22:14 201514 ## Update Count : 1713 ## Last Modified On : Thu Jan 28 16:50:26 2016 14 ## Update Count : 55 15 15 ############################################################################### 16 16 … … 18 18 AUTOMAKE_OPTIONS = subdir-objects 19 19 20 SRC = main.cc MakeLibCfa.cc 20 SRC = main.cc \ 21 MakeLibCfa.cc 22 23 MAINTAINERCLEANFILES = 21 24 22 25 # Is there a way to use a variable for the directory names? 26 23 27 include ArgTweak/module.mk 24 28 include CodeGen/module.mk … … 36 40 # put into lib for now 37 41 cfa_cpplibdir = ${libdir} 38 cfa_cpplib_PROGRAMS = cfa-cpp 39 cfa_cpp_SOURCES = ${SRC} 42 cfa_cpplib_PROGRAMS = driver/cfa-cpp 43 driver_cfa_cpp_SOURCES = ${SRC} 44 driver_cfa_cpp_LDADD = ${LEXLIB} # yywrap 40 45 # need files Common/utility.h 41 cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${srcdir}/Common 46 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL 42 47 43 48 CXXFLAGS = -g # remove default -O2 to allow better debugging 49 50 MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note: See TracChangeset
for help on using the changeset viewer.