1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/Makefile

16 lines
564 B
Makefile
Raw Normal View History

##===- lib/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 = ..
PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
2007-04-22 08:26:05 +02:00
Target ExecutionEngine Debugger Linker
2001-06-06 22:29:01 +02:00
include $(LEVEL)/Makefile.common