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

lib_LIBRARIES = libLLVMIPO.a
libexec_PROGRAMS = LLVMIPO.o

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