| version 1.2, 2003/03/07 03:12:29 |
version 1.6, 2003/03/17 14:33:51 |
|
|
| |
|
| @SET_MAKE@ |
@SET_MAKE@ |
| |
|
| # $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.1 2003/02/23 03:05:39 ohara Exp $ |
|
| |
|
| SHELL = @SHELL@ |
SHELL = @SHELL@ |
| |
|
| srcdir = @srcdir@ |
srcdir = @srcdir@ |
| Line 72 FEPLIB = @FEPLIB@ |
|
| Line 70 FEPLIB = @FEPLIB@ |
|
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| LAPACKLIB = @LAPACKLIB@ |
LAPACKLIB = @LAPACKLIB@ |
| LN_S = @LN_S@ |
LN_S = @LN_S@ |
| |
MAINT = @MAINT@ |
| MPIINC = @MPIINC@ |
MPIINC = @MPIINC@ |
| MPILIB = @MPILIB@ |
MPILIB = @MPILIB@ |
| OBJEXT = @OBJEXT@ |
OBJEXT = @OBJEXT@ |
| Line 80 PARIINC = @PARIINC@ |
|
| Line 79 PARIINC = @PARIINC@ |
|
| PARILIB = @PARILIB@ |
PARILIB = @PARILIB@ |
| RANLIB = @RANLIB@ |
RANLIB = @RANLIB@ |
| VERSION = @VERSION@ |
VERSION = @VERSION@ |
| |
XPMLIB = @XPMLIB@ |
| X_CFLAGS = @X_CFLAGS@ |
X_CFLAGS = @X_CFLAGS@ |
| X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
| X_LIBS = @X_LIBS@ |
X_LIBS = @X_LIBS@ |
| Line 91 asm_obj = @asm_obj@ |
|
| Line 91 asm_obj = @asm_obj@ |
|
| install_sh = @install_sh@ |
install_sh = @install_sh@ |
| libasir_postfix = @libasir_postfix@ |
libasir_postfix = @libasir_postfix@ |
| |
|
| rrdir = ${prefix}/lib/asir |
RR = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \ |
| rr_DATA = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \ |
|
| fff glib gr ifplot katsura mat nf num primdec primdec_lex \ |
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 |
| |
|
|
|
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
| DIST_SOURCES = |
DIST_SOURCES = |
| DATA = $(rr_DATA) |
|
| |
|
| DIST_COMMON = Makefile.am Makefile.in |
DIST_COMMON = Makefile.am Makefile.in |
| all: all-am |
all: all-am |
| |
|
| .SUFFIXES: |
.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) && \ |
cd $(top_srcdir) && \ |
| $(AUTOMAKE) --gnu lib/Makefile |
$(AUTOMAKE) --gnu lib/Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
| cd $(top_builddir) && \ |
cd $(top_builddir) && \ |
| CONFIG_HEADERS= CONFIG_LINKS= \ |
CONFIG_HEADERS= CONFIG_LINKS= \ |
| CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status |
CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status |
| uninstall-info-am: |
uninstall-info-am: |
| install-rrDATA: $(rr_DATA) |
|
| @$(NORMAL_INSTALL) |
|
| $(mkinstalldirs) $(DESTDIR)$(rrdir) |
|
| @list='$(rr_DATA)'; for p in $$list; do \ |
|
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
| f="`echo $$p | sed -e 's|^.*/||'`"; \ |
|
| echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(rrdir)/$$f"; \ |
|
| $(INSTALL_DATA) $$d$$p $(DESTDIR)$(rrdir)/$$f; \ |
|
| done |
|
| |
|
| uninstall-rrDATA: |
|
| @$(NORMAL_UNINSTALL) |
|
| @list='$(rr_DATA)'; for p in $$list; do \ |
|
| f="`echo $$p | sed -e 's|^.*/||'`"; \ |
|
| echo " rm -f $(DESTDIR)$(rrdir)/$$f"; \ |
|
| rm -f $(DESTDIR)$(rrdir)/$$f; \ |
|
| done |
|
| tags: TAGS |
tags: TAGS |
| TAGS: |
TAGS: |
| |
|
| Line 158 distdir: $(DISTFILES) |
|
| Line 138 distdir: $(DISTFILES) |
|
| done |
done |
| check-am: all-am |
check-am: all-am |
| check: check-am |
check: check-am |
| all-am: Makefile $(DATA) |
all-am: Makefile |
| |
|
| installdirs: |
installdirs: |
| $(mkinstalldirs) $(DESTDIR)$(rrdir) |
|
| |
|
| install: install-am |
install: install-am |
| install-exec: install-exec-am |
install-exec: install-exec-am |
|
|
| |
|
| info-am: |
info-am: |
| |
|
| install-data-am: install-data-local install-rrDATA |
install-data-am: |
| |
|
| install-exec-am: |
install-exec-am: |
| |
|
| Line 220 mostlyclean: mostlyclean-am |
|
| Line 199 mostlyclean: mostlyclean-am |
|
| |
|
| mostlyclean-am: mostlyclean-generic |
mostlyclean-am: mostlyclean-generic |
| |
|
| uninstall-am: uninstall-info-am uninstall-rrDATA |
uninstall-am: uninstall-info-am |
| |
|
| .PHONY: all all-am check check-am clean clean-generic distclean \ |
.PHONY: all all-am check check-am clean clean-generic distclean \ |
| distclean-generic distdir dvi dvi-am info info-am install \ |
distclean-generic distdir dvi dvi-am info info-am install \ |
| install-am install-data install-data-am install-data-local \ |
install-am install-data install-data-am install-exec \ |
| install-exec install-exec-am install-info install-info-am \ |
install-exec-am install-info install-info-am install-man \ |
| install-man install-rrDATA install-strip installcheck \ |
install-strip installcheck installcheck-am installdirs \ |
| installcheck-am installdirs maintainer-clean \ |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| maintainer-clean-generic mostlyclean mostlyclean-generic \ |
mostlyclean-generic uninstall uninstall-am uninstall-info-am |
| uninstall uninstall-am uninstall-info-am uninstall-rrDATA |
|
| |
|
| |
|
| install-data-local: |
install-doc: |
| |
-mkdir -p ${prefix}/lib/asir |
| -for i in jp eg ; do \ |
-for i in jp eg ; do \ |
| uudecode help-$$i.uu ; \ |
uudecode help-$$i.uu ; \ |
| gzip -dc help-$$i.tgz | ( cd ${rrdir}; tar xf - ) ; \ |
gzip -dc help-$$i.tgz | ( cd ${prefix}/lib/asir; tar xf - ) ; \ |
| rm -f help-$$i.tgz ; \ |
rm -f help-$$i.tgz ; \ |
| done |
done |
| |
-rm ${prefix}/lib/asir/help |
| |
(cd ${prefix}/lib/asir; ${LN_S} help-eg help) |
| |
|
| |
install-lib: |
| |
-mkdir -p ${prefix}/lib/asir |
| |
${INSTALL_DATA} ${RR} ${prefix}/lib/asir/ |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. |
# 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. |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: |
.NOEXPORT: |