blob: 985ddaf4bf9b8b9cc9dd3b04c10e1ba51f98745b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LEVEL = ../../..
DIRS =
LIBRARYNAME = select
## List source files in link order
Source = \
InstrSelection.o \
MachineInstr.o \
InstrForest.o
include $(LEVEL)/Makefile.common
|