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