Makefile revision 969
851N/A###############################################################################
851N/A#
851N/A# xf86-input-synaptics Makefile
851N/A#
943N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
851N/A#
851N/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,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
851N/A#
851N/A#
851N/A
851N/A# Package name used in tarballs
851N/AMODULE_NAME=xf86-input-synaptics
851N/A
851N/A# Version number (used in path names)
883N/AMODULE_VERSION=1.2.1
851N/A
911N/A# Checksums for upstream tarball
911N/ATARBALL_MD5 = 29a6f9da5123149e4abc8ff83880ed5c
911N/ATARBALL_SHA1 = ffdad38384f3dcbf650d1db7e3d75ed46935a2c6
911N/A
851N/A# Man pages to apply Sun footer to & attributes to list
851N/ASUNTOUCHED_MANPAGES=man/*.man
851N/ASUN_PACKAGE=SUNWxorg-server
851N/AMODULE_STABILITY=Volatile
851N/A
851N/A# Extra flags to pass to configure script
851N/A# - need to set install locations for HAL config file & probe util/script
851N/AMODULE_CONFIG_OPTS= \
851N/A --with-hal-bin-dir=/usr/sbin \
851N/A --with-hal-callouts-dir=/usr/lib/hal \
851N/A --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor \
851N/A --bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
851N/A
851N/A# Libraries/modules to link with
851N/AMODULE_LD_OPTIONS= -lm
851N/A
851N/A# Extra install rules
851N/AMODULE_ADD_INSTALL_TARGETS = install_fdi
851N/A
851N/A# Fix path for installing headers in proto area
851N/AMODULE_INSTALL_MAKEFLAGS = sdkdir='$(XORG_SDK_INCLUDES_DIR)'
851N/A
851N/Ainclude ../Makefile.inc
851N/A
851N/AFDI_DIR=$(PROTODIR)/etc/hal/fdi/policy/10osvendor
851N/A
851N/Ainstall_fdi: $(SOURCE_TARGETS)
851N/A mkdir -p $(FDI_DIR)
963N/A $(INSTALL_SCRIPT) -m 0444 $(SOURCE_DIR)/fdi/11-x11-synaptics.fdi \
963N/A $(FDI_DIR)/