Clean up bin32 files.

This commit is contained in:
steve 2004-10-04 01:09:07 +00:00
parent 2abdcfcaa4
commit b3a3428b9a
4 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.10 2004/03/11 06:06:59 steve Exp $"
#ident "$Id: Makefile.in,v 1.11 2004/10/04 01:09:07 steve Exp $"
#
#
SHELL = /bin/sh
@ -82,7 +82,7 @@ cadpli.vpl: $O ../vvp/libvpi.a ../libveriuser/libveriuser.o
$(CC) @shared@ -o $@ $O ../libveriuser/libveriuser.o $(SYSTEM_VPI_LDFLAGS)
clean:
rm -rf *.o dep cadpli.vpl
rm -rf *.o dep cadpli.vpl bin32
distclean: clean
rm -f Makefile config.status config.log config.cache

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.33 2004/02/10 19:25:00 steve Exp $"
#ident "$Id: Makefile.in,v 1.34 2004/10/04 01:10:07 steve Exp $"
#
#
SHELL = /bin/sh
@ -89,7 +89,7 @@ dep:
clean:
rm -rf *.o dep libveriuser.a libveriuser.o
rm -rf *.o dep libveriuser.a libveriuser.o bin32
distclean: clean
rm -f Makefile config.status config.log config.cache

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.57 2004/08/30 17:42:53 steve Exp $"
#ident "$Id: Makefile.in,v 1.58 2004/10/04 01:09:22 steve Exp $"
#
#
SHELL = /bin/sh
@ -108,7 +108,7 @@ uninstall32:
endif
clean:
rm -rf *.o sys_readmem_lex.c dep system.vpi
rm -rf *.o sys_readmem_lex.c dep system.vpi bin32
distclean: clean
rm -f Makefile

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.60 2004/05/18 18:45:11 steve Exp $"
#ident "$Id: Makefile.in,v 1.61 2004/10/04 01:09:52 steve Exp $"
#
#
SHELL = /bin/sh
@ -68,7 +68,7 @@ all: dep vvp@EXEEXT@ libvpi.a $(ALL32)
clean:
rm -f *.o *~ parse.cc parse.cc.output parse.h lexor.cc tables.cc
rm -rf dep vvp@EXEEXT@ libvpi.a
rm -rf dep vvp@EXEEXT@ libvpi.a bin32
distclean: clean
rm -f Makefile config.status config.log config.cache config.h
@ -103,7 +103,7 @@ libvpi.a: libvpi.c
ar cqv libvpi.a libvpi.o
$(RANLIB) libvpi.a
vvp: $O
vvp: $O
$(CXX) $(LDFLAGS) -o vvp $O $(LIBS) $(dllib)
endif