mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Simmlify common GNUstep dirs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4cf13c93df
commit
4238fafbab
2 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-10-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* common.make: Simplify common GNUstep dirs.
|
||||
|
||||
Tue Oct 14 01:07:22 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented support for building in a build directory outside the
|
||||
|
|
14
common.make
14
common.make
|
@ -195,20 +195,20 @@ export GNUSTEP_INSTALLATION_DIR
|
|||
GNUSTEP_APPS = $(GNUSTEP_INSTALLATION_DIR)/Applications
|
||||
GNUSTEP_TOOLS = $(GNUSTEP_INSTALLATION_DIR)/Tools
|
||||
GNUSTEP_LIBRARY = $(GNUSTEP_INSTALLATION_DIR)/Library
|
||||
GNUSTEP_SERVICES = $(GNUSTEP_INSTALLATION_DIR)/Library/Services
|
||||
GNUSTEP_SERVICES = $(GNUSTEP_LIBRARY)/Services
|
||||
ifeq ($(GNUSTEP_FLATTENED),yes)
|
||||
GNUSTEP_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Library/Headers
|
||||
else
|
||||
GNUSTEP_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Library/Headers/$(LIBRARY_COMBO)
|
||||
endif
|
||||
GNUSTEP_APPLICATION_SUPPORT = $(GNUSTEP_INSTALLATION_DIR)/Library/ApplicationSupport
|
||||
GNUSTEP_BUNDLES = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles
|
||||
GNUSTEP_FRAMEWORKS = $(GNUSTEP_INSTALLATION_DIR)/Library/Frameworks
|
||||
GNUSTEP_APPLICATION_SUPPORT = $(GNUSTEP_LIBRARY)/ApplicationSupport
|
||||
GNUSTEP_BUNDLES = $(GNUSTEP_LIBRARY)/Bundles
|
||||
GNUSTEP_FRAMEWORKS = $(GNUSTEP_LIBRARY)/Frameworks
|
||||
GNUSTEP_PALETTES = $(GNUSTEP_LIBRARY)/ApplicationSupport/Palettes
|
||||
GNUSTEP_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries
|
||||
GNUSTEP_RESOURCES = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries/Resources
|
||||
GNUSTEP_JAVA = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries/Java
|
||||
GNUSTEP_DOCUMENTATION = $(GNUSTEP_INSTALLATION_DIR)/Library/Documentation
|
||||
GNUSTEP_RESOURCES = $(GNUSTEP_LIBRARY)/Libraries/Resources
|
||||
GNUSTEP_JAVA = $(GNUSTEP_LIBRARY)/Libraries/Java
|
||||
GNUSTEP_DOCUMENTATION = $(GNUSTEP_LIBRARY)/Documentation
|
||||
GNUSTEP_DOCUMENTATION_MAN = $(GNUSTEP_DOCUMENTATION)/man
|
||||
GNUSTEP_DOCUMENTATION_INFO = $(GNUSTEP_DOCUMENTATION)/info
|
||||
|
||||
|
|
Loading…
Reference in a new issue