Update comments.
[llvm/msp430.git] / lib / Debugger / Makefile
blob8290e3020fefc71fedb3b39691f8c38b58c6be13
1 ##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 LIBRARYNAME = LLVMDebugger
12 EXTRA_DIST = README.txt
13 REQUIRES_EH := 1
14 BUILD_ARCHIVE = 1
16 include $(LEVEL)/Makefile.common