Makefile revision 919
481N/A###############################################################################
481N/A#
481N/A# Xtsol 1.x Makefile
481N/A#
481N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
481N/A# Use is subject to license terms.
481N/A#
481N/A# Permission is hereby granted, free of charge, to any person obtaining a
481N/A# copy of this software and associated documentation files (the "Software"),
481N/A# to deal in the Software without restriction, including without limitation
481N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
481N/A# and/or sell copies of the Software, and to permit persons to whom the
481N/A# Software is furnished to do so, subject to the following conditions:
481N/A#
481N/A# The above copyright notice and this permission notice (including the next
481N/A# paragraph) shall be included in all copies or substantial portions of the
481N/A# Software.
481N/A#
481N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
481N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
481N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
481N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
481N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
481N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
481N/A# DEALINGS IN THE SOFTWARE.
481N/A#
481N/A#
481N/A
481N/A# Package name used in tarballs
481N/AMODULE_NAME=libXtsol
493N/A
481N/A# No upstream sources, only local sources
481N/AMODULE_VERSION=src
493N/ASOURCE_TARBALL_NAME=NONE
493N/ASOURCE_TARBALL_NAME_SET=yes
481N/AADDITIONAL_SOURCE_DIR=sun-src
481N/AMODULE_ADD_SOURCE_TARGETS=source_auditwrite
493N/A
481N/A# Library name (used for specfiles/mapfiles)
481N/ALIBNAME=Xtsol
481N/A
481N/A# Man pages to apply Sun footer to & attributes to list
493N/ASUNTOUCHED_MANPAGES= # None
493N/ASUN_PACKAGE=SUNWxwplt
493N/AMODULE_STABILITY=Committed
493N/ALIB_MAN_SUFFIX=3Xtsol
481N/A
481N/A# No configure script to run
493N/ACONFIGURE_TARGETS=
481N/ACONFIGURE_TARGETS_SET=yes
# Since we don't have a configure script, pass configure flags to make
MODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
MODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
include ../Makefile.inc
source_auditwrite:
mkdir -p $(SOURCE_DIR)
(cd $(SOURCE_DIR) ; \
ln -s ../../../../xserver/xorg/sun-src/tsol/auditwrite.[ch] . )