Makefile revision 1515
d5b7ba26785d7494166d48876362ba30ff30b98awrowe###############################################################################
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# winsysck - utility to check & report if a window system is in use
b7cbb2495d82008f9fa72226b9213d639362feabjorton# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
b7cbb2495d82008f9fa72226b9213d639362feabjorton# Permission is hereby granted, free of charge, to any person obtaining a
07342c358cd73b304b1991e359a3faf720c966ecnd# copy of this software and associated documentation files (the "Software"),
07342c358cd73b304b1991e359a3faf720c966ecnd# to deal in the Software without restriction, including without limitation
07342c358cd73b304b1991e359a3faf720c966ecnd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9556fb65eecaa55b866b413d5e262cd54be88f21nd# and/or sell copies of the Software, and to permit persons to whom the
9556fb65eecaa55b866b413d5e262cd54be88f21nd# Software is furnished to do so, subject to the following conditions:
9556fb65eecaa55b866b413d5e262cd54be88f21nd# The above copyright notice and this permission notice (including the next
7d851311462dce44df8469009f98ba66d7f7f18end# paragraph) shall be included in all copies or substantial portions of the
7d851311462dce44df8469009f98ba66d7f7f18end# Software.
7d851311462dce44df8469009f98ba66d7f7f18end# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7d851311462dce44df8469009f98ba66d7f7f18end# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
987c2c2ff2f19f306357f79d3280b347d96c470fnd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
987c2c2ff2f19f306357f79d3280b347d96c470fnd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
987c2c2ff2f19f306357f79d3280b347d96c470fnd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
987c2c2ff2f19f306357f79d3280b347d96c470fnd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
99c475e760470ab8ca3d17da82a2f6158466f918rederpj# DEALINGS IN THE SOFTWARE.
0b0966806a96fd817692a5420908594a0c7f9f89trawick# Package name used in tarballs
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpj# pkg(5) name we deliver the files in (override default)
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpj# Package metadata
a4dd3688dd6645faf0c1c1bfb22017c8f03d5b24nd# Dates to show in Oracle copyright notice in pkg license file
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd# Earliest & latest of the copyrights in the Oracle files in this pkg
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd# No upstream sources for these files, since they're Solaris-specific
aa9b03a5f32732c0caaef03a7ed78ffb290e29e4trawick# Patches to apply to source after unpacking, in order
a81c9e8561ebd18177a87fecf1226ac654b873f1rederpj# Man pages to apply Sun footer to & attributes to list
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# No configure script to run, but need to make build dirs
a3954060338ccebc73071e89ac936d4ec15ab352trawick# Since we don't have a configure script, pass configure flags to make
a3954060338ccebc73071e89ac936d4ec15ab352trawick# and pass path to $(SOURCE_DIR) for makefiles & source files
ab56518227d474ee08f039e4c5540011c1b8a913trawickMODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
ab56518227d474ee08f039e4c5540011c1b8a913trawickMODULE_BUILD_ENV = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)