make distclean target.
This commit is contained in:
parent
de8c725890
commit
77d63aba74
|
|
@ -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.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
|
SHELL = /bin/sh
|
||||||
|
|
@ -65,7 +65,10 @@ null.tgt: $O $(TGTDEPLIBS)
|
||||||
$(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
|
$(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
|
||||||
|
|
||||||
clean:
|
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
|
install: all installdirs $(libdir)/ivl/null.tgt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.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
|
SHELL = /bin/sh
|
||||||
|
|
@ -69,6 +69,9 @@ Makefile: Makefile.in config.status
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o dep/*.d
|
rm -f *.o dep/*.d
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
rm -f Makefile config.status config.log config.cache vvp.tgt
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
|
|
||||||
install: all installdirs $(libdir)/ivl/vvp.tgt
|
install: all installdirs $(libdir)/ivl/vvp.tgt
|
||||||
|
|
|
||||||
|
|
@ -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.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
|
SHELL = /bin/sh
|
||||||
|
|
@ -88,6 +88,9 @@ libvvm.a: $O
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o dep/*.d libvpip.a vpip.dll
|
rm -f *.o dep/*.d libvpip.a vpip.dll
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
rm -f Makefile config.status config.log config.cache
|
||||||
|
|
||||||
install:: all installdirs \
|
install:: all installdirs \
|
||||||
$(libdir)/libvpip.a \
|
$(libdir)/libvpip.a \
|
||||||
$(includedir)/vpi_priv.h
|
$(includedir)/vpi_priv.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue