Makefile revision 1132
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber###############################################################################
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# xcb 1.7 Makefile
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Permission is hereby granted, free of charge, to any person obtaining a
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# copy of this software and associated documentation files (the "Software"),
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# to deal in the Software without restriction, including without limitation
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# the rights to use, copy, modify, merge, publish, distribute, sublicense,
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# and/or sell copies of the Software, and to permit persons to whom the
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Software is furnished to do so, subject to the following conditions:
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# The above copyright notice and this permission notice (including the next
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# paragraph) shall be included in all copies or substantial portions of the
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# DEALINGS IN THE SOFTWARE.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Package name used in tarballs
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Version number (used in path names)
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Checksums for upstream tarball
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberTARBALL_MD5 = 925699df361b99491165ebc12068056b
4eb706b3ce9891f86ff3f9b5b5d063922df9f6b6Stéphane GraberTARBALL_SHA1 = 7540f0587907bce421914f0ddb813810cb2f36f8
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# ARC cases that covered this module
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Package metadata
b0f0932a944abf6425e9f185dea9c6d9ba6e8436Stéphane Graber# Patches to apply to source after unpacking, in order
2133f58c66ab7627a4159fafbb75106c556b014dSerge Hallyn# Regenerate Makefile.in's from Makefile.am's after patching them
4eb706b3ce9891f86ff3f9b5b5d063922df9f6b6Stéphane Graber# Library name (used for specfiles/mapfiles)
4eb706b3ce9891f86ff3f9b5b5d063922df9f6b6Stéphane Graber# Man pages to apply Sun footer to & attributes to list
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberLD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Command line options to GNU autoconf configure script
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberMODULE_CONFIG_OPTS = $(MODTYPE_CONFIG_OPTS) \
fad967669817061cda3aafc40be04dcb712a4767Dwight Engen# Work around libtool's interference
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# pkg-config files that need to have -R added