OSDN Git Service

Update for mingw-get-0.5-mingw32-beta-20120416-1 release.
[mingw/mingw-dist.git] / Makefile.in
1 # @configure_input@
2 #
3 # $Id$
4 #
5 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
6 # Copyright (C) 2010, 2011, MinGW Project
7 #
8 #
9 # Makefile template for generating mingw-get distribution manifests.
10 #
11 #   Project: @PACKAGE_TARNAME@
12 #   Version: @PACKAGE_VERSION@
13 #
14 #
15 # This is free software.  Permission is granted to copy, modify and
16 # redistribute this software, under the provisions of the GNU General
17 # Public License, Version 3, (or, at your option, any later version),
18 # as published by the Free Software Foundation; see the file COPYING
19 # for licensing details.
20 #
21 # Note, in particular, that this software is provided "as is", in the
22 # hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
23 # even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
24 # PARTICULAR PURPOSE.  Under no circumstances will the author, or the
25 # MinGW Project, accept liability for any damages, however caused,
26 # arising from the use of this software.
27 #
28 all: @mingw_ac_subdirs@
29
30 @mingw_ac_subdirs@: FORCE
31         @if test -r $@/Makefile; then \
32           cd $@; $(MAKE) $(MAKECMDGOALS); \
33           fi
34
35 .PHONY: FORCE
36 FORCE:
37
38 # We must list all goals which may be specified for sub-directories,
39 # so that they may be correctly passed through $(MAKECMDGOALS); at this
40 # level, the action for each is equivalent to that to be performed for
41 # the `all' goal.
42 #
43 all-distfiles: all
44
45 # $RCSfile$: end of file