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

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

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