blob: c31fb5e2da26cb3fc8babe3412cb35eb0bfa6dbc [file] [log] [blame]
Chris Lattner92101ac2001-08-23 17:05:04 +00001LEVEL = ../..
Chris Lattnerc9744e72001-09-07 22:59:25 +00002TOOLNAME = lli
Chris Lattnerfe11a972002-12-23 23:59:41 +00003PARALLEL_DIRS = Interpreter JIT
4
5JITLIBS = lli-jit codegen x86 scalaropts.a
6USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
7#transforms.a
Chris Lattnerb7764012002-09-13 22:20:19 +00008
9# Have gcc tell the linker to export symbols from the program so that
10# dynamically loaded modules can be linked against them.
11#
Chris Lattnerc9d8bef2002-11-04 20:50:57 +000012TOOLLINKOPTS = -ldl
Chris Lattnerc9744e72001-09-07 22:59:25 +000013
Chris Lattner92101ac2001-08-23 17:05:04 +000014include $(LEVEL)/Makefile.common