9 lines
169 B
Makefile
9 lines
169 B
Makefile
LEVEL = ..
|
|
|
|
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
|
|
|
|
OPTIONAL_DIRS = Reoptimizer
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|