iverilog/driver
Cary R 9c99bce054 Update lex/yacc builds to be consistent and to support parallel builds
Not all the lex/yacc (flex/bison) targets were using a consistent syntax.
This patch fixes that and explicitly serializes the *.c/*.cc and *.h build.
Not doing this was causing problem when using make -j. The issue appears to
be that if two targets are specified for a rule (e.g. file.cc file.h: file.y)
make does not realize they are both built by the same call so the rule is
executed twice. Once for the .cc target and once for the .h target. This is
not a problem for a serial build. To work around this only use the .c/.cc
file in the main target and then make the .h file depend on the .c/.cc file
as a sub-target.
2012-01-04 18:21:40 -08:00
..
Makefile.in Update lex/yacc builds to be consistent and to support parallel builds 2012-01-04 18:21:40 -08:00
cflexor.lex Add support for vhdl named libraries. 2011-07-30 18:18:03 -07:00
cfparse.y Remove a few cppcheck warnings. 2011-10-14 18:40:24 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Add support for vhdl named libraries. 2011-07-30 18:18:03 -07:00
iverilog.man.in Add support for tracing procedural statements. 2011-03-01 18:45:29 -08:00
main.c For MinGW driver report an error if the two \\ are not found in the exe path 2011-09-11 11:29:12 -07:00
substit.c Make ivl_alloc.h the last include so it doesn't effect any system includes. 2010-11-02 10:51:57 -07:00