1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Bytecode/Reader/Makefile
Reid Spencer 36b5b2c07e Fix library name.
llvm-svn: 17305
2004-10-28 05:32:01 +00:00

14 lines
461 B
Makefile

##===- lib/Bytecode/Reader/Makefile ------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMBCReader
include $(LEVEL)/Makefile.common