aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/Makefile.am
blob: e71892ae5f3a2faef82c22a8e3462269df72d41a (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
#===-- lib/Transforms/IPO/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

lib_LIBRARIES = libLLVMIPO.a

MYSOURCES= \
  ArgumentPromotion.cpp \
  ConstantMerge.cpp \
  DeadArgumentElimination.cpp \
  DeadTypeElimination.cpp \
  ExtractFunction.cpp \
  FunctionResolution.cpp \
  GlobalDCE.cpp \
  GlobalOpt.cpp \
  Inliner.cpp \
  InlineSimple.cpp \
  Internalize.cpp \
  IPConstantPropagation.cpp \
  LoopExtractor.cpp \
  LowerSetJmp.cpp \
  PruneEH.cpp \
  RaiseAllocations.cpp

libLLVMIPO_a_SOURCES = $(MYSOURCES)

PRELINK=libLLVMIPO.a