1# This is the GNUstep configuration file.
2
3# Any line starting with a '#' is a comment.
4# Empty lines are ignored.
5# Every other line in this file must be of the form
6#   XXX=YYY
7# where there should be no spaces around the '=' (this is because we
8# include this file in shell scripts and makefiles, and sh syntax
9# requires no spaces around the '=').
10#
11# Standard sh quotes can be used in YYY but only at runtime; they can
12# not be used while building.
13
14# GNUstep can use up to 4 domains at the same time.  They are System,
15# Local, Network and User.  You can install your programs / resources
16# in any of these domains.  This file mostly deals with configuring
17# how the domains map to your filesystem.
18
19# IMPORTANT: Don't delete lines from this file unless you want
20# the values hardcoded in the packages to be used.  If you want
21# to suppress the network domain, set all its paths to be the same
22# as the system domain.  If you want to suppress the local domain,
23# set all its paths to be the same as the network domain.  If you
24# want to suppress the user domain, set its paths to be the same
25# as the local domain.  You can not suppress the system domain.
26
27# The paths should not include a '/' at the end.
28
29# These GNUSTEP_*_ROOT variables are obsolete, and will be removed.
30GNUSTEP_SYSTEM_ROOT=@GNUSTEP_SYSTEM_ROOT@
31GNUSTEP_LOCAL_ROOT=@GNUSTEP_LOCAL_ROOT@
32GNUSTEP_NETWORK_ROOT=@GNUSTEP_NETWORK_ROOT@
33
34# The name of the user config file.  This file can override
35# some settings in this file.  Usually used by users that want
36# to install things into their GNUstep user domain and/or have
37# many such domains.
38GNUSTEP_USER_CONFIG_FILE=@GNUSTEP_USER_CONFIG_FILE@
39
40# The name of the user directory, if any.  This is obsolete,
41# and will be removed.
42GNUSTEP_USER_DIR=@GNUSTEP_USER_DIR@
43
44# The name of the user directory where defaults (eg, preferences) are
45# stored.  If it does not start with a '/', it will be considered
46# relative to the user home directory.
47GNUSTEP_USER_DEFAULTS_DIR=@GNUSTEP_USER_DEFAULTS_DIR@
48
49
50# This is where the gnustep-make Makefiles are installed.
51# Traditionally, this is /usr/GNUstep/System/Library/Makefiles
52GNUSTEP_MAKEFILES=@GNUSTEP_MAKEFILES@
53
54# This is where the user home directories are.  Only used to provide
55# NSUserDirectory in gnustep-base.  Never used anywhere else.
56GNUSTEP_SYSTEM_USERS_DIR=@GNUSTEP_SYSTEM_USERS_DIR@
57GNUSTEP_NETWORK_USERS_DIR=@GNUSTEP_NETWORK_USERS_DIR@
58GNUSTEP_LOCAL_USERS_DIR=@GNUSTEP_LOCAL_USERS_DIR@
59
60
61# This is where System GUI Applications get installed.
62# Traditionally it is /usr/GNUstep/System/Applications.
63GNUSTEP_SYSTEM_APPS=@GNUSTEP_SYSTEM_APPS@
64
65# This is where System GUI Applications that only the
66# Administrator can use get installed.
67# Traditionally it is /usr/GNUstep/System/Applications/Admin.
68GNUSTEP_SYSTEM_ADMIN_APPS=@GNUSTEP_SYSTEM_ADMIN_APPS@
69
70# This is where System Web Applications (GSWeb, SOPE) get
71# installed.
72# Traditionally it is /usr/GNUstep/System/Library/WebApplications.
73GNUSTEP_SYSTEM_WEB_APPS=@GNUSTEP_SYSTEM_WEB_APPS@
74
75# This is where System Command-Line Tools get installed.
76# Traditionally it is /usr/GNUstep/System/Tools.
77GNUSTEP_SYSTEM_TOOLS=@GNUSTEP_SYSTEM_TOOLS@
78
79# This is where System Command-Line Tools that only the
80# Administrator can use get installed.  Important: this
81# should not be in the PATH of normal users.
82# Traditionally it is /usr/GNUstep/System/Tools/Admin.
83GNUSTEP_SYSTEM_ADMIN_TOOLS=@GNUSTEP_SYSTEM_ADMIN_TOOLS@
84
85# This is where System resources get installed.  This directory will
86# contain a lot of executable code since *step traditionally likes to
87# bundle executables and resources together.
88# Traditionally it is /usr/GNUstep/System/Library.
89GNUSTEP_SYSTEM_LIBRARY=@GNUSTEP_SYSTEM_LIBRARY@
90
91# This is where System headers get installed.  They are the
92# library .h headers.
93# Traditionally it is /usr/GNUstep/System/Library/Headers.
94GNUSTEP_SYSTEM_HEADERS=@GNUSTEP_SYSTEM_HEADERS@
95
96# This is where System libraries get installed.  By libraries we mean
97# the shared/static object files that you can link into programs.
98# Traditionally it is /usr/GNUstep/System/Library/Libraries.
99GNUSTEP_SYSTEM_LIBRARIES=@GNUSTEP_SYSTEM_LIBRARIES@
100
101# This is where System documentation get installed.  This is known
102# not to contain any executable, so we keep it separate.
103# Traditionally it is /usr/GNUstep/System/Library/Documentation.
104GNUSTEP_SYSTEM_DOC=@GNUSTEP_SYSTEM_DOC@
105
106# This is where System man pages get installed.
107# Traditionally it is /usr/GNUstep/System/Library/Documentation/man.
108GNUSTEP_SYSTEM_DOC_MAN=@GNUSTEP_SYSTEM_DOC_MAN@
109
110# This is where System info pages get installed.
111# Traditionally it is /usr/GNUstep/System/Library/Documentation/info.
112GNUSTEP_SYSTEM_DOC_INFO=@GNUSTEP_SYSTEM_DOC_INFO@
113
114
115GNUSTEP_NETWORK_APPS=@GNUSTEP_NETWORK_APPS@
116GNUSTEP_NETWORK_ADMIN_APPS=@GNUSTEP_NETWORK_ADMIN_APPS@
117GNUSTEP_NETWORK_WEB_APPS=@GNUSTEP_NETWORK_WEB_APPS@
118GNUSTEP_NETWORK_TOOLS=@GNUSTEP_NETWORK_TOOLS@
119GNUSTEP_NETWORK_ADMIN_TOOLS=@GNUSTEP_NETWORK_ADMIN_TOOLS@
120GNUSTEP_NETWORK_LIBRARY=@GNUSTEP_NETWORK_LIBRARY@
121GNUSTEP_NETWORK_HEADERS=@GNUSTEP_NETWORK_HEADERS@
122GNUSTEP_NETWORK_LIBRARIES=@GNUSTEP_NETWORK_LIBRARIES@
123GNUSTEP_NETWORK_DOC=@GNUSTEP_NETWORK_DOC@
124GNUSTEP_NETWORK_DOC_MAN=@GNUSTEP_NETWORK_DOC_MAN@
125GNUSTEP_NETWORK_DOC_INFO=@GNUSTEP_NETWORK_DOC_INFO@
126
127GNUSTEP_LOCAL_APPS=@GNUSTEP_LOCAL_APPS@
128GNUSTEP_LOCAL_ADMIN_APPS=@GNUSTEP_LOCAL_ADMIN_APPS@
129GNUSTEP_LOCAL_WEB_APPS=@GNUSTEP_LOCAL_WEB_APPS@
130GNUSTEP_LOCAL_TOOLS=@GNUSTEP_LOCAL_TOOLS@
131GNUSTEP_LOCAL_ADMIN_TOOLS=@GNUSTEP_LOCAL_ADMIN_TOOLS@
132GNUSTEP_LOCAL_LIBRARY=@GNUSTEP_LOCAL_LIBRARY@
133GNUSTEP_LOCAL_HEADERS=@GNUSTEP_LOCAL_HEADERS@
134GNUSTEP_LOCAL_LIBRARIES=@GNUSTEP_LOCAL_LIBRARIES@
135GNUSTEP_LOCAL_DOC=@GNUSTEP_LOCAL_DOC@
136GNUSTEP_LOCAL_DOC_MAN=@GNUSTEP_LOCAL_DOC_MAN@
137GNUSTEP_LOCAL_DOC_INFO=@GNUSTEP_LOCAL_DOC_INFO@
138
139# Important: settings in the User should normally be relative paths,
140# and will be interpreted as relative to the user's directory.  This
141# allows each user to have their own domain to install things.  You
142# can set them to be absolute, mostly if you want to disable them
143# by setting them equal to the ones in the Network domain.
144GNUSTEP_USER_DIR_APPS=@GNUSTEP_USER_DIR_APPS@
145GNUSTEP_USER_DIR_ADMIN_APPS=@GNUSTEP_USER_DIR_ADMIN_APPS@
146GNUSTEP_USER_DIR_WEB_APPS=@GNUSTEP_USER_DIR_WEB_APPS@
147GNUSTEP_USER_DIR_TOOLS=@GNUSTEP_USER_DIR_TOOLS@
148GNUSTEP_USER_DIR_ADMIN_TOOLS=@GNUSTEP_USER_DIR_ADMIN_TOOLS@
149GNUSTEP_USER_DIR_LIBRARY=@GNUSTEP_USER_DIR_LIBRARY@
150GNUSTEP_USER_DIR_HEADERS=@GNUSTEP_USER_DIR_HEADERS@
151GNUSTEP_USER_DIR_LIBRARIES=@GNUSTEP_USER_DIR_LIBRARIES@
152GNUSTEP_USER_DIR_DOC=@GNUSTEP_USER_DIR_DOC@
153GNUSTEP_USER_DIR_DOC_MAN=@GNUSTEP_USER_DIR_DOC_MAN@
154GNUSTEP_USER_DIR_DOC_INFO=@GNUSTEP_USER_DIR_DOC_INFO@
155