blob: a0e73d715001191f7fc267b10d454f324e977ca0 [file] [log] [blame]
Chris Lattnerd7ff5782001-08-23 17:05:04 +00001LEVEL = ../..
Chris Lattner9373bd62001-09-07 22:59:25 +00002TOOLNAME = lli
Chris Lattnera896b082002-07-23 17:52:38 +00003USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
Chris Lattner6ba47f62002-09-13 22:20:19 +00004
5# Have gcc tell the linker to export symbols from the program so that
6# dynamically loaded modules can be linked against them.
7#
Chris Lattnera416ad32002-11-04 20:50:57 +00008TOOLLINKOPTS = -ldl
Chris Lattner9373bd62001-09-07 22:59:25 +00009
Chris Lattnerd7ff5782001-08-23 17:05:04 +000010include $(LEVEL)/Makefile.common