| Vikram S. Adve | 6568239 | 2001-07-21 12:42:19 +0000 | [diff] [blame] | 1 | LEVEL = ../../../.. |
| 2 | |||||
| 3 | DIRS = | ||||
| 4 | |||||
| 5 | LIBRARYNAME = sparc | ||||
| 6 | |||||
| 7 | ## List source files in link order | ||||
| 8 | Source = \ | ||||
| 9 | Sparc.o \ | ||||
| 10 | Sparc.burm.o \ | ||||
| 11 | SparcInstrSelection.o | ||||
| 12 | |||||
| 13 | include $(LEVEL)/Makefile.common | ||||
| 14 | |||||
| 15 | BURG = burg -I | ||||
| 16 | |||||
| 17 | %.burm.c: %.burg | ||||
| 18 | $(BURG) -o $@ $< | ||||
| 19 | |||||