| 9 | | compilers/pct/src/PCT/Node.pir \ |
| 10 | | compilers/pct/src/PAST/Node.pir \ |
| 11 | | compilers/pct/src/PAST/Compiler.pir \ |
| 12 | | compilers/pct/src/POST/Node.pir \ |
| 13 | | compilers/pct/src/POST/Compiler.pir |
| 14 | | $(PARROT) -o $@ compilers/pct/src/PAST.pir |
| | 9 | compilers/pct/src/PCT/Node.pbc \ |
| | 10 | compilers/pct/src/PAST/Node.pbc \ |
| | 11 | compilers/pct/src/PAST/Compiler.pbc \ |
| | 12 | compilers/pct/src/POST/Node.pbc \ |
| | 13 | compilers/pct/src/POST/Compiler.pbc |
| | 14 | $(PBC_MERGE) -o $@ \ |
| | 15 | compilers/pct/src/PCT/Node.pbc \ |
| | 16 | compilers/pct/src/PAST/Node.pbc \ |
| | 17 | compilers/pct/src/PAST/Compiler.pbc \ |
| | 18 | compilers/pct/src/POST/Node.pbc \ |
| | 19 | compilers/pct/src/POST/Compiler.pbc |
| | 38 | |
| | 39 | compilers/pct/src/PCT/Node.pbc : compilers/pct/src/PCT/Node.pir $(PARROT) |
| | 40 | $(PARROT) -o $@ compilers/pct/src/PCT/Node.pir |
| | 41 | |
| | 42 | compilers/pct/src/PAST/Node.pbc : compilers/pct/src/PAST/Node.pir $(PARROT) |
| | 43 | $(PARROT) -o $@ compilers/pct/src/PAST/Node.pir |
| | 44 | |
| | 45 | compilers/pct/src/PAST/Compiler.pbc : compilers/pct/src/PAST/Compiler.pir $(PARROT) |
| | 46 | $(PARROT) -o $@ compilers/pct/src/PAST/Compiler.pir |
| | 47 | |
| | 48 | compilers/pct/src/POST/Node.pbc : compilers/pct/src/POST/Node.pir $(PARROT) |
| | 49 | $(PARROT) -o $@ compilers/pct/src/POST/Node.pir |
| | 50 | |
| | 51 | compilers/pct/src/POST/Compiler.pbc : compilers/pct/src/POST/Compiler.pir $(PARROT) |
| | 52 | $(PARROT) -o $@ compilers/pct/src/POST/Compiler.pir |
| | 53 | |