Remember to recurse into vvm.

This commit is contained in:
steve 1999-08-07 20:05:51 +00:00
parent c33b0c2262
commit 839bcc9757
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.10 1999/07/31 19:14:47 steve Exp $"
#ident "$Id: Makefile.in,v 1.11 1999/08/07 20:05:51 steve Exp $"
#
#
SHELL = /bin/sh
@ -46,10 +46,12 @@ CXXFLAGS = @CXXFLAGS@
LDFLAGS = @LDFLAGS@
all: ivl
cd vvm ; make all
cd ivlpp ; make all
clean:
rm *.o parse.cc parse.cc.output parse.h dep/*.d lexor.cc
cd vvm ; make clean
cd ivlpp ; make clean
TT = t-null.o t-verilog.o t-vvm.o t-xnf.o
@ -85,6 +87,7 @@ lexor.cc: lexor.lex
flex -PVL -s -olexor.cc lexor.lex
install: all installdirs $(bindir)/ivl
cd vvm ; make install
cd ivlpp ; make install
$(bindir)/ivl: ivl