llvm-6502/lib/CodeGen/TargetMachine/Sparc/Makefile
Chris Lattner 57738965f8 Exterminate nasty Cisms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-21 22:42:09 +00:00

20 lines
244 B
Makefile

LEVEL = ../../../..
DIRS =
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.o \
Sparc.burm.o \
SparcInstrSelection.o
include $(LEVEL)/Makefile.common
BURG = burg -I
%.burm.cpp: %.burg
$(BURG) -o $@ $<