blob: 8290e3020fefc71fedb3b39691f8c38b58c6be13 [file] [log] [blame]
Chris Lattner2eacf262004-01-05 05:25:10 +00001##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
Chris Lattner2eacf262004-01-05 05:25:10 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
Chris Lattner2eacf262004-01-05 05:25:10 +00008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMDebugger
Reid Spencer37585522006-04-13 06:39:24 +000012EXTRA_DIST = README.txt
Chris Lattnere9c701f2006-07-07 16:46:43 +000013REQUIRES_EH := 1
Chris Lattner02b04b42006-07-21 00:10:47 +000014BUILD_ARCHIVE = 1
Chris Lattner2eacf262004-01-05 05:25:10 +000015
16include $(LEVEL)/Makefile.common