make distclean target.

This commit is contained in:
steve 2001-05-20 17:13:27 +00:00
parent de8c725890
commit 77d63aba74
3 changed files with 13 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.4 2001/05/17 03:22:18 steve Exp $"
#ident "$Id: Makefile.in,v 1.5 2001/05/20 17:13:27 steve Exp $"
#
#
SHELL = /bin/sh
@ -65,7 +65,10 @@ null.tgt: $O $(TGTDEPLIBS)
$(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
clean:
rm -f *.o dep/*.d
rm -f *.o dep/*.d null.tgt
distclean: clean
rm -f Makefile config.status config.log config.cache
install: all installdirs $(libdir)/ivl/null.tgt

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.6 2001/05/20 15:09:40 steve Exp $"
#ident "$Id: Makefile.in,v 1.7 2001/05/20 17:13:27 steve Exp $"
#
#
SHELL = /bin/sh
@ -69,6 +69,9 @@ Makefile: Makefile.in config.status
clean:
rm -f *.o dep/*.d
distclean: clean
rm -f Makefile config.status config.log config.cache vvp.tgt
check: all
install: all installdirs $(libdir)/ivl/vvp.tgt

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.4 2001/05/20 15:09:40 steve Exp $"
#ident "$Id: Makefile.in,v 1.5 2001/05/20 17:13:27 steve Exp $"
#
#
SHELL = /bin/sh
@ -88,6 +88,9 @@ libvvm.a: $O
clean:
rm -f *.o dep/*.d libvpip.a vpip.dll
distclean: clean
rm -f Makefile config.status config.log config.cache
install:: all installdirs \
$(libdir)/libvpip.a \
$(includedir)/vpi_priv.h