Fix Title line

Make the "DIRS" option descend any directory with a Makefile.

llvm-svn: 16001
This commit is contained in:
Reid Spencer 2004-08-23 18:06:31 +00:00
parent 39efd01983
commit 300396971c
1 changed files with 15 additions and 0 deletions

15
llvm/examples/Makefile Normal file
View File

@ -0,0 +1,15 @@
##===- examples/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.
#
##===----------------------------------------------------------------------===##
LEVEL=../..
include $(LEVEL)/Makefile.config
DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules