6 lines
146 B
Makefile
6 lines
146 B
Makefile
LEVEL = ../..
|
|
PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
|
|
LIBRARYNAME = codegen
|
|
|
|
include $(LEVEL)/Makefile.common
|