1 ##===- runtime/Makefile ------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
9 # llvm/runtime Makefile: Build all subdirectories automatically
12 include $(LEVEL)/Makefile.config
14 ifneq ($(wildcard $(LLVMGCCDIR)),)
15 PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace
19 @echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Double-check
20 @echo '********' Warning: llvm/Makefile.config to make sure it matches
21 @echo '********' Warning: the directory where the C front-end is installed,
22 @echo '********' Warning: and re-run configure if it does not.
25 include $(LEVEL)/Makefile.common
27 # Install target for libraries: Copy into the gcc install directory in chris's