Precompile vhdlpp/lexor_keyword.gperf in autoconf.sh

This commit is contained in:
Stephen Williams 2013-08-28 14:53:29 -07:00
parent c2c9e09a49
commit a10e07908e
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ autoconf -f
echo "Precompiling lexor_keyword.gperf"
gperf -o -i 7 -C -k 1-4,6,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
echo "Precompiling vhdlpp/lexor_keyword.gperf"
(cd vhdlpp ; gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc )