65c8ad497e97470a8013e21a88d568dd1bd27a59
[oota-llvm.git] / lib / Transforms / Utils / Makefile.am
1 #===-- lib/Transforms/Utils/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 = libLLVMTransformUtils.a
13
14 MYSOURCES = \
15   BasicBlockUtils.cpp \
16   BreakCriticalEdges.cpp \
17   CloneFunction.cpp \
18   CloneModule.cpp \
19   CloneTrace.cpp \
20   CodeExtractor.cpp \
21   DemoteRegToStack.cpp \
22   InlineFunction.cpp \
23   Local.cpp \
24   PromoteMemoryToRegister.cpp \
25   SimplifyCFG.cpp \
26   UnifyFunctionExitNodes.cpp \
27   ValueMapper.cpp
28
29 libLLVMTransformUtils_a_SOURCES = $(MYSOURCES)
30
31 PRELINK=libLLVMTransformUtils.a