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