blob: db090540cbff0f3265358c480d1684c6773f4ca9 [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
Misha Brukman53c8f292004-10-14 19:01:25 +000012USEDLIBS = debugger
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