~chasedouglas/frame/ubuntu-upstream-xi

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Chase Douglas
  • Date: 2011-12-09 01:36:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: chase.douglas@ubuntu.com-20111209013645-n24l4myiumblzsfu
* New upstream release.
  - Version 2 adds a new API built on top of XInput multitouch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
 
6
# 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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = doc
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
40
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
41
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
42
        $(top_srcdir)/m4/gcov.m4 $(top_srcdir)/m4/gtest.m4 \
 
43
        $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
AMTAR = @AMTAR@
 
61
AM_CFLAGS = @AM_CFLAGS@
 
62
AM_CPPFLAGS = @AM_CPPFLAGS@
 
63
AM_CXXFLAGS = @AM_CXXFLAGS@
 
64
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
65
AM_LDFLAGS = @AM_LDFLAGS@
 
66
AR = @AR@
 
67
ASCIIDOC = @ASCIIDOC@
 
68
AUTOCONF = @AUTOCONF@
 
69
AUTOHEADER = @AUTOHEADER@
 
70
AUTOMAKE = @AUTOMAKE@
 
71
AWK = @AWK@
 
72
CC = @CC@
 
73
CCDEPMODE = @CCDEPMODE@
 
74
CFLAGS = @CFLAGS@
 
75
CPP = @CPP@
 
76
CPPFLAGS = @CPPFLAGS@
 
77
CXX = @CXX@
 
78
CXXCPP = @CXXCPP@
 
79
CXXDEPMODE = @CXXDEPMODE@
 
80
CXXFLAGS = @CXXFLAGS@
 
81
CYGPATH_W = @CYGPATH_W@
 
82
DEFS = @DEFS@
 
83
DEPDIR = @DEPDIR@
 
84
DLLTOOL = @DLLTOOL@
 
85
DSYMUTIL = @DSYMUTIL@
 
86
DUMPBIN = @DUMPBIN@
 
87
ECHO_C = @ECHO_C@
 
88
ECHO_N = @ECHO_N@
 
89
ECHO_T = @ECHO_T@
 
90
EGREP = @EGREP@
 
91
EVEMU_CFLAGS = @EVEMU_CFLAGS@
 
92
EVEMU_LIBS = @EVEMU_LIBS@
 
93
EXEEXT = @EXEEXT@
 
94
FGREP = @FGREP@
 
95
GCOVR = @GCOVR@
 
96
GCOVR_verbose = @GCOVR_verbose@
 
97
GCOVR_verbose_ = @GCOVR_verbose_@
 
98
GCOVR_verbose_0 = @GCOVR_verbose_0@
 
99
GCOVR_verbose_1 = @GCOVR_verbose_1@
 
100
GENHTML = @GENHTML@
 
101
GENHTML_verbose = @GENHTML_verbose@
 
102
GENHTML_verbose_ = @GENHTML_verbose_@
 
103
GENHTML_verbose_0 = @GENHTML_verbose_0@
 
104
GENHTML_verbose_1 = @GENHTML_verbose_1@
 
105
GREP = @GREP@
 
106
GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
 
107
GTEST_LDFLAGS = @GTEST_LDFLAGS@
 
108
INSTALL = @INSTALL@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
LCOV = @LCOV@
 
114
LCOV_verbose = @LCOV_verbose@
 
115
LCOV_verbose_ = @LCOV_verbose_@
 
116
LCOV_verbose_0 = @LCOV_verbose_0@
 
117
LCOV_verbose_1 = @LCOV_verbose_1@
 
118
LD = @LD@
 
119
LDFLAGS = @LDFLAGS@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LIBTOOL = @LIBTOOL@
 
123
LIB_VERSION = @LIB_VERSION@
 
124
LIPO = @LIPO@
 
125
LN_S = @LN_S@
 
126
LTLIBOBJS = @LTLIBOBJS@
 
127
MAINT = @MAINT@
 
128
MAKEINFO = @MAKEINFO@
 
129
MANIFEST_TOOL = @MANIFEST_TOOL@
 
130
MKDIR_P = @MKDIR_P@
 
131
MTDEV_CFLAGS = @MTDEV_CFLAGS@
 
132
MTDEV_LIBS = @MTDEV_LIBS@
 
133
NM = @NM@
 
134
NMEDIT = @NMEDIT@
 
135
OBJDUMP = @OBJDUMP@
 
136
OBJEXT = @OBJEXT@
 
137
OTOOL = @OTOOL@
 
138
OTOOL64 = @OTOOL64@
 
139
PACKAGE = @PACKAGE@
 
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_NAME = @PACKAGE_NAME@
 
142
PACKAGE_STRING = @PACKAGE_STRING@
 
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_URL = @PACKAGE_URL@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
 
147
PKG_CONFIG = @PKG_CONFIG@
 
148
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
149
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
150
RANLIB = @RANLIB@
 
151
SED = @SED@
 
152
SET_MAKE = @SET_MAKE@
 
153
SHELL = @SHELL@
 
154
SHTOOL = @SHTOOL@
 
155
STRIP = @STRIP@
 
156
SUDO = @SUDO@
 
157
VERSION = @VERSION@
 
158
XINPUT_CFLAGS = @XINPUT_CFLAGS@
 
159
XINPUT_LIBS = @XINPUT_LIBS@
 
160
XORG_GTEST_CFLAGS = @XORG_GTEST_CFLAGS@
 
161
XORG_GTEST_LIBS = @XORG_GTEST_LIBS@
 
162
abs_builddir = @abs_builddir@
 
163
abs_srcdir = @abs_srcdir@
 
164
abs_top_builddir = @abs_top_builddir@
 
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_AR = @ac_ct_AR@
 
167
ac_ct_CC = @ac_ct_CC@
 
168
ac_ct_CXX = @ac_ct_CXX@
 
169
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
170
am__include = @am__include@
 
171
am__leading_dot = @am__leading_dot@
 
172
am__quote = @am__quote@
 
173
am__tar = @am__tar@
 
174
am__untar = @am__untar@
 
175
bindir = @bindir@
 
176
build = @build@
 
177
build_alias = @build_alias@
 
178
build_cpu = @build_cpu@
 
179
build_os = @build_os@
 
180
build_vendor = @build_vendor@
 
181
builddir = @builddir@
 
182
datadir = @datadir@
 
183
datarootdir = @datarootdir@
 
184
docdir = @docdir@
 
185
dvidir = @dvidir@
 
186
exec_prefix = @exec_prefix@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
htmldir = @htmldir@
 
193
includedir = @includedir@
 
194
infodir = @infodir@
 
195
install_sh = @install_sh@
 
196
libdir = @libdir@
 
197
libexecdir = @libexecdir@
 
198
localedir = @localedir@
 
199
localstatedir = @localstatedir@
 
200
mandir = @mandir@
 
201
mkdir_p = @mkdir_p@
 
202
oldincludedir = @oldincludedir@
 
203
pdfdir = @pdfdir@
 
204
prefix = @prefix@
 
205
program_transform_name = @program_transform_name@
 
206
psdir = @psdir@
 
207
sbindir = @sbindir@
 
208
sharedstatedir = @sharedstatedir@
 
209
srcdir = @srcdir@
 
210
sysconfdir = @sysconfdir@
 
211
target_alias = @target_alias@
 
212
top_build_prefix = @top_build_prefix@
 
213
top_builddir = @top_builddir@
 
214
top_srcdir = @top_srcdir@
 
215
EXTRA_DIST = Doxyfile
 
216
all: all-am
 
217
 
 
218
.SUFFIXES:
 
219
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
220
        @for dep in $?; do \
 
221
          case '$(am__configure_deps)' in \
 
222
            *$$dep*) \
 
223
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
224
                && { if test -f $@; then exit 0; else break; fi; }; \
 
225
              exit 1;; \
 
226
          esac; \
 
227
        done; \
 
228
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
 
229
        $(am__cd) $(top_srcdir) && \
 
230
          $(AUTOMAKE) --foreign doc/Makefile
 
231
.PRECIOUS: Makefile
 
232
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
233
        @case '$?' in \
 
234
          *config.status*) \
 
235
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
236
          *) \
 
237
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
238
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
239
        esac;
 
240
 
 
241
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
243
 
 
244
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
246
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
$(am__aclocal_m4_deps):
 
249
 
 
250
mostlyclean-libtool:
 
251
        -rm -f *.lo
 
252
 
 
253
clean-libtool:
 
254
        -rm -rf .libs _libs
 
255
tags: TAGS
 
256
TAGS:
 
257
 
 
258
ctags: CTAGS
 
259
CTAGS:
 
260
 
 
261
 
 
262
distdir: $(DISTFILES)
 
263
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
264
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
265
        list='$(DISTFILES)'; \
 
266
          dist_files=`for file in $$list; do echo $$file; done | \
 
267
          sed -e "s|^$$srcdirstrip/||;t" \
 
268
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
269
        case $$dist_files in \
 
270
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
271
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
272
                           sort -u` ;; \
 
273
        esac; \
 
274
        for file in $$dist_files; do \
 
275
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
276
          if test -d $$d/$$file; then \
 
277
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
278
            if test -d "$(distdir)/$$file"; then \
 
279
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
280
            fi; \
 
281
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
282
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
283
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
284
            fi; \
 
285
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
286
          else \
 
287
            test -f "$(distdir)/$$file" \
 
288
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
289
            || exit 1; \
 
290
          fi; \
 
291
        done
 
292
check-am: all-am
 
293
check: check-am
 
294
all-am: Makefile
 
295
installdirs:
 
296
install: install-am
 
297
install-exec: install-exec-am
 
298
install-data: install-data-am
 
299
uninstall: uninstall-am
 
300
 
 
301
install-am: all-am
 
302
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
303
 
 
304
installcheck: installcheck-am
 
305
install-strip:
 
306
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
307
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
308
          `test -z '$(STRIP)' || \
 
309
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
310
mostlyclean-generic:
 
311
 
 
312
clean-generic:
 
313
 
 
314
distclean-generic:
 
315
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
316
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
317
 
 
318
maintainer-clean-generic:
 
319
        @echo "This command is intended for maintainers to use"
 
320
        @echo "it deletes files that may require special tools to rebuild."
 
321
clean: clean-am
 
322
 
 
323
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
324
 
 
325
distclean: distclean-am
 
326
        -rm -f Makefile
 
327
distclean-am: clean-am distclean-generic
 
328
 
 
329
dvi: dvi-am
 
330
 
 
331
dvi-am:
 
332
 
 
333
html: html-am
 
334
 
 
335
html-am:
 
336
 
 
337
info: info-am
 
338
 
 
339
info-am:
 
340
 
 
341
install-data-am: install-data-local
 
342
 
 
343
install-dvi: install-dvi-am
 
344
 
 
345
install-dvi-am:
 
346
 
 
347
install-exec-am:
 
348
 
 
349
install-html: install-html-am
 
350
 
 
351
install-html-am:
 
352
 
 
353
install-info: install-info-am
 
354
 
 
355
install-info-am:
 
356
 
 
357
install-man:
 
358
 
 
359
install-pdf: install-pdf-am
 
360
 
 
361
install-pdf-am:
 
362
 
 
363
install-ps: install-ps-am
 
364
 
 
365
install-ps-am:
 
366
 
 
367
installcheck-am:
 
368
 
 
369
maintainer-clean: maintainer-clean-am
 
370
        -rm -f Makefile
 
371
maintainer-clean-am: distclean-am maintainer-clean-generic
 
372
 
 
373
mostlyclean: mostlyclean-am
 
374
 
 
375
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
376
 
 
377
pdf: pdf-am
 
378
 
 
379
pdf-am:
 
380
 
 
381
ps: ps-am
 
382
 
 
383
ps-am:
 
384
 
 
385
uninstall-am:
 
386
 
 
387
.MAKE: install-am install-strip
 
388
 
 
389
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
390
        clean-local distclean distclean-generic distclean-libtool \
 
391
        distdir dvi dvi-am html html-am info info-am install \
 
392
        install-am install-data install-data-am install-data-local \
 
393
        install-dvi install-dvi-am install-exec install-exec-am \
 
394
        install-html install-html-am install-info install-info-am \
 
395
        install-man install-pdf install-pdf-am install-ps \
 
396
        install-ps-am install-strip installcheck installcheck-am \
 
397
        installdirs maintainer-clean maintainer-clean-generic \
 
398
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
399
        ps ps-am uninstall uninstall-am
 
400
 
 
401
 
 
402
api/html:
 
403
        mkdir -p api/html
 
404
 
 
405
doc-html: doc-html-doxygen 
 
406
 
 
407
doc-man: doc-man-doxygen
 
408
 
 
409
doc-html-doxygen:
 
410
        doxygen 
 
411
 
 
412
doc-man-doxygen:
 
413
        doxygen 
 
414
 
 
415
install-data-local: api/html
 
416
        $(INSTALL) -d $(DESTDIR)$(docdir) 
 
417
        cp -a api/html $(DESTDIR)$(docdir) 
 
418
 
 
419
clean-local:
 
420
        -rm -rf *.html api
 
421
 
 
422
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
423
# Otherwise a system limit (for SysV at least) may be exceeded.
 
424
.NOEXPORT: