-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgsweb.make.in
47 lines (39 loc) · 1.34 KB
/
gsweb.make.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# -*-makefile-*-
# gsweb.make
#
# Makefile flags and configs to build with the base library.
#
# Copyright (C) 2002-2003 Free Software Foundation, Inc.
#
# Author: Mirko Viviani <[email protected]>
# Based on code originally in the gnustep make package
#
# This file is part of the GNUstep Base Library.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# You should have received a copy of the GNU General Public
# License along with this library; see the file COPYING.LIB.
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
ifeq ($(GSWEB_MAKE_LOADED),)
GSWEB_MAKE_LOADED=yes
GSWEB_VERSION = @VERSION@
GSWEB_MAJOR_VERSION = @MAJOR_VERSION@
GSWEB_MINOR_VERSION = @MINOR_VERSION@
GSWEB_SUBMINOR_VERSION = @SUBMINOR_VERSION@
ifeq ($(GSW_NAMES),wo)
AUXILIARY_GSW_LIBS += -lWebObjects -lWOExtensions
else
# AUXILIARY_GSW_LIBS += -lGSWeb -lGSWExtensions -lGSWExtensionsGSW
endif
AUXILIARY_INCLUDE_DIRS += @AUX_INCS@
AUXILIARY_TOOL_LIBS += @AUX_LIBS@
#GDL2=@GDL2@
#ifeq ($(GDL2),yes)
#include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
#endif
endif # GSWEB_MAKE_LOADED