Changeset 90152a4 for driver/Makefile.am


Ignore:
Timestamp:
Aug 27, 2018, 4:40:34 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
b7c89aa
Parents:
f9feab8 (diff), 305581d (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 cleanup-dtors

File:
1 moved

Legend:

Unmodified
Added
Removed
  • driver/Makefile.am

    rf9feab8 r90152a4  
    1111## Created On       : Sun May 31 08:49:31 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Fri Oct 28 13:46:06 2016
    14 ## Update Count     : 10
     13## Last Modified On : Thu Aug  2 12:18:25 2018
     14## Update Count     : 14
    1515###############################################################################
    1616
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18
    1719# applies to both programs
    18 AM_CXXFLAGS = -Wall -O2 -g -std=c++14
    19 if BUILD_NO_LIB
    20 else
    21 AM_CXXFLAGS += -DHAVE_LIBCFA
    22 endif
    23 if BUILD_DEBUG
    24 AM_CXXFLAGS += -DHAVE_LIBCFA_DEBUG
    25 endif
    26 if BUILD_RELEASE
    27 AM_CXXFLAGS += -DHAVE_LIBCFA_RELEASE
    28 endif
     20AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
    2921
     22# don't install cfa directly
    3023noinst_PROGRAMS = cfa
    31 cfa_SOURCES = cfa.cc
    3224
     25# use
    3326install-exec-hook:
    3427        @test -z "$(CFA_BINDIR)" || $(MKDIR_P) "$(CFA_BINDIR)"
     
    4033        cd "$(CFA_BINDIR)" && rm -f $(CFA_NAME)
    4134
     35cfa_SOURCES = cfa.cc
     36
    4237# put into lib for now
    4338cc1libdir = ${CFA_LIBDIR}
    44 cc1lib_PROGRAMS = cc1
     39cc1lib_PROGRAMS = as cc1
     40as_SOURCES = as.cc
    4541cc1_SOURCES = cc1.cc
    4642
Note: See TracChangeset for help on using the changeset viewer.