Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    ree51534 ref7d253  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    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
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    2019
    2120VPATH = @srcdir@
     21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     22am__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
     64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2266pkgdatadir = $(datadir)/@PACKAGE@
    2367pkgincludedir = $(includedir)/@PACKAGE@
     
    3983        avl_test$(EXEEXT)
    4084subdir = src/tests
    41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     86        $(top_srcdir)/automake/depcomp
    4287ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4388am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    61106vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    62107vector_test_LDADD = $(LDADD)
     108AM_V_P = $(am__v_P_@AM_V@)
     109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     110am__v_P_0 = false
     111am__v_P_1 = :
     112AM_V_GEN = $(am__v_GEN_@AM_V@)
     113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     114am__v_GEN_0 = @echo "  GEN     " $@;
     115am__v_GEN_1 =
     116AM_V_at = $(am__v_at_@AM_V@)
     117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     118am__v_at_0 = @
     119am__v_at_1 =
    63120DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    64121depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    68125am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    69126am__v_lt_0 = --silent
     127am__v_lt_1 =
    70128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    71129        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    72130AM_V_CC = $(am__v_CC_@AM_V@)
    73131am__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 = @
     132am__v_CC_0 = @echo "  CC      " $@;
     133am__v_CC_1 =
    78134CCLD = $(CC)
    79135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    80136AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    81137am__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   " $@;
     138am__v_CCLD_0 = @echo "  CCLD    " $@;
     139am__v_CCLD_1 =
    86140SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    87141        $(vector_test_SOURCES)
    88142DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    89143        $(vector_test_SOURCES)
     144am__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
     149am__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.
     153am__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.
     161am__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)`
    90166ETAGS = etags
    91167CTAGS = ctags
     
    238314clean-noinstPROGRAMS:
    239315        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     316
    240317avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    241318        @rm -f avl_test$(EXEEXT)
    242319        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
     320
    243321fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    244322        @rm -f fstream_test$(EXEEXT)
    245323        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
     324
    246325vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    247326        @rm -f vector_test$(EXEEXT)
     
    271350@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    272351@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 $@ $<
    274353
    275354.c.obj:
     
    278357@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    279358@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) '$<'`
    281360
    282361avl_test.o: avltree/avl_test.c
     
    378457@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`
    379458
    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)
     459ID: $(am__tagged_files)
     460        $(am__define_uniq_tagged_files); mkid -fID $$unique
     461tags: tags-am
     462TAGS: tags
     463
     464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    392465        set x; \
    393466        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); \
    400468        shift; \
    401469        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    409477          fi; \
    410478        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; }; }'`; \
     479ctags: ctags-am
     480
     481CTAGS: ctags
     482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     483        $(am__define_uniq_tagged_files); \
    420484        test -z "$(CTAGS_ARGS)$$unique" \
    421485          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    426490          && $(am__cd) $(top_srcdir) \
    427491          && gtags -i $(GTAGS_ARGS) "$$here"
     492cscopelist: cscopelist-am
     493
     494cscopelist-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
    428507
    429508distclean-tags:
     
    565644.MAKE: install-am install-strip
    566645
    567 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    568         clean-noinstPROGRAMS ctags 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-ps 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 \
    576655        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 \
    578657        uninstall-am
    579658
Note: See TracChangeset for help on using the changeset viewer.