blob: 8be3d40c2e50e36e50f6bbf5fa51e9e99950828a [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- projects/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##===----------------------------------------------------------------------===##
9LEVEL=..
10
11include $(LEVEL)/Makefile.config
12
13DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
14
15# Sparc cannot link shared libraries (libtool problem?)
16ifeq ($(ARCH), Sparc)
17DIRS := $(filter-out sample, $(DIRS))
18endif
19
20include $(PROJ_SRC_ROOT)/Makefile.rules