Makefile and autoconf changes to build VHDL code generator

This commit is contained in:
Nick Gasson
2008-05-28 17:17:39 +01:00
parent 3575f68c9f
commit bfa2bfc8ae
10 changed files with 340 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
echo "Autoconf in root..."
autoconf -f
for dir in vpip vpi vvp tgt-vvp tgt-fpga tgt-stub libveriuser cadpli
for dir in vpip vpi vvp tgt-vvp tgt-fpga tgt-stub tgt-vhdl libveriuser cadpli
do
echo "Autoconf in $dir..."
( cd ./$dir ; autoconf -f --include=.. )