Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!
[oota-llvm.git] / lib / Transforms / IPO / Makefile.am
1 #===-- lib/Transforms/IPO/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_config
11
12 lib_LIBRARIES = libLLVMIPO.a
13
14 MYSOURCES= \
15   ArgumentPromotion.cpp \
16   ConstantMerge.cpp \
17   DeadArgumentElimination.cpp \
18   DeadTypeElimination.cpp \
19   ExtractFunction.cpp \
20   FunctionResolution.cpp \
21   GlobalDCE.cpp \
22   GlobalOpt.cpp \
23   Inliner.cpp \
24   InlineSimple.cpp \
25   Internalize.cpp \
26   IPConstantPropagation.cpp \
27   LoopExtractor.cpp \
28   LowerSetJmp.cpp \
29   PruneEH.cpp \
30   RaiseAllocations.cpp
31
32 libLLVMIPO_a_SOURCES = $(MYSOURCES)
33
34 PRELINK=libLLVMIPO.a