Makefile revision 919
472N/A###############################################################################
472N/A#
472N/A# xtrans 1.x Makefile
472N/A#
851N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
851N/A# Use is subject to license terms.
472N/A#
472N/A# Permission is hereby granted, free of charge, to any person obtaining a
472N/A# copy of this software and associated documentation files (the "Software"),
472N/A# to deal in the Software without restriction, including without limitation
472N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
472N/A# and/or sell copies of the Software, and to permit persons to whom the
472N/A# Software is furnished to do so, subject to the following conditions:
472N/A#
472N/A# The above copyright notice and this permission notice (including the next
472N/A# paragraph) shall be included in all copies or substantial portions of the
472N/A# Software.
472N/A#
472N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
472N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
472N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
472N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
472N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
472N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
472N/A# DEALINGS IN THE SOFTWARE.
472N/A#
472N/A#
472N/A
472N/A# IMPORTANT NOTE: xtrans is not really a library, but shared source code
472N/A# compiled into other modules at build time.
472N/A
472N/A# Package name used in tarballs
472N/AMODULE_NAME=xtrans
472N/A
472N/A# Version number (used in path names)
493N/AMODULE_VERSION=1.2.5
472N/A
493N/A# Checksums for upstream tarball
493N/ATARBALL_MD5 = 2d1e57e82acc5f21797e92341415af2f
493N/ATARBALL_SHA1 = e8c4ce58b42d05e613fe535319a7d7f45f30f3e9
493N/A
493N/A# Patches to apply to source after unpacking, in order
472N/ASOURCE_PATCHES = inetv6.patch \
472N/A tsol-unix-domain.patch
472N/A
472N/A# Library name (used for specfiles/mapfiles)
493N/ALIBNAME=xtrans
493N/A
493N/A# Man pages to apply Sun footer to & attributes to list
472N/A# - Xtrans has none
493N/A
851N/A# Xtrans doesn't build a library, so use the pkgconfig file it builds instead
472N/ALIB_BUILT = xtrans.pc
472N/A
472N/Ainclude ../Makefile.inc