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

14 lines
461 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
2001-06-06 22:29:01 +02:00
include $(LEVEL)/Makefile.common