version 1.44, 2012/12/17 07:20:44 |
version 1.47, 2013/12/20 03:58:45 |
|
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. |
# Makefile.in generated by automake 1.11.6 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
# Inc. |
# Foundation, Inc. |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
|
|
@SET_MAKE@ |
@SET_MAKE@ |
|
|
VPATH = @srcdir@ |
VPATH = @srcdir@ |
|
am__make_dryrun = \ |
|
{ \ |
|
am__dry=no; \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
|
*) \ |
|
for am__flg in $$MAKEFLAGS; do \ |
|
case $$am__flg in \ |
|
*=*|--*) ;; \ |
|
*n*) am__dry=yes; break;; \ |
|
esac; \ |
|
done;; \ |
|
esac; \ |
|
test $$am__dry = yes; \ |
|
} |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
Line 71 RECURSIVE_TARGETS = all-recursive check-recursive dvi- |
|
Line 88 RECURSIVE_TARGETS = all-recursive check-recursive dvi- |
|
install-pdf-recursive install-ps-recursive install-recursive \ |
install-pdf-recursive install-ps-recursive install-recursive \ |
installcheck-recursive installdirs-recursive pdf-recursive \ |
installcheck-recursive installdirs-recursive pdf-recursive \ |
ps-recursive uninstall-recursive |
ps-recursive uninstall-recursive |
|
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
distclean-recursive maintainer-clean-recursive |
distclean-recursive maintainer-clean-recursive |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
Line 83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) |
|
Line 105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) |
|
distdir = $(PACKAGE)-$(VERSION) |
distdir = $(PACKAGE)-$(VERSION) |
top_distdir = $(distdir) |
top_distdir = $(distdir) |
am__remove_distdir = \ |
am__remove_distdir = \ |
{ test ! -d "$(distdir)" \ |
if test -d "$(distdir)"; then \ |
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
&& rm -fr "$(distdir)"; }; } |
&& rm -rf "$(distdir)" \ |
|
|| { sleep 5 && rm -rf "$(distdir)"; }; \ |
|
else :; fi |
am__relativize = \ |
am__relativize = \ |
dir0=`pwd`; \ |
dir0=`pwd`; \ |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
Line 114 am__relativize = \ |
|
Line 138 am__relativize = \ |
|
DIST_ARCHIVES = $(distdir).tar.gz |
DIST_ARCHIVES = $(distdir).tar.gz |
GZIP_ENV = --best |
GZIP_ENV = --best |
distuninstallcheck_listfiles = find . -type f -print |
distuninstallcheck_listfiles = find . -type f -print |
|
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
|
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
distcleancheck_listfiles = find . -type f -print |
distcleancheck_listfiles = find . -type f -print |
ACLOCAL = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
AMTAR = @AMTAR@ |
AMTAR = @AMTAR@ |
Line 150 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|
Line 176 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|
LAPACKLIB = @LAPACKLIB@ |
LAPACKLIB = @LAPACKLIB@ |
LDFLAGS = @LDFLAGS@ |
LDFLAGS = @LDFLAGS@ |
LIBOBJS = @LIBOBJS@ |
LIBOBJS = @LIBOBJS@ |
LIBS = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS} |
LIBS = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} ${GMPLIB} -lm ${EXTRALIBS} |
LN_S = @LN_S@ |
LN_S = @LN_S@ |
LTLIBOBJS = @LTLIBOBJS@ |
LTLIBOBJS = @LTLIBOBJS@ |
MAINT = @MAINT@ |
MAINT = @MAINT@ |
Line 248 asir_LDADD = libasir.a @ASIR_GCLIB@ |
|
Line 274 asir_LDADD = libasir.a @ASIR_GCLIB@ |
|
CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz |
CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz |
GC_TAR_GZ = gc-7.2b.tar.gz |
GC_TAR_GZ = gc-7.2b.tar.gz |
GC_PATCH = gc-7.diff gc-7.0-risa.diff |
GC_PATCH = gc-7.diff gc-7.0-risa.diff |
|
#GC_TAR_GZ = ${GC}.tar.gz |
|
#GC_PATCH = gc6.diff gc6-risa.diff |
GC_MASTER_SITE = ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/ |
GC_MASTER_SITE = ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/ |
OX_FETCH = ${bindir}/oxfetch.sh |
OX_FETCH = ${bindir}/oxfetch.sh |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
@GCINC@ @PARIINC@ @X_CFLAGS@ |
-I${prefix}/include @GCINC@ @PARIINC@ @X_CFLAGS@ |
|
|
GLIB = @ASIR_GCLIB@ |
GLIB = @ASIR_GCLIB@ |
ALIB = asm/libasm.a |
ALIB = asm/libasm.a |
Line 260 ELIB = engine/libca.a |
|
Line 288 ELIB = engine/libca.a |
|
FLIB = fft/libdft.a |
FLIB = fft/libdft.a |
IOLIB = io/libio.a |
IOLIB = io/libio.a |
PLIB = parse/libparse.a |
PLIB = parse/libparse.a |
|
GMPLIB = ${libdir}/libgmp.a |
ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB} |
ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB} |
all: all-recursive |
all: all-recursive |
|
|
.SUFFIXES: |
.SUFFIXES: |
.SUFFIXES: .c .o .obj |
.SUFFIXES: .c .o .obj |
am--refresh: |
am--refresh: Makefile |
@: |
@: |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
@for dep in $?; do \ |
@for dep in $?; do \ |
Line 301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4 |
|
Line 330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4 |
|
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
install-asirPROGRAMS: $(asir_PROGRAMS) |
install-asirPROGRAMS: $(asir_PROGRAMS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(asirdir)" || $(MKDIR_P) "$(DESTDIR)$(asirdir)" |
|
@list='$(asir_PROGRAMS)'; test -n "$(asirdir)" || list=; \ |
@list='$(asir_PROGRAMS)'; test -n "$(asirdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(asirdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(asirdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do echo "$$p $$p"; done | \ |
for p in $$list; do echo "$$p $$p"; done | \ |
sed 's/$(EXEEXT)$$//' | \ |
sed 's/$(EXEEXT)$$//' | \ |
while read p p1; do if test -f $$p; \ |
while read p p1; do if test -f $$p; \ |
Line 336 uninstall-asirPROGRAMS: |
|
Line 368 uninstall-asirPROGRAMS: |
|
|
|
clean-asirPROGRAMS: |
clean-asirPROGRAMS: |
-test -z "$(asir_PROGRAMS)" || rm -f $(asir_PROGRAMS) |
-test -z "$(asir_PROGRAMS)" || rm -f $(asir_PROGRAMS) |
asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES) |
asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES) $(EXTRA_asir_DEPENDENCIES) |
@rm -f asir$(EXEEXT) |
@rm -f asir$(EXEEXT) |
$(LINK) $(asir_OBJECTS) $(asir_LDADD) $(LIBS) |
$(LINK) $(asir_OBJECTS) $(asir_LDADD) $(LIBS) |
|
|
Line 527 distdir: $(DISTFILES) |
|
Line 559 distdir: $(DISTFILES) |
|
done |
done |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
if test "$$subdir" = .; then :; else \ |
if test "$$subdir" = .; then :; else \ |
test -d "$(distdir)/$$subdir" \ |
$(am__make_dryrun) \ |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
|| test -d "$(distdir)/$$subdir" \ |
|| exit 1; \ |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
fi; \ |
|| exit 1; \ |
done |
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
if test "$$subdir" = .; then :; else \ |
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
$(am__relativize); \ |
$(am__relativize); \ |
new_distdir=$$reldir; \ |
new_distdir=$$reldir; \ |
Line 565 dist-gzip: distdir |
|
Line 594 dist-gzip: distdir |
|
$(am__remove_distdir) |
$(am__remove_distdir) |
|
|
dist-bzip2: distdir |
dist-bzip2: distdir |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
$(am__remove_distdir) |
$(am__remove_distdir) |
|
|
|
dist-lzip: distdir |
|
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
|
$(am__remove_distdir) |
|
|
dist-lzma: distdir |
dist-lzma: distdir |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
$(am__remove_distdir) |
$(am__remove_distdir) |
|
|
dist-xz: distdir |
dist-xz: distdir |
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
$(am__remove_distdir) |
$(am__remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
*.tar.lzma*) \ |
*.tar.lzma*) \ |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|
*.tar.lz*) \ |
|
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
*.tar.xz*) \ |
*.tar.xz*) \ |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
*.tar.Z*) \ |
*.tar.Z*) \ |
|
|
*.zip*) \ |
*.zip*) \ |
unzip $(distdir).zip ;;\ |
unzip $(distdir).zip ;;\ |
esac |
esac |
chmod -R a-w $(distdir); chmod a+w $(distdir) |
chmod -R a-w $(distdir); chmod u+w $(distdir) |
mkdir $(distdir)/_build |
mkdir $(distdir)/_build |
mkdir $(distdir)/_inst |
mkdir $(distdir)/_inst |
chmod a-w $(distdir) |
chmod a-w $(distdir) |
|
|
&& am__cwd=`pwd` \ |
&& am__cwd=`pwd` \ |
&& $(am__cd) $(distdir)/_build \ |
&& $(am__cd) $(distdir)/_build \ |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
distuninstallcheck: |
distuninstallcheck: |
@$(am__cd) '$(distuninstallcheck_dir)' \ |
@test -n '$(distuninstallcheck_dir)' || { \ |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
echo 'ERROR: trying to run $@ with an empty' \ |
|
'$$(distuninstallcheck_dir)' >&2; \ |
|
exit 1; \ |
|
}; \ |
|
$(am__cd) '$(distuninstallcheck_dir)' || { \ |
|
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
|
exit 1; \ |
|
}; \ |
|
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
|| { echo "ERROR: files left after uninstall:" ; \ |
|| { echo "ERROR: files left after uninstall:" ; \ |
if test -n "$(DESTDIR)"; then \ |
if test -n "$(DESTDIR)"; then \ |
echo " (check DESTDIR support)"; \ |
echo " (check DESTDIR support)"; \ |
Line 686 install-am: all-am |
|
Line 730 install-am: all-am |
|
|
|
installcheck: installcheck-recursive |
installcheck: installcheck-recursive |
install-strip: |
install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
if test -z '$(STRIP)'; then \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
`test -z '$(STRIP)' || \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
install; \ |
|
else \ |
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
|
fi |
mostlyclean-generic: |
mostlyclean-generic: |
|
|
clean-generic: |
clean-generic: |
Line 778 uninstall-am: uninstall-asirPROGRAMS |
|
Line 827 uninstall-am: uninstall-asirPROGRAMS |
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
all all-am am--refresh check check-am clean clean-asirPROGRAMS \ |
all all-am am--refresh check check-am clean clean-asirPROGRAMS \ |
clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ |
clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ |
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ |
distcheck distclean distclean-compile distclean-generic \ |
dist-zip distcheck distclean distclean-compile \ |
distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
distclean-generic distclean-tags distcleancheck distdir \ |
dvi-am html html-am info info-am install install-am \ |
distuninstallcheck dvi dvi-am html html-am info info-am \ |
install-asirPROGRAMS install-data install-data-am install-dvi \ |
install install-am install-asirPROGRAMS install-data \ |
install-dvi-am install-exec install-exec-am install-html \ |
install-data-am install-dvi install-dvi-am install-exec \ |
install-html-am install-info install-info-am install-man \ |
install-exec-am install-html install-html-am install-info \ |
install-pdf install-pdf-am install-ps install-ps-am \ |
install-info-am install-man install-pdf install-pdf-am \ |
install-strip installcheck installcheck-am installdirs \ |
install-ps install-ps-am install-strip installcheck \ |
installdirs-am maintainer-clean maintainer-clean-generic \ |
installcheck-am installdirs installdirs-am maintainer-clean \ |
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
ps ps-am tags tags-recursive uninstall uninstall-am \ |
mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ |
uninstall-asirPROGRAMS |
uninstall uninstall-am uninstall-asirPROGRAMS |
|
|
# EXTRALIBS = @EXTRALIBS@ |
# EXTRALIBS = @EXTRALIBS@ |
|
|