Fix race condition in Makefile
[oota-llvm.git] / lib / ExecutionEngine / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 DIRS = Interpreter JIT
4
5 JITLIBS  = lli-jit codegen x86
6 USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a 
7 #transforms.a
8
9 # Have gcc tell the linker to export symbols from the program so that
10 # dynamically loaded modules can be linked against them.
11 #
12 TOOLLINKOPTS = -ldl
13
14 include $(LEVEL)/Makefile.common