~mdoyen/homebank/5.7.x

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Maxime Doyen
  • Date: 2012-11-25 09:18:20 UTC
  • Revision ID: homebank@free.fr-20121125091820-lyvjm14filhgmemw
4.5pre2 commit

Show diffs side-by-side

added added

removed removed

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