Changes in src/Makefile.in [e9546f9:c9d5c4f]
- File:
-
- 1 edited
-
src/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
re9546f9 rc9d5c4f 327 327 *) (install-info --version) >/dev/null 2>&1;; \ 328 328 esac 329 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 330 $(LISP)config.h.in 329 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 331 330 # Read a list of newline-separated strings from the standard input, 332 331 # and print each of them once, without duplicates. Input order is … … 542 541 driver_cfa_cpp_SOURCES = ${SRC} 543 542 driver_cfa_cpp_LDADD = -ldl # yywrap 544 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I ./Parser -I${abs_top_srcdir}/src/Parser -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14543 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14 545 544 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 546 545 all: $(BUILT_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.