Makefile revision 1339
385N/A############################################################################### 385N/A# ogl-select - Solaris SMF service to choose between OpenGL implementations 385N/A# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. 385N/A# Permission is hereby granted, free of charge, to any person obtaining a 385N/A# copy of this software and associated documentation files (the "Software"), 385N/A# to deal in the Software without restriction, including without limitation 385N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 385N/A# and/or sell copies of the Software, and to permit persons to whom the 385N/A# Software is furnished to do so, subject to the following conditions: 385N/A# The above copyright notice and this permission notice (including the next 385N/A# paragraph) shall be included in all copies or substantial portions of the 385N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 407N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1045N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1045N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1045N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1045N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 385N/A# DEALINGS IN THE SOFTWARE. 385N/A# Files for integration with Solaris Service Management Framework (SMF) and 1045N/A# Role Based Access Control (RBAC) 385N/A# pkg(5) name we deliver the files in (override default) 385N/A# ARC cases that covered this module 385N/A# LSARC 2005/700 OpenGL boot time selection of libraries and headers 385N/A# Dates to show in Oracle copyright notice in pkg license file 385N/A# Earliest & latest of the copyrights in the Oracle files in this pkg 385N/A# No upstream sources for these files, since they're Solaris-specific