Makefile revision 1451
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes###############################################################################
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# cmap_alloc - Utility to allocate default colormaps for non-default visuals
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Permission is hereby granted, free of charge, to any person obtaining a
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# copy of this software and associated documentation files (the "Software"),
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# to deal in the Software without restriction, including without limitation
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# the rights to use, copy, modify, merge, publish, distribute, sublicense,
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# and/or sell copies of the Software, and to permit persons to whom the
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Software is furnished to do so, subject to the following conditions:
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# The above copyright notice and this permission notice (including the next
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# paragraph) shall be included in all copies or substantial portions of the
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# DEALINGS IN THE SOFTWARE.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# Package name used in tarballs
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# pkg(5) name we deliver the files in (override default)
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Package metadata
420bfee669b4ac21320f24c5d92e9857866b710ebnicholesMODULE_DESC = the cmap_alloc colormap allocation utility
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Dates to show in Oracle copyright notice in pkg license file
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Earliest & latest of the copyrights in the Oracle files in this pkg
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# No upstream sources, only local sources
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Man pages to apply Sun footer to & attributes to list
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# No configure script to run
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes# Since we don't have a configure script, pass configure flags to make
420bfee669b4ac21320f24c5d92e9857866b710ebnicholesMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
420bfee669b4ac21320f24c5d92e9857866b710ebnicholesMODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)