aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile.am
blob: 43400dba49e115eedb4c0c927da2d4b8a01fd2e4 (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
39
40
#===-- 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.rules.am

SUBDIRS = IPA DataStructure

lib_LIBRARIES = libLLVMAnalysis.a
libexec_PROGRAMS = LLVMAnalysis.o

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)
LLVMAnalysis_o_SOURCES = $(MYSOURCES)
LIBS=