OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makefiles
(Results
1 - 3
of
3
) sorted by null
/build/core/
product.mk
36
define get-product-
makefiles
54
define get-all-product-
makefiles
55
$(call get-product-
makefiles
,$(_find-android-products-files))
59
# Functions for including product
makefiles
definitions.mk
123
## Retrieve a list of all
makefiles
immediately below some directory
126
define all-
makefiles
-under
131
## Look under a directory for
makefiles
that don't have parent
132
##
makefiles
.
137
define first-
makefiles
-under
143
## Retrieve a list of all
makefiles
immediately below your directory
146
define all-subdir-
makefiles
147
$(call all-
makefiles
-under,$(call my-dir))
151
## Look in the named list of directories for
makefiles
,
156
define all-named-subdir-
makefiles
[
all
...]
/ndk/build/core/
definitions.mk
363
# Function : all-
makefiles
-under
365
# Returns : a list of all
makefiles
immediately below some directory
366
# Usage : $(call all-
makefiles
-under, <some path>)
368
all-
makefiles
-under = $(wildcard $1/*/Android.mk)
371
# Macro : all-subdir-
makefiles
372
# Returns : list of all
makefiles
in subdirectories of the current Makefile's
374
# Usage : $(all-subdir-
makefiles
)
376
all-subdir-
makefiles
= $(call all-
makefiles
-under,$(call my-dir))
[
all
...]
Completed in 698 milliseconds