~ubuntu-branches/ubuntu/feisty/irssi/feisty-backports

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Pashley
  • Date: 2005-12-10 21:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20051210212551-5qwm108g7inyu2f2
Tags: upstream-0.8.10
ImportĀ upstreamĀ versionĀ 0.8.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
subdir = docs
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \
 
43
        $(top_srcdir)/glib-2.0.m4 $(top_srcdir)/glib.m4 \
 
44
        $(top_srcdir)/configure.in
 
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
SOURCES =
 
51
DIST_SOURCES =
 
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
53
        html-recursive info-recursive install-data-recursive \
 
54
        install-exec-recursive install-info-recursive \
 
55
        install-recursive installcheck-recursive installdirs-recursive \
 
56
        pdf-recursive ps-recursive uninstall-info-recursive \
 
57
        uninstall-recursive
 
58
man1dir = $(mandir)/man1
 
59
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"
 
60
NROFF = nroff
 
61
MANS = $(man_MANS)
 
62
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
63
am__vpath_adj = case $$p in \
 
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
65
    *) f=$$p;; \
 
66
  esac;
 
67
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
68
docDATA_INSTALL = $(INSTALL_DATA)
 
69
DATA = $(doc_DATA)
 
70
ETAGS = etags
 
71
CTAGS = ctags
 
72
DIST_SUBDIRS = $(SUBDIRS)
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
ACLOCAL = @ACLOCAL@
 
75
AMDEP_FALSE = @AMDEP_FALSE@
 
76
AMDEP_TRUE = @AMDEP_TRUE@
 
77
AMTAR = @AMTAR@
 
78
AR = @AR@
 
79
AUTOCONF = @AUTOCONF@
 
80
AUTOHEADER = @AUTOHEADER@
 
81
AUTOMAKE = @AUTOMAKE@
 
82
AWK = @AWK@
 
83
BUILD_IRSSIBOT_FALSE = @BUILD_IRSSIBOT_FALSE@
 
84
BUILD_IRSSIBOT_TRUE = @BUILD_IRSSIBOT_TRUE@
 
85
BUILD_IRSSIPROXY_FALSE = @BUILD_IRSSIPROXY_FALSE@
 
86
BUILD_IRSSIPROXY_TRUE = @BUILD_IRSSIPROXY_TRUE@
 
87
BUILD_PLUGINS_FALSE = @BUILD_PLUGINS_FALSE@
 
88
BUILD_PLUGINS_TRUE = @BUILD_PLUGINS_TRUE@
 
89
BUILD_TEXTUI_FALSE = @BUILD_TEXTUI_FALSE@
 
90
BUILD_TEXTUI_TRUE = @BUILD_TEXTUI_TRUE@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@
 
94
CHAT_MODULES = @CHAT_MODULES@
 
95
COMMON_LIBS = @COMMON_LIBS@
 
96
COMMON_NOUI_LIBS = @COMMON_NOUI_LIBS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@
 
100
CURSES_LIBS = @CURSES_LIBS@
 
101
CXX = @CXX@
 
102
CXXCPP = @CXXCPP@
 
103
CXXDEPMODE = @CXXDEPMODE@
 
104
CXXFLAGS = @CXXFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DEFS = @DEFS@
 
107
DEPDIR = @DEPDIR@
 
108
DYNALOADER_A = @DYNALOADER_A@
 
109
ECHO = @ECHO@
 
110
ECHO_C = @ECHO_C@
 
111
ECHO_N = @ECHO_N@
 
112
ECHO_T = @ECHO_T@
 
113
EGREP = @EGREP@
 
114
EXEEXT = @EXEEXT@
 
115
F77 = @F77@
 
116
FFLAGS = @FFLAGS@
 
117
GLIB_CFLAGS = @GLIB_CFLAGS@
 
118
GLIB_CONFIG = @GLIB_CONFIG@
 
119
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
120
GLIB_LIBS = @GLIB_LIBS@
 
121
GLIB_MKENUMS = @GLIB_MKENUMS@
 
122
GOBJECT_QUERY = @GOBJECT_QUERY@
 
123
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
 
124
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
 
125
HAVE_STATIC_PERL_FALSE = @HAVE_STATIC_PERL_FALSE@
 
126
HAVE_STATIC_PERL_TRUE = @HAVE_STATIC_PERL_TRUE@
 
127
INSTALL_DATA = @INSTALL_DATA@
 
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
130
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
131
LDFLAGS = @LDFLAGS@
 
132
LIBOBJS = @LIBOBJS@
 
133
LIBPERL_A = @LIBPERL_A@
 
134
LIBS = @LIBS@
 
135
LIBTOOL = @LIBTOOL@
 
136
LN_S = @LN_S@
 
137
LTLIBOBJS = @LTLIBOBJS@
 
138
MAINT = @MAINT@
 
139
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
140
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
141
MAKEINFO = @MAKEINFO@
 
142
NEED_TPARM_FALSE = @NEED_TPARM_FALSE@
 
143
NEED_TPARM_TRUE = @NEED_TPARM_TRUE@
 
144
OBJEXT = @OBJEXT@
 
145
PACKAGE = @PACKAGE@
 
146
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
147
PACKAGE_NAME = @PACKAGE_NAME@
 
148
PACKAGE_STRING = @PACKAGE_STRING@
 
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
150
PACKAGE_VERSION = @PACKAGE_VERSION@
 
151
PATH_SEPARATOR = @PATH_SEPARATOR@
 
152
PERL_CFLAGS = @PERL_CFLAGS@
 
153
PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
 
154
PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
 
155
PERL_LDFLAGS = @PERL_LDFLAGS@
 
156
PERL_LIBTOOL = @PERL_LIBTOOL@
 
157
PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
 
158
PERL_LINK_LIBS = @PERL_LINK_LIBS@
 
159
PERL_MM_PARAMS = @PERL_MM_PARAMS@
 
160
PERL_STATIC_LIBS = @PERL_STATIC_LIBS@
 
161
PERL_USE_LIB = @PERL_USE_LIB@
 
162
PKG_CONFIG = @PKG_CONFIG@
 
163
PROG_LIBS = @PROG_LIBS@
 
164
RANLIB = @RANLIB@
 
165
SET_MAKE = @SET_MAKE@
 
166
SHELL = @SHELL@
 
167
SSL_CFLAGS = @SSL_CFLAGS@
 
168
SSL_LIBS = @SSL_LIBS@
 
169
STRIP = @STRIP@
 
170
TEXTUI_LIBS = @TEXTUI_LIBS@
 
171
USE_CURSES_FALSE = @USE_CURSES_FALSE@
 
172
USE_CURSES_TRUE = @USE_CURSES_TRUE@
 
173
VERSION = @VERSION@
 
174
VERSION_DATE = @VERSION_DATE@
 
175
VERSION_TIME = @VERSION_TIME@
 
176
ac_ct_AR = @ac_ct_AR@
 
177
ac_ct_CC = @ac_ct_CC@
 
178
ac_ct_CXX = @ac_ct_CXX@
 
179
ac_ct_F77 = @ac_ct_F77@
 
180
ac_ct_RANLIB = @ac_ct_RANLIB@
 
181
ac_ct_STRIP = @ac_ct_STRIP@
 
182
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
183
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
184
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
185
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
186
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
187
am__include = @am__include@
 
188
am__leading_dot = @am__leading_dot@
 
189
am__quote = @am__quote@
 
190
am__tar = @am__tar@
 
191
am__untar = @am__untar@
 
192
bindir = @bindir@
 
193
build = @build@
 
194
build_alias = @build_alias@
 
195
build_cpu = @build_cpu@
 
196
build_os = @build_os@
 
197
build_vendor = @build_vendor@
 
198
datadir = @datadir@
 
199
exec_prefix = @exec_prefix@
 
200
host = @host@
 
201
host_alias = @host_alias@
 
202
host_cpu = @host_cpu@
 
203
host_os = @host_os@
 
204
host_vendor = @host_vendor@
 
205
includedir = @includedir@
 
206
infodir = @infodir@
 
207
install_sh = @install_sh@
 
208
irc_MODULES = @irc_MODULES@
 
209
libdir = @libdir@
 
210
libexecdir = @libexecdir@
 
211
localstatedir = @localstatedir@
 
212
mandir = @mandir@
 
213
mkdir_p = @mkdir_p@
 
214
oldincludedir = @oldincludedir@
 
215
perl_module_fe_lib = @perl_module_fe_lib@
 
216
perl_module_lib = @perl_module_lib@
 
217
perl_static_fe_lib = @perl_static_fe_lib@
 
218
perl_static_lib = @perl_static_lib@
 
219
perlpath = @perlpath@
 
220
prefix = @prefix@
 
221
program_transform_name = @program_transform_name@
 
222
sbindir = @sbindir@
 
223
sedpath = @sedpath@
 
224
sharedstatedir = @sharedstatedir@
 
225
sysconfdir = @sysconfdir@
 
226
target_alias = @target_alias@
 
227
docdir = $(datadir)/doc/irssi
 
228
man_MANS = \
 
229
        irssi.1
 
230
 
 
231
doc_DATA = \
 
232
        botnet.txt \
 
233
        design.txt \
 
234
        formats.txt \
 
235
        manual.txt \
 
236
        faq.html \
 
237
        faq.txt \
 
238
        perl.txt \
 
239
        signals.txt \
 
240
        special_vars.txt \
 
241
        startup-HOWTO.html
 
242
 
 
243
EXTRA_DIST = $(doc_DATA) $(man_MANS)
 
244
SUBDIRS = help
 
245
all: all-recursive
 
246
 
 
247
.SUFFIXES:
 
248
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
249
        @for dep in $?; do \
 
250
          case '$(am__configure_deps)' in \
 
251
            *$$dep*) \
 
252
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
253
                && exit 0; \
 
254
              exit 1;; \
 
255
          esac; \
 
256
        done; \
 
257
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/Makefile'; \
 
258
        cd $(top_srcdir) && \
 
259
          $(AUTOMAKE) --gnu  docs/Makefile
 
260
.PRECIOUS: Makefile
 
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
262
        @case '$?' in \
 
263
          *config.status*) \
 
264
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
265
          *) \
 
266
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
267
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
268
        esac;
 
269
 
 
270
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
 
 
273
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
 
 
278
mostlyclean-libtool:
 
279
        -rm -f *.lo
 
280
 
 
281
clean-libtool:
 
282
        -rm -rf .libs _libs
 
283
 
 
284
distclean-libtool:
 
285
        -rm -f libtool
 
286
uninstall-info-am:
 
287
install-man1: $(man1_MANS) $(man_MANS)
 
288
        @$(NORMAL_INSTALL)
 
289
        test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
 
290
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
291
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
292
        for i in $$l2; do \
 
293
          case "$$i" in \
 
294
            *.1*) list="$$list $$i" ;; \
 
295
          esac; \
 
296
        done; \
 
297
        for i in $$list; do \
 
298
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
299
          else file=$$i; fi; \
 
300
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
301
          case "$$ext" in \
 
302
            1*) ;; \
 
303
            *) ext='1' ;; \
 
304
          esac; \
 
305
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
306
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
307
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
308
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
309
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
310
        done
 
311
uninstall-man1:
 
312
        @$(NORMAL_UNINSTALL)
 
313
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
314
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
315
        for i in $$l2; do \
 
316
          case "$$i" in \
 
317
            *.1*) list="$$list $$i" ;; \
 
318
          esac; \
 
319
        done; \
 
320
        for i in $$list; do \
 
321
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
322
          case "$$ext" in \
 
323
            1*) ;; \
 
324
            *) ext='1' ;; \
 
325
          esac; \
 
326
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
327
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
328
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
329
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
330
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
331
        done
 
332
install-docDATA: $(doc_DATA)
 
333
        @$(NORMAL_INSTALL)
 
334
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
 
335
        @list='$(doc_DATA)'; for p in $$list; do \
 
336
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
337
          f=$(am__strip_dir) \
 
338
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
 
339
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
 
340
        done
 
341
 
 
342
uninstall-docDATA:
 
343
        @$(NORMAL_UNINSTALL)
 
344
        @list='$(doc_DATA)'; for p in $$list; do \
 
345
          f=$(am__strip_dir) \
 
346
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
 
347
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
 
348
        done
 
349
 
 
350
# This directory's subdirectories are mostly independent; you can cd
 
351
# into them and run `make' without going through this Makefile.
 
352
# To change the values of `make' variables: instead of editing Makefiles,
 
353
# (1) if the variable is set in `config.status', edit `config.status'
 
354
#     (which will cause the Makefiles to be regenerated when you run `make');
 
355
# (2) otherwise, pass the desired values on the `make' command line.
 
356
$(RECURSIVE_TARGETS):
 
357
        @failcom='exit 1'; \
 
358
        for f in x $$MAKEFLAGS; do \
 
359
          case $$f in \
 
360
            *=* | --[!k]*);; \
 
361
            *k*) failcom='fail=yes';; \
 
362
          esac; \
 
363
        done; \
 
364
        dot_seen=no; \
 
365
        target=`echo $@ | sed s/-recursive//`; \
 
366
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
367
          echo "Making $$target in $$subdir"; \
 
368
          if test "$$subdir" = "."; then \
 
369
            dot_seen=yes; \
 
370
            local_target="$$target-am"; \
 
371
          else \
 
372
            local_target="$$target"; \
 
373
          fi; \
 
374
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
375
          || eval $$failcom; \
 
376
        done; \
 
377
        if test "$$dot_seen" = "no"; then \
 
378
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
379
        fi; test -z "$$fail"
 
380
 
 
381
mostlyclean-recursive clean-recursive distclean-recursive \
 
382
maintainer-clean-recursive:
 
383
        @failcom='exit 1'; \
 
384
        for f in x $$MAKEFLAGS; do \
 
385
          case $$f in \
 
386
            *=* | --[!k]*);; \
 
387
            *k*) failcom='fail=yes';; \
 
388
          esac; \
 
389
        done; \
 
390
        dot_seen=no; \
 
391
        case "$@" in \
 
392
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
393
          *) list='$(SUBDIRS)' ;; \
 
394
        esac; \
 
395
        rev=''; for subdir in $$list; do \
 
396
          if test "$$subdir" = "."; then :; else \
 
397
            rev="$$subdir $$rev"; \
 
398
          fi; \
 
399
        done; \
 
400
        rev="$$rev ."; \
 
401
        target=`echo $@ | sed s/-recursive//`; \
 
402
        for subdir in $$rev; do \
 
403
          echo "Making $$target in $$subdir"; \
 
404
          if test "$$subdir" = "."; then \
 
405
            local_target="$$target-am"; \
 
406
          else \
 
407
            local_target="$$target"; \
 
408
          fi; \
 
409
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
410
          || eval $$failcom; \
 
411
        done && test -z "$$fail"
 
412
tags-recursive:
 
413
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
414
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
415
        done
 
416
ctags-recursive:
 
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
418
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
419
        done
 
420
 
 
421
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
422
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
423
        unique=`for i in $$list; do \
 
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
425
          done | \
 
426
          $(AWK) '    { files[$$0] = 1; } \
 
427
               END { for (i in files) print i; }'`; \
 
428
        mkid -fID $$unique
 
429
tags: TAGS
 
430
 
 
431
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
432
                $(TAGS_FILES) $(LISP)
 
433
        tags=; \
 
434
        here=`pwd`; \
 
435
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
436
          include_option=--etags-include; \
 
437
          empty_fix=.; \
 
438
        else \
 
439
          include_option=--include; \
 
440
          empty_fix=; \
 
441
        fi; \
 
442
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
443
          if test "$$subdir" = .; then :; else \
 
444
            test ! -f $$subdir/TAGS || \
 
445
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
446
          fi; \
 
447
        done; \
 
448
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
449
        unique=`for i in $$list; do \
 
450
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
451
          done | \
 
452
          $(AWK) '    { files[$$0] = 1; } \
 
453
               END { for (i in files) print i; }'`; \
 
454
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
455
          test -n "$$unique" || unique=$$empty_fix; \
 
456
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
            $$tags $$unique; \
 
458
        fi
 
459
ctags: CTAGS
 
460
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
461
                $(TAGS_FILES) $(LISP)
 
462
        tags=; \
 
463
        here=`pwd`; \
 
464
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
465
        unique=`for i in $$list; do \
 
466
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
467
          done | \
 
468
          $(AWK) '    { files[$$0] = 1; } \
 
469
               END { for (i in files) print i; }'`; \
 
470
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
471
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
472
             $$tags $$unique
 
473
 
 
474
GTAGS:
 
475
        here=`$(am__cd) $(top_builddir) && pwd` \
 
476
          && cd $(top_srcdir) \
 
477
          && gtags -i $(GTAGS_ARGS) $$here
 
478
 
 
479
distclean-tags:
 
480
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
481
 
 
482
distdir: $(DISTFILES)
 
483
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
484
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
485
        list='$(DISTFILES)'; for file in $$list; do \
 
486
          case $$file in \
 
487
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
488
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
489
          esac; \
 
490
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
491
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
492
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
493
            dir="/$$dir"; \
 
494
            $(mkdir_p) "$(distdir)$$dir"; \
 
495
          else \
 
496
            dir=''; \
 
497
          fi; \
 
498
          if test -d $$d/$$file; then \
 
499
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
500
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
501
            fi; \
 
502
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
503
          else \
 
504
            test -f $(distdir)/$$file \
 
505
            || cp -p $$d/$$file $(distdir)/$$file \
 
506
            || exit 1; \
 
507
          fi; \
 
508
        done
 
509
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
510
          if test "$$subdir" = .; then :; else \
 
511
            test -d "$(distdir)/$$subdir" \
 
512
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
513
            || exit 1; \
 
514
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
515
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
516
            (cd $$subdir && \
 
517
              $(MAKE) $(AM_MAKEFLAGS) \
 
518
                top_distdir="$$top_distdir" \
 
519
                distdir="$$distdir/$$subdir" \
 
520
                distdir) \
 
521
              || exit 1; \
 
522
          fi; \
 
523
        done
 
524
check-am: all-am
 
525
check: check-recursive
 
526
all-am: Makefile $(MANS) $(DATA)
 
527
installdirs: installdirs-recursive
 
528
installdirs-am:
 
529
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \
 
530
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
531
        done
 
532
install: install-recursive
 
533
install-exec: install-exec-recursive
 
534
install-data: install-data-recursive
 
535
uninstall: uninstall-recursive
 
536
 
 
537
install-am: all-am
 
538
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
539
 
 
540
installcheck: installcheck-recursive
 
541
install-strip:
 
542
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
543
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
544
          `test -z '$(STRIP)' || \
 
545
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
546
mostlyclean-generic:
 
547
 
 
548
clean-generic:
 
549
 
 
550
distclean-generic:
 
551
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
552
 
 
553
maintainer-clean-generic:
 
554
        @echo "This command is intended for maintainers to use"
 
555
        @echo "it deletes files that may require special tools to rebuild."
 
556
clean: clean-recursive
 
557
 
 
558
clean-am: clean-generic clean-libtool mostlyclean-am
 
559
 
 
560
distclean: distclean-recursive
 
561
        -rm -f Makefile
 
562
distclean-am: clean-am distclean-generic distclean-libtool \
 
563
        distclean-tags
 
564
 
 
565
dvi: dvi-recursive
 
566
 
 
567
dvi-am:
 
568
 
 
569
html: html-recursive
 
570
 
 
571
info: info-recursive
 
572
 
 
573
info-am:
 
574
 
 
575
install-data-am: install-docDATA install-man
 
576
 
 
577
install-exec-am:
 
578
 
 
579
install-info: install-info-recursive
 
580
 
 
581
install-man: install-man1
 
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 mostlyclean-libtool
 
592
 
 
593
pdf: pdf-recursive
 
594
 
 
595
pdf-am:
 
596
 
 
597
ps: ps-recursive
 
598
 
 
599
ps-am:
 
600
 
 
601
uninstall-am: uninstall-docDATA uninstall-info-am uninstall-man
 
602
 
 
603
uninstall-info: uninstall-info-recursive
 
604
 
 
605
uninstall-man: uninstall-man1
 
606
 
 
607
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
608
        clean clean-generic clean-libtool clean-recursive ctags \
 
609
        ctags-recursive distclean distclean-generic distclean-libtool \
 
610
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
611
        html-am info info-am install install-am install-data \
 
612
        install-data-am install-docDATA install-exec install-exec-am \
 
613
        install-info install-info-am install-man install-man1 \
 
614
        install-strip installcheck installcheck-am installdirs \
 
615
        installdirs-am maintainer-clean maintainer-clean-generic \
 
616
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
617
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
618
        tags tags-recursive uninstall uninstall-am uninstall-docDATA \
 
619
        uninstall-info-am uninstall-man uninstall-man1
 
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: