Initial version of automake Makefile.am file.
[oota-llvm.git] / lib / Support / Makefile.am
1 #===-- lib/Support/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.rules.am
11
12 lib_LIBRARIES = libLLVMSupport.a
13
14 libLLVMSupport_a_SOURCES = \
15   Annotation.cpp \
16   CommandLine.cpp \
17   Compressor.cpp \
18   Debug.cpp \
19   DynamicLinker.cpp \
20   FileUtilities.cpp \
21   IsInf.cpp \
22   IsNAN.cpp \
23   PluginLoader.cpp \
24   SlowOperationInformer.cpp \
25   Statistic.cpp \
26   StringExtras.cpp \
27   SystemUtils.cpp \
28   Timer.cpp \
29   ToolRunner.cpp