Makefile revision 911
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync###############################################################################
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# xedit 1.x Makefile
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Use is subject to license terms.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Permission is hereby granted, free of charge, to any person obtaining a
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# copy of this software and associated documentation files (the
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# "Software"), to deal in the Software without restriction, including
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# without limitation the rights to use, copy, modify, merge, publish,
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# distribute, and/or sell copies of the Software, and to permit persons
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# to whom the Software is furnished to do so, provided that the above
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# copyright notice(s) and this permission notice appear in all copies of
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# the Software and that both the above copyright notice(s) and this
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# permission notice appear in supporting documentation.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Except as contained in this notice, the name of a copyright holder
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# shall not be used in advertising or otherwise to promote the sale, use
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# or other dealings in this Software without prior written authorization
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# of the copyright holder.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Package name used in tarballs
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncMODULE_NAME=xedit
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Version number (used in path names)
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncMODULE_VERSION=1.1.2
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Checksums for upstream tarball
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncTARBALL_MD5 = 67193be728414d45a1922911e6437991
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncTARBALL_SHA1 = e2d9f49dd7e82959e0678c2417256cd59b06772f
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Patches to apply to source after unpacking, in order
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncSOURCE_PATCHES =
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Man pages to apply Sun footer to & attributes to list
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncSUNTOUCHED_MANPAGES=*.man
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncSUNTOUCH_MAN_FLAGS= \
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync -a '{Availability, SUNWxwopt} {Interface Stability, Committed}'
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncinclude ../Makefile.inc
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync