=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Makefile.am,v retrieving revision 1.32 retrieving revision 1.38 diff -u -p -r1.32 -r1.38 --- OpenXM_contrib2/asir2000/Makefile.am 2009/02/13 13:21:19 1.32 +++ OpenXM_contrib2/asir2000/Makefile.am 2012/08/27 05:05:58 1.38 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.31 2009/02/06 10:11:11 ohara Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.37 2012/05/30 02:24:33 ohara Exp $ AUTOMAKE_OPTIONS = foreign no-dependencies 1.5 if USE_PLOT @@ -15,13 +15,10 @@ asir_SOURCES = parse/main.c asir_LDADD = libasir.a @ASIR_GCLIB@ CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz +#GC_TAR_GZ = gc-7.2b.tar.gz +#GC_PATCH = gc-7.diff gc-7.0-risa.diff GC_TAR_GZ = ${GC}.tar.gz -if USE_GC7 -GC_PATCH = gc-7.0-risa.diff -else GC_PATCH = gc6.diff gc6-risa.diff -endif -GC_DISTDIR = @GC_DISTDIR@ GC_MASTER_SITE=ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/ OX_FETCH = ${bindir}/oxfetch.sh @@ -41,6 +38,8 @@ ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} $ LIBS = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS} # EXTRALIBS = @EXTRALIBS@ +all-recursive: ${GLIB} + umain.o: parse/main.c ${COMPILE} -DUINIT main.c -o umain.o @@ -125,3 +124,9 @@ tarball: DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz -rm -rf tmp + +clean-gc: + -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC} + -rm -rf ${top_srcdir}/autom4te.cache + +distclean-recursive: clean-gc