aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetMachine/Sparc/Makefile
blob: c827629b3b35b9230aad91790cc4ae0a1c0a00af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 $@ $<