Changeset d3b7937 for src/Makefile.am


Ignore:
Timestamp:
Jan 29, 2016, 4:36:39 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, string, with_gc
Children:
ae8b942
Parents:
f3fc8cbe
Message:

building runtime library (first attempt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rf3fc8cbe rd3b7937  
    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.