1b85037dbSmrg# Copyright 2008 Red Hat, Inc. 2b85037dbSmrg# 3b85037dbSmrg# Permission is hereby granted, free of charge, to any person obtaining a 4b85037dbSmrg# copy of this software and associated documentation files (the "Software"), 5b85037dbSmrg# to deal in the Software without restriction, including without limitation 6b85037dbSmrg# on the rights to use, copy, modify, merge, publish, distribute, sub 7b85037dbSmrg# license, and/or sell copies of the Software, and to permit persons to whom 8b85037dbSmrg# the Software is furnished to do so, subject to the following conditions: 9b85037dbSmrg# 10b85037dbSmrg# The above copyright notice and this permission notice (including the next 11b85037dbSmrg# paragraph) shall be included in all copies or substantial portions of the 12b85037dbSmrg# Software. 13b85037dbSmrg# 14b85037dbSmrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15b85037dbSmrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16b85037dbSmrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 17b85037dbSmrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 18b85037dbSmrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19b85037dbSmrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20b85037dbSmrg 21b85037dbSmrgbin_PROGRAMS = synclient syndaemon 22b85037dbSmrg 2328515619SmrgAM_CPPFLAGS = -I$(top_srcdir)/include 24b85037dbSmrgAM_CFLAGS = $(XI_CFLAGS) 25b85037dbSmrgAM_LDFLAGS = $(XI_LIBS) 26b85037dbSmrg 27b85037dbSmrgsynclient_SOURCES = synclient.c 28b85037dbSmrg 29b85037dbSmrgsyndaemon_SOURCES = syndaemon.c 30b85037dbSmrgsyndaemon_CFLAGS = $(AM_CFLAGS) $(XTST_CFLAGS) 31b85037dbSmrgsyndaemon_LDFLAGS = $(AM_LDFLAGS) $(XTST_LIBS) 32