Update to reflect changes in Makefile rules.
[oota-llvm.git] / lib / Bytecode / Reader / Makefile.am
1 #===-- lib/Bytecode/Reader/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 lib_LIBRARIES = libLLVMBCReader.a
13
14 libLLVMBCReader_a_SOURCES = \
15   Analyzer.cpp \
16   ArchiveReader.cpp \
17   LibraryReader.cpp \
18   Reader.cpp \
19   ReaderWrappers.cpp
20
21 PRELINK=libLLVMBCReader.a