Clean a bit more completely.
This commit is contained in:
parent
a5c69b50e5
commit
28af357c8a
|
|
@ -16,7 +16,7 @@
|
||||||
# 59 Temple Place - Suite 330
|
# 59 Temple Place - Suite 330
|
||||||
# Boston, MA 02111-1307, USA
|
# 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
|
SHELL = /bin/sh
|
||||||
|
|
@ -64,7 +64,7 @@ check: all
|
||||||
./check | grep 'Hello, World'
|
./check | grep 'Hello, World'
|
||||||
|
|
||||||
clean:
|
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 vvm ; $(MAKE) clean
|
||||||
cd vpi ; $(MAKE) clean
|
cd vpi ; $(MAKE) clean
|
||||||
cd driver ; $(MAKE) clean
|
cd driver ; $(MAKE) clean
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
# 59 Temple Place - Suite 330
|
# 59 Temple Place - Suite 330
|
||||||
# Boston, MA 02111-1307, USA
|
# 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
|
SHELL = /bin/sh
|
||||||
|
|
@ -92,7 +92,7 @@ libvvm.a: $O
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o dep/*.d
|
rm -f *.o dep/*.d libvvm.a libvpip.a vpip.dll
|
||||||
|
|
||||||
install:: all installdirs \
|
install:: all installdirs \
|
||||||
$(libdir)/libvvm.a \
|
$(libdir)/libvvm.a \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue