mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-15 15:53:59 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25111 72102866-910b-0410-8b05-ffd578937521
86 lines
3.5 KiB
Text
86 lines
3.5 KiB
Text
#
|
|
# GNUstep filesystem layout
|
|
#
|
|
# This is the standard GNUstep filesystem layout with the difference
|
|
# that the 'Network' domain is enabled.
|
|
#
|
|
# If you want to share parts of your GNUstep installation over an
|
|
# internal network of machines, then you may want to use this layout.
|
|
#
|
|
# In all other cases, you most likely don't need this layout.
|
|
#
|
|
# Having the 'Network' domain is useful if you have some GNUstep stuff
|
|
# that you plan to share on many machines in your internal network.
|
|
# In that case, you should mount the directory as the 'Network' domain
|
|
# on all the machines in your network. If the machines have different
|
|
# CPUs/OSes installed on them, you may also want to disable the
|
|
# flattened filesystem structure, and enable multi-platform support.
|
|
#
|
|
# Please check the 'gnustep' layout documentation for more info.
|
|
#
|
|
|
|
# By default, we install into /usr/GNUstep, but this can be overridden
|
|
# by using ./configure --prefix=xxx when configuring.
|
|
GNUSTEP_DEFAULT_PREFIX=/usr/GNUstep
|
|
|
|
# These are only used by gnustep-base to implement the NSUserDirectory
|
|
# API. We never install anything in them. They will be used as they
|
|
# are without $prefix.
|
|
GNUSTEP_SYSTEM_USERS_DIR=/home
|
|
GNUSTEP_NETWORK_USERS_DIR=/home
|
|
GNUSTEP_LOCAL_USERS_DIR=/home
|
|
|
|
# NB: $prefix will be added to all the MAKEFILES/SYSTEM/NETWORK/LOCAL
|
|
# paths.
|
|
GNUSTEP_MAKEFILES=/System/Library/Makefiles
|
|
|
|
GNUSTEP_SYSTEM_APPS=/System/Applications
|
|
GNUSTEP_SYSTEM_ADMIN_APPS=/System/Applications/Admin
|
|
GNUSTEP_SYSTEM_WEB_APPS=/System/Library/WebApplications
|
|
GNUSTEP_SYSTEM_TOOLS=/System/Tools
|
|
GNUSTEP_SYSTEM_ADMIN_TOOLS=/System/Tools/Admin
|
|
GNUSTEP_SYSTEM_LIBRARY=/System/Library
|
|
GNUSTEP_SYSTEM_HEADERS=/System/Library/Headers
|
|
GNUSTEP_SYSTEM_LIBRARIES=/System/Library/Libraries
|
|
GNUSTEP_SYSTEM_DOC=/System/Library/Documentation
|
|
GNUSTEP_SYSTEM_DOC_MAN=/System/Library/Documentation/man
|
|
GNUSTEP_SYSTEM_DOC_INFO=/System/Library/Documentation/info
|
|
|
|
GNUSTEP_NETWORK_APPS=/Network/Applications
|
|
GNUSTEP_NETWORK_ADMIN_APPS=/Network/Applications/Admin
|
|
GNUSTEP_NETWORK_WEB_APPS=/Network/Library/WebApplications
|
|
GNUSTEP_NETWORK_TOOLS=/Network/Tools
|
|
GNUSTEP_NETWORK_ADMIN_TOOLS=/Network/Tools/Admin
|
|
GNUSTEP_NETWORK_LIBRARY=/Network/Library
|
|
GNUSTEP_NETWORK_HEADERS=/Network/Library/Headers
|
|
GNUSTEP_NETWORK_LIBRARIES=/Network/Library/Libraries
|
|
GNUSTEP_NETWORK_DOC=/Network/Library/Documentation
|
|
GNUSTEP_NETWORK_DOC_MAN=/Network/Library/Documentation/man
|
|
GNUSTEP_NETWORK_DOC_INFO=/Network/Library/Documentation/info
|
|
|
|
GNUSTEP_LOCAL_APPS=/Local/Applications
|
|
GNUSTEP_LOCAL_ADMIN_APPS=/Local/Applications/Admin
|
|
GNUSTEP_LOCAL_WEB_APPS=/Local/Library/WebApplications
|
|
GNUSTEP_LOCAL_TOOLS=/Local/Tools
|
|
GNUSTEP_LOCAL_ADMIN_TOOLS=/Local/Tools/Admin
|
|
GNUSTEP_LOCAL_LIBRARY=/Local/Library
|
|
GNUSTEP_LOCAL_HEADERS=/Local/Library/Headers
|
|
GNUSTEP_LOCAL_LIBRARIES=/Local/Library/Libraries
|
|
GNUSTEP_LOCAL_DOC=/Local/Library/Documentation
|
|
GNUSTEP_LOCAL_DOC_MAN=/Local/Library/Documentation/man
|
|
GNUSTEP_LOCAL_DOC_INFO=/Local/Library/Documentation/info
|
|
|
|
GNUSTEP_USER_DIR_APPS=GNUstep/Applications
|
|
GNUSTEP_USER_DIR_ADMIN_APPS=GNUstep/Applications/Admin
|
|
GNUSTEP_USER_DIR_WEB_APPS=GNUstep/Library/WebApplications
|
|
GNUSTEP_USER_DIR_TOOLS=GNUstep/Tools
|
|
GNUSTEP_USER_DIR_ADMIN_TOOLS=GNUstep/Tools/Admin
|
|
GNUSTEP_USER_DIR_LIBRARY=GNUstep/Library
|
|
GNUSTEP_USER_DIR_HEADERS=GNUstep/Library/Headers
|
|
GNUSTEP_USER_DIR_LIBRARIES=GNUstep/Library/Libraries
|
|
GNUSTEP_USER_DIR_DOC=GNUstep/Library/Documentation
|
|
GNUSTEP_USER_DIR_DOC_MAN=GNUstep/Library/Documentation/man
|
|
GNUSTEP_USER_DIR_DOC_INFO=GNUstep/Library/Documentation/info
|
|
GNUSTEP_USER_CONFIG_FILE=.GNUstep.conf
|
|
GNUSTEP_USER_DEFAULTS_DIR=GNUstep/Defaults
|
|
|