Changeset fde66c2 for src/Makefile.in


Ignore:
Timestamp:
Aug 2, 2018, 1:41:30 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    ra2f146ee rfde66c2  
    365365AWK = @AWK@
    366366BACKEND_CC = @BACKEND_CC@
     367BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
     368BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@
    367369CC = @CC@
    368370CCAS = @CCAS@
     
    370372CCASFLAGS = @CCASFLAGS@
    371373CCDEPMODE = @CCDEPMODE@
     374CFACC = @CFACC@
     375CFACPP = @CFACPP@
    372376CFA_BACKEND_CC = @CFA_BACKEND_CC@
    373377CFA_BINDIR = @CFA_BINDIR@
     
    386390DEFS = @DEFS@
    387391DEPDIR = @DEPDIR@
     392DRIVER_DIR = @DRIVER_DIR@
    388393ECHO_C = @ECHO_C@
    389394ECHO_N = @ECHO_N@
     
    536541
    537542# put into lib for now
    538 cfa_cpplibdir = ${CFA_LIBDIR}
    539 driver_cfa_cpp_SOURCES = ${SRC}
     543cfa_cpplibdir = $(CFA_LIBDIR)
     544driver_cfa_cpp_SOURCES = $(SRC)
    540545driver_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++14
     546driver_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
    542547driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
    543548all: $(BUILT_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.