Makefile revision 493
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj###############################################################################
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# xmag 1.x Makefile
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# Use subject to license terms.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# Permission is hereby granted, free of charge, to any person obtaining a
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# copy of this software and associated documentation files (the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# "Software"), to deal in the Software without restriction, including
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# without limitation the rights to use, copy, modify, merge, publish,
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# distribute, and/or sell copies of the Software, and to permit persons
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# to whom the Software is furnished to do so, provided that the above
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# copyright notice(s) and this permission notice appear in all copies of
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# the Software and that both the above copyright notice(s) and this
f6a6245816cd866361da8c576b1f47c7a54b6610fanf# permission notice appear in supporting documentation.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
40a5b7189dbbb28e107bf008ee625f2f0142c2ccdgaudet# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# Except as contained in this notice, the name of a copyright holder
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# shall not be used in advertising or otherwise to promote the sale, use
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# or other dealings in this Software without prior written authorization
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# of the copyright holder.
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# @(#)Makefile 1.3 08/08/08
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard# Package name used in tarballs
2aae6faee508221efbeaba5547ca79b7a20ef047stoddardMODULE_NAME=xmag
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard
40a5b7189dbbb28e107bf008ee625f2f0142c2ccdgaudet# Version number (used in path names)
2aae6faee508221efbeaba5547ca79b7a20ef047stoddardMODULE_VERSION=1.0.2
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard
2739add8add66e21526ce27f83c2ae133d089070rbb# Patches to apply to source after unpacking, in order
2739add8add66e21526ce27f83c2ae133d089070rbbSOURCE_PATCHES =
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard
211bf1d44f4653bf753a15740cd5ebbf330b6e93manoj
211bf1d44f4653bf753a15740cd5ebbf330b6e93manoj# Man pages to apply Sun footer to & attributes to list
2a6c49cfaef5979a5a06098f3ce987cd76769409manojSUNTOUCHED_MANPAGES=*.man
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manojSUN_PACKAGE=SUNWxwplt
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manojMODULE_STABILITY=Committed
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddardinclude ../Makefile.inc
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard