Makefile revision 1356
8b666e1fb772b6fe45de3604b224f3e1f2cfd620rbb###############################################################################
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz# winsysck - utility to check & report if a window system is in use
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# Permission is hereby granted, free of charge, to any person obtaining a
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# copy of this software and associated documentation files (the "Software"),
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# to deal in the Software without restriction, including without limitation
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# and/or sell copies of the Software, and to permit persons to whom the
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# Software is furnished to do so, subject to the following conditions:
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# The above copyright notice and this permission notice (including the next
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# paragraph) shall be included in all copies or substantial portions of the
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz# DEALINGS IN THE SOFTWARE.
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe# Package name used in tarballs
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe# pkg(5) name we deliver the files in (override default)
de63b1eeff87cd19cf42bb83cca85381026965ddjerenkrantz# Package metadata
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# Dates to show in Oracle copyright notice in pkg license file
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# Earliest & latest of the copyrights in the Oracle files in this pkg
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# No upstream sources for these files, since they're Solaris-specific
52df98b165194a0ad68885f49f81fdaf56ece568wrowe# Patches to apply to source after unpacking, in order
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb# No configure script, so pass usual environment to build/install instead