Changes in src/tests/Makefile.in [ee51534:ef7d253]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
ree51534 ref7d253 1 # Makefile.in generated by automake 1.1 1.3from Makefile.am.1 # Makefile.in generated by automake 1.14.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 7 6 # This Makefile.in is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy and/or distribute it, … … 20 19 21 20 VPATH = @srcdir@ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 22 am__make_running_with_option = \ 23 case $${target_option-} in \ 24 ?) ;; \ 25 *) echo "am__make_running_with_option: internal error: invalid" \ 26 "target option '$${target_option-}' specified" >&2; \ 27 exit 1;; \ 28 esac; \ 29 has_opt=no; \ 30 sane_makeflags=$$MAKEFLAGS; \ 31 if $(am__is_gnu_make); then \ 32 sane_makeflags=$$MFLAGS; \ 33 else \ 34 case $$MAKEFLAGS in \ 35 *\\[\ \ ]*) \ 36 bs=\\; \ 37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 39 esac; \ 40 fi; \ 41 skip_next=no; \ 42 strip_trailopt () \ 43 { \ 44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 45 }; \ 46 for flg in $$sane_makeflags; do \ 47 test $$skip_next = yes && { skip_next=no; continue; }; \ 48 case $$flg in \ 49 *=*|--*) continue;; \ 50 -*I) strip_trailopt 'I'; skip_next=yes;; \ 51 -*I?*) strip_trailopt 'I';; \ 52 -*O) strip_trailopt 'O'; skip_next=yes;; \ 53 -*O?*) strip_trailopt 'O';; \ 54 -*l) strip_trailopt 'l'; skip_next=yes;; \ 55 -*l?*) strip_trailopt 'l';; \ 56 -[dEDm]) skip_next=yes;; \ 57 -[JT]) skip_next=yes;; \ 58 esac; \ 59 case $$flg in \ 60 *$$target_option*) has_opt=yes; break;; \ 61 esac; \ 62 done; \ 63 test $$has_opt = yes 64 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 22 66 pkgdatadir = $(datadir)/@PACKAGE@ 23 67 pkgincludedir = $(includedir)/@PACKAGE@ … … 39 83 avl_test$(EXEEXT) 40 84 subdir = src/tests 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp 42 87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 88 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 61 106 vector_test_OBJECTS = $(am_vector_test_OBJECTS) 62 107 vector_test_LDADD = $(LDADD) 108 AM_V_P = $(am__v_P_@AM_V@) 109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 110 am__v_P_0 = false 111 am__v_P_1 = : 112 AM_V_GEN = $(am__v_GEN_@AM_V@) 113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 114 am__v_GEN_0 = @echo " GEN " $@; 115 am__v_GEN_1 = 116 AM_V_at = $(am__v_at_@AM_V@) 117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 118 am__v_at_0 = @ 119 am__v_at_1 = 63 120 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 64 121 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 68 125 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 69 126 am__v_lt_0 = --silent 127 am__v_lt_1 = 70 128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 71 129 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 72 130 AM_V_CC = $(am__v_CC_@AM_V@) 73 131 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 74 am__v_CC_0 = @echo " CC " $@; 75 AM_V_at = $(am__v_at_@AM_V@) 76 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 77 am__v_at_0 = @ 132 am__v_CC_0 = @echo " CC " $@; 133 am__v_CC_1 = 78 134 CCLD = $(CC) 79 135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 80 136 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 81 137 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 82 am__v_CCLD_0 = @echo " CCLD " $@; 83 AM_V_GEN = $(am__v_GEN_@AM_V@) 84 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 85 am__v_GEN_0 = @echo " GEN " $@; 138 am__v_CCLD_0 = @echo " CCLD " $@; 139 am__v_CCLD_1 = 86 140 SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 87 141 $(vector_test_SOURCES) 88 142 DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 89 143 $(vector_test_SOURCES) 144 am__can_run_installinfo = \ 145 case $$AM_UPDATE_INFO_DIR in \ 146 n|no|NO) false;; \ 147 *) (install-info --version) >/dev/null 2>&1;; \ 148 esac 149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 150 # Read a list of newline-separated strings from the standard input, 151 # and print each of them once, without duplicates. Input order is 152 # *not* preserved. 153 am__uniquify_input = $(AWK) '\ 154 BEGIN { nonempty = 0; } \ 155 { items[$$0] = 1; nonempty = 1; } \ 156 END { if (nonempty) { for (i in items) print i; }; } \ 157 ' 158 # Make sure the list of sources is unique. This is necessary because, 159 # e.g., the same source file might be shared among _SOURCES variables 160 # for different programs/libraries. 161 am__define_uniq_tagged_files = \ 162 list='$(am__tagged_files)'; \ 163 unique=`for i in $$list; do \ 164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 165 done | $(am__uniquify_input)` 90 166 ETAGS = etags 91 167 CTAGS = ctags … … 238 314 clean-noinstPROGRAMS: 239 315 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 316 240 317 avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES) 241 318 @rm -f avl_test$(EXEEXT) 242 319 $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS) 320 243 321 fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES) 244 322 @rm -f fstream_test$(EXEEXT) 245 323 $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS) 324 246 325 vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES) 247 326 @rm -f vector_test$(EXEEXT) … … 271 350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 272 351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<352 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 274 353 275 354 .c.obj: … … 278 357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 279 358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`359 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 281 360 282 361 avl_test.o: avltree/avl_test.c … … 378 457 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi` 379 458 380 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 382 unique=`for i in $$list; do \ 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 done | \ 385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 387 mkid -fID $$unique 388 tags: TAGS 389 390 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 391 $(TAGS_FILES) $(LISP) 459 ID: $(am__tagged_files) 460 $(am__define_uniq_tagged_files); mkid -fID $$unique 461 tags: tags-am 462 TAGS: tags 463 464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 392 465 set x; \ 393 466 here=`pwd`; \ 394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 395 unique=`for i in $$list; do \ 396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 397 done | \ 398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 399 END { if (nonempty) { for (i in files) print i; }; }'`; \ 467 $(am__define_uniq_tagged_files); \ 400 468 shift; \ 401 469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 409 477 fi; \ 410 478 fi 411 ctags: CTAGS 412 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 414 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 415 unique=`for i in $$list; do \ 416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 417 done | \ 418 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 419 END { if (nonempty) { for (i in files) print i; }; }'`; \ 479 ctags: ctags-am 480 481 CTAGS: ctags 482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 483 $(am__define_uniq_tagged_files); \ 420 484 test -z "$(CTAGS_ARGS)$$unique" \ 421 485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 426 490 && $(am__cd) $(top_srcdir) \ 427 491 && gtags -i $(GTAGS_ARGS) "$$here" 492 cscopelist: cscopelist-am 493 494 cscopelist-am: $(am__tagged_files) 495 list='$(am__tagged_files)'; \ 496 case "$(srcdir)" in \ 497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 498 *) sdir=$(subdir)/$(srcdir) ;; \ 499 esac; \ 500 for i in $$list; do \ 501 if test -f "$$i"; then \ 502 echo "$(subdir)/$$i"; \ 503 else \ 504 echo "$$sdir/$$i"; \ 505 fi; \ 506 done >> $(top_builddir)/cscope.files 428 507 429 508 distclean-tags: … … 565 644 .MAKE: install-am install-strip 566 645 567 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \568 clean-noinstPROGRAMS c tags distclean distclean-compile\569 distclean- generic distclean-tags distdir dvi dvi-am html\570 html-am info info-am install install-am install-data\571 install-data -am install-dvi install-dvi-am install-exec\572 install-exec -am install-html install-html-am install-info\573 install-info -am install-man install-pdf install-pdf-am\574 install-p s install-ps-am install-strip installcheck\575 installcheck -am installdirs maintainer-clean \646 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 647 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 648 distclean-compile distclean-generic distclean-tags distdir dvi \ 649 dvi-am html html-am info info-am install install-am \ 650 install-data install-data-am install-dvi install-dvi-am \ 651 install-exec install-exec-am install-html install-html-am \ 652 install-info install-info-am install-man install-pdf \ 653 install-pdf-am install-ps install-ps-am install-strip \ 654 installcheck installcheck-am installdirs maintainer-clean \ 576 655 maintainer-clean-generic mostlyclean mostlyclean-compile \ 577 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \656 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 578 657 uninstall-am 579 658
Note:
See TracChangeset
for help on using the changeset viewer.