Lines Matching refs:all
83 # file does the rm -rf inline so the deps which are all done below will
167 INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all incrementaljavac
376 # the whole directory tree if that's all we're going to do
390 # Bring in all modules that need to be built.
442 # Before we go and include all of the module makefiles, stash away
454 # defined by this makefile; this will install all of those
468 # Include all of the makefiles in the system
480 # Now with all Android.mks loaded we can do post cleaning steps.
496 $(warning * definition used in all products.)
504 # All module makefiles have been included at this point.
530 # This can only happen now, after we've read in all module makefiles.
639 # If you would like to build all goals, and not skip any intermediate
640 # steps, you can pass the "all" modifier goal on the commandline.
641 ifneq ($(filter all,$(MAKECMDGOALS)),)
656 # An internal target that depends on all copied headers
664 # All the droid stuff, in directories
732 ifneq ($(filter all,$(TARGET_BUILD_APPS)),)
733 # If they used the magic goal "all" then build all apps in the source tree.