make/ModuleWrapper.gmk
changeset 28356 3b985eeacb08
parent 27560 adc258b13e2c
child 41260 4f71f07b30d1
equal deleted inserted replaced
28355:00a473df1a5b 28356:3b985eeacb08
    24 #
    24 #
    25 
    25 
    26 ################################################################################
    26 ################################################################################
    27 # This makefile is called from Main.gmk, through a macro in MakeHelpers.gmk
    27 # This makefile is called from Main.gmk, through a macro in MakeHelpers.gmk
    28 # and wraps calls to makefiles for specific modules and build phases. Having
    28 # and wraps calls to makefiles for specific modules and build phases. Having
    29 # this wrapper reduces the need for boilerplate code. It also provides 
    29 # this wrapper reduces the need for boilerplate code. It also provides
    30 # opportunity for automatic copying of files to an interim exploded runnable
    30 # opportunity for automatic copying of files to an interim exploded runnable
    31 # image.
    31 # image.
    32 
    32 
    33 default: all
    33 default: all
    34 
    34