Use more structured command line option processing
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 PARALLEL_DIRS = Interpreter JIT
4
5 JITLIBS  = lli-jit codegen x86
6 USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \
7            analysis.a support.a target.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