9c37905ded486cb1bb570b42be53a497661a4a6c
[oota-llvm.git] / tools / opt / Makefile.am
1 #===-- tools/opt/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 bin_PROGRAMS = opt
13
14 opt_SOURCES = opt.cpp
15
16 opt_LDADD = \
17   $(call GETOBJS,BCReader,BCWriter,Instrument,ProfilePaths,ScalarOpts) \
18   $(call GETOBJS,IPO,IPA,DataStructure,Transforms) \
19   $(call GETLIBS,Target) \
20   $(call GETOBJS,Analysis,TransformUtils,Core) \
21   $(call GETLIBS,Support,System)