c6aa9931c9938b735c53c66ac0462e240ba636b5
[oota-llvm.git] / tools / llvm-ld / Makefile.am
1 #===-- tools/llvm-ld/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 = llvm-ld
13
14 llvm_ld_SOURCES = GenerateCode.cpp Linker.cpp llvm-ld.cpp
15 llvm_ld_LDADD = \
16   $(call GETLIBS,IPO,Transforms,ScalarOpts,Analysis,IPA,TransformUtils,Target) \
17   $(call GETOBJS,BCReader,BCWriter,Core) \
18   $(call GETLIBS,Support,System)