Changeset 107b01a for tests/preempt_longrun
- Timestamp:
- Dec 19, 2018, 1:47:03 PM (6 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:
- 84b4d607
- Parents:
- a2dbcff1
- Location:
- tests/preempt_longrun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/preempt_longrun/Makefile.am
ra2dbcff1 r107b01a 16 16 17 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 ACLOCAL_AMFLAGS = -I automake 18 19 19 20 repeats=10 -
tests/preempt_longrun/Makefile.in
ra2dbcff1 r107b01a 93 93 subdir = tests/preempt_longrun 94 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 96 $(top_srcdir)/configure.ac 95 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 96 $(top_srcdir)/automake/ltoptions.m4 \ 97 $(top_srcdir)/automake/ltsugar.m4 \ 98 $(top_srcdir)/automake/ltversion.m4 \ 99 $(top_srcdir)/automake/lt~obsolete.m4 \ 100 $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac 97 101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 102 $(ACLOCAL_M4) … … 333 337 AMTAR = @AMTAR@ 334 338 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 339 AR = @AR@ 335 340 AUTOCONF = @AUTOCONF@ 336 341 AUTOHEADER = @AUTOHEADER@ … … 356 361 CPPFLAGS = @CPPFLAGS@ 357 362 CXX = @CXX@ 363 CXXCPP = @CXXCPP@ 358 364 CXXDEPMODE = @CXXDEPMODE@ 359 365 CXXFLAGS = @CXXFLAGS@ … … 361 367 DEFS = @DEFS@ 362 368 DEPDIR = @DEPDIR@ 369 DLLTOOL = @DLLTOOL@ 363 370 DRIVER_DIR = @DRIVER_DIR@ 371 DSYMUTIL = @DSYMUTIL@ 372 DUMPBIN = @DUMPBIN@ 364 373 ECHO_C = @ECHO_C@ 365 374 ECHO_N = @ECHO_N@ … … 367 376 EGREP = @EGREP@ 368 377 EXEEXT = @EXEEXT@ 378 FGREP = @FGREP@ 369 379 GREP = @GREP@ 370 380 HOST_FLAGS = @HOST_FLAGS@ … … 374 384 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 375 385 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 386 LD = @LD@ 376 387 LDFLAGS = @LDFLAGS@ 377 388 LEX = @LEX@ … … 382 393 LIBOBJS = @LIBOBJS@ 383 394 LIBS = @LIBS@ 395 LIBTOOL = @LIBTOOL@ 396 LIPO = @LIPO@ 397 LN_S = @LN_S@ 384 398 LTLIBOBJS = @LTLIBOBJS@ 399 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 385 400 MAKEINFO = @MAKEINFO@ 401 MANIFEST_TOOL = @MANIFEST_TOOL@ 386 402 MKDIR_P = @MKDIR_P@ 403 NM = @NM@ 404 NMEDIT = @NMEDIT@ 405 OBJDUMP = @OBJDUMP@ 387 406 OBJEXT = @OBJEXT@ 407 OTOOL = @OTOOL@ 408 OTOOL64 = @OTOOL64@ 388 409 PACKAGE = @PACKAGE@ 389 410 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 395 416 PATH_SEPARATOR = @PATH_SEPARATOR@ 396 417 RANLIB = @RANLIB@ 418 SED = @SED@ 397 419 SET_MAKE = @SET_MAKE@ 398 420 SHELL = @SHELL@ … … 406 428 abs_top_builddir = @abs_top_builddir@ 407 429 abs_top_srcdir = @abs_top_srcdir@ 430 ac_ct_AR = @ac_ct_AR@ 408 431 ac_ct_CC = @ac_ct_CC@ 409 432 ac_ct_CXX = @ac_ct_CXX@ 433 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 410 434 am__include = @am__include@ 411 435 am__leading_dot = @am__leading_dot@ … … 455 479 top_srcdir = @top_srcdir@ 456 480 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 481 ACLOCAL_AMFLAGS = -I automake 457 482 repeats = 10 458 483 max_time = 600 … … 502 527 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 503 528 $(am__aclocal_m4_deps): 529 530 mostlyclean-libtool: 531 -rm -f *.lo 532 533 clean-libtool: 534 -rm -rf .libs _libs 504 535 tags TAGS: 505 536 … … 805 836 clean: clean-am 806 837 807 clean-am: clean-generic clean-l ocal mostlyclean-am838 clean-am: clean-generic clean-libtool clean-local mostlyclean-am 808 839 809 840 distclean: distclean-am … … 857 888 mostlyclean: mostlyclean-am 858 889 859 mostlyclean-am: mostlyclean-generic 890 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 860 891 861 892 pdf: pdf-am … … 872 903 873 904 .PHONY: all all-am all-local check check-TESTS check-am clean \ 874 clean-generic clean-local cscopelist-am ctags-am distclean \ 875 distclean-generic distdir dvi dvi-am html html-am info info-am \ 876 install install-am install-data install-data-am install-dvi \ 877 install-dvi-am install-exec install-exec-am install-html \ 878 install-html-am install-info install-info-am install-man \ 879 install-pdf install-pdf-am install-ps install-ps-am \ 880 install-strip installcheck installcheck-am installdirs \ 881 maintainer-clean maintainer-clean-generic mostlyclean \ 882 mostlyclean-generic pdf pdf-am ps ps-am recheck tags-am \ 905 clean-generic clean-libtool clean-local cscopelist-am ctags-am \ 906 distclean distclean-generic distclean-libtool distdir dvi \ 907 dvi-am html html-am info info-am install install-am \ 908 install-data install-data-am install-dvi install-dvi-am \ 909 install-exec install-exec-am install-html install-html-am \ 910 install-info install-info-am install-man install-pdf \ 911 install-pdf-am install-ps install-ps-am install-strip \ 912 installcheck installcheck-am installdirs maintainer-clean \ 913 maintainer-clean-generic mostlyclean mostlyclean-generic \ 914 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \ 883 915 uninstall uninstall-am 884 916
Note: See TracChangeset
for help on using the changeset viewer.