Changeset 3bbd012 for src/Makefile.am


Ignore:
Timestamp:
Jul 31, 2018, 2:43:04 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
642bc83
Parents:
d1e0979 (diff), 04e367c (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' into demangler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rd1e0979 r3bbd012  
    1919
    2020SRC = main.cc \
    21       MakeLibCfa.cc
     21      MakeLibCfa.cc \
     22      CompilationState.cc
    2223
    2324MAINTAINERCLEANFILES =
     
    3738include SynTree/module.mk
    3839include Tuples/module.mk
     40include Validate/module.mk
    3941include Virtual/module.mk
    4042
     
    4547driver_cfa_cpp_SOURCES = ${SRC}
    4648driver_cfa_cpp_LDADD = -ldl                     # yywrap
    47 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
     49driver_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
    4850driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
    4951
     
    9193  SynTree/Attribute.cc \
    9294  SynTree/DeclReplacer.cc \
     95  CompilationState.cc \
    9396  CodeGen/CodeGenerator.cc \
    9497  CodeGen/FixMain.cc \
     
    9699  CodeGen/OperatorTable.cc \
    97100  Common/Assert.cc \
     101  Common/Eval.cc \
    98102  Common/SemanticError.cc \
    99103  Common/UniqueName.cc \
     
    134138  Tuples/Explode.cc \
    135139  Tuples/TupleAssignment.cc \
    136   Tuples/TupleExpansion.cc
     140  Tuples/TupleExpansion.cc \
     141  Validate/HandleAttributes.cc
    137142
    138143MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note: See TracChangeset for help on using the changeset viewer.