Clean a bit more completely.

This commit is contained in:
steve 2000-11-29 23:59:29 +00:00
parent a5c69b50e5
commit 28af357c8a
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.80 2000/11/21 03:55:20 steve Exp $"
#ident "$Id: Makefile.in,v 1.81 2000/11/29 23:59:29 steve Exp $"
#
#
SHELL = /bin/sh
@ -64,7 +64,7 @@ check: all
./check | grep 'Hello, World'
clean:
rm -f *.o parse.cc parse.cc.output parse.h dep/*.d lexor.cc lexor_keyword.cc verilog iverilog@EXEEXT@
rm -f *.o parse.cc parse.cc.output parse.h dep/*.d lexor.cc lexor_keyword.cc verilog ivl@EXEEXT@ libivl.a
cd vvm ; $(MAKE) clean
cd vpi ; $(MAKE) clean
cd driver ; $(MAKE) clean

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.39 2000/11/11 00:38:40 steve Exp $"
#ident "$Id: Makefile.in,v 1.40 2000/11/29 23:59:29 steve Exp $"
#
#
SHELL = /bin/sh
@ -92,7 +92,7 @@ libvvm.a: $O
clean:
rm -f *.o dep/*.d
rm -f *.o dep/*.d libvvm.a libvpip.a vpip.dll
install:: all installdirs \
$(libdir)/libvvm.a \