1 ##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
11 include $(LEVEL
)/Makefile.config
13 ifneq ($(wildcard $(LLVMGCC
)),)
14 PARALLEL_DIRS
:= libprofile
18 @echo
'********' Warning
: Your LLVMGCCDIR is set incorrectly. Check
19 @echo
'********' Warning
: llvm
/Makefile.config to make sure it matches
20 @echo
'********' Warning
: the directory where the C front-end is
21 @echo
'********' Warning
: installed
,and re-run configure if it does not.
24 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
27 PARALLEL_DIRS
:= $(filter-out libprofile
, $(PARALLEL_DIRS
))
30 include $(LEVEL
)/Makefile.common
32 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs