blob: 989eba74088387ba0b9f7699d576a542da536a0a [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Bytecode/Reader/Makefile ------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner00950542001-06-06 20:29:01 +00009LEVEL = ../../..
Reid Spencer06aada92004-10-28 05:32:01 +000010LIBRARYNAME = LLVMBCReader
Reid Spencer18c8b492006-06-01 01:30:27 +000011BUILD_ARCHIVE = 1
Chris Lattner7c339b82006-07-07 16:44:31 +000012REQUIRES_EH := 1
Chris Lattner00950542001-06-06 20:29:01 +000013
14include $(LEVEL)/Makefile.common
15