~ubuntu-branches/ubuntu/hoary/kvirc/hoary

« back to all changes in this revision

Viewing changes to data/help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2004-12-14 15:32:19 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214153219-fdink3gyp2s20b6g
Tags: 2:2.1.3.1-2
* Change Recommends on xmms to a Suggests.
* Rebuild against KDE 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
 
15
@SET_MAKE@
 
16
 
 
17
###############################################################################
 
18
#
 
19
#       KVIrc IRC client Makefile
 
20
#
 
21
###############################################################################
16
22
srcdir = @srcdir@
17
23
top_srcdir = @top_srcdir@
18
24
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
25
pkgdatadir = $(datadir)/@PACKAGE@
38
26
pkglibdir = $(libdir)/@PACKAGE@
39
27
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
28
top_builddir = ../..
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
29
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
30
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
31
install_sh_DATA = $(install_sh) -c -m 644
 
32
install_sh_PROGRAM = $(install_sh) -c
 
33
install_sh_SCRIPT = $(install_sh) -c
 
34
INSTALL_HEADER = $(INSTALL_DATA)
 
35
transform = $(program_transform_name)
54
36
NORMAL_INSTALL = :
55
37
PRE_INSTALL = :
56
38
POST_INSTALL = :
57
39
NORMAL_UNINSTALL = :
58
40
PRE_UNINSTALL = :
59
41
POST_UNINSTALL = :
60
 
build_alias = @build_alias@
61
42
build_triplet = @build@
62
 
host_alias = @host_alias@
63
43
host_triplet = @host@
64
 
target_alias = @target_alias@
65
44
target_triplet = @target@
66
 
AS = @AS@
 
45
subdir = data/help
 
46
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
49
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
50
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
51
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
52
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
 
53
        $(top_srcdir)/configure.ac
 
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
55
        $(ACLOCAL_M4)
 
56
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
57
CONFIG_HEADER = $(top_builddir)/src/config.h
 
58
CONFIG_CLEAN_FILES =
 
59
SOURCES =
 
60
DIST_SOURCES =
 
61
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
62
        html-recursive info-recursive install-data-recursive \
 
63
        install-exec-recursive install-info-recursive \
 
64
        install-recursive installcheck-recursive installdirs-recursive \
 
65
        pdf-recursive ps-recursive uninstall-info-recursive \
 
66
        uninstall-recursive
 
67
ETAGS = etags
 
68
CTAGS = ctags
 
69
DIST_SUBDIRS = $(SUBDIRS)
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
ACLOCAL = @ACLOCAL@
 
72
AMDEP_FALSE = @AMDEP_FALSE@
 
73
AMDEP_TRUE = @AMDEP_TRUE@
 
74
AMTAR = @AMTAR@
 
75
AR = @AR@
 
76
AUTOCONF = @AUTOCONF@
 
77
AUTOHEADER = @AUTOHEADER@
 
78
AUTOMAKE = @AUTOMAKE@
 
79
AWK = @AWK@
67
80
CC = @CC@
 
81
CCDEPMODE = @CCDEPMODE@
 
82
CFLAGS = @CFLAGS@
 
83
CPP = @CPP@
 
84
CPPFLAGS = @CPPFLAGS@
68
85
CXX = @CXX@
69
 
DLLTOOL = @DLLTOOL@
 
86
CXXCPP = @CXXCPP@
 
87
CXXDEPMODE = @CXXDEPMODE@
 
88
CXXFLAGS = @CXXFLAGS@
 
89
CYGPATH_W = @CYGPATH_W@
 
90
DEFS = @DEFS@
 
91
DEPDIR = @DEPDIR@
70
92
ECHO = @ECHO@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
71
97
EXEEXT = @EXEEXT@
 
98
F77 = @F77@
 
99
FFLAGS = @FFLAGS@
 
100
FREETYPE_CONFIG = @FREETYPE_CONFIG@
 
101
GMSGFMT = @GMSGFMT@
 
102
INSTALL_DATA = @INSTALL_DATA@
 
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
106
INTLLIBS = @INTLLIBS@
 
107
LDFLAGS = @LDFLAGS@
72
108
LIBCRYPT = @LIBCRYPT@
 
109
LIBICONV = @LIBICONV@
 
110
LIBINTL = @LIBINTL@
 
111
LIBOBJS = @LIBOBJS@
 
112
LIBS = @LIBS@
73
113
LIBTOOL = @LIBTOOL@
74
114
LN_S = @LN_S@
 
115
LTLIBICONV = @LTLIBICONV@
 
116
LTLIBINTL = @LTLIBINTL@
 
117
LTLIBOBJS = @LTLIBOBJS@
 
118
MAINT = @MAINT@
 
119
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
120
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
75
121
MAKEINFO = @MAKEINFO@
 
122
MKINSTALLDIRS = @MKINSTALLDIRS@
 
123
MSGFMT = @MSGFMT@
 
124
MSGMERGE = @MSGMERGE@
76
125
NEW_PICS_DIRECTORY = @NEW_PICS_DIRECTORY@
77
 
OBJDUMP = @OBJDUMP@
78
126
OBJEXT = @OBJEXT@
79
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
POSUB = @POSUB@
80
135
RANLIB = @RANLIB@
 
136
SET_MAKE = @SET_MAKE@
 
137
SHELL = @SHELL@
81
138
SS_FLAGS_INCDIRS = @SS_FLAGS_INCDIRS@
82
139
SS_FLAGS_LIBDIRS = @SS_FLAGS_LIBDIRS@
83
140
SS_FLAGS_LIBLINK = @SS_FLAGS_LIBLINK@
84
 
SS_FLAGS_RPATH = @SS_FLAGS_RPATH@
85
141
SS_KDE_INCLUDE_DIR = @SS_KDE_INCLUDE_DIR@
86
142
SS_KDE_LIBRARY_DIR = @SS_KDE_LIBRARY_DIR@
87
 
SS_MSGFMT = @SS_MSGFMT@
88
143
SS_PLUGINS_DIRECTORY_COMPILE = @SS_PLUGINS_DIRECTORY_COMPILE@
89
144
SS_QT_INCLUDE_DIR = @SS_QT_INCLUDE_DIR@
90
145
SS_QT_LIBRARY_DIR = @SS_QT_LIBRARY_DIR@
92
147
SS_X_INCLUDE_DIR = @SS_X_INCLUDE_DIR@
93
148
SS_X_LIBRARY_DIR = @SS_X_LIBRARY_DIR@
94
149
STRIP = @STRIP@
 
150
USE_KDE_TOOLKIT_FALSE = @USE_KDE_TOOLKIT_FALSE@
 
151
USE_KDE_TOOLKIT_TRUE = @USE_KDE_TOOLKIT_TRUE@
 
152
USE_NLS = @USE_NLS@
95
153
VERSION = @VERSION@
 
154
XGETTEXT = @XGETTEXT@
 
155
X_CFLAGS = @X_CFLAGS@
 
156
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
157
X_LIBS = @X_LIBS@
 
158
X_PRE_LIBS = @X_PRE_LIBS@
 
159
ac_ct_AR = @ac_ct_AR@
 
160
ac_ct_CC = @ac_ct_CC@
 
161
ac_ct_CXX = @ac_ct_CXX@
 
162
ac_ct_F77 = @ac_ct_F77@
 
163
ac_ct_RANLIB = @ac_ct_RANLIB@
 
164
ac_ct_STRIP = @ac_ct_STRIP@
 
165
ac_prefix_program = @ac_prefix_program@
 
166
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
167
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
168
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
169
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
170
am__include = @am__include@
 
171
am__leading_dot = @am__leading_dot@
 
172
am__quote = @am__quote@
 
173
am__tar = @am__tar@
 
174
am__untar = @am__untar@
 
175
bindir = @bindir@
 
176
build = @build@
 
177
build_alias = @build_alias@
 
178
build_cpu = @build_cpu@
 
179
build_os = @build_os@
 
180
build_vendor = @build_vendor@
96
181
charmapsdir = @charmapsdir@
97
182
configdir = @configdir@
 
183
datadir = @datadir@
 
184
exec_prefix = @exec_prefix@
98
185
globalkvircdir = @globalkvircdir@
99
186
helpdir = @helpdir@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
icondir = @icondir@
100
193
imagedir = @imagedir@
101
194
includedir = @includedir@
 
195
infodir = @infodir@
 
196
install_sh = @install_sh@
 
197
libdir = @libdir@
 
198
libexecdir = @libexecdir@
102
199
localedir = @localedir@
 
200
localstatedir = @localstatedir@
 
201
mandir = @mandir@
 
202
mkdir_p = @mkdir_p@
103
203
msgcolordir = @msgcolordir@
104
 
pluglibdir = @pluglibdir@
 
204
oldincludedir = @oldincludedir@
 
205
pluglibexecdir = @pluglibexecdir@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
sbindir = @sbindir@
 
209
scriptdir = @scriptdir@
105
210
sharedir = @sharedir@
 
211
sharedstatedir = @sharedstatedir@
 
212
sysconfdir = @sysconfdir@
 
213
target = @target@
 
214
target_alias = @target_alias@
 
215
target_cpu = @target_cpu@
 
216
target_os = @target_os@
 
217
target_vendor = @target_vendor@
106
218
topdir = @topdir@
107
 
 
108
219
SUBDIRS = index
109
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110
 
CONFIG_HEADER = ../../src/config.h
111
 
CONFIG_CLEAN_FILES = 
112
 
DIST_COMMON =  Makefile.am Makefile.in
113
 
 
114
 
 
115
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
 
 
117
 
TAR = tar
118
 
GZIP_ENV = --best
119
 
all: all-redirect
 
220
all: all-recursive
 
221
 
120
222
.SUFFIXES:
121
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
122
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu data/help/Makefile
123
 
 
124
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125
 
        cd $(top_builddir) \
126
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
 
 
 
223
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
224
        @for dep in $?; do \
 
225
          case '$(am__configure_deps)' in \
 
226
            *$$dep*) \
 
227
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
228
                && exit 0; \
 
229
              exit 1;; \
 
230
          esac; \
 
231
        done; \
 
232
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/help/Makefile'; \
 
233
        cd $(top_srcdir) && \
 
234
          $(AUTOMAKE) --gnu  data/help/Makefile
 
235
.PRECIOUS: Makefile
 
236
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
237
        @case '$?' in \
 
238
          *config.status*) \
 
239
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
240
          *) \
 
241
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
242
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
243
        esac;
 
244
 
 
245
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
247
 
 
248
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
250
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
 
 
253
mostlyclean-libtool:
 
254
        -rm -f *.lo
 
255
 
 
256
clean-libtool:
 
257
        -rm -rf .libs _libs
 
258
 
 
259
distclean-libtool:
 
260
        -rm -f libtool
 
261
uninstall-info-am:
128
262
 
129
263
# This directory's subdirectories are mostly independent; you can cd
130
264
# into them and run `make' without going through this Makefile.
132
266
# (1) if the variable is set in `config.status', edit `config.status'
133
267
#     (which will cause the Makefiles to be regenerated when you run `make');
134
268
# (2) otherwise, pass the desired values on the `make' command line.
135
 
 
136
 
@SET_MAKE@
137
 
 
138
 
all-recursive install-data-recursive install-exec-recursive \
139
 
installdirs-recursive install-recursive uninstall-recursive  \
140
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
141
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
269
$(RECURSIVE_TARGETS):
 
270
        @set fnord $$MAKEFLAGS; amf=$$2; \
142
271
        dot_seen=no; \
143
272
        target=`echo $@ | sed s/-recursive//`; \
144
273
        list='$(SUBDIRS)'; for subdir in $$list; do \
158
287
 
159
288
mostlyclean-recursive clean-recursive distclean-recursive \
160
289
maintainer-clean-recursive:
161
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
290
        @set fnord $$MAKEFLAGS; amf=$$2; \
162
291
        dot_seen=no; \
163
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
164
 
          rev="$$subdir $$rev"; \
165
 
          test "$$subdir" = "." && dot_seen=yes; \
 
292
        case "$@" in \
 
293
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
294
          *) list='$(SUBDIRS)' ;; \
 
295
        esac; \
 
296
        rev=''; for subdir in $$list; do \
 
297
          if test "$$subdir" = "."; then :; else \
 
298
            rev="$$subdir $$rev"; \
 
299
          fi; \
166
300
        done; \
167
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
301
        rev="$$rev ."; \
168
302
        target=`echo $@ | sed s/-recursive//`; \
169
303
        for subdir in $$rev; do \
170
304
          echo "Making $$target in $$subdir"; \
180
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
181
315
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
182
316
        done
 
317
ctags-recursive:
 
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
319
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
320
        done
183
321
 
 
322
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
323
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
324
        unique=`for i in $$list; do \
 
325
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
326
          done | \
 
327
          $(AWK) '    { files[$$0] = 1; } \
 
328
               END { for (i in files) print i; }'`; \
 
329
        mkid -fID $$unique
184
330
tags: TAGS
185
331
 
186
 
ID: $(HEADERS) $(SOURCES) $(LISP)
187
 
        list='$(SOURCES) $(HEADERS)'; \
188
 
        unique=`for i in $$list; do echo $$i; done | \
189
 
          awk '    { files[$$0] = 1; } \
190
 
               END { for (i in files) print i; }'`; \
191
 
        here=`pwd` && cd $(srcdir) \
192
 
          && mkid -f$$here/ID $$unique $(LISP)
193
 
 
194
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
332
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
333
                $(TAGS_FILES) $(LISP)
195
334
        tags=; \
196
335
        here=`pwd`; \
 
336
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
337
          include_option=--etags-include; \
 
338
          empty_fix=.; \
 
339
        else \
 
340
          include_option=--include; \
 
341
          empty_fix=; \
 
342
        fi; \
197
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
198
 
   if test "$$subdir" = .; then :; else \
199
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
200
 
   fi; \
 
344
          if test "$$subdir" = .; then :; else \
 
345
            test ! -f $$subdir/TAGS || \
 
346
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
347
          fi; \
201
348
        done; \
202
 
        list='$(SOURCES) $(HEADERS)'; \
203
 
        unique=`for i in $$list; do echo $$i; done | \
204
 
          awk '    { files[$$0] = 1; } \
205
 
               END { for (i in files) print i; }'`; \
206
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
207
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
208
 
 
209
 
mostlyclean-tags:
210
 
 
211
 
clean-tags:
 
349
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
350
        unique=`for i in $$list; do \
 
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
352
          done | \
 
353
          $(AWK) '    { files[$$0] = 1; } \
 
354
               END { for (i in files) print i; }'`; \
 
355
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
356
          test -n "$$unique" || unique=$$empty_fix; \
 
357
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
            $$tags $$unique; \
 
359
        fi
 
360
ctags: CTAGS
 
361
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
362
                $(TAGS_FILES) $(LISP)
 
363
        tags=; \
 
364
        here=`pwd`; \
 
365
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
366
        unique=`for i in $$list; do \
 
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
368
          done | \
 
369
          $(AWK) '    { files[$$0] = 1; } \
 
370
               END { for (i in files) print i; }'`; \
 
371
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
372
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
373
             $$tags $$unique
 
374
 
 
375
GTAGS:
 
376
        here=`$(am__cd) $(top_builddir) && pwd` \
 
377
          && cd $(top_srcdir) \
 
378
          && gtags -i $(GTAGS_ARGS) $$here
212
379
 
213
380
distclean-tags:
214
 
        -rm -f TAGS ID
215
 
 
216
 
maintainer-clean-tags:
217
 
 
218
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
219
 
 
220
 
subdir = data/help
 
381
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
221
382
 
222
383
distdir: $(DISTFILES)
223
 
        here=`cd $(top_builddir) && pwd`; \
224
 
        top_distdir=`cd $(top_distdir) && pwd`; \
225
 
        distdir=`cd $(distdir) && pwd`; \
226
 
        cd $(top_srcdir) \
227
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/help/Makefile
228
 
        @for file in $(DISTFILES); do \
229
 
          d=$(srcdir); \
 
384
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
385
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
386
        list='$(DISTFILES)'; for file in $$list; do \
 
387
          case $$file in \
 
388
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
389
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
390
          esac; \
 
391
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
392
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
393
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
394
            dir="/$$dir"; \
 
395
            $(mkdir_p) "$(distdir)$$dir"; \
 
396
          else \
 
397
            dir=''; \
 
398
          fi; \
230
399
          if test -d $$d/$$file; then \
231
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
400
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
401
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
402
            fi; \
 
403
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
232
404
          else \
233
405
            test -f $(distdir)/$$file \
234
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
235
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
406
            || cp -p $$d/$$file $(distdir)/$$file \
 
407
            || exit 1; \
236
408
          fi; \
237
409
        done
238
 
        for subdir in $(SUBDIRS); do \
 
410
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
239
411
          if test "$$subdir" = .; then :; else \
240
 
            test -d $(distdir)/$$subdir \
241
 
            || mkdir $(distdir)/$$subdir \
 
412
            test -d "$(distdir)/$$subdir" \
 
413
            || $(mkdir_p) "$(distdir)/$$subdir" \
242
414
            || exit 1; \
243
 
            chmod 777 $(distdir)/$$subdir; \
244
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
415
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
416
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
417
            (cd $$subdir && \
 
418
              $(MAKE) $(AM_MAKEFLAGS) \
 
419
                top_distdir="$$top_distdir" \
 
420
                distdir="$$distdir/$$subdir" \
 
421
                distdir) \
245
422
              || exit 1; \
246
423
          fi; \
247
424
        done
248
 
info-am:
249
 
info: info-recursive
250
 
dvi-am:
251
 
dvi: dvi-recursive
252
425
check-am: all-am
253
426
check: check-recursive
254
 
installcheck-am:
255
 
installcheck: installcheck-recursive
256
 
install-exec-am:
 
427
all-am: Makefile
 
428
installdirs: installdirs-recursive
 
429
installdirs-am:
 
430
install: install-recursive
257
431
install-exec: install-exec-recursive
258
 
 
259
 
install-data-am:
260
432
install-data: install-data-recursive
 
433
uninstall: uninstall-recursive
261
434
 
262
435
install-am: all-am
263
436
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
 
install: install-recursive
265
 
uninstall-am:
266
 
uninstall: uninstall-recursive
267
 
all-am: Makefile
268
 
all-redirect: all-recursive
 
437
 
 
438
installcheck: installcheck-recursive
269
439
install-strip:
270
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
271
 
installdirs: installdirs-recursive
272
 
installdirs-am:
273
 
 
274
 
 
 
440
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
441
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
442
          `test -z '$(STRIP)' || \
 
443
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
275
444
mostlyclean-generic:
276
445
 
277
446
clean-generic:
278
447
 
279
448
distclean-generic:
280
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
281
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
449
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
282
450
 
283
451
maintainer-clean-generic:
284
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
285
 
 
286
 
mostlyclean: mostlyclean-recursive
287
 
 
288
 
clean-am:  clean-tags clean-generic mostlyclean-am
289
 
 
 
452
        @echo "This command is intended for maintainers to use"
 
453
        @echo "it deletes files that may require special tools to rebuild."
290
454
clean: clean-recursive
291
455
 
292
 
distclean-am:  distclean-tags distclean-generic clean-am
293
 
        -rm -f libtool
 
456
clean-am: clean-generic clean-libtool mostlyclean-am
294
457
 
295
458
distclean: distclean-recursive
296
 
 
297
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
298
 
                distclean-am
299
 
        @echo "This command is intended for maintainers to use;"
300
 
        @echo "it deletes files that may require special tools to rebuild."
 
459
        -rm -f Makefile
 
460
distclean-am: clean-am distclean-generic distclean-libtool \
 
461
        distclean-tags
 
462
 
 
463
dvi: dvi-recursive
 
464
 
 
465
dvi-am:
 
466
 
 
467
html: html-recursive
 
468
 
 
469
info: info-recursive
 
470
 
 
471
info-am:
 
472
 
 
473
install-data-am:
 
474
 
 
475
install-exec-am:
 
476
 
 
477
install-info: install-info-recursive
 
478
 
 
479
install-man:
 
480
 
 
481
installcheck-am:
301
482
 
302
483
maintainer-clean: maintainer-clean-recursive
303
 
 
304
 
.PHONY: install-data-recursive uninstall-data-recursive \
305
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
306
 
uninstalldirs-recursive all-recursive check-recursive \
307
 
installcheck-recursive info-recursive dvi-recursive \
308
 
mostlyclean-recursive distclean-recursive clean-recursive \
309
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
310
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
311
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
312
 
install-exec install-data-am install-data install-am install \
313
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
314
 
installdirs mostlyclean-generic distclean-generic clean-generic \
315
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
316
 
 
 
484
        -rm -f Makefile
 
485
maintainer-clean-am: distclean-am maintainer-clean-generic
 
486
 
 
487
mostlyclean: mostlyclean-recursive
 
488
 
 
489
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
490
 
 
491
pdf: pdf-recursive
 
492
 
 
493
pdf-am:
 
494
 
 
495
ps: ps-recursive
 
496
 
 
497
ps-am:
 
498
 
 
499
uninstall-am: uninstall-info-am
 
500
 
 
501
uninstall-info: uninstall-info-recursive
 
502
 
 
503
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
504
        clean clean-generic clean-libtool clean-recursive ctags \
 
505
        ctags-recursive distclean distclean-generic distclean-libtool \
 
506
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
507
        html-am info info-am install install-am install-data \
 
508
        install-data-am install-exec install-exec-am install-info \
 
509
        install-info-am install-man install-strip installcheck \
 
510
        installcheck-am installdirs installdirs-am maintainer-clean \
 
511
        maintainer-clean-generic maintainer-clean-recursive \
 
512
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
513
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
514
        uninstall uninstall-am uninstall-info-am
317
515
 
318
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.
319
517
# Otherwise a system limit (for SysV at least) may be exceeded.