summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
blob: 27105f717253824580f8c1ad58c297e1f04fa531 (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.c: %.burg
	$(BURG) -o $@ $<

OpenPOWER on IntegriCloud