1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Bytecode/Makefile
Reid Spencer 0a3ec41881 Add the Archive library
llvm-svn: 17764
2004-11-14 21:55:27 +00:00

15 lines
470 B
Makefile

##===- lib/Bytecode/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 = ../..
PARALLEL_DIRS = Reader Writer Archive
include $(LEVEL)/Makefile.common