Makefile revision 546
c79e39ad568d9af854765f64049534044ef6c034nd###############################################################################
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
c79e39ad568d9af854765f64049534044ef6c034nd# xlock 1.x Makefile
d3e250aab242db84d14060985b5db675a731d548nd#
c79e39ad568d9af854765f64049534044ef6c034nd# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# Use subject to license terms.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#
c79e39ad568d9af854765f64049534044ef6c034nd# Permission is hereby granted, free of charge, to any person obtaining a
c79e39ad568d9af854765f64049534044ef6c034nd# copy of this software and associated documentation files (the
c79e39ad568d9af854765f64049534044ef6c034nd# "Software"), to deal in the Software without restriction, including
c3c006c28c5b03892ccaef6e4d2cbb15a13a2072rbowen# without limitation the rights to use, copy, modify, merge, publish,
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# distribute, and/or sell copies of the Software, and to permit persons
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# to whom the Software is furnished to do so, provided that the above
c3c006c28c5b03892ccaef6e4d2cbb15a13a2072rbowen# copyright notice(s) and this permission notice appear in all copies of
c79e39ad568d9af854765f64049534044ef6c034nd# the Software and that both the above copyright notice(s) and this
c79e39ad568d9af854765f64049534044ef6c034nd# permission notice appear in supporting documentation.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
# @(#)Makefile 1.3 08/08/08
#
# Package name used in tarballs
MODULE_NAME=xlock
# No upstream sources for these files, since they're Solaris-specific
MODULE_VERSION=src
SOURCE_TARBALL_NAME=NONE
SOURCE_TARBALL_NAME_SET=yes
ADDITIONAL_SOURCE_DIR=sun-src
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# No configure script, so pass usual environment to build/install instead
CONFIGURE_TARGETS=
CONFIGURE_TARGETS_SET=yes
MODULE_BUILD_ENV=$(CONFIG_ENV)
include ../Makefile.inc