Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

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