Initial version of automake Makefile.am file.
[oota-llvm.git] / lib / Analysis / Makefile.am
1 #===-- lib/Analysis/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 SUBDIRS = IPA DataStructure
13
14 lib_LIBRARIES = libLLVMAnalysis.a
15
16 libLLVMAnalysis_a_SOURCES = \
17   AliasAnalysisCounter.cpp \
18   AliasAnalysis.cpp \
19   AliasAnalysisEvaluator.cpp \
20   AliasSetTracker.cpp \
21   BasicAliasAnalysis.cpp \
22   CFGPrinter.cpp \
23   Expressions.cpp \
24   InstCount.cpp \
25   Interval.cpp \
26   IntervalPartition.cpp \
27   LoadValueNumbering.cpp \
28   LoopInfo.cpp \
29   PostDominators.cpp \
30   ProfileInfo.cpp \
31   ProfileInfoLoader.cpp \
32   ProfileInfoLoaderPass.cpp \
33   ScalarEvolution.cpp \
34   Trace.cpp \
35   ValueNumbering.cpp