| Chris Lattner | 2f7c963 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1 | LEVEL = ../.. |
| 2 | include $(LEVEL)/Makefile.common | ||||
| 3 | |||||
| 4 | all:: as | ||||
| 5 | clean:: | ||||
| 6 | rm -f as | ||||
| 7 | |||||
| Vikram S. Adve | e3590a9 | 2001-08-25 12:43:25 +0000 | [diff] [blame] | 8 | as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \ |
| 9 | ../../lib/VMCore/Debug/libvmcore.a | ||||
| Chris Lattner | 0af2464 | 2001-07-23 02:35:57 +0000 | [diff] [blame] | 10 | $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport |