Ignore:
Timestamp:
May 31, 2015, 2:19:43 PM (9 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:
56c3935
Parents:
00cc023
Message:

redo automake second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.am

    r00cc023 r5cb5f842  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun May 31 12:32:19 2015
    14 ## Update Count     : 17
     13## Last Modified On : Sun May 31 14:16:58 2015
     14## Update Count     : 21
    1515###############################################################################
    1616
    1717# create object files in directory with source files
    18 AUTOMAKE_OPTIONS = subdir-objects
     18#AUTOMAKE_OPTIONS = subdir-objects
    1919
    2020# applies to both programs
    21 AM_CFLAGS = -g -Wall -Wno-unused-function # does not build with -O2
     21CFLAGS = -g -Wall -Wno-unused-function # TEMPORARY: does not build with -O2
    2222CC = @CFA_BINDIR@/cfa
    23 # TEMPORARY: replace COMPILE to remove CFLAGS containing -O2
    24 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) # $(CFLAGS)
    2523
    2624noinst_PROGRAMS = fstream_test vector_test
    27 fstream_test_SOURCES = ${srcdir}/iostream.c ${srcdir}/fstream.c ${srcdir}/fstream_test.c
    28 vector_test_SOURCES = ${srcdir}/vector_int.c ${srcdir}/fstream.c ${srcdir}/iostream.c ${srcdir}/array.c ${srcdir}/iterator.c ${srcdir}/vector_test.c
     25fstream_test_SOURCES = iostream.c fstream.c fstream_test.c
     26vector_test_SOURCES = vector_int.c fstream.c iostream.c array.c iterator.c vector_test.c
Note: See TracChangeset for help on using the changeset viewer.