mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-01 17:52:33 +00:00
Use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR, and DESTDIR instead of INSTALL_ROOT_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24095 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0e8aa4c2a
commit
e708ccb6e6
15 changed files with 39 additions and 17 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
||||||
|
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
|
Notice: you should now use 'make DESTDIR=/tmp/xxx install' if you
|
||||||
|
want to relocate all the installation into /tmp/xxx/
|
||||||
|
* GNUmakefile.postamble: Use DESTDIR instead of INSTALL_ROOT_DIR
|
||||||
|
everywhere.
|
||||||
|
|
||||||
|
* Documentation/Back/GNUmakefile: Use GNUSTEP_INSTALLATION_DOMAIN
|
||||||
|
instead of GNUSTEP_INSTALLATION_DIR.
|
||||||
|
* Documentation/GNUmakefile: Same change.
|
||||||
|
* Fonts/GNUmakefile: Same change.
|
||||||
|
* Source/GNUmakefile: Same change.
|
||||||
|
* Source/art/GNUmakefile: Same change.
|
||||||
|
* Source/cairo/GNUmakefile: Same change.
|
||||||
|
* Source/gsc/GNUmakefile: Same change.
|
||||||
|
* Source/x11/GNUmakefile: Same change.
|
||||||
|
* Source/xdps/GNUmakefile: Same change.
|
||||||
|
* Source/xlib/GNUmakefile: Same change.
|
||||||
|
* Source/win32/GNUmakefile: Same change.
|
||||||
|
* Source/winlib/GNUmakefile: Same change.
|
||||||
|
* Tools/GNUmakefile: Same change.
|
||||||
|
|
||||||
2006-11-03 Richard Frith-Macdonald <rfm@gnu.org>
|
2006-11-03 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/xlib/XGFont.m: Assume ascii encoding as a fallback if no
|
* Source/xlib/XGFont.m: Assume ascii encoding as a fallback if no
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
# Install into the system root by default
|
# Install into the system root by default
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
# Install into the system root by default
|
# Install into the system root by default
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
# Things to do after compiling
|
# Things to do after compiling
|
||||||
# after-all::
|
# after-all::
|
||||||
|
|
||||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional:
|
$(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional:
|
||||||
$(MKDIRS) $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
$(MKDIRS) $(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional
|
||||||
|
|
||||||
# Things to do before installing
|
# Things to do before installing
|
||||||
ifeq ($(BACKEND_BUNDLE),)
|
ifeq ($(BACKEND_BUNDLE),)
|
||||||
before-install:: $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
before-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional
|
||||||
$(INSTALL_DATA) back.make \
|
$(INSTALL_DATA) back.make \
|
||||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/back.make
|
$(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional/back.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Things to do after installing
|
# Things to do after installing
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
# Install into the system root by default
|
# Install into the system root by default
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue