14 lines
190 B
Makefile
14 lines
190 B
Makefile
LEVEL = ../../..
|
|
|
|
DIRS =
|
|
|
|
LIBRARYNAME = select
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
InstrSelection.o \
|
|
MachineInstr.o \
|
|
InstrForest.o
|
|
|
|
include $(LEVEL)/Makefile.common
|