[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.14

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: 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@
                     68: EXEEXT = @EXEEXT@
                     69: FEPLIB = @FEPLIB@
                     70: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     71: LAPACKLIB = @LAPACKLIB@
                     72: LN_S = @LN_S@
1.6       ohara      73: MAINT = @MAINT@
1.1       ohara      74: MPIINC = @MPIINC@
                     75: MPILIB = @MPILIB@
                     76: OBJEXT = @OBJEXT@
                     77: PACKAGE = @PACKAGE@
                     78: PARIINC = @PARIINC@
                     79: PARILIB = @PARILIB@
                     80: RANLIB = @RANLIB@
1.14    ! ohara      81: USE_GC_INTERIX = @USE_GC_INTERIX@
1.7       ohara      82: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      83: VERSION = @VERSION@
1.6       ohara      84: XPMLIB = @XPMLIB@
1.1       ohara      85: X_CFLAGS = @X_CFLAGS@
                     86: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     87: X_LIBS = @X_LIBS@
                     88: X_PRE_LIBS = @X_PRE_LIBS@
                     89: YACC = @YACC@
                     90: am__include = @am__include@
                     91: am__quote = @am__quote@
                     92: asm_obj = @asm_obj@
                     93: install_sh = @install_sh@
                     94: libasir_postfix = @libasir_postfix@
                     95:
1.9       ohara      96: asirdir = ${libdir}/asir
1.13      noro       97: RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
1.1       ohara      98:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.12      noro       99:           ratint robot solve sp sturm sym xm primdec_mod weight
1.1       ohara     100:
                    101: subdir = lib
                    102: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    103: CONFIG_CLEAN_FILES =
                    104: DIST_SOURCES =
                    105: DIST_COMMON = Makefile.am Makefile.in
                    106: all: all-am
                    107:
                    108: .SUFFIXES:
1.6       ohara     109: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     110:        cd $(top_srcdir) && \
                    111:          $(AUTOMAKE) --gnu  lib/Makefile
1.6       ohara     112: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.1       ohara     113:        cd $(top_builddir) && \
                    114:          CONFIG_HEADERS= CONFIG_LINKS= \
                    115:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
                    116: uninstall-info-am:
                    117: tags: TAGS
                    118: TAGS:
                    119:
                    120:
                    121: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    122:
                    123: top_distdir = ..
                    124: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    125:
                    126: distdir: $(DISTFILES)
                    127:        @for file in $(DISTFILES); do \
                    128:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    129:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    130:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    131:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    132:          fi; \
                    133:          if test -d $$d/$$file; then \
                    134:            cp -pR $$d/$$file $(distdir) \
                    135:            || exit 1; \
                    136:          else \
                    137:            test -f $(distdir)/$$file \
                    138:            || cp -p $$d/$$file $(distdir)/$$file \
                    139:            || exit 1; \
                    140:          fi; \
                    141:        done
                    142: check-am: all-am
                    143: check: check-am
1.3       ohara     144: all-am: Makefile
1.1       ohara     145:
                    146: installdirs:
                    147:
                    148: install: install-am
                    149: install-exec: install-exec-am
                    150: install-data: install-data-am
                    151: uninstall: uninstall-am
                    152:
                    153: install-am: all-am
                    154:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    155:
                    156: installcheck: installcheck-am
                    157: install-strip:
                    158:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    159:          `test -z '$(STRIP)' || \
                    160:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    161: mostlyclean-generic:
                    162:
                    163: clean-generic:
                    164:
                    165: distclean-generic:
                    166:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
                    167:
                    168: maintainer-clean-generic:
                    169:        @echo "This command is intended for maintainers to use"
                    170:        @echo "it deletes files that may require special tools to rebuild."
                    171: clean: clean-am
                    172:
                    173: clean-am: clean-generic mostlyclean-am
                    174:
                    175: distclean: distclean-am
                    176:
                    177: distclean-am: clean-am distclean-generic
                    178:
                    179: dvi: dvi-am
                    180:
                    181: dvi-am:
                    182:
                    183: info: info-am
                    184:
                    185: info-am:
                    186:
1.3       ohara     187: install-data-am:
1.1       ohara     188:
                    189: install-exec-am:
                    190:
                    191: install-info: install-info-am
                    192:
                    193: install-man:
                    194:
                    195: installcheck-am:
                    196:
                    197: maintainer-clean: maintainer-clean-am
                    198:
                    199: maintainer-clean-am: distclean-am maintainer-clean-generic
                    200:
                    201: mostlyclean: mostlyclean-am
                    202:
                    203: mostlyclean-am: mostlyclean-generic
                    204:
1.3       ohara     205: uninstall-am: uninstall-info-am
1.1       ohara     206:
                    207: .PHONY: all all-am check check-am clean clean-generic distclean \
                    208:        distclean-generic distdir dvi dvi-am info info-am install \
1.3       ohara     209:        install-am install-data install-data-am install-exec \
                    210:        install-exec-am install-info install-info-am install-man \
                    211:        install-strip installcheck installcheck-am installdirs \
                    212:        maintainer-clean maintainer-clean-generic mostlyclean \
                    213:        mostlyclean-generic uninstall uninstall-am uninstall-info-am
1.1       ohara     214:
                    215:
1.3       ohara     216: install-doc:
1.9       ohara     217:        -mkdir -p ${DESTDIR}${asirdir}
1.1       ohara     218:        -for i in jp eg ; do \
                    219:                uudecode help-$$i.uu ; \
1.9       ohara     220:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1       ohara     221:                rm -f help-$$i.tgz ; \
                    222:        done
1.9       ohara     223:        -rm ${DESTDIR}${asirdir}/help
                    224:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help)
1.3       ohara     225:
                    226: install-lib:
1.9       ohara     227:        -mkdir -p ${DESTDIR}${asirdir}
1.11      noro      228:        -for i in ${RR} ; do \
                    229:                ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
                    230:        done
1.1       ohara     231: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    232: # Otherwise a system limit (for SysV at least) may be exceeded.
                    233: .NOEXPORT:

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