Vikram S. Adve 0fae90e3a2 Also, move burg rule to Makefile.common.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346 91177308-0d34-0410-b5e6-96231b3b80d8
2001-08-06 19:06:56 +00:00

15 lines
190 B
Makefile

LEVEL = ../../../..
DIRS =
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.o \
Sparc.burm.o \
SparcInstrSelection.o
include $(LEVEL)/Makefile.common