=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Makefile.am,v retrieving revision 1.32 retrieving revision 1.34 diff -u -p -r1.32 -r1.34 --- OpenXM_contrib2/asir2000/Makefile.am 2009/02/13 13:21:19 1.32 +++ OpenXM_contrib2/asir2000/Makefile.am 2009/03/04 09:15:36 1.34 @@ -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.33 2009/03/04 06:51:41 ohara Exp $ AUTOMAKE_OPTIONS = foreign no-dependencies 1.5 if USE_PLOT @@ -41,6 +41,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 +127,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