llvm-6502/lib/ExecutionEngine/Makefile
2003-01-22 15:41:10 +00:00

15 lines
376 B
Makefile

LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
#transforms.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common