Makefile revision 1610
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# winsysck - utility to check & report if a window system is in use
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Permission is hereby granted, free of charge, to any person obtaining a
4da61833a1cbbca94094f9653fd970582b97a72etrawick# copy of this software and associated documentation files (the "Software"),
4da61833a1cbbca94094f9653fd970582b97a72etrawick# to deal in the Software without restriction, including without limitation
4da61833a1cbbca94094f9653fd970582b97a72etrawick# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and/or sell copies of the Software, and to permit persons to whom the
4da61833a1cbbca94094f9653fd970582b97a72etrawick# Software is furnished to do so, subject to the following conditions:
4789804be088bcd86ae637a29cdb7fda25169521jailletc# The above copyright notice and this permission notice (including the next
4789804be088bcd86ae637a29cdb7fda25169521jailletc# paragraph) shall be included in all copies or substantial portions of the
e50c3026198fd496f183cda4c32a202925476778covener# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e50c3026198fd496f183cda4c32a202925476778covener# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# DEALINGS IN THE SOFTWARE.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# Package name used in tarballs
69301145375a889e7e37caf7cc7321ac0f91801erpluem# pkg(5) name we deliver the files in (override default)
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# Package metadata
d58a848a016d401b965111e50ef829e1641f7834minfrin# Dates to show in Oracle copyright notice in pkg license file
d58a848a016d401b965111e50ef829e1641f7834minfrin# Earliest & latest of the copyrights in the Oracle files in this pkg
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# No upstream sources for these files, since they're Solaris-specific
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# Patches to apply to source after unpacking, in order
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# Man pages to apply Sun footer to & attributes to list
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# No configure script to run, but need to make build dirs
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener# Since we don't have a configure script, pass configure flags to make
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener# and pass path to $(SOURCE_DIR) for makefiles & source files
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerMODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
44ff304057225e944e220e981d434a046d14cf06covenerMODULE_BUILD_ENV = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)