mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
This commit is contained in:
parent
dd47ffbf02
commit
ac1287d00b
@ -53,12 +53,12 @@ test: check
|
||||
# Otherwise never invoked, but records how to do it.
|
||||
# BTW: note that renaming is essential because otherwise
|
||||
# autoconf will forcibly delete files of the name *.tab.*
|
||||
ncgenyy.c: ncgen.l
|
||||
flex -Pncg -8 ncgen.l
|
||||
rm -f ncgenyy.c
|
||||
mv lex.ncg.c ncgenyy.c
|
||||
|
||||
ncgentab.c: ncgen.y ncgenyy.c
|
||||
bison -pncg -t ncgen.y
|
||||
rm -f ncgentab.c
|
||||
mv ncgen.tab.c ncgentab.c
|
||||
#ncgenyy.c: ncgen.l
|
||||
# flex -Pncg -8 ncgen.l
|
||||
# rm -f ncgenyy.c
|
||||
# mv lex.ncg.c ncgenyy.c
|
||||
#
|
||||
#ncgentab.c: ncgen.y ncgenyy.c
|
||||
# bison -pncg -t ncgen.y
|
||||
# rm -f ncgentab.c
|
||||
# mv ncgen.tab.c ncgentab.c
|
||||
|
Loading…
Reference in New Issue
Block a user