blob: df8164944f00bd30e5bbdb3b387b929e0d62267b [file] [log] [blame]
Chris Lattner7af5c122004-01-05 05:27:31 +00001##===- tools/llvm-db/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Chris Lattner7af5c122004-01-05 05:27:31 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = llvm-db
Chris Lattner9356b1a2007-05-06 05:18:37 +000012LINK_COMPONENTS := debugger
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
Chris Lattner7af5c122004-01-05 05:27:31 +000014
15include $(LEVEL)/Makefile.common