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