Makefile revision 980
###############################################################################
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# 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=$(SMF_MANIFEST_DIR)/application/x11
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/