~fginther/geis/geis-2.2.9.1-precise

« back to all changes in this revision

Viewing changes to libutouch-geis/backend/grail/Makefile.in

  • Committer: Francis Ginther
  • Date: 2012-08-16 13:43:15 UTC
  • mfrom: (49.1.37)
  • Revision ID: francis.ginther@canonical.com-20120816134315-ex9m75nqcv0uryim
* New upstream release.
  - fixes pinch radius and drag delta calculations (lp: #985916)
    (lp: #986215)
  - changes type of geisSubscriptionFlags (lp: #813819)
  - changes direct devices to use window coordinates (lp: #984069)
  - reports device axis extents, if available (lp: #987539)
  - removes XCB back end
  - removes overlapping events when a gesture is accepted (lp: #1001365)
  - avoids trying to start a DBus session if there is none already
    (lp: #997630)
  - detect added devices properly (LP: #1009270)
  - fix crash when accepting a gesture (LP: #1015775)
  - fix result value of geis_subscription_deactivate() (LP: #1021448)
  - upstream project renamed to just 'geis'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
#
19
 
# @file libutouch-geis/backend/grail/Makefile.am
20
 
# @brief automake recipe for the uTouch GEIS v2.0 grail back end
21
 
#
22
 
# Copyright 2011 Canonical, Ltd.
23
 
#
24
 
# This program is free software: you can redistribute it and/or modify it 
25
 
# under the terms of the GNU General Public License version 3, as published 
26
 
# by the Free Software Foundation.
27
 
#
28
 
# This program is distributed in the hope that it will be useful, but 
29
 
# WITHOUT ANY WARRANTY; without even the implied warranties of 
30
 
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
31
 
# PURPOSE.  See the GNU General Public License for more details.
32
 
#
33
 
# You should have received a copy of the GNU General Public License along 
34
 
# with this program.  If not, see <http://www.gnu.org/licenses/>.
35
 
 
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
41
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
install_sh_DATA = $(install_sh) -c -m 644
43
 
install_sh_PROGRAM = $(install_sh) -c
44
 
install_sh_SCRIPT = $(install_sh) -c
45
 
INSTALL_HEADER = $(INSTALL_DATA)
46
 
transform = $(program_transform_name)
47
 
NORMAL_INSTALL = :
48
 
PRE_INSTALL = :
49
 
POST_INSTALL = :
50
 
NORMAL_UNINSTALL = :
51
 
PRE_UNINSTALL = :
52
 
POST_UNINSTALL = :
53
 
build_triplet = @build@
54
 
host_triplet = @host@
55
 
subdir = libutouch-geis/backend/grail
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_enable_xi2.m4 \
59
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
60
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
61
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
62
 
        $(top_srcdir)/m4/xorg-gtest.m4 $(top_srcdir)/m4/xorg-macros.m4 \
63
 
        $(top_srcdir)/configure.ac
64
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
 
        $(ACLOCAL_M4)
66
 
mkinstalldirs = $(install_sh) -d
67
 
CONFIG_HEADER = $(top_builddir)/geis_config.h
68
 
CONFIG_CLEAN_FILES =
69
 
CONFIG_CLEAN_VPATH_FILES =
70
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
71
 
am__DEPENDENCIES_1 =
72
 
libutouch_geis_grail_backend_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
73
 
        $(am__DEPENDENCIES_1)
74
 
am_libutouch_geis_grail_backend_la_OBJECTS =  \
75
 
        libutouch_geis_grail_backend_la-geis_grail_token.lo \
76
 
        libutouch_geis_grail_backend_la-geis_grail_backend.lo \
77
 
        libutouch_geis_grail_backend_la-geis_grail_window_grab.lo \
78
 
        libutouch_geis_grail_backend_la-geis_grail_xsync.lo \
79
 
        libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo
80
 
libutouch_geis_grail_backend_la_OBJECTS =  \
81
 
        $(am_libutouch_geis_grail_backend_la_OBJECTS)
82
 
AM_V_lt = $(am__v_lt_@AM_V@)
83
 
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
84
 
am__v_lt_0 = --silent
85
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86
 
depcomp = $(SHELL) $(top_srcdir)/config.aux/depcomp
87
 
am__depfiles_maybe = depfiles
88
 
am__mv = mv -f
89
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
93
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94
 
        $(AM_CFLAGS) $(CFLAGS)
95
 
AM_V_CC = $(am__v_CC_@AM_V@)
96
 
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
97
 
am__v_CC_0 = @echo "  CC    " $@;
98
 
AM_V_at = $(am__v_at_@AM_V@)
99
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
100
 
am__v_at_0 = @
101
 
CCLD = $(CC)
102
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
105
 
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
106
 
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
107
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
108
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
109
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110
 
am__v_GEN_0 = @echo "  GEN   " $@;
111
 
SOURCES = $(libutouch_geis_grail_backend_la_SOURCES)
112
 
DIST_SOURCES = $(libutouch_geis_grail_backend_la_SOURCES)
113
 
ETAGS = etags
114
 
CTAGS = ctags
115
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116
 
ACLOCAL = @ACLOCAL@
117
 
AMTAR = @AMTAR@
118
 
AM_CFLAGS = @AM_CFLAGS@
119
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120
 
AR = @AR@
121
 
AUTOCONF = @AUTOCONF@
122
 
AUTOHEADER = @AUTOHEADER@
123
 
AUTOMAKE = @AUTOMAKE@
124
 
AWK = @AWK@
125
 
BASE_CXXFLAGS = @BASE_CXXFLAGS@
126
 
CC = @CC@
127
 
CCDEPMODE = @CCDEPMODE@
128
 
CFLAGS = @CFLAGS@
129
 
CHECK_CFLAGS = @CHECK_CFLAGS@
130
 
CHECK_LIBS = @CHECK_LIBS@
131
 
CPP = @CPP@
132
 
CPPFLAGS = @CPPFLAGS@
133
 
CWARNFLAGS = @CWARNFLAGS@
134
 
CXX = @CXX@
135
 
CXXCPP = @CXXCPP@
136
 
CXXDEPMODE = @CXXDEPMODE@
137
 
CXXFLAGS = @CXXFLAGS@
138
 
CYGPATH_W = @CYGPATH_W@
139
 
DBUS_CFLAGS = @DBUS_CFLAGS@
140
 
DBUS_LIBS = @DBUS_LIBS@
141
 
DEFS = @DEFS@
142
 
DEPDIR = @DEPDIR@
143
 
DLLTOOL = @DLLTOOL@
144
 
DSYMUTIL = @DSYMUTIL@
145
 
DUMPBIN = @DUMPBIN@
146
 
ECHO_C = @ECHO_C@
147
 
ECHO_N = @ECHO_N@
148
 
ECHO_T = @ECHO_T@
149
 
EGREP = @EGREP@
150
 
EVEMU_CFLAGS = @EVEMU_CFLAGS@
151
 
EVEMU_LIBS = @EVEMU_LIBS@
152
 
EXEEXT = @EXEEXT@
153
 
FGREP = @FGREP@
154
 
GRAIL_CFLAGS = @GRAIL_CFLAGS@
155
 
GRAIL_LIBS = @GRAIL_LIBS@
156
 
GREP = @GREP@
157
 
GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
158
 
GTEST_SOURCE = @GTEST_SOURCE@
159
 
INSTALL = @INSTALL@
160
 
INSTALL_DATA = @INSTALL_DATA@
161
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
162
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
163
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164
 
LD = @LD@
165
 
LDFLAGS = @LDFLAGS@
166
 
LIBOBJS = @LIBOBJS@
167
 
LIBS = @LIBS@
168
 
LIBTOOL = @LIBTOOL@
169
 
LIPO = @LIPO@
170
 
LN_S = @LN_S@
171
 
LTLIBOBJS = @LTLIBOBJS@
172
 
MAKEINFO = @MAKEINFO@
173
 
MANIFEST_TOOL = @MANIFEST_TOOL@
174
 
MKDIR_P = @MKDIR_P@
175
 
NM = @NM@
176
 
NMEDIT = @NMEDIT@
177
 
OBJDUMP = @OBJDUMP@
178
 
OBJEXT = @OBJEXT@
179
 
OTOOL = @OTOOL@
180
 
OTOOL64 = @OTOOL64@
181
 
PACKAGE = @PACKAGE@
182
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183
 
PACKAGE_NAME = @PACKAGE_NAME@
184
 
PACKAGE_STRING = @PACKAGE_STRING@
185
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
186
 
PACKAGE_URL = @PACKAGE_URL@
187
 
PACKAGE_VERSION = @PACKAGE_VERSION@
188
 
PATH_SEPARATOR = @PATH_SEPARATOR@
189
 
PKG_CONFIG = @PKG_CONFIG@
190
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
191
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
192
 
PYTHON = @PYTHON@
193
 
PYTHON_CFLAGS = @PYTHON_CFLAGS@
194
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
195
 
PYTHON_LIBS = @PYTHON_LIBS@
196
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
197
 
PYTHON_PREFIX = @PYTHON_PREFIX@
198
 
PYTHON_VERSION = @PYTHON_VERSION@
199
 
RANLIB = @RANLIB@
200
 
SED = @SED@
201
 
SET_MAKE = @SET_MAKE@
202
 
SHELL = @SHELL@
203
 
STRICT_CXXFLAGS = @STRICT_CXXFLAGS@
204
 
STRIP = @STRIP@
205
 
VERSION = @VERSION@
206
 
X11XCB_CFLAGS = @X11XCB_CFLAGS@
207
 
X11XCB_LIBS = @X11XCB_LIBS@
208
 
X11_CFLAGS = @X11_CFLAGS@
209
 
X11_LIBS = @X11_LIBS@
210
 
XCBINCLUDEDIR = @XCBINCLUDEDIR@
211
 
XCBPROTO_XCBINCLUDEDIR = @XCBPROTO_XCBINCLUDEDIR@
212
 
XCBPROTO_XCBPYTHONDIR = @XCBPROTO_XCBPYTHONDIR@
213
 
XCB_CFLAGS = @XCB_CFLAGS@
214
 
XCB_LIBS = @XCB_LIBS@
215
 
XCB_PROTO_CFLAGS = @XCB_PROTO_CFLAGS@
216
 
XCB_PROTO_LIBS = @XCB_PROTO_LIBS@
217
 
XI2_CFLAGS = @XI2_CFLAGS@
218
 
XI2_LIBS = @XI2_LIBS@
219
 
XORG_CFLAGS = @XORG_CFLAGS@
220
 
XORG_GTEST_CPPFLAGS = @XORG_GTEST_CPPFLAGS@
221
 
XORG_GTEST_LIBS = @XORG_GTEST_LIBS@
222
 
XORG_GTEST_SOURCE = @XORG_GTEST_SOURCE@
223
 
XORG_LIBS = @XORG_LIBS@
224
 
abs_builddir = @abs_builddir@
225
 
abs_srcdir = @abs_srcdir@
226
 
abs_top_builddir = @abs_top_builddir@
227
 
abs_top_srcdir = @abs_top_srcdir@
228
 
ac_ct_AR = @ac_ct_AR@
229
 
ac_ct_CC = @ac_ct_CC@
230
 
ac_ct_CXX = @ac_ct_CXX@
231
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
232
 
am__include = @am__include@
233
 
am__leading_dot = @am__leading_dot@
234
 
am__quote = @am__quote@
235
 
am__tar = @am__tar@
236
 
am__untar = @am__untar@
237
 
bindir = @bindir@
238
 
build = @build@
239
 
build_alias = @build_alias@
240
 
build_cpu = @build_cpu@
241
 
build_os = @build_os@
242
 
build_vendor = @build_vendor@
243
 
builddir = @builddir@
244
 
datadir = @datadir@
245
 
datarootdir = @datarootdir@
246
 
docdir = @docdir@
247
 
dvidir = @dvidir@
248
 
exec_prefix = @exec_prefix@
249
 
host = @host@
250
 
host_alias = @host_alias@
251
 
host_cpu = @host_cpu@
252
 
host_os = @host_os@
253
 
host_vendor = @host_vendor@
254
 
htmldir = @htmldir@
255
 
includedir = @includedir@
256
 
infodir = @infodir@
257
 
install_sh = @install_sh@
258
 
libdir = @libdir@
259
 
libexecdir = @libexecdir@
260
 
localedir = @localedir@
261
 
localstatedir = @localstatedir@
262
 
mandir = @mandir@
263
 
mkdir_p = @mkdir_p@
264
 
oldincludedir = @oldincludedir@
265
 
pdfdir = @pdfdir@
266
 
pkgpyexecdir = @pkgpyexecdir@
267
 
pkgpythondir = @pkgpythondir@
268
 
prefix = @prefix@
269
 
program_transform_name = @program_transform_name@
270
 
psdir = @psdir@
271
 
pyexecdir = @pyexecdir@
272
 
pythondir = @pythondir@
273
 
sbindir = @sbindir@
274
 
sharedstatedir = @sharedstatedir@
275
 
srcdir = @srcdir@
276
 
sysconfdir = @sysconfdir@
277
 
target_alias = @target_alias@
278
 
top_build_prefix = @top_build_prefix@
279
 
top_builddir = @top_builddir@
280
 
top_srcdir = @top_srcdir@
281
 
noinst_LTLIBRARIES = libutouch-geis-grail-backend.la
282
 
libutouch_geis_grail_backend_la_SOURCES = \
283
 
        geis_grail_token.h          geis_grail_token.c \
284
 
        geis_grail_backend.h        geis_grail_backend.c  \
285
 
        geis_grail_window_grab.h    geis_grail_window_grab.c \
286
 
        geis_grail_xsync.h          geis_grail_xsync.c \
287
 
        geis_ugsubscription_store.h geis_ugsubscription_store.c
288
 
 
289
 
libutouch_geis_grail_backend_la_CPPFLAGS = \
290
 
        -I$(top_srcdir) \
291
 
        -I$(top_srcdir)/include \
292
 
        -I$(top_srcdir)/libutouch-geis \
293
 
        -I$(top_srcdir)/libs/geis-util \
294
 
        $(GRAIL_CFLAGS)
295
 
 
296
 
libutouch_geis_grail_backend_la_LIBADD = \
297
 
        $(GRAIL_LIBS) \
298
 
        $(XI2_LIBS)
299
 
 
300
 
all: all-am
301
 
 
302
 
.SUFFIXES:
303
 
.SUFFIXES: .c .lo .o .obj
304
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
305
 
        @for dep in $?; do \
306
 
          case '$(am__configure_deps)' in \
307
 
            *$$dep*) \
308
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309
 
                && { if test -f $@; then exit 0; else break; fi; }; \
310
 
              exit 1;; \
311
 
          esac; \
312
 
        done; \
313
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libutouch-geis/backend/grail/Makefile'; \
314
 
        $(am__cd) $(top_srcdir) && \
315
 
          $(AUTOMAKE) --gnu libutouch-geis/backend/grail/Makefile
316
 
.PRECIOUS: Makefile
317
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318
 
        @case '$?' in \
319
 
          *config.status*) \
320
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321
 
          *) \
322
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324
 
        esac;
325
 
 
326
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
 
 
329
 
$(top_srcdir)/configure:  $(am__configure_deps)
330
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
332
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
 
$(am__aclocal_m4_deps):
334
 
 
335
 
clean-noinstLTLIBRARIES:
336
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
337
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
338
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
339
 
          test "$$dir" != "$$p" || dir=.; \
340
 
          echo "rm -f \"$${dir}/so_locations\""; \
341
 
          rm -f "$${dir}/so_locations"; \
342
 
        done
343
 
libutouch-geis-grail-backend.la: $(libutouch_geis_grail_backend_la_OBJECTS) $(libutouch_geis_grail_backend_la_DEPENDENCIES) $(EXTRA_libutouch_geis_grail_backend_la_DEPENDENCIES) 
344
 
        $(AM_V_CCLD)$(LINK)  $(libutouch_geis_grail_backend_la_OBJECTS) $(libutouch_geis_grail_backend_la_LIBADD) $(LIBS)
345
 
 
346
 
mostlyclean-compile:
347
 
        -rm -f *.$(OBJEXT)
348
 
 
349
 
distclean-compile:
350
 
        -rm -f *.tab.c
351
 
 
352
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_backend.Plo@am__quote@
353
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_token.Plo@am__quote@
354
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_window_grab.Plo@am__quote@
355
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_xsync.Plo@am__quote@
356
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libutouch_geis_grail_backend_la-geis_ugsubscription_store.Plo@am__quote@
357
 
 
358
 
.c.o:
359
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
360
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
364
 
 
365
 
.c.obj:
366
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
367
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
371
 
 
372
 
.c.lo:
373
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
374
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
376
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
378
 
 
379
 
libutouch_geis_grail_backend_la-geis_grail_token.lo: geis_grail_token.c
380
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libutouch_geis_grail_backend_la-geis_grail_token.lo -MD -MP -MF $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_token.Tpo -c -o libutouch_geis_grail_backend_la-geis_grail_token.lo `test -f 'geis_grail_token.c' || echo '$(srcdir)/'`geis_grail_token.c
381
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_token.Tpo $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_token.Plo
382
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='geis_grail_token.c' object='libutouch_geis_grail_backend_la-geis_grail_token.lo' libtool=yes @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libutouch_geis_grail_backend_la-geis_grail_token.lo `test -f 'geis_grail_token.c' || echo '$(srcdir)/'`geis_grail_token.c
385
 
 
386
 
libutouch_geis_grail_backend_la-geis_grail_backend.lo: geis_grail_backend.c
387
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libutouch_geis_grail_backend_la-geis_grail_backend.lo -MD -MP -MF $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_backend.Tpo -c -o libutouch_geis_grail_backend_la-geis_grail_backend.lo `test -f 'geis_grail_backend.c' || echo '$(srcdir)/'`geis_grail_backend.c
388
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_backend.Tpo $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_backend.Plo
389
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='geis_grail_backend.c' object='libutouch_geis_grail_backend_la-geis_grail_backend.lo' libtool=yes @AMDEPBACKSLASH@
390
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libutouch_geis_grail_backend_la-geis_grail_backend.lo `test -f 'geis_grail_backend.c' || echo '$(srcdir)/'`geis_grail_backend.c
392
 
 
393
 
libutouch_geis_grail_backend_la-geis_grail_window_grab.lo: geis_grail_window_grab.c
394
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libutouch_geis_grail_backend_la-geis_grail_window_grab.lo -MD -MP -MF $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_window_grab.Tpo -c -o libutouch_geis_grail_backend_la-geis_grail_window_grab.lo `test -f 'geis_grail_window_grab.c' || echo '$(srcdir)/'`geis_grail_window_grab.c
395
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_window_grab.Tpo $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_window_grab.Plo
396
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='geis_grail_window_grab.c' object='libutouch_geis_grail_backend_la-geis_grail_window_grab.lo' libtool=yes @AMDEPBACKSLASH@
397
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libutouch_geis_grail_backend_la-geis_grail_window_grab.lo `test -f 'geis_grail_window_grab.c' || echo '$(srcdir)/'`geis_grail_window_grab.c
399
 
 
400
 
libutouch_geis_grail_backend_la-geis_grail_xsync.lo: geis_grail_xsync.c
401
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libutouch_geis_grail_backend_la-geis_grail_xsync.lo -MD -MP -MF $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_xsync.Tpo -c -o libutouch_geis_grail_backend_la-geis_grail_xsync.lo `test -f 'geis_grail_xsync.c' || echo '$(srcdir)/'`geis_grail_xsync.c
402
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_xsync.Tpo $(DEPDIR)/libutouch_geis_grail_backend_la-geis_grail_xsync.Plo
403
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='geis_grail_xsync.c' object='libutouch_geis_grail_backend_la-geis_grail_xsync.lo' libtool=yes @AMDEPBACKSLASH@
404
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libutouch_geis_grail_backend_la-geis_grail_xsync.lo `test -f 'geis_grail_xsync.c' || echo '$(srcdir)/'`geis_grail_xsync.c
406
 
 
407
 
libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo: geis_ugsubscription_store.c
408
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo -MD -MP -MF $(DEPDIR)/libutouch_geis_grail_backend_la-geis_ugsubscription_store.Tpo -c -o libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo `test -f 'geis_ugsubscription_store.c' || echo '$(srcdir)/'`geis_ugsubscription_store.c
409
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libutouch_geis_grail_backend_la-geis_ugsubscription_store.Tpo $(DEPDIR)/libutouch_geis_grail_backend_la-geis_ugsubscription_store.Plo
410
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='geis_ugsubscription_store.c' object='libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo' libtool=yes @AMDEPBACKSLASH@
411
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libutouch_geis_grail_backend_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libutouch_geis_grail_backend_la-geis_ugsubscription_store.lo `test -f 'geis_ugsubscription_store.c' || echo '$(srcdir)/'`geis_ugsubscription_store.c
413
 
 
414
 
mostlyclean-libtool:
415
 
        -rm -f *.lo
416
 
 
417
 
clean-libtool:
418
 
        -rm -rf .libs _libs
419
 
 
420
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
 
        unique=`for i in $$list; do \
423
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
 
          done | \
425
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        mkid -fID $$unique
428
 
tags: TAGS
429
 
 
430
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431
 
                $(TAGS_FILES) $(LISP)
432
 
        set x; \
433
 
        here=`pwd`; \
434
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435
 
        unique=`for i in $$list; do \
436
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
 
          done | \
438
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
 
        shift; \
441
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442
 
          test -n "$$unique" || unique=$$empty_fix; \
443
 
          if test $$# -gt 0; then \
444
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
 
              "$$@" $$unique; \
446
 
          else \
447
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
 
              $$unique; \
449
 
          fi; \
450
 
        fi
451
 
ctags: CTAGS
452
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
454
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455
 
        unique=`for i in $$list; do \
456
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
 
          done | \
458
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
 
        test -z "$(CTAGS_ARGS)$$unique" \
461
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
 
             $$unique
463
 
 
464
 
GTAGS:
465
 
        here=`$(am__cd) $(top_builddir) && pwd` \
466
 
          && $(am__cd) $(top_srcdir) \
467
 
          && gtags -i $(GTAGS_ARGS) "$$here"
468
 
 
469
 
distclean-tags:
470
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
 
 
472
 
distdir: $(DISTFILES)
473
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475
 
        list='$(DISTFILES)'; \
476
 
          dist_files=`for file in $$list; do echo $$file; done | \
477
 
          sed -e "s|^$$srcdirstrip/||;t" \
478
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479
 
        case $$dist_files in \
480
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
481
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482
 
                           sort -u` ;; \
483
 
        esac; \
484
 
        for file in $$dist_files; do \
485
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
 
          if test -d $$d/$$file; then \
487
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488
 
            if test -d "$(distdir)/$$file"; then \
489
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
 
            fi; \
491
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494
 
            fi; \
495
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496
 
          else \
497
 
            test -f "$(distdir)/$$file" \
498
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
499
 
            || exit 1; \
500
 
          fi; \
501
 
        done
502
 
check-am: all-am
503
 
check: check-am
504
 
all-am: Makefile $(LTLIBRARIES)
505
 
installdirs:
506
 
install: install-am
507
 
install-exec: install-exec-am
508
 
install-data: install-data-am
509
 
uninstall: uninstall-am
510
 
 
511
 
install-am: all-am
512
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
 
 
514
 
installcheck: installcheck-am
515
 
install-strip:
516
 
        if test -z '$(STRIP)'; then \
517
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519
 
              install; \
520
 
        else \
521
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524
 
        fi
525
 
mostlyclean-generic:
526
 
 
527
 
clean-generic:
528
 
 
529
 
distclean-generic:
530
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532
 
 
533
 
maintainer-clean-generic:
534
 
        @echo "This command is intended for maintainers to use"
535
 
        @echo "it deletes files that may require special tools to rebuild."
536
 
clean: clean-am
537
 
 
538
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
539
 
        mostlyclean-am
540
 
 
541
 
distclean: distclean-am
542
 
        -rm -rf ./$(DEPDIR)
543
 
        -rm -f Makefile
544
 
distclean-am: clean-am distclean-compile distclean-generic \
545
 
        distclean-tags
546
 
 
547
 
dvi: dvi-am
548
 
 
549
 
dvi-am:
550
 
 
551
 
html: html-am
552
 
 
553
 
html-am:
554
 
 
555
 
info: info-am
556
 
 
557
 
info-am:
558
 
 
559
 
install-data-am:
560
 
 
561
 
install-dvi: install-dvi-am
562
 
 
563
 
install-dvi-am:
564
 
 
565
 
install-exec-am:
566
 
 
567
 
install-html: install-html-am
568
 
 
569
 
install-html-am:
570
 
 
571
 
install-info: install-info-am
572
 
 
573
 
install-info-am:
574
 
 
575
 
install-man:
576
 
 
577
 
install-pdf: install-pdf-am
578
 
 
579
 
install-pdf-am:
580
 
 
581
 
install-ps: install-ps-am
582
 
 
583
 
install-ps-am:
584
 
 
585
 
installcheck-am:
586
 
 
587
 
maintainer-clean: maintainer-clean-am
588
 
        -rm -rf ./$(DEPDIR)
589
 
        -rm -f Makefile
590
 
maintainer-clean-am: distclean-am maintainer-clean-generic
591
 
 
592
 
mostlyclean: mostlyclean-am
593
 
 
594
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
595
 
        mostlyclean-libtool
596
 
 
597
 
pdf: pdf-am
598
 
 
599
 
pdf-am:
600
 
 
601
 
ps: ps-am
602
 
 
603
 
ps-am:
604
 
 
605
 
uninstall-am:
606
 
 
607
 
.MAKE: install-am install-strip
608
 
 
609
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
611
 
        distclean-compile distclean-generic distclean-libtool \
612
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
613
 
        install install-am install-data install-data-am install-dvi \
614
 
        install-dvi-am install-exec install-exec-am install-html \
615
 
        install-html-am install-info install-info-am install-man \
616
 
        install-pdf install-pdf-am install-ps install-ps-am \
617
 
        install-strip installcheck installcheck-am installdirs \
618
 
        maintainer-clean maintainer-clean-generic mostlyclean \
619
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
620
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
621
 
 
622
 
 
623
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
624
 
# Otherwise a system limit (for SysV at least) may be exceeded.
625
 
.NOEXPORT: