Makefile revision 946
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs###############################################################################
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# xcalc 1.x Makefile
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Permission is hereby granted, free of charge, to any person obtaining a
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# copy of this software and associated documentation files (the "Software"),
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# to deal in the Software without restriction, including without limitation
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# the rights to use, copy, modify, merge, publish, distribute, sublicense,
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# and/or sell copies of the Software, and to permit persons to whom the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Software is furnished to do so, subject to the following conditions:
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# The above copyright notice and this permission notice (including the next
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# paragraph) shall be included in all copies or substantial portions of the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Software.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# DEALINGS IN THE SOFTWARE.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Package name used in tarballs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_NAME=xcalc
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Version number (used in path names)
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_VERSION=1.0.3
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Checksums for upstream tarball
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsTARBALL_MD5 = 0b981e360b54584fcb6dc2ec4658c406
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsTARBALL_SHA1 = 0871efa12f0b28228457b898c3487bc8723d1ea8
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Patches to apply to source after unpacking, in order
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSOURCE_PATCHES =
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Man pages to apply Sun footer to & attributes to list
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSUNTOUCHED_MANPAGES=*.man
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSUN_PACKAGE=SUNWxwplt
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_STABILITY=Committed
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsinclude ../Makefile.inc
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs