~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

Viewing changes to daemon/doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-27 08:22:22 UTC
  • mfrom: (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120527082222-fs3ojksqvt0ol6rl
Tags: 1.1.0-2
* Drop unsupported CELT codec (Build-Depends)
  - Fixes "Spurious build dependency on libcelt-dev" (Closes: #674644)

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