Makefile revision 1179
851N/A###############################################################################
851N/A#
851N/A# xf86-input-synaptics Makefile
851N/A#
883N/A# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
851N/A#
851N/A# Permission is hereby granted, free of charge, to any person obtaining a
851N/A# copy of this software and associated documentation files (the "Software"),
851N/A# to deal in the Software without restriction, including without limitation
851N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
851N/A# and/or sell copies of the Software, and to permit persons to whom the
851N/A# Software is furnished to do so, subject to the following conditions:
851N/A#
851N/A# The above copyright notice and this permission notice (including the next
851N/A# paragraph) shall be included in all copies or substantial portions of the
851N/A# Software.
851N/A#
851N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
851N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
851N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
851N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
851N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
851N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
851N/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)
851N/AMODULE_VERSION=1.4.1
851N/A
851N/A# Checksums for upstream tarball
851N/ATARBALL_MD5 = 2dac10f93918ed5bf7d1039d56880cf4
851N/ATARBALL_SHA1 = e41201476f4bc8658291808d2d6ef2e0535179ae
851N/A
851N/A# Man pages to apply Sun footer to & attributes to list
883N/ASUNTOUCHED_MANPAGES=man/*.man
851N/AMODULE_STABILITY=Volatile
911N/A
911N/A# Extra flags to pass to configure script
911N/AMODULE_CONFIG_OPTS= --bindir=$(X11_SERVERLIBS_DIR)
911N/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/A# Install xorg-synaptics.pc to /usr/share since it defines the architecture
851N/A# independent header files in /usr/include and not any library flags
851N/AMODULE_PKGCONFIG_DIR=$(PKGCONFIG_DIR_SHARE)
851N/AMODULE_PKGCONFIG_DIR_SET=yes
851N/A
851N/Ainclude ../Makefile.inc
851N/A
851N/AFDI_DIR=$(PROTODIR)/etc/hal/fdi/policy/10osvendor
851N/A
851N/A$(FDI_DIR):
851N/A mkdir -p $(FDI_DIR)
851N/A
851N/Ainstall_fdi: $(SOURCE_TARGETS) $(FDI_DIR)
851N/A $(INSTALL_SCRIPT) -m 0444 $(SOURCE_DIR)/conf/11-x11-synaptics.fdi \
851N/A $(FDI_DIR)/
851N/A