aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetMachine/Sparc/Makefile
blob: 05b675ddb2eacfdee385d9e9af4e6a072bb20a4a (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 = /home/vadve/vadve/Research/DynOpt/Burg/burg -I

%.burm.cpp: %.burg
	$(BURG) -o $@ $<