Makefile revision 970
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly###############################################################################
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly#
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly#
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# Permission is hereby granted, free of charge, to any person obtaining a
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# copy of this software and associated documentation files (the "Software"),
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# to deal in the Software without restriction, including without limitation
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# the rights to use, copy, modify, merge, publish, distribute, sublicense,
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# and/or sell copies of the Software, and to permit persons to whom the
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# Software is furnished to do so, subject to the following conditions:
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly#
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# The above copyright notice and this permission notice (including the next
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# paragraph) shall be included in all copies or substantial portions of the
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass# Software.
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly#
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
761e9178cfaf5a97357730120fe13b8171aeb2ebJenny Donnelly# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
###############################################################################
#
# Files for integration with Solaris Service Management Framework (SMF) and
# Role Based Access Control (RBAC) shared by all the X server variants
MODULE_NAME = xserver-common
# ARC cases that covered this module
# PSARC/2004/752 X Consolidation conversion to SMF
MODULE_ARC_CASES = PSARC/2004/752
# No upstream sources for these files, since they're Solaris-specific
MODULE_VERSION=$(XORGSERVER_VERS)
SOURCE_TARBALL_NAME=NONE
SOURCE_TARBALL_NAME_SET=yes
SOURCE_TARGETS=
SOURCE_TARGETS_SET=yes
CONFIGURE_TARGETS=
CONFIGURE_TARGETS_SET=yes
BUILD_TARGETS = check
BUILD_TARGETS_SET=yes
INSTALL_TARGETS = install_common
INSTALL_TARGETS_SET=yes
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = X Xserver
### Include common rulesets
include ../Makefile.inc
X11_SMF_MANIFEST_DIR=/var/svc/manifest/application/x11
SMF_METHOD_DIR=/lib/svc/method
DESTDIR=$(PROTODIR)
check: x11-server.xml
/usr/sbin/svccfg validate x11-server.xml
RBAC_AUTH_HELP=X11States.html
RBAC_PROFILE_HELP=RtDesktopConfiguration.html
install_common: $(BUILD_TARGETS)
mkdir -p \
$(DESTDIR)$(X11_SMF_MANIFEST_DIR) \
$(DESTDIR)$(SMF_METHOD_DIR) \
$(DESTDIR)$(X11_DIR)/bin \
$(DESTDIR)$(X11_DIR)/share/man/man1 \
$(DESTDIR)/etc/security/auth_attr.d \
$(DESTDIR)/etc/security/prof_attr.d \
$(DESTDIR)/usr/lib/help/auths/locale/C \
$(DESTDIR)/usr/lib/help/profiles/locale/C
$(INSTALL_SCRIPT) -c -m 0444 x11-server.xml \
$(DESTDIR)$(X11_SMF_MANIFEST_DIR)/
$(INSTALL_SCRIPT) -c -m 0755 x11-server $(DESTDIR)$(SMF_METHOD_DIR)/
$(INSTALL_SCRIPT) -c -m 0755 Xserver $(DESTDIR)$(X11_DIR)/bin/
$(INSTALL_SCRIPT) -c -m 0444 auth_attr \
$(DESTDIR)/etc/security/auth_attr.d/$(MODULE_NAME)
$(INSTALL_SCRIPT) -c -m 0444 prof_attr \
$(DESTDIR)/etc/security/prof_attr.d/$(MODULE_NAME)
$(INSTALL_SCRIPT) -c -m 0444 X11States.html \
$(DESTDIR)/usr/lib/help/auths/locale/C/
$(INSTALL_SCRIPT) -c -m 0444 RtDesktopConfiguration.html \
$(DESTDIR)/usr/lib/help/profiles/locale/C/
$(INSTALL_SCRIPT) -c -m 0444 Xnest.1 $(DESTDIR)$(X11_MAN_DIR)/man1/