Home | History | Annotate | Download | only in core

Lines Matching refs:all

83 # file does the rm -rf inline so the deps which are all done below will
88 # the whole directory tree if that's all we're going to do
212 INTERNAL_MODIFIER_TARGETS := showcommands all incrementaljavac
416 # Bring in all modules that need to be built.
448 # Before we go and include all of the module makefiles, stash away
460 # defined by this makefile; this will install all of those
474 # Include all of the makefiles in the system
486 # Now with all Android.mks loaded we can do post cleaning steps.
502 $(warning * definition used in all products.)
510 # All module makefiles have been included at this point.
536 # This can only happen now, after we've read in all module makefiles.
661 # TODO: Should we do this for all builds and not just the sdk?
692 # If you would like to build all goals, and not skip any intermediate
693 # steps, you can pass the "all" modifier goal on the commandline.
694 ifneq ($(filter all,$(MAKECMDGOALS)),)
709 # An internal target that depends on all copied headers
717 # All the droid stuff, in directories
800 ifneq ($(filter all,$(TARGET_BUILD_APPS)),)
801 # If they used the magic goal "all" then build all apps in the source tree.