Revision 692,
574 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 1 | MAIN=../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 | |
---|
| 17 | all: $(MAIN) |
---|
| 18 | |
---|
| 19 | install: |
---|
Note: See
TracBrowser
for help on using the repository browser.