- Timestamp:
- Aug 1, 2018, 6:24:51 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 25a9b5a
- Parents:
- e614d73
- Location:
- benchmark
- Files:
-
- 42 moved
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
re614d73 rbf71cfd 93 93 host_triplet = @host@ 94 94 noinst_PROGRAMS = 95 subdir = src/benchmark95 subdir = benchmark 96 96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 97 97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 281 281 esac; \ 282 282 done; \ 283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign benchmark/Makefile'; \ 284 284 $(am__cd) $(top_srcdir) && \ 285 $(AUTOMAKE) --foreign src/benchmark/Makefile285 $(AUTOMAKE) --foreign benchmark/Makefile 286 286 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 287 287 @case '$?' in \
Note: See TracChangeset
for help on using the changeset viewer.