blob: e1f1f2d9b7da4e2d66c61427d09a5fc91505ea06 [file] [log] [blame]
Chris Lattner7af5c122004-01-05 05:27:31 +00001##===- tools/llvm-db/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = llvm-db
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMDebugger
Chris Lattner7af5c122004-01-05 05:27:31 +000013
Misha Brukman53c8f292004-10-14 19:01:25 +000014# Enable JIT support
15include ../Makefile.JIT
Chris Lattner7af5c122004-01-05 05:27:31 +000016
17# Have gcc tell the linker to export symbols from the program so that
18# dynamically loaded modules can be linked against them.
19#
20TOOLLINKOPTS = $(PLATFORMLIBDL)
21
22include $(LEVEL)/Makefile.common
23