Changes in src/Makefile.am [fc846ae:47c1928]
- File:
-
- 1 edited
-
src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rfc846ae r47c1928 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 \ … … 48 48 ___driver_cfa_cpp_LDADD = -ldl # yywrap 49 49 50 AM_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I$(srcdir)/Parser -I$(srcdir)/include -DYY_NO_INPUT -O2 -g -std=c++1451 AM_LDFLAGS =-Xlinker -export-dynamic50 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 52 52 53 53 MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note:
See TracChangeset
for help on using the changeset viewer.