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

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

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