Makefile revision 1097
5563N/A###############################################################################
5563N/A#
5563N/A# xlock 1.x Makefile
5563N/A#
5563N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
5563N/A#
5563N/A# Permission is hereby granted, free of charge, to any person obtaining a
5563N/A# copy of this software and associated documentation files (the "Software"),
5563N/A# to deal in the Software without restriction, including without limitation
5563N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5563N/A# and/or sell copies of the Software, and to permit persons to whom the
5563N/A# Software is furnished to do so, subject to the following conditions:
5563N/A#
5563N/A# The above copyright notice and this permission notice (including the next
5563N/A# paragraph) shall be included in all copies or substantial portions of the
5563N/A# Software.
5563N/A#
5563N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5563N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5563N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5563N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5563N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5563N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5563N/A# DEALINGS IN THE SOFTWARE.
5563N/A#
5563N/A#
5563N/A
5563N/A# Package name used in tarballs
5563N/AMODULE_NAME=xlock
5563N/A
5563N/A# No upstream sources for these files, since they're Solaris-specific
5563N/AMODULE_VERSION=src
5563N/ASOURCE_TARBALL_NAME=NONE
5563N/ASOURCE_TARBALL_NAME_SET=yes
5563N/AADDITIONAL_SOURCE_DIR=sun-src
5563N/A
5563N/A# Patches to apply to source after unpacking, in order
5563N/ASOURCE_PATCHES =
5563N/A
5563N/A# Haven't made sure it's 64-bit clean yet, so continue building 32-bit for now
5563N/ABUILD_TYPES_SET=yes
5563N/ABUILD_TYPES=32
5563N/A
5563N/A# No configure script, so pass usual environment to build/install instead
5563N/ACONFIGURE_TARGETS=
5563N/ACONFIGURE_TARGETS_SET=yes
5563N/A
5563N/AMODULE_BUILD_ENV=$(CONFIG_ENV)
5563N/AMODULE_INSTALL_MAKEFLAGS = \
5563N/A bindir=$(X11_BIN_DIR) datadir=$(MODULE_PREFIX)/share mandir=$(X11_MAN_DIR)
5563N/A
5563N/A# Compatibility links from /usr/X11/bin to /usr/bin
5563N/AMODULE_X11_BINCOMPAT_LINKS = xlock
5563N/A
5563N/Ainclude ../Makefile.inc
5563N/A