- File:
-
- 1 edited
-
tests/preempt_longrun/Makefile.in (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/preempt_longrun/Makefile.in
r107b01a r95d0a5db 93 93 subdir = tests/preempt_longrun 94 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 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 95 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 96 $(top_srcdir)/configure.ac 101 97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 98 $(ACLOCAL_M4) … … 337 333 AMTAR = @AMTAR@ 338 334 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 339 AR = @AR@340 335 AUTOCONF = @AUTOCONF@ 341 336 AUTOHEADER = @AUTOHEADER@ … … 361 356 CPPFLAGS = @CPPFLAGS@ 362 357 CXX = @CXX@ 363 CXXCPP = @CXXCPP@364 358 CXXDEPMODE = @CXXDEPMODE@ 365 359 CXXFLAGS = @CXXFLAGS@ … … 367 361 DEFS = @DEFS@ 368 362 DEPDIR = @DEPDIR@ 369 DLLTOOL = @DLLTOOL@370 363 DRIVER_DIR = @DRIVER_DIR@ 371 DSYMUTIL = @DSYMUTIL@372 DUMPBIN = @DUMPBIN@373 364 ECHO_C = @ECHO_C@ 374 365 ECHO_N = @ECHO_N@ … … 376 367 EGREP = @EGREP@ 377 368 EXEEXT = @EXEEXT@ 378 FGREP = @FGREP@379 369 GREP = @GREP@ 380 370 HOST_FLAGS = @HOST_FLAGS@ … … 384 374 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 385 375 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 386 LD = @LD@387 376 LDFLAGS = @LDFLAGS@ 388 377 LEX = @LEX@ … … 393 382 LIBOBJS = @LIBOBJS@ 394 383 LIBS = @LIBS@ 395 LIBTOOL = @LIBTOOL@396 LIPO = @LIPO@397 LN_S = @LN_S@398 384 LTLIBOBJS = @LTLIBOBJS@ 399 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@400 385 MAKEINFO = @MAKEINFO@ 401 MANIFEST_TOOL = @MANIFEST_TOOL@402 386 MKDIR_P = @MKDIR_P@ 403 NM = @NM@404 NMEDIT = @NMEDIT@405 OBJDUMP = @OBJDUMP@406 387 OBJEXT = @OBJEXT@ 407 OTOOL = @OTOOL@408 OTOOL64 = @OTOOL64@409 388 PACKAGE = @PACKAGE@ 410 389 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 416 395 PATH_SEPARATOR = @PATH_SEPARATOR@ 417 396 RANLIB = @RANLIB@ 418 SED = @SED@419 397 SET_MAKE = @SET_MAKE@ 420 398 SHELL = @SHELL@ … … 428 406 abs_top_builddir = @abs_top_builddir@ 429 407 abs_top_srcdir = @abs_top_srcdir@ 430 ac_ct_AR = @ac_ct_AR@431 408 ac_ct_CC = @ac_ct_CC@ 432 409 ac_ct_CXX = @ac_ct_CXX@ 433 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@434 410 am__include = @am__include@ 435 411 am__leading_dot = @am__leading_dot@ … … 479 455 top_srcdir = @top_srcdir@ 480 456 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 481 ACLOCAL_AMFLAGS = -I automake482 457 repeats = 10 483 458 max_time = 600 … … 527 502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 528 503 $(am__aclocal_m4_deps): 529 530 mostlyclean-libtool:531 -rm -f *.lo532 533 clean-libtool:534 -rm -rf .libs _libs535 504 tags TAGS: 536 505 … … 836 805 clean: clean-am 837 806 838 clean-am: clean-generic clean-l ibtool clean-local mostlyclean-am807 clean-am: clean-generic clean-local mostlyclean-am 839 808 840 809 distclean: distclean-am … … 888 857 mostlyclean: mostlyclean-am 889 858 890 mostlyclean-am: mostlyclean-generic mostlyclean-libtool859 mostlyclean-am: mostlyclean-generic 891 860 892 861 pdf: pdf-am … … 903 872 904 873 .PHONY: all all-am all-local check check-TESTS check-am clean \ 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 \ 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 \ 915 883 uninstall uninstall-am 916 884
Note:
See TracChangeset
for help on using the changeset viewer.