iverilog/ivlpp
Cary R f1e2f373ae Fix MinGW make distclean and add <file>.in dependencies.
This patch fixes the crash in MinGW make distclean. The problem
was that vpi/ and driver-vpi/ were being called twice and the
MinGW make was failing on the second call since the Makefile
was already removed.

Add a dependency on config.h and _pli_types.h in the make all
target. It is likely that only _pli_types.h was needed, but
this makes it clear that they need to be rebuilt if the .in
files change.

The lower directories that depend on the top level config.status
now have a target to rebuild the local Makefile file it the
corresponding Makefile.in changes.
2008-12-12 20:58:50 -08:00
..
.cvsignore ivlpp: Removed the unnecessary parser 2008-02-19 09:31:02 -08:00
Makefile.in Fix MinGW make distclean and add <file>.in dependencies. 2008-12-12 20:58:50 -08:00
globals.h ivlpp - clear lexor dynamic state information for flex >= 2.5.9 2008-11-04 16:01:47 -08:00
ivlpp.txt Spelling fixes 2008-01-29 20:24:24 -08:00
lexor.lex Make a copy of the local include directory so that it doesn't get lost. 2008-12-10 19:17:48 -08:00
main.c Update GNU address in -V output and add -V stub to VHDL target. 2008-11-18 20:33:22 -08:00