~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Source/win32/GNUmakefile

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  src makefile for the GNUstep Base Library
 
3
#
 
4
#  Copyright (C) 1997 Free Software Foundation, Inc.
 
5
#
 
6
#  Written by:  Scott Christley <scottc@net-community.com>
 
7
#
 
8
#  This file is part of the GNUstep Base Library.
 
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
#  You should have received a copy of the GNU Library General Public
 
21
#  License along with this library; if not, write to the Free
 
22
#  Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
 
23
#
 
24
 
 
25
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../base.make
 
26
 
 
27
include $(GNUSTEP_MAKEFILES)/common.make
 
28
include ../../config.mak
 
29
 
 
30
SUBPROJECT_NAME = win32
 
31
 
 
32
win32_OBJC_FILES =\
 
33
        GSFileHandleWin32.m \
 
34
        GSRunLoopCtxt.m \
 
35
        GSRunLoopWatcher.m \
 
36
        NSMessagePortWin32.m \
 
37
        NSMessagePortNameServerWin32.m \
 
38
        NSRunLoopWin32.m \
 
39
        NSUserDefaultsWin32.m \
 
40
 
 
41
 
 
42
-include Makefile.preamble
 
43
 
 
44
include $(GNUSTEP_MAKEFILES)/subproject.make
 
45
 
 
46
-include Makefile.postamble