Home | History | Annotate | Download | only in core

Lines Matching defs:subdir

153 define all-subdir-makefiles
163 define all-named-subdir-makefiles
182 ## SRC_FILES := $(call all-subdir-java-files)
185 define all-subdir-java-files
204 ## SRC_FILES := $(call all-subdir-c-files)
207 define all-subdir-c-files
228 define all-subdir-Iaidl-files
286 ## SRC_FILES := $(call all-subdir-html-files)
289 define all-subdir-html-files
295 ## SRC_FILES := $(call find-subdir-files, <pattern>)
298 define find-subdir-files
306 # SRC_FILES += $(call find-subdir-subdir-files, \
310 define find-subdir-subdir-files
317 ## SRC_FILES := $(call all-subdir-java-files)
320 define find-subdir-assets
323 $(warning Empty argument supplied to find-subdir-assets) \
332 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
336 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")