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