- Timestamp:
- Aug 10, 2018, 3:40:47 PM (5 years ago)
- 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
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
rea5b7d6 r0c1b566 14 14 ## Update Count : 25 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 # applies to both programs -
benchmark/Makefile.in
rea5b7d6 r0c1b566 253 253 top_builddir = @top_builddir@ 254 254 top_srcdir = @top_srcdir@ 255 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 255 256 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 256 257 AM_V_CFA = $(am__v_CFA_@AM_V@)
Note: See TracChangeset
for help on using the changeset viewer.