Initial version of automake Makefile.am file.
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile.am
1 #===-- tools/llvm-bcanalyzer/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.rules.am
11
12 bin_PROGRAMS = llvm-bcanalyzer
13
14 llvm_bcanalyzer_SOURCES = llvm-bcanalyzer.cpp
15
16 llvm_bcanalyzer_LDADD = \
17   $(call GETOBJS,BCReader,Core) \
18   $(call GETLIBS,Support,System)