blob: 201768af1f0d6fdee1be53b406ba5e7b1fc86eee [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- runtime/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
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.
7#
8##===----------------------------------------------------------------------===##
Chris Lattnerd11df3c2003-08-15 02:38:18 +00009# llvm/runtime Makefile: Build all subdirectories automatically
Chris Lattner7aeed262002-01-23 19:57:59 +000010
Chris Lattnerd11df3c2003-08-15 02:38:18 +000011LEVEL = ..
Chris Lattnerda86e6c2003-08-15 02:20:32 +000012PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000013
Chris Lattnerd11df3c2003-08-15 02:38:18 +000014include $(LEVEL)/Makefile.common
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000015
16# Install target for libraries: Copy into the gcc install directory in chris's
17# tree...
18#
19install::
Chris Lattner03051412002-02-26 21:48:24 +000020
21clean::