summaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile.am
blob: fe9830c8c9630f9fe2f02dd419ff225a0cbaff93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#===-- lib/Analysis/Makefile.am ----------------------------*- Makefile -*--===#
#
#                     The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the 
# University of Illinois Open Source License. See LICENSE.TXT for details.
# 
#===------------------------------------------------------------------------===#

include $(top_srcdir)/Makefile_config

SUBDIRS = IPA DataStructure

lib_LIBRARIES = libLLVMAnalysis.a

MYSOURCES = \
  AliasAnalysisCounter.cpp \
  AliasAnalysis.cpp \
  AliasAnalysisEvaluator.cpp \
  AliasSetTracker.cpp \
  BasicAliasAnalysis.cpp \
  CFGPrinter.cpp \
  Expressions.cpp \
  InstCount.cpp \
  Interval.cpp \
  IntervalPartition.cpp \
  LoadValueNumbering.cpp \
  LoopInfo.cpp \
  PostDominators.cpp \
  ProfileInfo.cpp \
  ProfileInfoLoader.cpp \
  ProfileInfoLoaderPass.cpp \
  ScalarEvolution.cpp \
  Trace.cpp \
  ValueNumbering.cpp

libLLVMAnalysis_a_SOURCES = $(MYSOURCES)
PRELINK=libLLVMAnalysis.a