llvm-6502/lib/CodeGen/InstrSelection/Makefile
2001-07-21 12:41:50 +00:00

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