Home | History | Annotate | Download | only in core

Lines Matching defs:source

2 # Copyright (C) 2008 The Android Open Source Project
439 # $(1): the base dir, relative to the root of the source tree.
473 ## $(1): the base dir, relative to the root of the source tree.
576 ## source files directly in the intermediates directory
940 ## Track source files compiled to objects
1096 # $(1): a .aidl source file
1098 # $(3): name of a variable to add the path to the generated source file to
1109 # $(1): a .aidl source file
1111 # $(3): name of a variable to add the path to the generated source file to
1134 # $(1): a .vts source file
1136 # $(3): name of a variable to add the path to the generated source file to
1449 ## Rules to compile a single C/C++ source with ../ in the path
1454 ## Rule to compile a C++ source file with ../ in the path.
1456 # $(1): the C++ source file in LOCAL_SRC_FILES.
1467 ## Rule to compile a C source file with ../ in the path.
1469 # $(1): the C source file in LOCAL_SRC_FILES.
1480 ## Rule to compile a .S source file with ../ in the path.
1482 # $(1): the .S source file in LOCAL_SRC_FILES.
1493 ## Rule to compile a .s source file with ../ in the path.
1495 # $(1): the .s source file in LOCAL_SRC_FILES.
1529 # $(1): the full path of the source static library.
1556 # $(1): the full path of the source static library.
1584 # $(1): the full path of the source static library.
1671 # $(1): the full path of the source static library.
2079 # $(1): the source file
2193 # - below we write the list of java files to java-source-list to avoid argument
2206 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list)
2208 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' -and -not -name '.*' >> $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list; \
2211 $(hide) find $(PRIVATE_PROTO_SOURCE_INTERMEDIATES_DIR) -name '*.java' -and -not -name '.*' >> $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list )
2213 $(hide) find $(PRIVATE_RS_SOURCE_INTERMEDIATES_DIR) -name '*.java' -and -not -name '.*' >> $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list )
2214 $(hide) tr ' ' '\n' < $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list \
2215 | $(NORMALIZE_PATH) | sort -u > $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
2216 $(hide) if [ -s $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq ] ; then \
2225 \@$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq \
2229 $(PRIVATE_JAVA_LAYERS_FILE) \@$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq,)
2230 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list
2231 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
2258 # Invoke Jack to compile java from source to dex and jack files.
2261 # - below we write the list of java files to java-source-list to avoid argument
2272 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list)
2275 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list; \
2278 $(hide) find $(PRIVATE_PROTO_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list )
2280 $(hide) find $(PRIVATE_RS_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list )
2281 $(hide) tr ' ' '\n' < $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list \
2282 | $(NORMALIZE_PATH) | sort -u > $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq
2297 $(hide) if [ -s $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq ] ; then \
2298 export tmpEcjArg="@$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq"; \
2329 $(hide) rm -f $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list
2331 $(hide) mv $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq $(PRIVATE_JACK_INTERMEDIATES_DIR).java-source-list
2337 # Invoke Jack to compile java source just to check it compiles correctly.
2340 # - below we write the list of java files to java-source-list to avoid argument
2345 $(hide) rm -f $@.java-source-list
2346 $(hide) rm -f $@.java-source-list-uniq
2349 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$@.java-source-list)
2351 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $@.java-source-list; \
2354 $(hide) find $(PRIVATE_PROTO_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $@.java-source-list )
2356 $(hide) find $(PRIVATE_RS_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $@.java-source-list )
2357 $(hide) tr ' ' '\n' < $@.java-source-list \
2358 | sort -u > $@.java-source-list-uniq
2359 $(hide) if [ -s $@.java-source-list-uniq ] ; then \
2369 @$@.java-source-list-uniq; \
2451 # Invoke Jack to compile java from source to jack files without shrink or obfuscation.
2454 # - below we write the list of java files to java-source-list to avoid argument
2463 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list)
2465 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list; \
2468 $(hide) find $(PRIVATE_PROTO_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list )
2470 $(hide) find $(PRIVATE_RS_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list )
2471 $(hide) tr ' ' '\n' < $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list \
2472 | $(NORMALIZE_PATH) | sort -u > $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq
2483 $(hide) if [ -s $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq ] ; then \
2484 export tmpEcjArg="@$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq"; \
2508 $(hide) rm -f $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list
2510 $(hide) mv $(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list-uniq $(PRIVATE_JACK_INTERMEDIATES_DIR).java-source-list
2588 # $(1): the source archive file.
2749 # $(1): source header
2758 # $(1): source file
2779 # $(1): source file
2854 # $(1): the source list of files/directories.
2864 # $(1): full path to source
2865 # $(2): source (may be relative)
2892 ## Stuff source generated from one-off tools
2895 define transform-generated-source
3002 # $(1): The makefile to override (relative to the source
3075 ## Whether to build from source if prebuilt alternative exists
3079 # Expands to empty string if not from source.
3081 define if-build-from-source
3085 define if-build-from-source
3091 # Include makefile $(1) if build from source for module $(2)
3095 define include-if-build-from-source
3096 $(if $(call if-build-from-source,$(2),$(3)),$(eval include $(1)))
3099 # Return the arch for the source file of a prebuilt
3261 # source module.
3263 # $(1): Source module name.
3267 # source module.
3269 # not for the source module.
3278 # Generate all RRO packages for source modules stored in
3282 $(foreach source,$(ENFORCE_RRO_SOURCES), \
3283 $(eval _o := $(subst ||,$(space),$(source))) \