Use the shared Makefile.JIT for JIT-enablement
[oota-llvm.git] / tools / llvm-db / Makefile
1 ##===- 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
10 LEVEL = ../..
11 TOOLNAME = llvm-db
12 USEDLIBS = debugger
13
14 # Enable JIT support
15 include ../Makefile.JIT
16
17 # Have gcc tell the linker to export symbols from the program so that
18 # dynamically loaded modules can be linked against them.
19 #
20 TOOLLINKOPTS = $(PLATFORMLIBDL)
21
22 include $(LEVEL)/Makefile.common
23