Lines Matching refs:FILES
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
72 # These files go into the SDK
75 # Files for dalvik. This is often build without building the rest of the OS.
78 # All findbugs xml files
81 # GPL module license files
173 ## Find all of the java files under the named directories.
175 ## SRC_FILES := $(call all-java-files-under,src tests)
178 define all-java-files-under
186 ## Find all of the java files from here. Meant to be used like:
187 ## SRC_FILES := $(call all-subdir-java-files)
190 define all-subdir-java-files
191 $(call all-java-files-under,.)
195 ## Find all of the c files under the named directories.
197 ## SRC_FILES := $(call all-c-files-under,src tests)
200 define all-c-files-under
208 ## Find all of the c files from here. Meant to be used like:
209 ## SRC_FILES := $(call all-subdir-c-files)
212 define all-subdir-c-files
213 $(call all-c-files-under,.)
217 ## Find all files named "I*.aidl" under the named directories,
222 define all-Iaidl-files-under
230 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
233 define all-subdir-Iaidl-files
234 $(call all-Iaidl-files-under,.)
238 ## Find all of the logtags files under the named directories.
240 ## SRC_FILES := $(call all-logtags-files-under,src)
243 define all-logtags-files-under
251 ## Find all of the .proto files under the named directories.
253 ## SRC_FILES := $(call all-proto-files-under,src)
256 define all-proto-files-under
264 ## Find all of the RenderScript files under the named directories.
266 ## SRC_FILES := $(call all-renderscript-files-under,src)
269 define all-renderscript-files-under
277 ## Find all of the html files under the named directories.
279 ## SRC_FILES := $(call all-html-files-under,src tests)
282 define all-html-files-under
290 ## Find all of the html files from here. Meant to be used like:
291 ## SRC_FILES := $(call all-subdir-html-files)
294 define all-subdir-html-files
295 $(call all-html-files-under,.)
299 ## Find all of the files matching pattern
300 ## SRC_FILES := $(call find-subdir-files, <pattern>)
303 define find-subdir-files
308 # find the files in the subdirectory $1 of LOCAL_DIR
309 # matching pattern $2, filtering out files $3
311 # SRC_FILES += $(call find-subdir-subdir-files, \
315 define find-subdir-subdir-files
321 ## Find all of the files matching pattern
322 ## SRC_FILES := $(call all-subdir-java-files)
336 define find-other-java-files
337 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
340 define find-other-html-files
341 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")
345 # Use utility find to find given files in the given subdirs.
353 define find-files-in-subdirs
361 ## Scan through each directory of $(1) looking for files
408 ## $(call target class, files ...)
411 define add-prebuilt-files
418 ## The intermediates directory. Where object files go for
482 ## into the list of files that are built for those modules.
488 define module-built-files
494 ## into the list of files that are installed for those modules.
500 define module-installed-files
506 ## into the list of files that should be used when linking
514 define module-stubs-files
550 define java-lib-files
774 ## Commands for munging the dependency files GCC generates
802 ## Because the extension of c++ files can change, the
1385 ## Commands for running javac to make .class files
1394 # any resource files the first time, only create classes during that stage;
1396 # resource files from the first stage as additional input. My original intent
1400 # This rule creates the R.java and Manifest.java files, both of which
1402 define create-resource-java-files
1470 # For a list of jar files, unzip them to a specified directory,
1471 # but make sure that no META-INF files come along for the ride.
1473 # $(1): files to unzip
1475 define unzip-jar-files
1490 # - below we write the list of java files to java-source-list to avoid argument
1502 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
1549 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
1559 @echo "(Incremental) build source files:"
1623 # The MacOS jar tool doesn't like creating empty jar files,
1719 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1721 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).dex; \
1724 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1726 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).lst; \
1743 ## Commands for copying files
1764 # Copies many files.
1765 # $(1): The files to copy. Each entry is a ':' separated src:dst pair
1766 # Evaluates to the list of the dst files (ie suitable for a dependency list)
1767 define copy-many-files
1790 # macro is used to install .a files (among other things).
1817 # comments (for config files and such).
1960 # against the files.
1972 ## Define device-specific radio files
2122 # Rules and functions to help copy important files to DIST_DIR