Changeset 7cd8827 for src/Makefile.am
- Timestamp:
- Aug 14, 2018, 4:10:58 PM (7 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 636e1b9
- Parents:
- c3a8ecd (diff), 5a5d31a (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.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rc3a8ecd r7cd8827 16 16 17 17 # create object files in directory with source files 18 AUTOMAKE_OPTIONS = subdir-objects18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 19 20 20 SRC = main.cc \ … … 23 23 24 24 MAINTAINERCLEANFILES = 25 MOSTLYCLEANFILES = 25 26 26 27 # Is there a way to use a variable for the directory names? … … 43 44 # put into lib for now 44 45 cfa_cpplibdir = $(CFA_LIBDIR) 45 cfa_cpplib_PROGRAMS = driver/cfa-cpp 46 driver_cfa_cpp_SOURCES = $(SRC) 47 driver_cfa_cpp_LDADD = -ldl # yywrap 48 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I$(srcdir)/Parser -I$(srcdir)/include -DYY_NO_INPUT -O2 -g -std=c++14 49 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 46 cfa_cpplib_PROGRAMS = ../driver/cfa-cpp 47 ___driver_cfa_cpp_SOURCES = $(SRC) 48 ___driver_cfa_cpp_LDADD = -ldl # yywrap 49 50 AM_CXXFLAGS = @HOST_FLAGS@ -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I$(srcdir)/Parser -I$(srcdir)/include -DYY_NO_INPUT -O2 -g -std=c++14 51 AM_LDFLAGS = @HOST_FLAGS@ -Xlinker -export-dynamic 50 52 51 53 MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note:
See TracChangeset
for help on using the changeset viewer.