=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/lib/Makefile.in,v retrieving revision 1.3 retrieving revision 1.16 diff -u -p -r1.3 -r1.16 --- OpenXM_contrib2/asir2000/lib/Makefile.in 2003/03/07 15:55:06 1.3 +++ OpenXM_contrib2/asir2000/lib/Makefile.in 2005/07/12 01:23:21 1.16 @@ -1,6 +1,7 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. +# @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -12,9 +13,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - -# $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.in,v 1.2 2003/03/07 03:12:29 noro Exp $ - SHELL = @SHELL@ srcdir = @srcdir@ @@ -45,9 +43,13 @@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ @@ -63,23 +65,30 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ CC = @CC@ DEPDIR = @DEPDIR@ -EXEEXT = @EXEEXT@ FEPLIB = @FEPLIB@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LAPACKLIB = @LAPACKLIB@ LN_S = @LN_S@ +MAINT = @MAINT@ MPIINC = @MPIINC@ MPILIB = @MPILIB@ -OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PARIINC = @PARIINC@ PARILIB = @PARILIB@ RANLIB = @RANLIB@ +USE_GC_INTERIX = @USE_GC_INTERIX@ +USE_GC_SPARC64 = @USE_GC_SPARC64@ +USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@ VERSION = @VERSION@ +XPMLIB = @XPMLIB@ X_CFLAGS = @X_CFLAGS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_LIBS = @X_LIBS@ @@ -91,9 +100,10 @@ asm_obj = @asm_obj@ install_sh = @install_sh@ libasir_postfix = @libasir_postfix@ -RR = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \ +asirdir = ${libdir}/asir +RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \ fff glib gr ifplot katsura mat nf num primdec primdec_lex \ - ratint robot solve sp sturm sym xm + ratint robot solve sp sturm sym xm primdec_mod weight subdir = lib mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -103,33 +113,35 @@ DIST_COMMON = Makefile.am Makefile.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu lib/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: tags: TAGS TAGS: - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ + @list='$(DISTFILES)'; for file in $$list; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ fi; \ if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ @@ -153,6 +165,7 @@ install-am: all-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: @@ -160,7 +173,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* + -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -211,17 +224,20 @@ uninstall-am: uninstall-info-am install-doc: - -mkdir -p ${prefix}/lib/asir + -mkdir -p ${DESTDIR}${asirdir} -for i in jp eg ; do \ uudecode help-$$i.uu ; \ - gzip -dc help-$$i.tgz | ( cd ${prefix}/lib/asir; tar xf - ) ; \ + gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \ rm -f help-$$i.tgz ; \ done - (cd ${prefix}/lib/asir; ${LN_S} help-eg help) + -rm ${DESTDIR}${asirdir}/help + (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help) install-lib: - -mkdir -p ${prefix}/lib/asir - ${INSTALL_DATA} ${RR} ${prefix}/lib/asir/ + -mkdir -p ${DESTDIR}${asirdir} + -for i in ${RR} ; do \ + ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \ + done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: