#-- start of group ------ all_groups :: ${GROUP} ${GROUP} :: $(${GROUP}_dependencies) $(${GROUP}_pre_constituents) $(${GROUP}_constituents) $(${GROUP}_post_constituents) $(echo) "${GROUP} ok." # @/bin/echo " ${GROUP} ok." clean :: allclean ${GROUP}clean :: $(${GROUP}_constituentsclean) $(echo) $(${GROUP}_constituentsclean) $(echo) "${GROUP}clean ok." # @echo $(${GROUP}_constituentsclean) # @/bin/echo " ${GROUP}clean ok." #-- end of group ------