~ubuntu-branches/ubuntu/lucid/gnustep-back/lucid

« back to all changes in this revision

Viewing changes to Source/win32/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2008-07-02 17:19:03 UTC
  • mfrom: (1.2.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702171903-n1potlcotage8xy0
Tags: 0.14.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#  This file is part of the GNUstep Backend.
9
9
#
10
10
#  This library is free software; you can redistribute it and/or
11
 
#  modify it under the terms of the GNU Library General Public
 
11
#  modify it under the terms of the GNU Lesser General Public
12
12
#  License as published by the Free Software Foundation; either
13
13
#  version 2 of the License, or (at your option) any later version.
14
14
#
15
15
#  This library is distributed in the hope that it will be useful,
16
16
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18
 
#  Library General Public License for more details.
19
 
#
20
 
#  If you are interested in a warranty or support for this source code,
21
 
#  contact Scott Christley at scottc@net-community.com
22
 
#
23
 
#  You should have received a copy of the GNU Library General Public
 
18
#  Lesser General Public License for more details.
 
19
#
 
20
#  You should have received a copy of the GNU Lesser General Public
24
21
#  License along with this library; see the file COPYING.LIB.
25
 
#  If not, write to the Free Software Foundation,
26
 
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
22
#  If not, see <http://www.gnu.org/licenses/> or write to the 
 
23
#  Free Software Foundation, 51 Franklin Street, Fifth Floor, 
 
24
#  Boston, MA 02110-1301, USA.
27
25
 
28
26
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
29
27
 
33
31
 
34
32
include ../../config.make
35
33
 
36
 
srcdir = .
37
 
top_srcdir = ../..
38
 
top_builddir = ../..
39
 
 
40
34
# The library to be compiled, as a library or as a bundle
41
35
SUBPROJECT_NAME=win32
42
36
 
57
51
w32_GLformat.m \
58
52
w32_GLcontext.m \
59
53
 
60
 
-include $(srcdir)/GNUmakefile.preamble
 
54
-include GNUmakefile.preamble
61
55
 
62
56
include $(GNUSTEP_MAKEFILES)/subproject.make
63
57
 
64
 
 
65
 
 
66
 
-include $(srcdir)/GNUmakefile.postamble
 
58
-include GNUmakefile.postamble