64ac578a0196792a2dc55ee797ad08e6e0f95345
[oota-llvm.git] / tools / gccas / Makefile.am
1 #===-- tools/gccas/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 = gccas
13
14 gccas_SOURCES = gccas.cpp
15
16 gccas_LDADD = \
17   $(call GETOBJS,AsmParser,BCWriter,Core) \
18   $(call GETLIBS,Transforms,IPO,IPA,ScalarOpts,Analysis,Target,TransformUtils) \
19   $(call GETLIBS,,Support,System)