Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/demos/Makefile.in, Revision 1.1
1.1 ! takayama 1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13: # Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
! 14:
! 15: # This file is part of the GNU MP Library.
! 16:
! 17: # The GNU MP Library is free software; you can redistribute it and/or modify
! 18: # it under the terms of the GNU Library General Public License as published by
! 19: # the Free Software Foundation; either version 2 of the License, or (at your
! 20: # option) any later version.
! 21:
! 22: # The GNU MP Library is distributed in the hope that it will be useful, but
! 23: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
! 24: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
! 25: # License for more details.
! 26:
! 27: # You should have received a copy of the GNU Library General Public License
! 28: # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
! 29: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
! 30: # MA 02111-1307, USA.
! 31:
! 32:
! 33: SHELL = /bin/sh
! 34:
! 35: srcdir = @srcdir@
! 36: top_srcdir = @top_srcdir@
! 37: VPATH = @srcdir@
! 38: prefix = @prefix@
! 39: exec_prefix = @exec_prefix@
! 40:
! 41: bindir = @bindir@
! 42: sbindir = @sbindir@
! 43: libexecdir = @libexecdir@
! 44: datadir = @datadir@
! 45: sysconfdir = @sysconfdir@
! 46: sharedstatedir = @sharedstatedir@
! 47: localstatedir = @localstatedir@
! 48: libdir = @libdir@
! 49: infodir = @infodir@
! 50: mandir = @mandir@
! 51: includedir = @includedir@
! 52: oldincludedir = /usr/include
! 53:
! 54: DISTDIR =
! 55:
! 56: pkgdatadir = $(datadir)/@PACKAGE@
! 57: pkglibdir = $(libdir)/@PACKAGE@
! 58: pkgincludedir = $(includedir)/@PACKAGE@
! 59:
! 60: top_builddir = ..
! 61:
! 62: ACLOCAL = @ACLOCAL@
! 63: AUTOCONF = @AUTOCONF@
! 64: AUTOMAKE = @AUTOMAKE@
! 65: AUTOHEADER = @AUTOHEADER@
! 66:
! 67: INSTALL = @INSTALL@
! 68: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 69: INSTALL_DATA = @INSTALL_DATA@
! 70: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 71: transform = @program_transform_name@
! 72:
! 73: NORMAL_INSTALL = :
! 74: PRE_INSTALL = :
! 75: POST_INSTALL = :
! 76: NORMAL_UNINSTALL = :
! 77: PRE_UNINSTALL = :
! 78: POST_UNINSTALL = :
! 79: host_alias = @host_alias@
! 80: host_triplet = @host@
! 81: CC = @CC@
! 82: LN_S = @LN_S@
! 83: MAKEINFO = @MAKEINFO@
! 84: MPN_DISTCLEANFILES = @MPN_DISTCLEANFILES@
! 85: MPN_OBJS = @MPN_OBJS@
! 86: PACKAGE = @PACKAGE@
! 87: RANLIB = @RANLIB@
! 88: SFLAGS = @SFLAGS@
! 89: VERSION = @VERSION@
! 90:
! 91: AUTOMAKE_OPTIONS = 1.0 foreign no-dependencies
! 92:
! 93: INCLUDES = -I.. -I$(srcdir)/.. -I../mpn -I$(srcdir)/../mpn
! 94: LDADD = ../libgmp.a
! 95:
! 96: EXTRA_PROGRAMS = factorize
! 97:
! 98: factorize_SOURCES = factorize.c
! 99:
! 100: CLEANFILES = $(EXTRA_PROGRAMS)
! 101: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 102: CONFIG_CLEAN_FILES =
! 103:
! 104: DEFS = @DEFS@ -I. -I$(srcdir)
! 105: CPPFLAGS = @CPPFLAGS@
! 106: LDFLAGS = @LDFLAGS@
! 107: LIBS = @LIBS@
! 108: factorize_OBJECTS = factorize.o
! 109: factorize_LDADD = $(LDADD)
! 110: factorize_DEPENDENCIES = ../libgmp.a
! 111: factorize_LDFLAGS =
! 112: CFLAGS = @CFLAGS@
! 113: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
! 114: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
! 115: DIST_COMMON = Makefile.am Makefile.in
! 116:
! 117:
! 118: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 119:
! 120: TAR = tar
! 121: GZIP = --best
! 122: SOURCES = $(factorize_SOURCES)
! 123: OBJECTS = $(factorize_OBJECTS)
! 124:
! 125: all: Makefile
! 126:
! 127: .SUFFIXES:
! 128: .SUFFIXES: .S .c .o .s
! 129: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 130: cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/Makefile
! 131:
! 132: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 133: cd $(top_builddir) \
! 134: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 135:
! 136:
! 137: .c.o:
! 138: $(COMPILE) -c $<
! 139:
! 140: .s.o:
! 141: $(COMPILE) -c $<
! 142:
! 143: .S.o:
! 144: $(COMPILE) -c $<
! 145:
! 146: mostlyclean-compile:
! 147: -rm -f *.o core *.core
! 148:
! 149: clean-compile:
! 150:
! 151: distclean-compile:
! 152: -rm -f *.tab.c
! 153:
! 154: maintainer-clean-compile:
! 155:
! 156: factorize: $(factorize_OBJECTS) $(factorize_DEPENDENCIES)
! 157: @rm -f factorize
! 158: $(LINK) $(factorize_LDFLAGS) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
! 159:
! 160: tags: TAGS
! 161:
! 162: ID: $(HEADERS) $(SOURCES) $(LISP)
! 163: here=`pwd` && cd $(srcdir) \
! 164: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
! 165:
! 166: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 167: tags=; \
! 168: here=`pwd`; \
! 169: list='$(SOURCES) $(HEADERS)'; \
! 170: unique=`for i in $$list; do echo $$i; done | \
! 171: awk ' { files[$$0] = 1; } \
! 172: END { for (i in files) print i; }'`; \
! 173: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 174: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 175:
! 176: mostlyclean-tags:
! 177:
! 178: clean-tags:
! 179:
! 180: distclean-tags:
! 181: -rm -f TAGS ID
! 182:
! 183: maintainer-clean-tags:
! 184:
! 185: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 186:
! 187: subdir = demos
! 188:
! 189: distdir: $(DISTFILES)
! 190: @for file in $(DISTFILES); do \
! 191: d=$(srcdir); \
! 192: test -f $(distdir)/$$file \
! 193: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 194: || cp -p $$d/$$file $(distdir)/$$file; \
! 195: done
! 196: info:
! 197: dvi:
! 198: check: all
! 199: $(MAKE)
! 200: installcheck:
! 201: install-exec:
! 202: @$(NORMAL_INSTALL)
! 203:
! 204: install-data:
! 205: @$(NORMAL_INSTALL)
! 206:
! 207: install: install-exec install-data all
! 208: @:
! 209:
! 210: uninstall:
! 211:
! 212: install-strip:
! 213: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
! 214: installdirs:
! 215:
! 216:
! 217: mostlyclean-generic:
! 218: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
! 219:
! 220: clean-generic:
! 221: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 222:
! 223: distclean-generic:
! 224: -rm -f Makefile $(DISTCLEANFILES)
! 225: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 226: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 227:
! 228: maintainer-clean-generic:
! 229: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 230: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 231: mostlyclean: mostlyclean-compile mostlyclean-tags mostlyclean-generic
! 232:
! 233: clean: clean-compile clean-tags clean-generic mostlyclean
! 234:
! 235: distclean: distclean-compile distclean-tags distclean-generic clean
! 236: -rm -f config.status
! 237:
! 238: maintainer-clean: maintainer-clean-compile maintainer-clean-tags \
! 239: maintainer-clean-generic distclean
! 240: @echo "This command is intended for maintainers to use;"
! 241: @echo "it deletes files that may require special tools to rebuild."
! 242:
! 243: .PHONY: mostlyclean-compile distclean-compile clean-compile \
! 244: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
! 245: clean-tags maintainer-clean-tags distdir info dvi installcheck \
! 246: install-exec install-data install uninstall all installdirs \
! 247: mostlyclean-generic distclean-generic clean-generic \
! 248: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 249:
! 250:
! 251: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 252: # Otherwise a system limit (for SysV at least) may be exceeded.
! 253: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>