Initial automake generated Makefile template
[oota-llvm.git] / lib / Debugger / Makefile.am
1 #===-- lib/Debugger/Makefile.am ----------------------------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 include $(top_srcdir)/Makefile_config
11
12 lib_LIBRARIES = libLLVMDebugger.a
13
14 libLLVMDebugger_a_SOURCES = \
15   Debugger.cpp \
16   ProgramInfo.cpp \
17   RuntimeInfo.cpp \
18   SourceFile.cpp \
19   SourceLanguage-CFamily.cpp \
20   SourceLanguage-CPlusPlus.cpp \
21   SourceLanguage.cpp \
22   SourceLanguage-Unknown.cpp \
23   UnixLocalInferiorProcess.cpp
24
25 PRELINK=libLLVMDebugger.a