Changeset fde66c2 for src/Makefile.in
- Timestamp:
- Aug 2, 2018, 1:41:30 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
- Children:
- 0a76d84
- Parents:
- a2f146ee (diff), a5da6a3 (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.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
ra2f146ee rfde66c2 365 365 AWK = @AWK@ 366 366 BACKEND_CC = @BACKEND_CC@ 367 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 368 BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@ 367 369 CC = @CC@ 368 370 CCAS = @CCAS@ … … 370 372 CCASFLAGS = @CCASFLAGS@ 371 373 CCDEPMODE = @CCDEPMODE@ 374 CFACC = @CFACC@ 375 CFACPP = @CFACPP@ 372 376 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 373 377 CFA_BINDIR = @CFA_BINDIR@ … … 386 390 DEFS = @DEFS@ 387 391 DEPDIR = @DEPDIR@ 392 DRIVER_DIR = @DRIVER_DIR@ 388 393 ECHO_C = @ECHO_C@ 389 394 ECHO_N = @ECHO_N@ … … 536 541 537 542 # put into lib for now 538 cfa_cpplibdir = $ {CFA_LIBDIR}539 driver_cfa_cpp_SOURCES = $ {SRC}543 cfa_cpplibdir = $(CFA_LIBDIR) 544 driver_cfa_cpp_SOURCES = $(SRC) 540 545 driver_cfa_cpp_LDADD = -ldl # yywrap 541 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++14546 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 542 547 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 543 548 all: $(BUILT_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.