Makefile revision 977
551N/A###############################################################################
551N/A#
1402N/A# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
551N/A#
1402N/A# Permission is hereby granted, free of charge, to any person obtaining a
551N/A# copy of this software and associated documentation files (the "Software"),
551N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
919N/A#
919N/A#
551N/A#
551N/A# Files for integration with Solaris Service Management Framework (SMF) and
551N/A# Role Based Access Control (RBAC)
551N/A
551N/AMODULE_NAME=ogl-select
551N/A
1360N/A# pkg(5) name we deliver the files in (override default)
1360N/AMODULE_PKGNAME=service/opengl/ogl-select
1360N/AMODULE_PKGNAME_SET=yes
1360N/A
1360N/A# ARC cases that covered this module
1360N/A# LSARC 2005/700 OpenGL boot time selection of libraries and headers
1360N/AMODULE_ARC_CASES = LSARC/2005/700
970N/A
970N/A# No upstream sources for these files, since they're Solaris-specific
970N/AMODULE_VERSION=NONE
970N/ASOURCE_TARBALL_NAME=NONE
970N/ASOURCE_TARBALL_NAME_SET=yes
970N/ASOURCE_TARGETS=
970N/ASOURCE_TARGETS_SET=yes
970N/A
551N/ACONFIGURE_TARGETS=
551N/ACONFIGURE_TARGETS_SET=yes
551N/A
551N/ABUILD_TARGETS = check
551N/ABUILD_TARGETS_SET=yes
551N/A
1097N/AINSTALL_TARGETS = install_ogl-select
1097N/AINSTALL_TARGETS_SET=yes
1097N/A
1097N/A### Include common rulesets
551N/Ainclude ../Makefile.inc
1402N/A
551N/ASUN_SMF_MANIFEST_DIR=/var/svc/manifest/application
551N/ASUN_SMF_METHOD_DIR=/lib/svc/method
551N/ADESTDIR=$(PROTODIR)
551N/A
551N/Acheck: ogl-select.xml
551N/A /usr/sbin/svccfg validate ogl-select.xml
1193N/A
1193N/AOGL_VENDOR_SCRIPTS_sparc=sun_vendor_select
1193N/AOGL_VENDOR_SCRIPTS_i386=nvidia_vendor_select
551N/AOGL_VENDOR_SCRIPTS=mesa_vendor_select $(OGL_VENDOR_SCRIPTS_$(MACH))
1193N/A
1193N/Ainstall_ogl-select:
1193N/A mkdir -p $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl \
551N/A $(DESTDIR)$(SUN_SMF_METHOD_DIR) \
970N/A $(DESTDIR)$(X11_DIR)/share/man/man1 \
970N/A $(DESTDIR)/lib/opengl/ogl_select/
970N/A $(INSTALL_SCRIPT) -c -m 0444 ogl-select.xml \
551N/A $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl
$(INSTALL_SCRIPT) -c -m 0555 ogl-select \
$(DESTDIR)$(SUN_SMF_METHOD_DIR)/ogl-select
$(INSTALL_SCRIPT) -c -m 0444 ogl-select.man \
$(DESTDIR)$(X11_DIR)/share/man/man1/ogl-select.1
$(INSTALL_SCRIPT) -c -m 0555 $(OGL_VENDOR_SCRIPTS) \
$(DESTDIR)/lib/opengl/ogl_select/