2004-01-05 05:25:10 +00:00
|
|
|
##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2004-10-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMDebugger
|
2006-04-13 06:39:24 +00:00
|
|
|
EXTRA_DIST = README.txt
|
2006-07-07 16:46:43 +00:00
|
|
|
REQUIRES_EH := 1
|
2006-07-21 00:10:47 +00:00
|
|
|
BUILD_ARCHIVE = 1
|
2004-01-05 05:25:10 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|