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