# @configure_input@ # # $Id$ # # Written by Keith Marshall # Copyright (C) 2010, 2011, MinGW Project # # # Makefile template for generating mingw-get distribution manifests. # # Project: @PACKAGE_TARNAME@ # Version: @PACKAGE_VERSION@ # # # This is free software. Permission is granted to copy, modify and # redistribute this software, under the provisions of the GNU General # Public License, Version 3, (or, at your option, any later version), # as published by the Free Software Foundation; see the file COPYING # for licensing details. # # Note, in particular, that this software is provided "as is", in the # hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not # even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY # PARTICULAR PURPOSE. Under no circumstances will the author, or the # MinGW Project, accept liability for any damages, however caused, # arising from the use of this software. # all: @mingw_ac_subdirs@ @mingw_ac_subdirs@: FORCE @if test -r $@/Makefile; then \ cd $@; $(MAKE) $(MAKECMDGOALS); \ fi .PHONY: FORCE FORCE: # We must list all goals which may be specified for sub-directories, # so that they may be correctly passed through $(MAKECMDGOALS); at this # level, the action for each is equivalent to that to be performed for # the `all' goal. # all-distfiles: all # $RCSfile$: end of file