Makefile revision 943
1127N/A###############################################################################
1127N/A#
1127N/A# xf86-input-vmmouse Makefile
1127N/A#
1127N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
1127N/A#
1127N/A# Permission is hereby granted, free of charge, to any person obtaining a
1127N/A# copy of this software and associated documentation files (the "Software"),
1127N/A# to deal in the Software without restriction, including without limitation
1127N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1127N/A# and/or sell copies of the Software, and to permit persons to whom the
1127N/A# Software is furnished to do so, subject to the following conditions:
1127N/A#
1127N/A# The above copyright notice and this permission notice (including the next
1127N/A# paragraph) shall be included in all copies or substantial portions of the
1127N/A# Software.
1127N/A#
1127N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1127N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1127N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1127N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1127N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1127N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1127N/A# DEALINGS IN THE SOFTWARE.
1127N/A#
1220N/A#
1214N/A
1127N/A# Package name used in tarballs
1127N/AMODULE_NAME=xf86-input-vmmouse
1127N/A
1127N/A# Version number (used in path names)
1127N/AMODULE_VERSION=12.6.5
1127N/A
1129N/A# Checksums for upstream tarball
1127N/ATARBALL_MD5 = ce78e0135b5e34338a1ea98afb933120
1127N/ATARBALL_SHA1 = bf2f1031ccc0096f388272ce93b75572d24548be
1127N/A
1127N/A# Patches to apply to source after unpacking, in order
1127N/ASOURCE_PATCHES = xf86LoaderReqSymLists.patch,-p1
1127N/A
1127N/A# vmmouse_client code won't build with Sun compiler
1127N/AMODULE_COMPILER=gcc
1127N/AMODULE_COMPILER_SET=yes
1127N/A
1127N/A# Man pages to apply Sun footer to & attributes to list
1127N/ASUNTOUCHED_MANPAGES=man/*.man
1127N/ASUN_PACKAGE=SUNWxorg-server
1127N/AMODULE_STABILITY=Volatile
1127N/A
1127N/A# Extra flags to pass to configure script
1127N/A# - need to set install locations for HAL config file & probe util/script
1127N/AMODULE_CONFIG_OPTS= \
1127N/A --with-hal-bin-dir=/usr/sbin \
1127N/A --with-hal-callouts-dir=/usr/lib/hal$(ARCHLIBSUBDIR) \
1127N/A --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor$(ARCHLIBSUBDIR) \
1127N/A --bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
1127N/A
1127N/Ainclude ../Makefile.inc
1127N/A