add svn:ignore (*.str)
[parrot.git] / compilers / tge / Rules.mak
blob34661487237b9c4f186f713b3f291f7fd45ac4df
1 $(LIBRARY_DIR)/TGE.pbc: \
2 $(LIBRARY_DIR)/PGE.pbc \
3 $(LIBRARY_DIR)/PGE/Util.pbc \
4 $(LIBRARY_DIR)/P6object.pbc \
5 compilers/tge/TGE.pir \
6 compilers/tge/TGE/Rule.pir \
7 compilers/tge/TGE/Parser.pir \
8 compilers/tge/TGE/Grammar.pir \
9 compilers/tge/TGE/Compiler.pir \
10 compilers/tge/TGE/Tree.pir
11 $(PARROT) -o $@ compilers/tge/TGE.pir
13 compilers/tge/tgc.pbc : $(LIBRARY_DIR)/TGE.pbc $(LIBRARY_DIR)/Getopt/Obj.pbc
15 compilers/tge/TGE/Parser.pir: $(PARROT) \
16 compilers/tge/TGE/Parser.pg \
17 $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc
18 $(PARROT) $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc --output=$@ compilers/tge/TGE/Parser.pg