blob: fe31e3c4b004b221e8c25281929658de91cfcd1d [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
Reid Spencer8f631782004-11-29 07:17:18 +000015LLVMLIBS = JIT
Chris Lattner7af5c122004-01-05 05:27:31 +000016
17include $(LEVEL)/Makefile.common