1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 14:02:50 +01:00
llvm-mirror/lib/Bytecode/Reader/Makefile

15 lines
479 B
Makefile
Raw Normal View History

##===- 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.
#
##===----------------------------------------------------------------------===##
2001-06-06 22:29:01 +02:00
LEVEL = ../../..
2004-10-28 07:32:01 +02:00
LIBRARYNAME = LLVMBCReader
BUILD_ARCHIVE = 1
2001-06-06 22:29:01 +02:00
include $(LEVEL)/Makefile.common