X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugger%2FMakefile;h=7eb4485a6e87d73aa2ee581a6df8ab734771ff13;hb=0011dc4738fbe624d44197ef9496517fd093eaa4;hp=1cb6e0d21d47f0376048cc965988e94c4d70d317;hpb=2eacf26aa61038c5171f7b0257bfc1d2fbf87f8d;p=oota-llvm.git diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile index 1cb6e0d21d4..7eb4485a6e8 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/Makefile @@ -2,12 +2,15 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. -LIBRARYNAME = debugger +LIBRARYNAME = LLVMDebugger +EXTRA_DIST = README.txt +REQUIRES_EH := 1 +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common