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

Annotation of OpenXM_contrib/gmp/scanf/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 = -D__GMP_WITHIN_GMP -I$(top_srcdir)
        !           141:
        !           142: noinst_LTLIBRARIES = libscanf.la
        !           143:
        !           144: libscanf_la_SOURCES = \
        !           145:   doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c \
        !           146:   vfscanf.c vscanf.c vsscanf.c
        !           147:
        !           148: subdir = scanf
        !           149: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           150: CONFIG_HEADER = $(top_builddir)/config.h
        !           151: CONFIG_CLEAN_FILES =
        !           152: LTLIBRARIES = $(noinst_LTLIBRARIES)
        !           153:
        !           154: libscanf_la_LDFLAGS =
        !           155: libscanf_la_LIBADD =
        !           156: am_libscanf_la_OBJECTS = doscan$U.lo fscanf$U.lo fscanffuns$U.lo \
        !           157:        scanf$U.lo sscanf$U.lo sscanffuns$U.lo vfscanf$U.lo vscanf$U.lo \
        !           158:        vsscanf$U.lo
        !           159: libscanf_la_OBJECTS = $(am_libscanf_la_OBJECTS)
        !           160:
        !           161: DEFS = @DEFS@
        !           162: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
        !           163: CPPFLAGS = @CPPFLAGS@
        !           164: LDFLAGS = @LDFLAGS@
        !           165: LIBS = @LIBS@
        !           166: depcomp =
        !           167: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           168:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           169: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
        !           170:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           171: CCLD = $(CC)
        !           172: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           173:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           174: CFLAGS = @CFLAGS@
        !           175: DIST_SOURCES = $(libscanf_la_SOURCES)
        !           176: DIST_COMMON = Makefile.am Makefile.in
        !           177: SOURCES = $(libscanf_la_SOURCES)
        !           178:
        !           179: all: all-am
        !           180:
        !           181: .SUFFIXES:
        !           182: .SUFFIXES: .c .lo .o .obj
        !           183:
        !           184: mostlyclean-libtool:
        !           185:        -rm -f *.lo
        !           186:
        !           187: clean-libtool:
        !           188:        -rm -rf .libs _libs
        !           189:
        !           190: distclean-libtool:
        !           191:        -rm -f libtool
        !           192: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           193:        cd $(top_srcdir) && \
        !           194:          $(AUTOMAKE) --gnu  scanf/Makefile
        !           195: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           196:        cd $(top_builddir) && \
        !           197:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           198:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
        !           199:
        !           200: clean-noinstLTLIBRARIES:
        !           201:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        !           202: libscanf.la: $(libscanf_la_OBJECTS) $(libscanf_la_DEPENDENCIES)
        !           203:        $(LINK)  $(libscanf_la_LDFLAGS) $(libscanf_la_OBJECTS) $(libscanf_la_LIBADD) $(LIBS)
        !           204:
        !           205: mostlyclean-compile:
        !           206:        -rm -f *.$(OBJEXT) core *.core
        !           207:
        !           208: distclean-compile:
        !           209:        -rm -f *.tab.c
        !           210:
        !           211: ANSI2KNR = $(top_builddir)/ansi2knr
        !           212: $(top_builddir)/ansi2knr:
        !           213:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
        !           214:
        !           215: mostlyclean-kr:
        !           216:        -test "$U" = "" || rm -f *_.c
        !           217:
        !           218: .c.o:
        !           219:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        !           220:
        !           221: .c.obj:
        !           222:        $(COMPILE) -c `cygpath -w $<`
        !           223:
        !           224: .c.lo:
        !           225:        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
        !           226: doscan_.c: doscan.c $(ANSI2KNR)
        !           227:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/doscan.c; then echo $(srcdir)/doscan.c; else echo doscan.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > doscan_.c || rm -f doscan_.c
        !           228: fscanf_.c: fscanf.c $(ANSI2KNR)
        !           229:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fscanf.c; then echo $(srcdir)/fscanf.c; else echo fscanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fscanf_.c || rm -f fscanf_.c
        !           230: fscanffuns_.c: fscanffuns.c $(ANSI2KNR)
        !           231:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fscanffuns.c; then echo $(srcdir)/fscanffuns.c; else echo fscanffuns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fscanffuns_.c || rm -f fscanffuns_.c
        !           232: scanf_.c: scanf.c $(ANSI2KNR)
        !           233:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/scanf.c; then echo $(srcdir)/scanf.c; else echo scanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > scanf_.c || rm -f scanf_.c
        !           234: sscanf_.c: sscanf.c $(ANSI2KNR)
        !           235:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sscanf.c; then echo $(srcdir)/sscanf.c; else echo sscanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > sscanf_.c || rm -f sscanf_.c
        !           236: sscanffuns_.c: sscanffuns.c $(ANSI2KNR)
        !           237:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sscanffuns.c; then echo $(srcdir)/sscanffuns.c; else echo sscanffuns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > sscanffuns_.c || rm -f sscanffuns_.c
        !           238: vfscanf_.c: vfscanf.c $(ANSI2KNR)
        !           239:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vfscanf.c; then echo $(srcdir)/vfscanf.c; else echo vfscanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > vfscanf_.c || rm -f vfscanf_.c
        !           240: vscanf_.c: vscanf.c $(ANSI2KNR)
        !           241:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vscanf.c; then echo $(srcdir)/vscanf.c; else echo vscanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > vscanf_.c || rm -f vscanf_.c
        !           242: vsscanf_.c: vsscanf.c $(ANSI2KNR)
        !           243:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vsscanf.c; then echo $(srcdir)/vsscanf.c; else echo vsscanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > vsscanf_.c || rm -f vsscanf_.c
        !           244: doscan_.$(OBJEXT) doscan_.lo fscanf_.$(OBJEXT) fscanf_.lo \
        !           245: fscanffuns_.$(OBJEXT) fscanffuns_.lo scanf_.$(OBJEXT) scanf_.lo \
        !           246: sscanf_.$(OBJEXT) sscanf_.lo sscanffuns_.$(OBJEXT) sscanffuns_.lo \
        !           247: vfscanf_.$(OBJEXT) vfscanf_.lo vscanf_.$(OBJEXT) vscanf_.lo \
        !           248: vsscanf_.$(OBJEXT) vsscanf_.lo : $(ANSI2KNR)
        !           249: uninstall-info-am:
        !           250:
        !           251: tags: TAGS
        !           252:
        !           253: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           254:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           255:        unique=`for i in $$list; do \
        !           256:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           257:          done | \
        !           258:          $(AWK) '    { files[$$0] = 1; } \
        !           259:               END { for (i in files) print i; }'`; \
        !           260:        mkid -fID $$unique $(LISP)
        !           261:
        !           262: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           263:                $(TAGS_FILES) $(LISP)
        !           264:        tags=; \
        !           265:        here=`pwd`; \
        !           266:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           267:        unique=`for i in $$list; do \
        !           268:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           269:          done | \
        !           270:          $(AWK) '    { files[$$0] = 1; } \
        !           271:               END { for (i in files) print i; }'`; \
        !           272:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           273:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           274:
        !           275: GTAGS:
        !           276:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           277:          && cd $(top_srcdir) \
        !           278:          && gtags -i $(GTAGS_ARGS) $$here
        !           279:
        !           280: distclean-tags:
        !           281:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           282:
        !           283: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           284:
        !           285: top_distdir = ..
        !           286: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           287:
        !           288: distdir: $(DISTFILES)
        !           289:        @for file in $(DISTFILES); do \
        !           290:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           291:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           292:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           293:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           294:          fi; \
        !           295:          if test -d $$d/$$file; then \
        !           296:            cp -pR $$d/$$file $(distdir) \
        !           297:            || exit 1; \
        !           298:          else \
        !           299:            test -f $(distdir)/$$file \
        !           300:            || cp -p $$d/$$file $(distdir)/$$file \
        !           301:            || exit 1; \
        !           302:          fi; \
        !           303:        done
        !           304: check-am: all-am
        !           305: check: check-am
        !           306: all-am: Makefile $(LTLIBRARIES)
        !           307:
        !           308: installdirs:
        !           309:
        !           310: install: install-am
        !           311: install-exec: install-exec-am
        !           312: install-data: install-data-am
        !           313: uninstall: uninstall-am
        !           314:
        !           315: install-am: all-am
        !           316:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           317:
        !           318: installcheck: installcheck-am
        !           319: install-strip:
        !           320:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           321:          `test -z '$(STRIP)' || \
        !           322:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           323: mostlyclean-generic:
        !           324:
        !           325: clean-generic:
        !           326:
        !           327: distclean-generic:
        !           328:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        !           329:
        !           330: maintainer-clean-generic:
        !           331:        @echo "This command is intended for maintainers to use"
        !           332:        @echo "it deletes files that may require special tools to rebuild."
        !           333: clean: clean-am
        !           334:
        !           335: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
        !           336:        mostlyclean-am
        !           337:
        !           338: distclean: distclean-am
        !           339:
        !           340: distclean-am: clean-am distclean-compile distclean-generic \
        !           341:        distclean-libtool distclean-tags
        !           342:
        !           343: dvi: dvi-am
        !           344:
        !           345: dvi-am:
        !           346:
        !           347: info: info-am
        !           348:
        !           349: info-am:
        !           350:
        !           351: install-data-am:
        !           352:
        !           353: install-exec-am:
        !           354:
        !           355: install-info: install-info-am
        !           356:
        !           357: install-man:
        !           358:
        !           359: installcheck-am:
        !           360:
        !           361: maintainer-clean: maintainer-clean-am
        !           362:
        !           363: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           364:
        !           365: mostlyclean: mostlyclean-am
        !           366:
        !           367: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           368:        mostlyclean-libtool
        !           369:
        !           370: uninstall-am: uninstall-info-am
        !           371:
        !           372: .PHONY: GTAGS all all-am check check-am clean clean-generic \
        !           373:        clean-libtool clean-noinstLTLIBRARIES distclean \
        !           374:        distclean-compile distclean-generic distclean-libtool \
        !           375:        distclean-tags distdir dvi dvi-am info info-am install \
        !           376:        install-am install-data install-data-am install-exec \
        !           377:        install-exec-am install-info install-info-am install-man \
        !           378:        install-strip installcheck installcheck-am installdirs \
        !           379:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           380:        mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           381:        mostlyclean-libtool tags uninstall uninstall-am \
        !           382:        uninstall-info-am
        !           383:
        !           384: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           385: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           386: .NOEXPORT:

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