Makefile revision 919
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe###############################################################################
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Xevie 1.x Makefile
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Use is subject to license terms.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Permission is hereby granted, free of charge, to any person obtaining a
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# copy of this software and associated documentation files (the "Software"),
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# to deal in the Software without restriction, including without limitation
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and/or sell copies of the Software, and to permit persons to whom the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Software is furnished to do so, subject to the following conditions:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The above copyright notice and this permission notice (including the next
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# paragraph) shall be included in all copies or substantial portions of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Software.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# DEALINGS IN THE SOFTWARE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Package name used in tarballs
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMODULE_NAME=libXevie
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Version number (used in path names)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMODULE_VERSION=1.0.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Checksums for upstream tarball
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweTARBALL_MD5 = 88e9bf535364e7c821ef4014fb1ca2dd
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweTARBALL_SHA1 = d22fd24d8f096fdff54d303d63fea1422f0cfeea
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Patches to apply to source after unpacking, in order
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSOURCE_PATCHES =
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Library name (used for specfiles/mapfiles)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLIBNAME=Xevie
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Man pages to apply Sun footer to & attributes to list
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSUNTOUCHED_MANPAGES=man/*.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSUN_PACKAGE=SUNWxwplt
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMODULE_STABILITY=Volatile
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLIB_MAN_SUFFIX=3Xevie
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# pkg-config files that need to have -R added
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweFIX_PC_FILES=xevie.pc.in
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Link with version mapfile
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../Makefile.inc
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe