OSDN Git Service

4b216f76aba74af14f60fcf559dcd30174ab6d50
[mingw/mingw-dist.git] / Makefile.stub.in
1 # @configure_input@
2 #
3 # This makefile is a stub; it serves only to ensure that the ${srcdir}
4 # path is correctly set up for the working subdirectory, before including
5 # the common makefile content from ${top_builddir}/Makefile.comm
6 #
7 # $Id$
8 #
9 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
10 # Copyright (C) 2010, MinGW Project
11 #
12 #
13 # Makefile template for generating mingw-get distribution manifests.
14 #
15 #   Project: @PACKAGE_TARNAME@
16 #   Version: @PACKAGE_VERSION@
17 #
18 #
19 # This is free software.  Permission is granted to copy, modify and
20 # redistribute this software, under the provisions of the GNU General
21 # Public License, Version 3, (or, at your option, any later version),
22 # as published by the Free Software Foundation; see the file COPYING
23 # for licensing details.
24 #
25 # Note, in particular, that this software is provided "as is", in the
26 # hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
27 # even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
28 # PARTICULAR PURPOSE.  Under no circumstances will the author, or the
29 # MinGW Project, accept liability for any damages, however caused,
30 # arising from the use of this software.
31 #
32   srcdir = @srcdir@
33   include @top_builddir@/Makefile.comm
34 #
35 # $RCSfile$: end of file