Makefile revision 550
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding###############################################################################
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# cmap_compact 1.x module Makefile
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Use subject to license terms.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Permission is hereby granted, free of charge, to any person obtaining a
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# copy of this software and associated documentation files (the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# "Software"), to deal in the Software without restriction, including
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# without limitation the rights to use, copy, modify, merge, publish,
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# distribute, and/or sell copies of the Software, and to permit persons
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# to whom the Software is furnished to do so, provided that the above
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# copyright notice(s) and this permission notice appear in all copies of
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# the Software and that both the above copyright notice(s) and this
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# permission notice appear in supporting documentation.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Except as contained in this notice, the name of a copyright holder
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# shall not be used in advertising or otherwise to promote the sale, use
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# or other dealings in this Software without prior written authorization
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# of the copyright holder.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# @(#)Makefile 1.1 08/09/30
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Package name used in tarballs
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# No upstream sources, only local sources
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Man pages to apply Sun footer to & attributes to list
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# No configure script to run
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Since we don't have a configure script, pass configure flags to make
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fieldingMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)