1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Bitcode/Makefile

15 lines
415 B
Makefile
Raw Normal View History

2007-04-22 08:26:05 +02:00
##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
#
2007-04-22 08:26:05 +02:00
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
2007-04-22 08:26:05 +02:00
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = Reader Writer
include $(LEVEL)/Makefile.common