Makefile revision 1159
0N/A###############################################################################
0N/A#
0N/A# xtrans 1.x Makefile
0N/A#
0N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
0N/A# copy of this software and associated documentation files (the "Software"),
6983N/A# to deal in the Software without restriction, including without limitation
6983N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0N/A# and/or sell copies of the Software, and to permit persons to whom the
0N/A# Software is furnished to do so, subject to the following conditions:
0N/A#
0N/A# The above copyright notice and this permission notice (including the next
6983N/A# paragraph) shall be included in all copies or substantial portions of the
6983N/A# Software.
6983N/A#
6983N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5209N/A# DEALINGS IN THE SOFTWARE.
5308N/A#
5308N/A#
0N/A
0N/A# IMPORTANT NOTE: xtrans is not really a library, but shared source code
0N/A# compiled into other modules at build time.
0N/A
5209N/A# Package name used in tarballs
0N/AMODULE_NAME=xtrans
0N/A
0N/A# Package classification (override default)
0N/AMODULE_PKGCLASS=Development/X11
5209N/AMODULE_PKGCLASS_SET=yes
5209N/A
0N/A# Version number (used in path names)
0N/AMODULE_VERSION=1.2.6
0N/A
0N/A# Checksums for upstream tarball
0N/ATARBALL_MD5 = c66f9ffd2da4fb012220c6c40ebc7609
0N/ATARBALL_SHA1 = 99f019a6e6d4d2b8274c4a27f9c8482c7fc64e85
0N/A
0N/A# Patches to apply to source after unpacking, in order
0N/ASOURCE_PATCHES = inetv6.patch \
0N/A tsol-unix-domain.patch \
0N/A Xtranslc-7053010.patch
0N/A# Library name (used for specfiles/mapfiles)
0N/ALIBNAME=xtrans
0N/A
0N/A# Man pages to apply Sun footer to & attributes to list
0N/A# - Xtrans has none
0N/A
349N/A# Because xtrans is not a real library, don't need 64-bit build,
0N/A# and the pkg-config file goes into share directory
5209N/ABUILD_TYPES=32
0N/ABUILD_TYPES_SET=yes
0N/A
0N/AMODULE_PKGCONFIG_DIR=$(PKGCONFIG_DIR_SHARE)
0N/AMODULE_PKGCONFIG_DIR_SET=yes
0N/A
5209N/Ainclude ../Makefile.inc
0N/A