blob: fcb92935721f335392373e72924da7149e97648a [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001LEVEL = ../..
2include $(LEVEL)/Makefile.common
3
4all:: as
5clean::
6 rm -f as
7
8as : $(ObjectsG)
Chris Lattner8f367bd2001-07-23 02:35:57 +00009 $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport