Makefile revision 919
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase###############################################################################
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase#
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# cmap_compact 1.x module Makefile
d731d2608b96a59e2dbef7cdd0cd8f3d7eed955aTim Reddehase#
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# Use is subject to license terms.
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase#
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# Permission is hereby granted, free of charge, to any person obtaining a
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# copy of this software and associated documentation files (the "Software"),
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# to deal in the Software without restriction, including without limitation
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d731d2608b96a59e2dbef7cdd0cd8f3d7eed955aTim Reddehase# and/or sell copies of the Software, and to permit persons to whom the
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# Software is furnished to do so, subject to the following conditions:
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase#
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# The above copyright notice and this permission notice (including the next
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# paragraph) shall be included in all copies or substantial portions of the
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# Software.
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase#
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
cb09f778ad6878e2a08030d75410c130c737ba41Tim Reddehase# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
d731d2608b96a59e2dbef7cdd0cd8f3d7eed955aTim Reddehase# DEALINGS IN THE SOFTWARE.
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase#
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase#
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase# Package name used in tarballs
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim ReddehaseMODULE_NAME=cmap_compact
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim Reddehase# No upstream sources, only local sources
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim ReddehaseMODULE_VERSION=src
cb09f778ad6878e2a08030d75410c130c737ba41Tim ReddehaseSOURCE_TARBALL_NAME=NONE
cb09f778ad6878e2a08030d75410c130c737ba41Tim ReddehaseSOURCE_TARBALL_NAME_SET=yes
cb09f778ad6878e2a08030d75410c130c737ba41Tim ReddehaseADDITIONAL_SOURCE_DIR=sun-src
6547a7137a0e0204fbc3e637a688dcc8dbead2b1Eileen Bolloff
6547a7137a0e0204fbc3e637a688dcc8dbead2b1Eileen Bolloff# Man pages to apply Sun footer to & attributes to list
c60f0e1a81c07f23a42f2fdfaebf747bcdd30ae7Tim ReddehaseSUNTOUCHED_MANPAGES= # None
6547a7137a0e0204fbc3e637a688dcc8dbead2b1Eileen BolloffSUN_PACKAGE=SUNWxwplt
MODULE_STABILITY=Committed
# No configure script to run
CONFIGURE_TARGETS=
CONFIGURE_TARGETS_SET=yes
# Since we don't have a configure script, pass configure flags to make
MODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
MODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
include ../Makefile.inc