Makefile revision 919
153N/A###############################################################################
153N/A#
153N/A# xf86-input-synaptics Makefile
153N/A#
1351N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
153N/A# Use is subject to license terms.
153N/A#
919N/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
153N/A# DEALINGS IN THE SOFTWARE.
153N/A#
153N/A#
153N/A
493N/A# Package name used in tarballs
153N/AMODULE_NAME=xf86-input-synaptics
153N/A
1351N/A# Version number (used in path names)
153N/AMODULE_VERSION=1.2.1
911N/A
1351N/A# Checksums for upstream tarball
1351N/ATARBALL_MD5 = 29a6f9da5123149e4abc8ff83880ed5c
911N/ATARBALL_SHA1 = ffdad38384f3dcbf650d1db7e3d75ed46935a2c6
153N/A
153N/A# Man pages to apply Sun footer to & attributes to list
153N/ASUNTOUCHED_MANPAGES=man/*.man
153N/ASUN_PACKAGE=SUNWxorg-server
153N/AMODULE_STABILITY=Volatile
153N/A
970N/A# Extra flags to pass to configure script
970N/A# - need to set install locations for HAL config file & probe util/script
970N/AMODULE_CONFIG_OPTS= \
970N/A --with-hal-bin-dir=/usr/sbin \
970N/A --with-hal-callouts-dir=/usr/lib/hal \
970N/A --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor \
153N/A --bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
153N/A
493N/A# Libraries/modules to link with
969N/AMODULE_LD_OPTIONS= -lm
153N/A
153N/A# Extra install rules
153N/AMODULE_ADD_INSTALL_TARGETS = install_fdi
153N/A
153N/A# Fix path for installing headers in proto area
493N/AMODULE_INSTALL_MAKEFLAGS = sdkdir='$(XORG_SDK_INCLUDES_DIR)'
153N/A
1196N/Ainclude ../Makefile.inc
1196N/A
1196N/AFDI_DIR=$(PROTODIR)/etc/hal/fdi/policy/10osvendor
1196N/A
1196N/Ainstall_fdi: $(SOURCE_TARGETS)
970N/A mkdir -p $(FDI_DIR)
970N/A $(INSTALL_SCRIPT) $(SOURCE_DIR)/fdi/11-x11-synaptics.fdi $(FDI_DIR)/
970N/A