blob: a898f7eefa035f56f69c6f1a9c78020beded1433 [file] [log] [blame]
Reid Spencer90a2adc2004-10-10 22:36:40 +00001#===-- 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
10include $(top_srcdir)/Makefile.rules.am
11
12bin_PROGRAMS = llvm-bcanalyzer
13
14llvm_bcanalyzer_SOURCES = llvm-bcanalyzer.cpp
15
16llvm_bcanalyzer_LDADD = \
17 $(call GETOBJS,BCReader,Core) \
18 $(call GETLIBS,Support,System)