===================================================================
RCS file: /home/cvs/OpenXM/src/asir2000/Makefile,v
retrieving revision 1.6
retrieving revision 1.10
diff -u -p -r1.6 -r1.10
--- OpenXM/src/asir2000/Makefile	2000/01/09 20:39:49	1.6
+++ OpenXM/src/asir2000/Makefile	2000/01/19 11:58:23	1.10
@@ -1,4 +1,4 @@
-# $OpenXM: OpenXM/src/asir2000/Makefile,v 1.5 2000/01/09 18:42:24 maekawa Exp $
+# $OpenXM: OpenXM/src/asir2000/Makefile,v 1.9 2000/01/19 05:17:02 noro Exp $
 
 ASIR = ../../../OpenXM_contrib2/asir2000
 PARI = ../pari
@@ -10,18 +10,18 @@ all: configure
 	@touch ./.make_done
 
 install: all
-	(cd $(ASIR) ; make install ; make install2)
+	(cd $(ASIR) ; make install ; make install-lib)
 
 clean:
 	(cd $(ASIR) ; make clean)
 	@rm -f ./.make_done ./.configure_done ./.install-pari_done
 
-distclean:
+distclean: clean
 	@cat BINARIES | xargs -t rm -rf
 
 configure: install-pari
 	@if [ ! -f ./.configure_done ]; then \
-		(cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \
+		(cd $(ASIR) ; ./configure ; xmkmf ; make Makefiles ; /bin/rm -f */.depend) \
 	fi
 	@touch ./.configure_done