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
178 ## Find all of the java files under the named directories.
180 ## SRC_FILES := $(call all-java-files-under,src tests)
183 define all-java-files-under
191 ## Find all of the java files from here. Meant to be used like:
192 ## SRC_FILES := $(call all-subdir-java-files)
195 define all-subdir-java-files
196 $(call all-java-files-under,.)
200 ## Find all of the c files under the named directories.
202 ## SRC_FILES := $(call all-c-files-under,src tests)
205 define all-c-files-under
213 ## Find all of the c files from here. Meant to be used like:
214 ## SRC_FILES := $(call all-subdir-c-files)
217 define all-subdir-c-files
218 $(call all-c-files-under,.)
222 ## Find all files named "I*.aidl" under the named directories,
227 define all-Iaidl-files-under
235 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
238 define all-subdir-Iaidl-files
239 $(call all-Iaidl-files-under,.)
243 ## Find all of the logtags files under the named directories.
245 ## SRC_FILES := $(call all-logtags-files-under,src)
248 define all-logtags-files-under
256 ## Find all of the .proto files under the named directories.
258 ## SRC_FILES := $(call all-proto-files-under,src)
261 define all-proto-files-under
269 ## Find all of the RenderScript files under the named directories.
271 ## SRC_FILES := $(call all-renderscript-files-under,src)
274 define all-renderscript-files-under
282 ## Find all of the S files under the named directories.
284 ## SRC_FILES := $(call all-c-files-under,src tests)
287 define all-S-files-under
295 ## Find all of the html files under the named directories.
297 ## SRC_FILES := $(call all-html-files-under,src tests)
300 define all-html-files-under
308 ## Find all of the html files from here. Meant to be used like:
309 ## SRC_FILES := $(call all-subdir-html-files)
312 define all-subdir-html-files
313 $(call all-html-files-under,.)
317 ## Find all of the files matching pattern
318 ## SRC_FILES := $(call find-subdir-files, <pattern>)
321 define find-subdir-files
326 # find the files in the subdirectory $1 of LOCAL_DIR
327 # matching pattern $2, filtering out files $3
329 # SRC_FILES += $(call find-subdir-subdir-files, \
333 define find-subdir-subdir-files
339 ## Find all of the files matching pattern
340 ## SRC_FILES := $(call all-subdir-java-files)
354 define find-other-java-files
355 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
358 define find-other-html-files
359 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")
363 # Use utility find to find given files in the given subdirs.
371 define find-files-in-subdirs
379 ## Scan through each directory of $(1) looking for files
406 ## The intermediates directory. Where object files go for
456 ## source files directly in the intermediates directory
520 ## into the list of files that are built for those modules.
526 define module-built-files
532 ## into the list of files that are installed for those modules.
538 define module-installed-files
544 ## into the list of files that should be used when linking
552 define module-stubs-files
588 define java-lib-files
812 ## Commands for munging the dependency files GCC generates
840 ## Because the extension of c++ files can change, the
1455 ## Commands for running javac to make .class files
1464 # any resource files the first time, only create classes during that stage;
1466 # resource files from the first stage as additional input. My original intent
1470 # This rule creates the R.java and Manifest.java files, both of which
1472 define create-resource-java-files
1540 # For a list of jar files, unzip them to a specified directory,
1541 # but make sure that no META-INF files come along for the ride.
1543 # $(1): files to unzip
1545 define unzip-jar-files
1560 # - below we write the list of java files to java-source-list to avoid argument
1572 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
1628 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
1638 @echo "(Incremental) build source files:"
1712 # The MacOS jar tool doesn't like creating empty jar files,
1814 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1816 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).dex; \
1819 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1821 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).lst; \
1838 ## Commands for copying files
1859 # Copies many files.
1860 # $(1): The files to copy. Each entry is a ':' separated src:dst pair
1861 # Evaluates to the list of the dst files (ie suitable for a dependency list)
1862 define copy-many-files
1885 # macro is used to install .a files (among other things).
1912 # comments (for config files and such).
2050 # against the files.
2061 ## Define device-specific radio files
2208 # Rules and functions to help copy important files to DIST_DIR