Changeset 0c1b566 for benchmark


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2ea0a8a
Parents:
ea5b7d6
Message:

Fixed missing foreign options and tentative fix for TOP directories defines

Location:
benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rea5b7d6 r0c1b566  
    1414## Update Count     : 25
    1515###############################################################################
     16
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    1618
    1719# applies to both programs
  • benchmark/Makefile.in

    rea5b7d6 r0c1b566  
    253253top_builddir = @top_builddir@
    254254top_srcdir = @top_srcdir@
     255AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    255256CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
    256257AM_V_CFA = $(am__v_CFA_@AM_V@)
Note: See TracChangeset for help on using the changeset viewer.