~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

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 = docs
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/cheese-config.h
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
 
66
ETAGS = etags
 
67
CTAGS = ctags
 
68
DIST_SUBDIRS = $(SUBDIRS)
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
 
95
ACLOCAL = @ACLOCAL@
 
96
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
97
ALL_LINGUAS = @ALL_LINGUAS@
 
98
AMTAR = @AMTAR@
 
99
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
100
AR = @AR@
 
101
AUTOCONF = @AUTOCONF@
 
102
AUTOHEADER = @AUTOHEADER@
 
103
AUTOMAKE = @AUTOMAKE@
 
104
AWK = @AWK@
 
105
CATALOGS = @CATALOGS@
 
106
CATOBJEXT = @CATOBJEXT@
 
107
CC = @CC@
 
108
CCDEPMODE = @CCDEPMODE@
 
109
CFLAGS = @CFLAGS@
 
110
CHEESE_CFLAGS = @CHEESE_CFLAGS@
 
111
CHEESE_LIBS = @CHEESE_LIBS@
 
112
CHEESE_LT_VERSION = @CHEESE_LT_VERSION@
 
113
CPP = @CPP@
 
114
CPPFLAGS = @CPPFLAGS@
 
115
CYGPATH_W = @CYGPATH_W@
 
116
DATADIRNAME = @DATADIRNAME@
 
117
DEFS = @DEFS@
 
118
DEPDIR = @DEPDIR@
 
119
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
120
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
121
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
122
DSYMUTIL = @DSYMUTIL@
 
123
DUMPBIN = @DUMPBIN@
 
124
ECHO_C = @ECHO_C@
 
125
ECHO_N = @ECHO_N@
 
126
ECHO_T = @ECHO_T@
 
127
EGREP = @EGREP@
 
128
EXEEXT = @EXEEXT@
 
129
FGREP = @FGREP@
 
130
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
131
GCONFTOOL = @GCONFTOOL@
 
132
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
133
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
134
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
135
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
136
GLIB_MKENUMS = @GLIB_MKENUMS@
 
137
GMOFILES = @GMOFILES@
 
138
GMSGFMT = @GMSGFMT@
 
139
GREP = @GREP@
 
140
GTKDOC_CHECK = @GTKDOC_CHECK@
 
141
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
142
GTKDOC_REBASE = @GTKDOC_REBASE@
 
143
HELP_DIR = @HELP_DIR@
 
144
HTML_DIR = @HTML_DIR@
 
145
INSTALL = @INSTALL@
 
146
INSTALL_DATA = @INSTALL_DATA@
 
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
150
INSTOBJEXT = @INSTOBJEXT@
 
151
INTLLIBS = @INTLLIBS@
 
152
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
153
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
154
INTLTOOL_PERL = @INTLTOOL_PERL@
 
155
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
156
LD = @LD@
 
157
LDFLAGS = @LDFLAGS@
 
158
LIBOBJS = @LIBOBJS@
 
159
LIBS = @LIBS@
 
160
LIBTOOL = @LIBTOOL@
 
161
LIPO = @LIPO@
 
162
LN_S = @LN_S@
 
163
LTLIBOBJS = @LTLIBOBJS@
 
164
MAINT = @MAINT@
 
165
MAKEINFO = @MAKEINFO@
 
166
MKDIR_P = @MKDIR_P@
 
167
MKINSTALLDIRS = @MKINSTALLDIRS@
 
168
MSGFMT = @MSGFMT@
 
169
MSGFMT_OPTS = @MSGFMT_OPTS@
 
170
MSGMERGE = @MSGMERGE@
 
171
NM = @NM@
 
172
NMEDIT = @NMEDIT@
 
173
OBJDUMP = @OBJDUMP@
 
174
OBJEXT = @OBJEXT@
 
175
OMF_DIR = @OMF_DIR@
 
176
OS_LINUX = @OS_LINUX@
 
177
OTOOL = @OTOOL@
 
178
OTOOL64 = @OTOOL64@
 
179
PACKAGE = @PACKAGE@
 
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
181
PACKAGE_NAME = @PACKAGE_NAME@
 
182
PACKAGE_STRING = @PACKAGE_STRING@
 
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
PACKAGE_URL = @PACKAGE_URL@
 
185
PACKAGE_VERSION = @PACKAGE_VERSION@
 
186
PATH_SEPARATOR = @PATH_SEPARATOR@
 
187
PKG_CONFIG = @PKG_CONFIG@
 
188
POFILES = @POFILES@
 
189
POSUB = @POSUB@
 
190
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
191
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
192
RANLIB = @RANLIB@
 
193
SED = @SED@
 
194
SET_MAKE = @SET_MAKE@
 
195
SHELL = @SHELL@
 
196
STRIP = @STRIP@
 
197
UDEV_CFLAGS = @UDEV_CFLAGS@
 
198
UDEV_LIBS = @UDEV_LIBS@
 
199
USE_NLS = @USE_NLS@
 
200
VERSION = @VERSION@
 
201
WARN_CFLAGS = @WARN_CFLAGS@
 
202
XGETTEXT = @XGETTEXT@
 
203
XTEST_LIBS = @XTEST_LIBS@
 
204
abs_builddir = @abs_builddir@
 
205
abs_srcdir = @abs_srcdir@
 
206
abs_top_builddir = @abs_top_builddir@
 
207
abs_top_srcdir = @abs_top_srcdir@
 
208
ac_ct_CC = @ac_ct_CC@
 
209
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
210
am__include = @am__include@
 
211
am__leading_dot = @am__leading_dot@
 
212
am__quote = @am__quote@
 
213
am__tar = @am__tar@
 
214
am__untar = @am__untar@
 
215
bindir = @bindir@
 
216
build = @build@
 
217
build_alias = @build_alias@
 
218
build_cpu = @build_cpu@
 
219
build_os = @build_os@
 
220
build_vendor = @build_vendor@
 
221
builddir = @builddir@
 
222
datadir = @datadir@
 
223
datarootdir = @datarootdir@
 
224
docdir = @docdir@
 
225
dvidir = @dvidir@
 
226
exec_prefix = @exec_prefix@
 
227
host = @host@
 
228
host_alias = @host_alias@
 
229
host_cpu = @host_cpu@
 
230
host_os = @host_os@
 
231
host_vendor = @host_vendor@
 
232
htmldir = @htmldir@
 
233
includedir = @includedir@
 
234
infodir = @infodir@
 
235
install_sh = @install_sh@
 
236
libdir = @libdir@
 
237
libexecdir = @libexecdir@
 
238
localedir = @localedir@
 
239
localstatedir = @localstatedir@
 
240
lt_ECHO = @lt_ECHO@
 
241
mandir = @mandir@
 
242
mkdir_p = @mkdir_p@
 
243
oldincludedir = @oldincludedir@
 
244
pdfdir = @pdfdir@
 
245
prefix = @prefix@
 
246
program_transform_name = @program_transform_name@
 
247
psdir = @psdir@
 
248
sbindir = @sbindir@
 
249
sharedstatedir = @sharedstatedir@
 
250
srcdir = @srcdir@
 
251
sysconfdir = @sysconfdir@
 
252
target_alias = @target_alias@
 
253
top_build_prefix = @top_build_prefix@
 
254
top_builddir = @top_builddir@
 
255
top_srcdir = @top_srcdir@
 
256
SUBDIRS = reference
 
257
all: all-recursive
 
258
 
 
259
.SUFFIXES:
 
260
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
        @for dep in $?; do \
 
262
          case '$(am__configure_deps)' in \
 
263
            *$$dep*) \
 
264
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
265
                && { if test -f $@; then exit 0; else break; fi; }; \
 
266
              exit 1;; \
 
267
          esac; \
 
268
        done; \
 
269
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
 
270
        $(am__cd) $(top_srcdir) && \
 
271
          $(AUTOMAKE) --gnu docs/Makefile
 
272
.PRECIOUS: Makefile
 
273
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
274
        @case '$?' in \
 
275
          *config.status*) \
 
276
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
277
          *) \
 
278
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
279
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
280
        esac;
 
281
 
 
282
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
 
 
285
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
$(am__aclocal_m4_deps):
 
290
 
 
291
mostlyclean-libtool:
 
292
        -rm -f *.lo
 
293
 
 
294
clean-libtool:
 
295
        -rm -rf .libs _libs
 
296
 
 
297
# This directory's subdirectories are mostly independent; you can cd
 
298
# into them and run `make' without going through this Makefile.
 
299
# To change the values of `make' variables: instead of editing Makefiles,
 
300
# (1) if the variable is set in `config.status', edit `config.status'
 
301
#     (which will cause the Makefiles to be regenerated when you run `make');
 
302
# (2) otherwise, pass the desired values on the `make' command line.
 
303
$(RECURSIVE_TARGETS):
 
304
        @fail= failcom='exit 1'; \
 
305
        for f in x $$MAKEFLAGS; do \
 
306
          case $$f in \
 
307
            *=* | --[!k]*);; \
 
308
            *k*) failcom='fail=yes';; \
 
309
          esac; \
 
310
        done; \
 
311
        dot_seen=no; \
 
312
        target=`echo $@ | sed s/-recursive//`; \
 
313
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
314
          echo "Making $$target in $$subdir"; \
 
315
          if test "$$subdir" = "."; then \
 
316
            dot_seen=yes; \
 
317
            local_target="$$target-am"; \
 
318
          else \
 
319
            local_target="$$target"; \
 
320
          fi; \
 
321
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
322
          || eval $$failcom; \
 
323
        done; \
 
324
        if test "$$dot_seen" = "no"; then \
 
325
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
326
        fi; test -z "$$fail"
 
327
 
 
328
$(RECURSIVE_CLEAN_TARGETS):
 
329
        @fail= failcom='exit 1'; \
 
330
        for f in x $$MAKEFLAGS; do \
 
331
          case $$f in \
 
332
            *=* | --[!k]*);; \
 
333
            *k*) failcom='fail=yes';; \
 
334
          esac; \
 
335
        done; \
 
336
        dot_seen=no; \
 
337
        case "$@" in \
 
338
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
339
          *) list='$(SUBDIRS)' ;; \
 
340
        esac; \
 
341
        rev=''; for subdir in $$list; do \
 
342
          if test "$$subdir" = "."; then :; else \
 
343
            rev="$$subdir $$rev"; \
 
344
          fi; \
 
345
        done; \
 
346
        rev="$$rev ."; \
 
347
        target=`echo $@ | sed s/-recursive//`; \
 
348
        for subdir in $$rev; do \
 
349
          echo "Making $$target in $$subdir"; \
 
350
          if test "$$subdir" = "."; then \
 
351
            local_target="$$target-am"; \
 
352
          else \
 
353
            local_target="$$target"; \
 
354
          fi; \
 
355
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
356
          || eval $$failcom; \
 
357
        done && test -z "$$fail"
 
358
tags-recursive:
 
359
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
360
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
361
        done
 
362
ctags-recursive:
 
363
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
364
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
365
        done
 
366
 
 
367
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
368
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
369
        unique=`for i in $$list; do \
 
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
371
          done | \
 
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
374
        mkid -fID $$unique
 
375
tags: TAGS
 
376
 
 
377
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
378
                $(TAGS_FILES) $(LISP)
 
379
        set x; \
 
380
        here=`pwd`; \
 
381
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
382
          include_option=--etags-include; \
 
383
          empty_fix=.; \
 
384
        else \
 
385
          include_option=--include; \
 
386
          empty_fix=; \
 
387
        fi; \
 
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
389
          if test "$$subdir" = .; then :; else \
 
390
            test ! -f $$subdir/TAGS || \
 
391
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
392
          fi; \
 
393
        done; \
 
394
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
400
        shift; \
 
401
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
402
          test -n "$$unique" || unique=$$empty_fix; \
 
403
          if test $$# -gt 0; then \
 
404
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
              "$$@" $$unique; \
 
406
          else \
 
407
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
408
              $$unique; \
 
409
          fi; \
 
410
        fi
 
411
ctags: CTAGS
 
412
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
413
                $(TAGS_FILES) $(LISP)
 
414
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
420
        test -z "$(CTAGS_ARGS)$$unique" \
 
421
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
422
             $$unique
 
423
 
 
424
GTAGS:
 
425
        here=`$(am__cd) $(top_builddir) && pwd` \
 
426
          && $(am__cd) $(top_srcdir) \
 
427
          && gtags -i $(GTAGS_ARGS) "$$here"
 
428
 
 
429
distclean-tags:
 
430
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
431
 
 
432
distdir: $(DISTFILES)
 
433
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
434
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
435
        list='$(DISTFILES)'; \
 
436
          dist_files=`for file in $$list; do echo $$file; done | \
 
437
          sed -e "s|^$$srcdirstrip/||;t" \
 
438
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
439
        case $$dist_files in \
 
440
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
441
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
442
                           sort -u` ;; \
 
443
        esac; \
 
444
        for file in $$dist_files; do \
 
445
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
446
          if test -d $$d/$$file; then \
 
447
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
448
            if test -d "$(distdir)/$$file"; then \
 
449
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
450
            fi; \
 
451
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
452
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
453
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
454
            fi; \
 
455
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
456
          else \
 
457
            test -f "$(distdir)/$$file" \
 
458
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
459
            || exit 1; \
 
460
          fi; \
 
461
        done
 
462
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
463
          if test "$$subdir" = .; then :; else \
 
464
            test -d "$(distdir)/$$subdir" \
 
465
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
466
            || exit 1; \
 
467
          fi; \
 
468
        done
 
469
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
470
          if test "$$subdir" = .; then :; else \
 
471
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
472
            $(am__relativize); \
 
473
            new_distdir=$$reldir; \
 
474
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
475
            $(am__relativize); \
 
476
            new_top_distdir=$$reldir; \
 
477
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
478
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
479
            ($(am__cd) $$subdir && \
 
480
              $(MAKE) $(AM_MAKEFLAGS) \
 
481
                top_distdir="$$new_top_distdir" \
 
482
                distdir="$$new_distdir" \
 
483
                am__remove_distdir=: \
 
484
                am__skip_length_check=: \
 
485
                am__skip_mode_fix=: \
 
486
                distdir) \
 
487
              || exit 1; \
 
488
          fi; \
 
489
        done
 
490
check-am: all-am
 
491
check: check-recursive
 
492
all-am: Makefile
 
493
installdirs: installdirs-recursive
 
494
installdirs-am:
 
495
install: install-recursive
 
496
install-exec: install-exec-recursive
 
497
install-data: install-data-recursive
 
498
uninstall: uninstall-recursive
 
499
 
 
500
install-am: all-am
 
501
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
502
 
 
503
installcheck: installcheck-recursive
 
504
install-strip:
 
505
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
506
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
507
          `test -z '$(STRIP)' || \
 
508
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
509
mostlyclean-generic:
 
510
 
 
511
clean-generic:
 
512
 
 
513
distclean-generic:
 
514
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
515
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
516
 
 
517
maintainer-clean-generic:
 
518
        @echo "This command is intended for maintainers to use"
 
519
        @echo "it deletes files that may require special tools to rebuild."
 
520
clean: clean-recursive
 
521
 
 
522
clean-am: clean-generic clean-libtool mostlyclean-am
 
523
 
 
524
distclean: distclean-recursive
 
525
        -rm -f Makefile
 
526
distclean-am: clean-am distclean-generic distclean-tags
 
527
 
 
528
dvi: dvi-recursive
 
529
 
 
530
dvi-am:
 
531
 
 
532
html: html-recursive
 
533
 
 
534
html-am:
 
535
 
 
536
info: info-recursive
 
537
 
 
538
info-am:
 
539
 
 
540
install-data-am:
 
541
 
 
542
install-dvi: install-dvi-recursive
 
543
 
 
544
install-dvi-am:
 
545
 
 
546
install-exec-am:
 
547
 
 
548
install-html: install-html-recursive
 
549
 
 
550
install-html-am:
 
551
 
 
552
install-info: install-info-recursive
 
553
 
 
554
install-info-am:
 
555
 
 
556
install-man:
 
557
 
 
558
install-pdf: install-pdf-recursive
 
559
 
 
560
install-pdf-am:
 
561
 
 
562
install-ps: install-ps-recursive
 
563
 
 
564
install-ps-am:
 
565
 
 
566
installcheck-am:
 
567
 
 
568
maintainer-clean: maintainer-clean-recursive
 
569
        -rm -f Makefile
 
570
maintainer-clean-am: distclean-am maintainer-clean-generic
 
571
 
 
572
mostlyclean: mostlyclean-recursive
 
573
 
 
574
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
575
 
 
576
pdf: pdf-recursive
 
577
 
 
578
pdf-am:
 
579
 
 
580
ps: ps-recursive
 
581
 
 
582
ps-am:
 
583
 
 
584
uninstall-am:
 
585
 
 
586
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
587
        install-am install-strip tags-recursive
 
588
 
 
589
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
590
        all all-am check check-am clean clean-generic clean-libtool \
 
591
        ctags ctags-recursive distclean distclean-generic \
 
592
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
593
        html-am info info-am install install-am install-data \
 
594
        install-data-am install-dvi install-dvi-am install-exec \
 
595
        install-exec-am install-html install-html-am install-info \
 
596
        install-info-am install-man install-pdf install-pdf-am \
 
597
        install-ps install-ps-am install-strip installcheck \
 
598
        installcheck-am installdirs installdirs-am maintainer-clean \
 
599
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
600
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
601
        uninstall uninstall-am
 
602
 
 
603
 
 
604
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
605
# Otherwise a system limit (for SysV at least) may be exceeded.
 
606
.NOEXPORT: