OSDN Git Service

Upgrade ncurses to 6.0-2
[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, 2013, MinGW.org 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   top_srcdir = @top_srcdir@
34   top_builddir = @top_builddir@
35   include ${top_builddir}/Makefile.comm
36 #
37 # $RCSfile$: end of file