Changeset cdbab55 for tests/preempt_longrun/Makefile.in
- Timestamp:
- Aug 21, 2018, 2:24:29 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2a6292d
- Parents:
- 2b79a70 (diff), efa8b6a (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. - File:
-
- 1 moved
-
tests/preempt_longrun/Makefile.in (moved) (moved from src/tests/preempt_longrun/Makefile.in ) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/preempt_longrun/Makefile.in
r2b79a70 rcdbab55 91 91 build_triplet = @build@ 92 92 host_triplet = @host@ 93 subdir = src/tests/preempt_longrun93 subdir = tests/preempt_longrun 94 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 95 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 96 $(top_srcdir)/configure.ac 96 97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 98 $(ACLOCAL_M4) … … 338 339 BACKEND_CC = @BACKEND_CC@ 339 340 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 340 BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@341 341 CC = @CFACC@ 342 342 CCAS = @CCAS@ … … 369 369 EXEEXT = @EXEEXT@ 370 370 GREP = @GREP@ 371 HOST_FLAGS = @HOST_FLAGS@ 371 372 INSTALL = @INSTALL@ 372 373 INSTALL_DATA = @INSTALL_DATA@ … … 378 379 LEXLIB = @LEXLIB@ 379 380 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 381 LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@ 382 LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@ 380 383 LIBOBJS = @LIBOBJS@ 381 384 LIBS = @LIBS@ 382 385 LTLIBOBJS = @LTLIBOBJS@ 383 MACHINE_TYPE = @MACHINE_TYPE@384 386 MAKEINFO = @MAKEINFO@ 385 387 MKDIR_P = @MKDIR_P@ … … 397 399 SHELL = @SHELL@ 398 400 STRIP = @STRIP@ 401 TARGET_HOSTS = @TARGET_HOSTS@ 399 402 VERSION = @VERSION@ 400 403 YACC = @YACC@ … … 452 455 top_builddir = @top_builddir@ 453 456 top_srcdir = @top_srcdir@ 457 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 454 458 repeats = 10 455 459 max_time = 600 … … 479 483 esac; \ 480 484 done; \ 481 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile'; \485 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \ 482 486 $(am__cd) $(top_srcdir) && \ 483 $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile487 $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile 484 488 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 485 489 @case '$?' in \
Note:
See TracChangeset
for help on using the changeset viewer.