2003-10-20 22:29:16 +00:00
|
|
|
##===- runtime/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-08-15 02:38:18 +00:00
|
|
|
# llvm/runtime Makefile: Build all subdirectories automatically
|
2002-01-23 19:57:59 +00:00
|
|
|
|
2003-08-15 02:38:18 +00:00
|
|
|
LEVEL = ..
|
2003-08-15 02:20:32 +00:00
|
|
|
PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
2002-03-08 23:20:52 +00:00
|
|
|
|
2003-08-15 02:38:18 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2002-03-08 23:20:52 +00:00
|
|
|
|
|
|
|
# Install target for libraries: Copy into the gcc install directory in chris's
|
|
|
|
# tree...
|
|
|
|
#
|
|
|
|
install::
|
2002-02-26 21:48:24 +00:00
|
|
|
|
|
|
|
clean::
|