Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/src/nvparse/Makefile.reyacc @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 574 bytes
Line 
1MAIN=../libnvparse.a
2
3$(MAIN):
4        -bison -d -o _ps1.0_parser.c ps1.0_grammar.y
5        -mv -f _ps1.0_parser.c _ps1.0_parser.cpp
6        -bison -d -o _rc1.0_parser.c  rc1.0_grammar.y
7        -mv -f _rc1.0_parser.c _rc1.0_parser.cpp
8        -bison -d -o _ts1.0_parser.c  ts1.0_grammar.y
9        -mv -f _ts1.0_parser.c _ts1.0_parser.cpp
10        -bison -d -o _vs1.0_parser.c  vs1.0_grammar.y
11        -mv -f _vs1.0_parser.c _vs1.0_parser.cpp
12        -flex -o_rc1.0_lexer.cpp rc1.0_tokens.l
13        -flex -o_ps1.0_lexer.cpp ps1.0_tokens.l
14        -flex -o_ts1.0_lexer.cpp ts1.0_tokens.l
15        -flex -o_vs1.0_lexer.cpp vs1.0_tokens.l
16
17all: $(MAIN)
18
19install:
Note: See TracBrowser for help on using the repository browser.