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