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

« back to all changes in this revision

Viewing changes to Source/win32/GNUmakefile.in

  • 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:
1
 
#
2
 
#  Main makefile for GNUstep Backend win32
3
 
#
4
 
#  Copyright (C) 2002 Free Software Foundation, Inc.
5
 
#
6
 
#  Author: Adam Fedor <fedor@gnu.org>
7
 
#
8
 
#  This file is part of the GNUstep Backend.
9
 
#
10
 
#  This library is free software; you can redistribute it and/or
11
 
#  modify it under the terms of the GNU Library General Public
12
 
#  License as published by the Free Software Foundation; either
13
 
#  version 2 of the License, or (at your option) any later version.
14
 
#
15
 
#  This library is distributed in the hope that it will be useful,
16
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
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
24
 
#  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.
27
 
 
28
 
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
29
 
 
30
 
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
31
 
 
32
 
include $(GNUSTEP_MAKEFILES)/common.make
33
 
 
34
 
include ../../config.make
35
 
 
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
 
top_builddir = ../..
39
 
 
40
 
# The library to be compiled, as a library or as a bundle
41
 
SUBPROJECT_NAME=win32
42
 
 
43
 
win32_LOCALIZED_RESOURCE_FILES = \
44
 
 
45
 
# The C source files to be compiled
46
 
win32_C_FILES = \
47
 
 
48
 
# The Objective-C source files to be compiled
49
 
win32_OBJC_FILES = \
50
 
WIN32Server.m  \
51
 
w32_activate.m \
52
 
w32_create.m \
53
 
w32_general.m \
54
 
w32_movesize.m \
55
 
w32_text_focus.m \
56
 
w32_windowdisplay.m \
57
 
w32_GLformat.m \
58
 
w32_GLcontext.m \
59
 
 
60
 
-include $(srcdir)/GNUmakefile.preamble
61
 
 
62
 
include $(GNUSTEP_MAKEFILES)/subproject.make
63
 
 
64
 
VPATH = @srcdir@
65
 
 
66
 
-include $(srcdir)/GNUmakefile.postamble