[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Annotation of OpenXM_contrib2/asir2000/lib/Makefile.in, Revision 1.18

1.17      ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       ohara       2:
1.17      ohara       3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
1.1       ohara       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@
1.17      ohara      15:
1.1       ohara      16: SHELL = @SHELL@
                     17:
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23:
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = ..
                     40:
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45:
                     46: INSTALL = @INSTALL@
                     47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     50: INSTALL_HEADER = $(INSTALL_DATA)
                     51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
                     64: AMTAR = @AMTAR@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: DEPDIR = @DEPDIR@
1.17      ohara      68: EXEEXT = @EXEEXT@
1.1       ohara      69: FEPLIB = @FEPLIB@
1.18    ! ohara      70: GC_DISTDIR = @GC_DISTDIR@
1.1       ohara      71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     72: LAPACKLIB = @LAPACKLIB@
                     73: LN_S = @LN_S@
1.6       ohara      74: MAINT = @MAINT@
1.1       ohara      75: MPIINC = @MPIINC@
                     76: MPILIB = @MPILIB@
1.17      ohara      77: OBJEXT = @OBJEXT@
1.1       ohara      78: PACKAGE = @PACKAGE@
                     79: PARIINC = @PARIINC@
                     80: PARILIB = @PARILIB@
                     81: RANLIB = @RANLIB@
1.14      ohara      82: USE_GC_INTERIX = @USE_GC_INTERIX@
1.15      ohara      83: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.7       ohara      84: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      85: VERSION = @VERSION@
1.6       ohara      86: XPMLIB = @XPMLIB@
1.1       ohara      87: X_CFLAGS = @X_CFLAGS@
                     88: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     89: X_LIBS = @X_LIBS@
                     90: X_PRE_LIBS = @X_PRE_LIBS@
                     91: YACC = @YACC@
                     92: am__include = @am__include@
                     93: am__quote = @am__quote@
                     94: asm_obj = @asm_obj@
                     95: install_sh = @install_sh@
                     96: libasir_postfix = @libasir_postfix@
                     97:
1.9       ohara      98: asirdir = ${libdir}/asir
1.13      noro       99: RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
1.1       ohara     100:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.12      noro      101:           ratint robot solve sp sturm sym xm primdec_mod weight
1.1       ohara     102:
                    103: subdir = lib
                    104: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    105: CONFIG_CLEAN_FILES =
                    106: DIST_SOURCES =
                    107: DIST_COMMON = Makefile.am Makefile.in
                    108: all: all-am
                    109:
                    110: .SUFFIXES:
1.6       ohara     111: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     112:        cd $(top_srcdir) && \
                    113:          $(AUTOMAKE) --gnu  lib/Makefile
1.6       ohara     114: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.17      ohara     115:        cd $(top_builddir) && \
                    116:          CONFIG_HEADERS= CONFIG_LINKS= \
                    117:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1       ohara     118: uninstall-info-am:
                    119: tags: TAGS
                    120: TAGS:
                    121:
1.17      ohara     122:
1.1       ohara     123: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    124:
                    125: top_distdir = ..
                    126: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    127:
                    128: distdir: $(DISTFILES)
1.17      ohara     129:        @for file in $(DISTFILES); do \
                    130:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     131:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    132:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.17      ohara     133:            $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1       ohara     134:          fi; \
                    135:          if test -d $$d/$$file; then \
1.17      ohara     136:            cp -pR $$d/$$file $(distdir) \
                    137:            || exit 1; \
1.1       ohara     138:          else \
                    139:            test -f $(distdir)/$$file \
                    140:            || cp -p $$d/$$file $(distdir)/$$file \
                    141:            || exit 1; \
                    142:          fi; \
                    143:        done
                    144: check-am: all-am
                    145: check: check-am
1.3       ohara     146: all-am: Makefile
1.1       ohara     147:
                    148: installdirs:
                    149:
                    150: install: install-am
                    151: install-exec: install-exec-am
                    152: install-data: install-data-am
                    153: uninstall: uninstall-am
                    154:
                    155: install-am: all-am
                    156:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    157:
                    158: installcheck: installcheck-am
                    159: install-strip:
                    160:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    161:          `test -z '$(STRIP)' || \
                    162:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    163: mostlyclean-generic:
                    164:
                    165: clean-generic:
                    166:
                    167: distclean-generic:
1.17      ohara     168:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       ohara     169:
                    170: maintainer-clean-generic:
                    171:        @echo "This command is intended for maintainers to use"
                    172:        @echo "it deletes files that may require special tools to rebuild."
                    173: clean: clean-am
                    174:
                    175: clean-am: clean-generic mostlyclean-am
                    176:
                    177: distclean: distclean-am
                    178:
                    179: distclean-am: clean-am distclean-generic
                    180:
                    181: dvi: dvi-am
                    182:
                    183: dvi-am:
                    184:
                    185: info: info-am
                    186:
                    187: info-am:
                    188:
1.3       ohara     189: install-data-am:
1.1       ohara     190:
                    191: install-exec-am:
                    192:
                    193: install-info: install-info-am
                    194:
                    195: install-man:
                    196:
                    197: installcheck-am:
                    198:
                    199: maintainer-clean: maintainer-clean-am
                    200:
                    201: maintainer-clean-am: distclean-am maintainer-clean-generic
                    202:
                    203: mostlyclean: mostlyclean-am
                    204:
                    205: mostlyclean-am: mostlyclean-generic
                    206:
1.3       ohara     207: uninstall-am: uninstall-info-am
1.1       ohara     208:
                    209: .PHONY: all all-am check check-am clean clean-generic distclean \
                    210:        distclean-generic distdir dvi dvi-am info info-am install \
1.3       ohara     211:        install-am install-data install-data-am install-exec \
                    212:        install-exec-am install-info install-info-am install-man \
                    213:        install-strip installcheck installcheck-am installdirs \
                    214:        maintainer-clean maintainer-clean-generic mostlyclean \
                    215:        mostlyclean-generic uninstall uninstall-am uninstall-info-am
1.1       ohara     216:
                    217:
1.3       ohara     218: install-doc:
1.9       ohara     219:        -mkdir -p ${DESTDIR}${asirdir}
1.1       ohara     220:        -for i in jp eg ; do \
                    221:                uudecode help-$$i.uu ; \
1.9       ohara     222:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1       ohara     223:                rm -f help-$$i.tgz ; \
                    224:        done
1.9       ohara     225:        -rm ${DESTDIR}${asirdir}/help
                    226:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help)
1.3       ohara     227:
                    228: install-lib:
1.9       ohara     229:        -mkdir -p ${DESTDIR}${asirdir}
1.11      noro      230:        -for i in ${RR} ; do \
                    231:                ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
                    232:        done
1.1       ohara     233: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    234: # Otherwise a system limit (for SysV at least) may be exceeded.
                    235: .NOEXPORT:

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