Updated to use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR; DESTDIR instead of INSTALL_ROOT_DIR; and fixed some makefile installation bugs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24094 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2006-11-15 16:59:32 +00:00
parent c591ede518
commit 445af8595d
16 changed files with 56 additions and 47 deletions

View file

@ -25,22 +25,16 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
include ../../config.make
include ../../Version
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
BUNDLE_NAME=GSLPR
BUNDLE_INSTALL_DIR= $(GNUSTEP_BUNDLES)/GSPrinting
GSLPR_PRINCIPAL_CLASS=GSLPRPrincipalClass
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
GSLPR_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
endif
@ -48,20 +42,16 @@ ifeq ($(GNUSTEP_TARGET_OS),cygwin)
GSLPR_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
endif
#
# Libraries
#
#GSLPR_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
#GSLPR_RESOURCE_FILES =
#
# Header files
#
@ -73,7 +63,6 @@ GSLPR_HEADERS= \
GSLPRPrintPanel.m \
GSLPRPrinter.m
#
# Class files
#
@ -85,20 +74,17 @@ GSLPR_OBJC_FILES= \
GSLPRPrintPanel.m \
GSLPRPrinter.m
#
# C files
#
#GSLPR_C_FILES =
#
# Languages
#
#GSLPR_LANGUAGES= \
# English
#
# Localized Resource Files
#
@ -106,12 +92,6 @@ GSLPR_OBJC_FILES= \
# GSLPRPrintPanel.gorm \
# GSLPRPageLayout.gorm
#
# Makefiles
#