blob: 123ccb76210c3295c8af790e509e41b3f2b3d288 [file] [log] [blame]
Chris Lattnerd7ff5782001-08-23 17:05:04 +00001LEVEL = ../..
Chris Lattner9373bd62001-09-07 22:59:25 +00002TOOLNAME = lli
Chris Lattnercff8ebe2003-01-21 15:20:50 +00003DIRS = Interpreter JIT
Chris Lattnera0d7b082002-12-23 23:59:41 +00004
Chris Lattner93fbc672003-01-13 00:58:18 +00005JITLIBS = lli-jit codegen x86
Chris Lattnera0d7b082002-12-23 23:59:41 +00006USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
7#transforms.a
Chris Lattner6ba47f62002-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 Lattnera416ad32002-11-04 20:50:57 +000012TOOLLINKOPTS = -ldl
Chris Lattner9373bd62001-09-07 22:59:25 +000013
Chris Lattnerd7ff5782001-08-23 17:05:04 +000014include $(LEVEL)/Makefile.common