[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tests / cxx

Annotation of OpenXM_contrib/gmp/tests/cxx/Makefile.in, Revision 1.1

1.1     ! ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
        !             2:
        !             3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
        !             5: # This Makefile.in is free software; the Free Software Foundation
        !             6: # gives unlimited permission to copy and/or distribute it,
        !             7: # with or without modifications, as long as this notice is preserved.
        !             8:
        !             9: # This program is distributed in the hope that it will be useful,
        !            10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            12: # PARTICULAR PURPOSE.
        !            13:
        !            14: @SET_MAKE@
        !            15:
        !            16: # Copyright 2001 Free Software Foundation, Inc.
        !            17: #
        !            18: # This file is part of the GNU MP Library.
        !            19: #
        !            20: # The GNU MP Library is free software; you can redistribute it and/or modify
        !            21: # it under the terms of the GNU Lesser General Public License as published by
        !            22: # the Free Software Foundation; either version 2.1 of the License, or (at your
        !            23: # option) any later version.
        !            24: #
        !            25: # The GNU MP Library is distributed in the hope that it will be useful, but
        !            26: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            27: # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            28: # License for more details.
        !            29: #
        !            30: # You should have received a copy of the GNU Lesser General Public License
        !            31: # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
        !            32: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
        !            33: # MA 02111-1307, USA.
        !            34:
        !            35: SHELL = @SHELL@
        !            36:
        !            37: srcdir = @srcdir@
        !            38: top_srcdir = @top_srcdir@
        !            39: VPATH = @srcdir@
        !            40: prefix = @prefix@
        !            41: exec_prefix = @exec_prefix@
        !            42:
        !            43: bindir = @bindir@
        !            44: sbindir = @sbindir@
        !            45: libexecdir = @libexecdir@
        !            46: datadir = @datadir@
        !            47: sysconfdir = @sysconfdir@
        !            48: sharedstatedir = @sharedstatedir@
        !            49: localstatedir = @localstatedir@
        !            50: libdir = @libdir@
        !            51: infodir = @infodir@
        !            52: mandir = @mandir@
        !            53: includedir = @includedir@
        !            54: oldincludedir = /usr/include
        !            55: pkgdatadir = $(datadir)/@PACKAGE@
        !            56: pkglibdir = $(libdir)/@PACKAGE@
        !            57: pkgincludedir = $(includedir)/@PACKAGE@
        !            58: top_builddir = ../..
        !            59:
        !            60: ACLOCAL = @ACLOCAL@
        !            61: AUTOCONF = @AUTOCONF@
        !            62: AUTOMAKE = @AUTOMAKE@
        !            63: AUTOHEADER = @AUTOHEADER@
        !            64:
        !            65: INSTALL = @INSTALL@
        !            66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            67: INSTALL_DATA = @INSTALL_DATA@
        !            68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            69: INSTALL_HEADER = $(INSTALL_DATA)
        !            70: transform = @program_transform_name@
        !            71: NORMAL_INSTALL = :
        !            72: PRE_INSTALL = :
        !            73: POST_INSTALL = :
        !            74: NORMAL_UNINSTALL = :
        !            75: PRE_UNINSTALL = :
        !            76: POST_UNINSTALL = :
        !            77: host_alias = @host_alias@
        !            78: host_triplet = @host@
        !            79: AMTAR = @AMTAR@
        !            80: AR = @AR@
        !            81: AS = @AS@
        !            82: AWK = @AWK@
        !            83: BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
        !            84: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
        !            85: CC = @CC@
        !            86: CCAS = @CCAS@
        !            87: CPP = @CPP@
        !            88: CXX = @CXX@
        !            89: CXXCPP = @CXXCPP@
        !            90: DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
        !            91: DEPDIR = @DEPDIR@
        !            92: DLLTOOL = @DLLTOOL@
        !            93: ECHO = @ECHO@
        !            94: EXEEXT = @EXEEXT@
        !            95: GCJ = @GCJ@
        !            96: GCJFLAGS = @GCJFLAGS@
        !            97: GMP_LDFLAGS = @GMP_LDFLAGS@
        !            98: GMP_NAIL_BITS = @GMP_NAIL_BITS@
        !            99: HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
        !           100: HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
        !           101: HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
        !           102: HAVE_MPFR_01 = @HAVE_MPFR_01@
        !           103: HAVE_STACK_T_01 = @HAVE_STACK_T_01@
        !           104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           105: LEX = @LEX@
        !           106: LIBGMP_DLL = @LIBGMP_DLL@
        !           107: LIBM = @LIBM@
        !           108: LIBREADLINE = @LIBREADLINE@
        !           109: LIBTOOL = @LIBTOOL@
        !           110: LN_S = @LN_S@
        !           111: M4 = @M4@
        !           112: MAINT = @MAINT@
        !           113: MPFR_CFLAGS = @MPFR_CFLAGS@
        !           114: MPFR_LIBS = @MPFR_LIBS@
        !           115: OBJDUMP = @OBJDUMP@
        !           116: OBJEXT = @OBJEXT@
        !           117: PACKAGE = @PACKAGE@
        !           118: RANLIB = @RANLIB@
        !           119: RC = @RC@
        !           120: REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
        !           121: REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
        !           122: SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
        !           123: STRIP = @STRIP@
        !           124: TAL_OBJECT = @TAL_OBJECT@
        !           125: TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
        !           126: U = @U@
        !           127: VERSION = @VERSION@
        !           128: WITH_READLINE_01 = @WITH_READLINE_01@
        !           129: YACC = @YACC@
        !           130: am__include = @am__include@
        !           131: am__quote = @am__quote@
        !           132: gmp_srclinks = @gmp_srclinks@
        !           133: install_sh = @install_sh@
        !           134: mpn_objects = @mpn_objects@
        !           135: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
        !           136: mpn_objs_in_libmp = @mpn_objs_in_libmp@
        !           137:
        !           138: AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
        !           139:
        !           140: INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
        !           141: LDADD = $(top_builddir)/tests/libtests.la \
        !           142:   $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           143:
        !           144:
        !           145: @WANT_CXX_TRUE@check_PROGRAMS = t-headers t-ostream t-locale t-constr t-expr
        !           146: @WANT_CXX_TRUE@TESTS = $(check_PROGRAMS)
        !           147:
        !           148: t_headers_SOURCES = t-headers.cc
        !           149: t_constr_SOURCES = t-constr.cc
        !           150: t_expr_SOURCES = t-expr.cc
        !           151: t_locale_SOURCES = t-locale.cc
        !           152: t_ostream_SOURCES = t-ostream.cc
        !           153: subdir = tests/cxx
        !           154: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           155: CONFIG_HEADER = $(top_builddir)/config.h
        !           156: CONFIG_CLEAN_FILES =
        !           157: @WANT_CXX_TRUE@check_PROGRAMS = t-headers$(EXEEXT) t-ostream$(EXEEXT) \
        !           158: @WANT_CXX_TRUE@        t-locale$(EXEEXT) t-constr$(EXEEXT) \
        !           159: @WANT_CXX_TRUE@        t-expr$(EXEEXT)
        !           160: @WANT_CXX_FALSE@check_PROGRAMS =
        !           161: am_t_constr_OBJECTS = t-constr.$(OBJEXT)
        !           162: t_constr_OBJECTS = $(am_t_constr_OBJECTS)
        !           163: t_constr_LDADD = $(LDADD)
        !           164: t_constr_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           165:        $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           166: t_constr_LDFLAGS =
        !           167: am_t_expr_OBJECTS = t-expr.$(OBJEXT)
        !           168: t_expr_OBJECTS = $(am_t_expr_OBJECTS)
        !           169: t_expr_LDADD = $(LDADD)
        !           170: t_expr_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           171:        $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           172: t_expr_LDFLAGS =
        !           173: am_t_headers_OBJECTS = t-headers.$(OBJEXT)
        !           174: t_headers_OBJECTS = $(am_t_headers_OBJECTS)
        !           175: t_headers_LDADD = $(LDADD)
        !           176: t_headers_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           177:        $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           178: t_headers_LDFLAGS =
        !           179: am_t_locale_OBJECTS = t-locale.$(OBJEXT)
        !           180: t_locale_OBJECTS = $(am_t_locale_OBJECTS)
        !           181: t_locale_LDADD = $(LDADD)
        !           182: t_locale_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           183:        $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           184: t_locale_LDFLAGS =
        !           185: am_t_ostream_OBJECTS = t-ostream.$(OBJEXT)
        !           186: t_ostream_OBJECTS = $(am_t_ostream_OBJECTS)
        !           187: t_ostream_LDADD = $(LDADD)
        !           188: t_ostream_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           189:        $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
        !           190: t_ostream_LDFLAGS =
        !           191:
        !           192: DEFS = @DEFS@
        !           193: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
        !           194: CPPFLAGS = @CPPFLAGS@
        !           195: LDFLAGS = @LDFLAGS@
        !           196: LIBS = @LIBS@
        !           197: depcomp =
        !           198: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        !           199:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
        !           200: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
        !           201:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           202:        $(AM_CXXFLAGS) $(CXXFLAGS)
        !           203: CXXLD = $(CXX)
        !           204: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
        !           205:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           206: CXXFLAGS = @CXXFLAGS@
        !           207: DIST_SOURCES = $(t_constr_SOURCES) $(t_expr_SOURCES) \
        !           208:        $(t_headers_SOURCES) $(t_locale_SOURCES) $(t_ostream_SOURCES)
        !           209: DIST_COMMON = Makefile.am Makefile.in
        !           210: SOURCES = $(t_constr_SOURCES) $(t_expr_SOURCES) $(t_headers_SOURCES) $(t_locale_SOURCES) $(t_ostream_SOURCES)
        !           211:
        !           212: all: all-am
        !           213:
        !           214: .SUFFIXES:
        !           215: .SUFFIXES: .cc .lo .o .obj
        !           216:
        !           217: mostlyclean-libtool:
        !           218:        -rm -f *.lo
        !           219:
        !           220: clean-libtool:
        !           221:        -rm -rf .libs _libs
        !           222:
        !           223: distclean-libtool:
        !           224:        -rm -f libtool
        !           225: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           226:        cd $(top_srcdir) && \
        !           227:          $(AUTOMAKE) --gnu  tests/cxx/Makefile
        !           228: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           229:        cd $(top_builddir) && \
        !           230:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           231:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
        !           232:
        !           233: clean-checkPROGRAMS:
        !           234:        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
        !           235: t-constr$(EXEEXT): $(t_constr_OBJECTS) $(t_constr_DEPENDENCIES)
        !           236:        @rm -f t-constr$(EXEEXT)
        !           237:        $(CXXLINK) $(t_constr_LDFLAGS) $(t_constr_OBJECTS) $(t_constr_LDADD) $(LIBS)
        !           238: t-expr$(EXEEXT): $(t_expr_OBJECTS) $(t_expr_DEPENDENCIES)
        !           239:        @rm -f t-expr$(EXEEXT)
        !           240:        $(CXXLINK) $(t_expr_LDFLAGS) $(t_expr_OBJECTS) $(t_expr_LDADD) $(LIBS)
        !           241: t-headers$(EXEEXT): $(t_headers_OBJECTS) $(t_headers_DEPENDENCIES)
        !           242:        @rm -f t-headers$(EXEEXT)
        !           243:        $(CXXLINK) $(t_headers_LDFLAGS) $(t_headers_OBJECTS) $(t_headers_LDADD) $(LIBS)
        !           244: t-locale$(EXEEXT): $(t_locale_OBJECTS) $(t_locale_DEPENDENCIES)
        !           245:        @rm -f t-locale$(EXEEXT)
        !           246:        $(CXXLINK) $(t_locale_LDFLAGS) $(t_locale_OBJECTS) $(t_locale_LDADD) $(LIBS)
        !           247: t-ostream$(EXEEXT): $(t_ostream_OBJECTS) $(t_ostream_DEPENDENCIES)
        !           248:        @rm -f t-ostream$(EXEEXT)
        !           249:        $(CXXLINK) $(t_ostream_LDFLAGS) $(t_ostream_OBJECTS) $(t_ostream_LDADD) $(LIBS)
        !           250:
        !           251: mostlyclean-compile:
        !           252:        -rm -f *.$(OBJEXT) core *.core
        !           253:
        !           254: distclean-compile:
        !           255:        -rm -f *.tab.c
        !           256:
        !           257: ANSI2KNR = $(top_builddir)/ansi2knr
        !           258: $(top_builddir)/ansi2knr:
        !           259:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
        !           260:
        !           261: mostlyclean-kr:
        !           262:        -test "$U" = "" || rm -f *_.c
        !           263:
        !           264: .cc.o:
        !           265:        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
        !           266:
        !           267: .cc.obj:
        !           268:        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
        !           269:
        !           270: .cc.lo:
        !           271:        $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
        !           272: uninstall-info-am:
        !           273:
        !           274: tags: TAGS
        !           275:
        !           276: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           277:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           278:        unique=`for i in $$list; do \
        !           279:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           280:          done | \
        !           281:          $(AWK) '    { files[$$0] = 1; } \
        !           282:               END { for (i in files) print i; }'`; \
        !           283:        mkid -fID $$unique $(LISP)
        !           284:
        !           285: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           286:                $(TAGS_FILES) $(LISP)
        !           287:        tags=; \
        !           288:        here=`pwd`; \
        !           289:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           290:        unique=`for i in $$list; do \
        !           291:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           292:          done | \
        !           293:          $(AWK) '    { files[$$0] = 1; } \
        !           294:               END { for (i in files) print i; }'`; \
        !           295:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           296:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           297:
        !           298: GTAGS:
        !           299:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           300:          && cd $(top_srcdir) \
        !           301:          && gtags -i $(GTAGS_ARGS) $$here
        !           302:
        !           303: distclean-tags:
        !           304:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           305:
        !           306: check-TESTS: $(TESTS)
        !           307:        @failed=0; all=0; xfail=0; xpass=0; \
        !           308:        srcdir=$(srcdir); export srcdir; \
        !           309:        list='$(TESTS)'; \
        !           310:        if test -n "$$list"; then \
        !           311:          for tst in $$list; do \
        !           312:            if test -f ./$$tst; then dir=./; \
        !           313:            elif test -f $$tst; then dir=; \
        !           314:            else dir="$(srcdir)/"; fi; \
        !           315:            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
        !           316:              all=`expr $$all + 1`; \
        !           317:              case " $(XFAIL_TESTS) " in \
        !           318:              *" $$tst "*) \
        !           319:                xpass=`expr $$xpass + 1`; \
        !           320:                failed=`expr $$failed + 1`; \
        !           321:                echo "XPASS: $$tst"; \
        !           322:              ;; \
        !           323:              *) \
        !           324:                echo "PASS: $$tst"; \
        !           325:              ;; \
        !           326:              esac; \
        !           327:            elif test $$? -ne 77; then \
        !           328:              all=`expr $$all + 1`; \
        !           329:              case " $(XFAIL_TESTS) " in \
        !           330:              *" $$tst "*) \
        !           331:                xfail=`expr $$xfail + 1`; \
        !           332:                echo "XFAIL: $$tst"; \
        !           333:              ;; \
        !           334:              *) \
        !           335:                failed=`expr $$failed + 1`; \
        !           336:                echo "FAIL: $$tst"; \
        !           337:              ;; \
        !           338:              esac; \
        !           339:            fi; \
        !           340:          done; \
        !           341:          if test "$$failed" -eq 0; then \
        !           342:            if test "$$xfail" -eq 0; then \
        !           343:              banner="All $$all tests passed"; \
        !           344:            else \
        !           345:              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
        !           346:            fi; \
        !           347:          else \
        !           348:            if test "$$xpass" -eq 0; then \
        !           349:              banner="$$failed of $$all tests failed"; \
        !           350:            else \
        !           351:              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
        !           352:            fi; \
        !           353:          fi; \
        !           354:          dashes=`echo "$$banner" | sed s/./=/g`; \
        !           355:          echo "$$dashes"; \
        !           356:          echo "$$banner"; \
        !           357:          echo "$$dashes"; \
        !           358:          test "$$failed" -eq 0; \
        !           359:        else \
        !           360:          true; \
        !           361:        fi
        !           362:
        !           363: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           364:
        !           365: top_distdir = ../..
        !           366: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           367:
        !           368: distdir: $(DISTFILES)
        !           369:        @for file in $(DISTFILES); do \
        !           370:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           371:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           372:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           373:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           374:          fi; \
        !           375:          if test -d $$d/$$file; then \
        !           376:            cp -pR $$d/$$file $(distdir) \
        !           377:            || exit 1; \
        !           378:          else \
        !           379:            test -f $(distdir)/$$file \
        !           380:            || cp -p $$d/$$file $(distdir)/$$file \
        !           381:            || exit 1; \
        !           382:          fi; \
        !           383:        done
        !           384: check-am: all-am
        !           385:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           386:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           387: check: check-am
        !           388: all-am: Makefile
        !           389:
        !           390: installdirs:
        !           391:
        !           392: install: install-am
        !           393: install-exec: install-exec-am
        !           394: install-data: install-data-am
        !           395: uninstall: uninstall-am
        !           396:
        !           397: install-am: all-am
        !           398:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           399:
        !           400: installcheck: installcheck-am
        !           401: install-strip:
        !           402:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           403:          `test -z '$(STRIP)' || \
        !           404:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           405: mostlyclean-generic:
        !           406:
        !           407: clean-generic:
        !           408:
        !           409: distclean-generic:
        !           410:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        !           411:
        !           412: maintainer-clean-generic:
        !           413:        @echo "This command is intended for maintainers to use"
        !           414:        @echo "it deletes files that may require special tools to rebuild."
        !           415: clean: clean-am
        !           416:
        !           417: clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
        !           418:
        !           419: distclean: distclean-am
        !           420:
        !           421: distclean-am: clean-am distclean-compile distclean-generic \
        !           422:        distclean-libtool distclean-tags
        !           423:
        !           424: dvi: dvi-am
        !           425:
        !           426: dvi-am:
        !           427:
        !           428: info: info-am
        !           429:
        !           430: info-am:
        !           431:
        !           432: install-data-am:
        !           433:
        !           434: install-exec-am:
        !           435:
        !           436: install-info: install-info-am
        !           437:
        !           438: install-man:
        !           439:
        !           440: installcheck-am:
        !           441:
        !           442: maintainer-clean: maintainer-clean-am
        !           443:
        !           444: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           445:
        !           446: mostlyclean: mostlyclean-am
        !           447:
        !           448: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           449:        mostlyclean-libtool
        !           450:
        !           451: uninstall-am: uninstall-info-am
        !           452:
        !           453: .PHONY: GTAGS all all-am check check-TESTS check-am clean \
        !           454:        clean-checkPROGRAMS clean-generic clean-libtool distclean \
        !           455:        distclean-compile distclean-generic distclean-libtool \
        !           456:        distclean-tags distdir dvi dvi-am info info-am install \
        !           457:        install-am install-data install-data-am install-exec \
        !           458:        install-exec-am install-info install-info-am install-man \
        !           459:        install-strip installcheck installcheck-am installdirs \
        !           460:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           461:        mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           462:        mostlyclean-libtool tags uninstall uninstall-am \
        !           463:        uninstall-info-am
        !           464:
        !           465:
        !           466: $(top_builddir)/tests/libtests.la:
        !           467:        cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
        !           468: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           469: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           470: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>