1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Target/Sparc/Makefile

13 lines
196 B
Makefile
Raw Normal View History

LEVEL = ../../..
2001-09-14 05:47:57 +02:00
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.o \
Sparc.burm.o \
SparcInstrSelection.o \
SparcRegInfo.o
2001-09-14 05:47:57 +02:00
include $(LEVEL)/Makefile.common