~ubuntu-branches/ubuntu/maverick/liferea/maverick

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-12-17 20:43:04 UTC
  • mfrom: (1.2.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20081217204304-7p9cbrtiqtlryz60
Tags: 1.4.23-0ubuntu1
* New upstream bugfix release (lp: #309108).
  - Fixes a cache limit bug when merging items of feeds with
    more items than the cache allows (lp: #291185).
* debian/patches/series:
  - don't apply lua5.1.pc, we use lua5.0.
* debian/patches/fix_toggle_status_menu:
  - Removed, applied upstream.
* debian/patches/fix_launcher_script_calling_xul:
  - Removed, not needed anymore.
* debian/patches/01_ubuntu_feedlists,
  debian/patches/hildon_frothing:
  - Updated to apply again.
* debian/patches/xulrunner-1.9:
  - Updated for the new code.
* debian/patches/90_autoreconf:
  - New patch, generated by running autoreconf -fiv
* debian/patches/99_autoconf:
  - Removed, obsoleted by 90_autoreconf.
* debian/rules:
  - Don't disable gecko; enable it and check for libxul-embedding to build
    the Xulrunner engine. Don't enable xulrunner anymore, as it's now done
    via --enable-gecko.
* debian/patches/load_proper_xulrunner:
  - Patch from Fabien Tassin to load the appropriate Xulrunner version.
    This is a replacement for fix_launcher_script_calling_xul patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
16
VPATH = @srcdir@
20
17
pkgdatadir = $(datadir)/@PACKAGE@
21
18
pkglibdir = $(libdir)/@PACKAGE@
22
19
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
 
25
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
21
install_sh_DATA = $(install_sh) -c -m 644
28
22
install_sh_PROGRAM = $(install_sh) -c
29
23
install_sh_SCRIPT = $(install_sh) -c
35
29
NORMAL_UNINSTALL = :
36
30
PRE_UNINSTALL = :
37
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
38
33
host_triplet = @host@
 
34
target_triplet = @target@
 
35
subdir = doc
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/gecko.m4 \
 
39
        $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
SOURCES =
 
46
DIST_SOURCES =
 
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
48
        html-recursive info-recursive install-data-recursive \
 
49
        install-dvi-recursive install-exec-recursive \
 
50
        install-html-recursive install-info-recursive \
 
51
        install-pdf-recursive install-ps-recursive install-recursive \
 
52
        installcheck-recursive installdirs-recursive pdf-recursive \
 
53
        ps-recursive uninstall-recursive
 
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
55
  distclean-recursive maintainer-clean-recursive
 
56
ETAGS = etags
 
57
CTAGS = ctags
 
58
DIST_SUBDIRS = $(SUBDIRS)
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
60
ACLOCAL = @ACLOCAL@
40
61
ALL_LINGUAS = @ALL_LINGUAS@
41
 
AMDEP_FALSE = @AMDEP_FALSE@
42
 
AMDEP_TRUE = @AMDEP_TRUE@
43
62
AMTAR = @AMTAR@
44
63
AR = @AR@
45
64
AUTOCONF = @AUTOCONF@
73
92
F77 = @F77@
74
93
FFLAGS = @FFLAGS@
75
94
GCONFTOOL = @GCONFTOOL@
76
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
77
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
78
95
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
79
96
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
97
GECKO = @GECKO@
 
98
GECKO_EXTRA_LIBS = @GECKO_EXTRA_LIBS@
 
99
GECKO_FLAVOUR = @GECKO_FLAVOUR@
 
100
GECKO_GLUE_LIBS = @GECKO_GLUE_LIBS@
 
101
GECKO_HOME = @GECKO_HOME@
 
102
GECKO_INCLUDE_ROOT = @GECKO_INCLUDE_ROOT@
 
103
GECKO_PREFIX = @GECKO_PREFIX@
80
104
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
81
105
GMOFILES = @GMOFILES@
82
106
GMSGFMT = @GMSGFMT@
85
109
GREP = @GREP@
86
110
GTKHTML2_CFLAGS = @GTKHTML2_CFLAGS@
87
111
GTKHTML2_LIBS = @GTKHTML2_LIBS@
 
112
INSTALL = @INSTALL@
88
113
INSTALL_DATA = @INSTALL_DATA@
89
114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
90
115
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
154
LUA_CFLAGS = @LUA_CFLAGS@
130
155
LUA_LIBS = @LUA_LIBS@
131
156
MAINT = @MAINT@
132
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
133
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
134
157
MAKEINFO = @MAKEINFO@
 
158
MKDIR_P = @MKDIR_P@
135
159
MKINSTALLDIRS = @MKINSTALLDIRS@
136
160
MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
137
161
MOZILLA_LIBS = @MOZILLA_LIBS@
138
 
MOZILLA_LIB_ROOT = @MOZILLA_LIB_ROOT@
139
162
MSGFMT = @MSGFMT@
140
163
MSGFMT_OPTS = @MSGFMT_OPTS@
141
164
MSGMERGE = @MSGMERGE@
143
166
NM_CFLAGS = @NM_CFLAGS@
144
167
NM_LIBS = @NM_LIBS@
145
168
OBJEXT = @OBJEXT@
146
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
147
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
148
169
PACKAGE = @PACKAGE@
149
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
171
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
155
176
PACKAGE_VERSION = @PACKAGE_VERSION@
156
177
PATH_SEPARATOR = @PATH_SEPARATOR@
157
178
PKG_CONFIG = @PKG_CONFIG@
158
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
159
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
160
179
POFILES = @POFILES@
161
180
POSUB = @POSUB@
162
181
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
168
187
SO_EXT = @SO_EXT@
169
188
SO_PREFIX = @SO_PREFIX@
170
189
STRIP = @STRIP@
171
 
USE_GNUTLS_FALSE = @USE_GNUTLS_FALSE@
172
 
USE_GNUTLS_TRUE = @USE_GNUTLS_TRUE@
173
190
USE_NLS = @USE_NLS@
174
191
VERSION = @VERSION@
175
192
WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
176
193
WEBKIT_LIBS = @WEBKIT_LIBS@
177
 
WITH_DBUS_FALSE = @WITH_DBUS_FALSE@
178
 
WITH_DBUS_TRUE = @WITH_DBUS_TRUE@
179
 
WITH_GTKHTML2_FALSE = @WITH_GTKHTML2_FALSE@
180
 
WITH_GTKHTML2_TRUE = @WITH_GTKHTML2_TRUE@
181
 
WITH_LIBNOTIFY_FALSE = @WITH_LIBNOTIFY_FALSE@
182
 
WITH_LIBNOTIFY_TRUE = @WITH_LIBNOTIFY_TRUE@
183
 
WITH_LUA_FALSE = @WITH_LUA_FALSE@
184
 
WITH_LUA_TRUE = @WITH_LUA_TRUE@
185
 
WITH_MOZILLA_FALSE = @WITH_MOZILLA_FALSE@
186
 
WITH_MOZILLA_TRUE = @WITH_MOZILLA_TRUE@
187
 
WITH_WEBKIT_FALSE = @WITH_WEBKIT_FALSE@
188
 
WITH_WEBKIT_TRUE = @WITH_WEBKIT_TRUE@
189
 
WITH_XULRUNNER_FALSE = @WITH_XULRUNNER_FALSE@
190
 
WITH_XULRUNNER_TRUE = @WITH_XULRUNNER_TRUE@
191
194
XGETTEXT = @XGETTEXT@
192
195
XMKMF = @XMKMF@
193
196
XULRUNNER_CFLAGS = @XULRUNNER_CFLAGS@
194
 
XULRUNNER_HOME = @XULRUNNER_HOME@
195
197
XULRUNNER_LIBS = @XULRUNNER_LIBS@
196
198
X_CFLAGS = @X_CFLAGS@
197
199
X_EXTRA_LIBS = @X_EXTRA_LIBS@
198
200
X_LIBS = @X_LIBS@
199
201
X_PRE_LIBS = @X_PRE_LIBS@
 
202
abs_builddir = @abs_builddir@
 
203
abs_srcdir = @abs_srcdir@
 
204
abs_top_builddir = @abs_top_builddir@
 
205
abs_top_srcdir = @abs_top_srcdir@
200
206
ac_ct_CC = @ac_ct_CC@
201
207
ac_ct_CXX = @ac_ct_CXX@
202
208
ac_ct_F77 = @ac_ct_F77@
203
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
204
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
205
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
206
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
207
209
am__include = @am__include@
208
210
am__leading_dot = @am__leading_dot@
209
211
am__quote = @am__quote@
 
212
am__tar = @am__tar@
 
213
am__untar = @am__untar@
210
214
bindir = @bindir@
211
215
build = @build@
212
216
build_alias = @build_alias@
213
217
build_cpu = @build_cpu@
214
218
build_os = @build_os@
215
219
build_vendor = @build_vendor@
 
220
builddir = @builddir@
216
221
datadir = @datadir@
217
222
datarootdir = @datarootdir@
218
223
docdir = @docdir@
232
237
localedir = @localedir@
233
238
localstatedir = @localstatedir@
234
239
mandir = @mandir@
 
240
mkdir_p = @mkdir_p@
235
241
oldincludedir = @oldincludedir@
236
242
pdfdir = @pdfdir@
237
243
prefix = @prefix@
239
245
psdir = @psdir@
240
246
sbindir = @sbindir@
241
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
242
249
sysconfdir = @sysconfdir@
243
250
target = @target@
244
251
target_alias = @target_alias@
245
252
target_cpu = @target_cpu@
246
253
target_os = @target_os@
247
254
target_vendor = @target_vendor@
 
255
top_builddir = @top_builddir@
 
256
top_srcdir = @top_srcdir@
248
257
EXTRA_DIST = \
249
258
        Doxyfile
250
259
 
251
 
 
252
260
SUBDIRS = html
253
 
subdir = doc
254
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
255
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
256
 
CONFIG_HEADER = $(top_builddir)/config.h
257
 
CONFIG_CLEAN_FILES =
258
 
DIST_SOURCES =
259
 
 
260
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
261
 
        ps-recursive install-info-recursive uninstall-info-recursive \
262
 
        all-recursive install-data-recursive install-exec-recursive \
263
 
        installdirs-recursive install-recursive uninstall-recursive \
264
 
        check-recursive installcheck-recursive
265
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
266
 
DIST_SUBDIRS = $(SUBDIRS)
267
261
all: all-recursive
268
262
 
269
263
.SUFFIXES:
270
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
264
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
265
        @for dep in $?; do \
 
266
          case '$(am__configure_deps)' in \
 
267
            *$$dep*) \
 
268
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
269
                && exit 0; \
 
270
              exit 1;; \
 
271
          esac; \
 
272
        done; \
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
271
274
        cd $(top_srcdir) && \
272
275
          $(AUTOMAKE) --gnu  doc/Makefile
273
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
274
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
276
.PRECIOUS: Makefile
 
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
278
        @case '$?' in \
 
279
          *config.status*) \
 
280
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
281
          *) \
 
282
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
283
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
284
        esac;
 
285
 
 
286
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
 
 
289
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
291
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
293
 
276
294
mostlyclean-libtool:
277
295
        -rm -f *.lo
279
297
clean-libtool:
280
298
        -rm -rf .libs _libs
281
299
 
282
 
distclean-libtool:
283
 
        -rm -f libtool
284
 
uninstall-info-am:
285
 
 
286
300
# This directory's subdirectories are mostly independent; you can cd
287
301
# into them and run `make' without going through this Makefile.
288
302
# To change the values of `make' variables: instead of editing Makefiles,
290
304
#     (which will cause the Makefiles to be regenerated when you run `make');
291
305
# (2) otherwise, pass the desired values on the `make' command line.
292
306
$(RECURSIVE_TARGETS):
293
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
307
        @failcom='exit 1'; \
 
308
        for f in x $$MAKEFLAGS; do \
 
309
          case $$f in \
 
310
            *=* | --[!k]*);; \
 
311
            *k*) failcom='fail=yes';; \
 
312
          esac; \
 
313
        done; \
294
314
        dot_seen=no; \
295
315
        target=`echo $@ | sed s/-recursive//`; \
296
316
        list='$(SUBDIRS)'; for subdir in $$list; do \
302
322
            local_target="$$target"; \
303
323
          fi; \
304
324
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
305
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
325
          || eval $$failcom; \
306
326
        done; \
307
327
        if test "$$dot_seen" = "no"; then \
308
328
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
309
329
        fi; test -z "$$fail"
310
330
 
311
 
mostlyclean-recursive clean-recursive distclean-recursive \
312
 
maintainer-clean-recursive:
313
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
331
$(RECURSIVE_CLEAN_TARGETS):
 
332
        @failcom='exit 1'; \
 
333
        for f in x $$MAKEFLAGS; do \
 
334
          case $$f in \
 
335
            *=* | --[!k]*);; \
 
336
            *k*) failcom='fail=yes';; \
 
337
          esac; \
 
338
        done; \
314
339
        dot_seen=no; \
315
340
        case "$@" in \
316
341
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
331
356
            local_target="$$target"; \
332
357
          fi; \
333
358
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
359
          || eval $$failcom; \
335
360
        done && test -z "$$fail"
336
361
tags-recursive:
337
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
342
367
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
343
368
        done
344
369
 
345
 
ETAGS = etags
346
 
ETAGSFLAGS =
347
 
 
348
 
CTAGS = ctags
349
 
CTAGSFLAGS =
350
 
 
351
 
tags: TAGS
352
 
 
353
370
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354
371
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355
372
        unique=`for i in $$list; do \
356
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
374
          done | \
358
 
          $(AWK) '    { files[$$0] = 1; } \
359
 
               END { for (i in files) print i; }'`; \
 
375
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
377
        mkid -fID $$unique
 
378
tags: TAGS
361
379
 
362
380
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
381
                $(TAGS_FILES) $(LISP)
364
382
        tags=; \
365
383
        here=`pwd`; \
366
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
384
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367
385
          include_option=--etags-include; \
 
386
          empty_fix=.; \
368
387
        else \
369
388
          include_option=--include; \
 
389
          empty_fix=; \
370
390
        fi; \
371
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
392
          if test "$$subdir" = .; then :; else \
373
 
            test -f $$subdir/TAGS && \
 
393
            test ! -f $$subdir/TAGS || \
374
394
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
375
395
          fi; \
376
396
        done; \
378
398
        unique=`for i in $$list; do \
379
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
400
          done | \
381
 
          $(AWK) '    { files[$$0] = 1; } \
382
 
               END { for (i in files) print i; }'`; \
383
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
384
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385
 
             $$tags $$unique
386
 
 
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
403
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
404
          test -n "$$unique" || unique=$$empty_fix; \
 
405
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
406
            $$tags $$unique; \
 
407
        fi
387
408
ctags: CTAGS
388
409
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
410
                $(TAGS_FILES) $(LISP)
390
411
        tags=; \
391
 
        here=`pwd`; \
392
412
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
413
        unique=`for i in $$list; do \
394
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
415
          done | \
396
 
          $(AWK) '    { files[$$0] = 1; } \
397
 
               END { for (i in files) print i; }'`; \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
418
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
399
419
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400
420
             $$tags $$unique
406
426
 
407
427
distclean-tags:
408
428
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
410
 
 
411
 
top_distdir = ..
412
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
413
429
 
414
430
distdir: $(DISTFILES)
415
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
416
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
417
 
        list='$(DISTFILES)'; for file in $$list; do \
418
 
          case $$file in \
419
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
420
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
421
 
          esac; \
 
431
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
432
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
433
        list='$(DISTFILES)'; \
 
434
          dist_files=`for file in $$list; do echo $$file; done | \
 
435
          sed -e "s|^$$srcdirstrip/||;t" \
 
436
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
437
        case $$dist_files in \
 
438
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
439
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
440
                           sort -u` ;; \
 
441
        esac; \
 
442
        for file in $$dist_files; do \
422
443
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
424
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
425
 
            dir="/$$dir"; \
426
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
427
 
          else \
428
 
            dir=''; \
429
 
          fi; \
430
444
          if test -d $$d/$$file; then \
 
445
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
431
446
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432
447
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
433
448
            fi; \
438
453
            || exit 1; \
439
454
          fi; \
440
455
        done
441
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
456
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
442
457
          if test "$$subdir" = .; then :; else \
443
 
            test -d $(distdir)/$$subdir \
444
 
            || mkdir $(distdir)/$$subdir \
 
458
            test -d "$(distdir)/$$subdir" \
 
459
            || $(MKDIR_P) "$(distdir)/$$subdir" \
445
460
            || exit 1; \
 
461
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
462
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446
463
            (cd $$subdir && \
447
464
              $(MAKE) $(AM_MAKEFLAGS) \
448
 
                top_distdir="$(top_distdir)" \
449
 
                distdir=../$(distdir)/$$subdir \
 
465
                top_distdir="$$top_distdir" \
 
466
                distdir="$$distdir/$$subdir" \
 
467
                am__remove_distdir=: \
 
468
                am__skip_length_check=: \
450
469
                distdir) \
451
470
              || exit 1; \
452
471
          fi; \
456
475
all-am: Makefile
457
476
installdirs: installdirs-recursive
458
477
installdirs-am:
459
 
 
460
478
install: install-recursive
461
479
install-exec: install-exec-recursive
462
480
install-data: install-data-recursive
476
494
clean-generic:
477
495
 
478
496
distclean-generic:
479
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
497
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
480
498
 
481
499
maintainer-clean-generic:
482
500
        @echo "This command is intended for maintainers to use"
487
505
 
488
506
distclean: distclean-recursive
489
507
        -rm -f Makefile
490
 
distclean-am: clean-am distclean-generic distclean-libtool \
491
 
        distclean-tags
 
508
distclean-am: clean-am distclean-generic distclean-tags
492
509
 
493
510
dvi: dvi-recursive
494
511
 
495
512
dvi-am:
496
513
 
 
514
html: html-recursive
 
515
 
497
516
info: info-recursive
498
517
 
499
518
info-am:
500
519
 
501
520
install-data-am:
502
521
 
 
522
install-dvi: install-dvi-recursive
 
523
 
503
524
install-exec-am:
504
525
 
 
526
install-html: install-html-recursive
 
527
 
505
528
install-info: install-info-recursive
506
529
 
507
530
install-man:
508
531
 
 
532
install-pdf: install-pdf-recursive
 
533
 
 
534
install-ps: install-ps-recursive
 
535
 
509
536
installcheck-am:
510
537
 
511
538
maintainer-clean: maintainer-clean-recursive
524
551
 
525
552
ps-am:
526
553
 
527
 
uninstall-am: uninstall-info-am
528
 
 
529
 
uninstall-info: uninstall-info-recursive
530
 
 
531
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
532
 
        clean-generic clean-libtool clean-recursive ctags \
533
 
        ctags-recursive distclean distclean-generic distclean-libtool \
534
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
535
 
        dvi-recursive info info-am info-recursive install install-am \
536
 
        install-data install-data-am install-data-recursive \
537
 
        install-exec install-exec-am install-exec-recursive \
538
 
        install-info install-info-am install-info-recursive install-man \
539
 
        install-recursive install-strip installcheck installcheck-am \
540
 
        installdirs installdirs-am installdirs-recursive \
541
 
        maintainer-clean maintainer-clean-generic \
542
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
543
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
544
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
545
 
        uninstall uninstall-am uninstall-info-am \
546
 
        uninstall-info-recursive uninstall-recursive
 
554
uninstall-am:
 
555
 
 
556
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
557
        install-strip
 
558
 
 
559
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
560
        all all-am check check-am clean clean-generic clean-libtool \
 
561
        ctags ctags-recursive distclean distclean-generic \
 
562
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
563
        html-am info info-am install install-am install-data \
 
564
        install-data-am install-dvi install-dvi-am install-exec \
 
565
        install-exec-am install-html install-html-am install-info \
 
566
        install-info-am install-man install-pdf install-pdf-am \
 
567
        install-ps install-ps-am install-strip installcheck \
 
568
        installcheck-am installdirs installdirs-am maintainer-clean \
 
569
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
570
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
571
        uninstall uninstall-am
547
572
 
548
573
# Tell versions [3.59,3.63) of GNU make to not export all variables.
549
574
# Otherwise a system limit (for SysV at least) may be exceeded.