Files
clang-p2996/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
Chris Lattner 293e80559c Exterminate nasty Cisms
llvm-svn: 257
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 $@ $<