Changeset d63eeb0 for src/Makefile.am


Ignore:
Timestamp:
Feb 9, 2016, 3:25:05 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7528ba1
Parents:
771b3c3 (diff), bd85400 (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 ctor

Conflicts:

src/CodeGen/CodeGenerator.cc
src/GenPoly/Box.cc
src/Makefile.in
src/Parser/ParseNode.h
src/Parser/parser.cc
src/Parser/parser.yy
src/SymTab/Validate.cc
src/SynTree/Initializer.h
src/SynTree/ObjectDecl.cc
src/SynTree/Visitor.h
src/main.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r771b3c3 rd63eeb0  
    1111## Created On       : Sun May 31 08:51:46 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat Jun 13 08:22:14 2015
    14 ## Update Count     : 17
     13## Last Modified On : Thu Jan 28 16:50:26 2016
     14## Update Count     : 55
    1515###############################################################################
    1616
     
    1818AUTOMAKE_OPTIONS = subdir-objects
    1919
    20 SRC = main.cc MakeLibCfa.cc
     20SRC = main.cc \
     21      MakeLibCfa.cc
     22
     23MAINTAINERCLEANFILES =
    2124
    2225# Is there a way to use a variable for the directory names?
     26
    2327include ArgTweak/module.mk
    2428include CodeGen/module.mk
     
    3640# put into lib for now
    3741cfa_cpplibdir = ${libdir}
    38 cfa_cpplib_PROGRAMS = cfa-cpp
    39 cfa_cpp_SOURCES = ${SRC}
     42cfa_cpplib_PROGRAMS = driver/cfa-cpp
     43driver_cfa_cpp_SOURCES = ${SRC}
     44driver_cfa_cpp_LDADD = ${LEXLIB}        # yywrap
    4045# need files Common/utility.h
    41 cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${srcdir}/Common
     46driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL
    4247
    4348CXXFLAGS = -g   # remove default -O2 to allow better debugging
     49
     50MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note: See TracChangeset for help on using the changeset viewer.