forked from OSchip/llvm-project
Fix Title line
Make the "DIRS" option descend any directory with a Makefile. llvm-svn: 16001
This commit is contained in:
parent
39efd01983
commit
300396971c
|
@ -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
|
Loading…
Reference in New Issue