~ubuntu-branches/ubuntu/vivid/lire/vivid

« back to all changes in this revision

Viewing changes to all/lib/xml/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2009-03-15 08:45:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315084520-fu8dvg0xp7kr1cm2
Tags: 2:2.1-1
* New upstream release.
* debian/control: Made myself maintainer, Wolfgang Sourdeau now is in
  Uploaders.
* debian/control: Update dependency:
  s/libdbd-sqlite2-perl (>= 1:0.33)/libdbd-sqlite3-perl/, add suggests
  sqlite, sqlite3: Lire 2.1 requires DBD::SQLite, which uses SQLite 3.0
  (Debian package "sqlite3").  SQLite 2 (Debian package "sqlite") is no
  longer supported by Lire. If you have one or more old lire stores, you
  will need to convert each of them to the new format, like this:
  sqlite oldstore.db .dump | sqlite3 newstore.db .
  See /usr/share/doc/lire/NEWS.Debian.gz for more information.
* debian/lire.NEWS: document upgrade procedure to SQLite3.
* Acknowledge NMU, thanks a lot Christian Perrier! (Closes: #492180,
  #502291, #492180, #502767).
* debian/po/vi.po: Update Vietnamese translation, thanks to Clytie Siddall
  (Closes: #513586).
* debian/{lire.config,lire.postinst,lire.postrm,lire.preinst}: Support
  upgrades from 2.0.2-3 (etch / current oldstable) or later only.
  - Debconf variables lire/useexistinguser and lire/useexistinggroup have
    been removed < 2.0.2-3; remove code dealing with them from lire.config.
  - Debconf variables "user group filesuser filesgroup leftuser leftgroup
    usingexistinguser usingexistinggroup wronguser wronggroup
    lire_user_not_lire upgradingvariables upgrading_to_15
    upgrating_to_20" have all been removed < 2.0.2-3; remove code dealing
    with them from lire.postinst.
  - Configuration files /etc/lire/*/defaults and /etc/lire/catalog.xml have
    been removed at around 1.1-1.  Remove code dealing with them from
    lire.postrm.
  - Remove code dealing with obsolete Debconf variables lire/user and
    lire/group from lire.preinst
* debian/rules: remove support for patches: we're no longer applying any
  patches since 2.0.1-3.
* control: libmime-perl is superseded by libmime-tools-perl, adjust name.
* debian/control: Update Standards-Version from 3.7.3 to 3.8.0  (no
  changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
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
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../../..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
45
41
DIST_SOURCES =
46
42
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47
43
        html-recursive info-recursive install-data-recursive \
48
 
        install-exec-recursive install-info-recursive \
49
 
        install-recursive installcheck-recursive installdirs-recursive \
50
 
        pdf-recursive ps-recursive uninstall-info-recursive \
51
 
        uninstall-recursive
 
44
        install-dvi-recursive install-exec-recursive \
 
45
        install-html-recursive install-info-recursive \
 
46
        install-pdf-recursive install-ps-recursive install-recursive \
 
47
        installcheck-recursive installdirs-recursive pdf-recursive \
 
48
        ps-recursive uninstall-recursive
 
49
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
50
  distclean-recursive maintainer-clean-recursive
52
51
ETAGS = etags
53
52
CTAGS = ctags
54
53
DIST_SUBDIRS = $(SUBDIRS)
71
70
ECHO_T = @ECHO_T@
72
71
GHOSTSCRIPT = @GHOSTSCRIPT@
73
72
GZIP = @GZIP@
 
73
INSTALL = @INSTALL@
74
74
INSTALL_DATA = @INSTALL_DATA@
75
75
INSTALL_PROGRAM = @INSTALL_PROGRAM@
76
76
INSTALL_SCRIPT = @INSTALL_SCRIPT@
77
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78
 
INSTALL_TIMEZONE_FALSE = @INSTALL_TIMEZONE_FALSE@
79
 
INSTALL_TIMEZONE_TRUE = @INSTALL_TIMEZONE_TRUE@
80
78
JADE = @JADE@
81
79
LAMBDA = @LAMBDA@
82
80
LIBOBJS = @LIBOBJS@
89
87
LTLIBOBJS = @LTLIBOBJS@
90
88
LYNX = @LYNX@
91
89
MAKEINFO = @MAKEINFO@
 
90
MKDIR_P = @MKDIR_P@
92
91
MSGFMT = @MSGFMT@
93
92
MSGMERGE = @MSGMERGE@
94
93
ODVIPS = @ODVIPS@
115
114
XMLCATALOG = @XMLCATALOG@
116
115
XMLLINT = @XMLLINT@
117
116
XSLTPROC = @XSLTPROC@
 
117
abs_builddir = @abs_builddir@
 
118
abs_srcdir = @abs_srcdir@
 
119
abs_top_builddir = @abs_top_builddir@
 
120
abs_top_srcdir = @abs_top_srcdir@
118
121
am__leading_dot = @am__leading_dot@
 
122
am__tar = @am__tar@
 
123
am__untar = @am__untar@
119
124
bindir = @bindir@
120
125
build_alias = @build_alias@
 
126
builddir = @builddir@
121
127
datadir = @datadir@
122
128
datarootdir = @datarootdir@
123
129
docdir = @docdir@
141
147
psdir = @psdir@
142
148
sbindir = @sbindir@
143
149
sharedstatedir = @sharedstatedir@
 
150
srcdir = @srcdir@
144
151
sysconfdir = @sysconfdir@
145
152
target_alias = @target_alias@
 
153
top_builddir = @top_builddir@
 
154
top_srcdir = @top_srcdir@
146
155
SUBDIRS = dtd
147
156
EXTRA_DIST = xml.dcl $(srcdir)/stylesheet/xsl/*.xsl
148
157
all: all-recursive
177
186
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
178
187
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
179
188
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
180
 
uninstall-info-am:
181
189
 
182
190
# This directory's subdirectories are mostly independent; you can cd
183
191
# into them and run `make' without going through this Makefile.
186
194
#     (which will cause the Makefiles to be regenerated when you run `make');
187
195
# (2) otherwise, pass the desired values on the `make' command line.
188
196
$(RECURSIVE_TARGETS):
189
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
197
        @failcom='exit 1'; \
 
198
        for f in x $$MAKEFLAGS; do \
 
199
          case $$f in \
 
200
            *=* | --[!k]*);; \
 
201
            *k*) failcom='fail=yes';; \
 
202
          esac; \
 
203
        done; \
190
204
        dot_seen=no; \
191
205
        target=`echo $@ | sed s/-recursive//`; \
192
206
        list='$(SUBDIRS)'; for subdir in $$list; do \
198
212
            local_target="$$target"; \
199
213
          fi; \
200
214
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
215
          || eval $$failcom; \
202
216
        done; \
203
217
        if test "$$dot_seen" = "no"; then \
204
218
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
205
219
        fi; test -z "$$fail"
206
220
 
207
 
mostlyclean-recursive clean-recursive distclean-recursive \
208
 
maintainer-clean-recursive:
209
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
221
$(RECURSIVE_CLEAN_TARGETS):
 
222
        @failcom='exit 1'; \
 
223
        for f in x $$MAKEFLAGS; do \
 
224
          case $$f in \
 
225
            *=* | --[!k]*);; \
 
226
            *k*) failcom='fail=yes';; \
 
227
          esac; \
 
228
        done; \
210
229
        dot_seen=no; \
211
230
        case "$@" in \
212
231
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
227
246
            local_target="$$target"; \
228
247
          fi; \
229
248
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
230
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
249
          || eval $$failcom; \
231
250
        done && test -z "$$fail"
232
251
tags-recursive:
233
252
        list='$(SUBDIRS)'; for subdir in $$list; do \
243
262
        unique=`for i in $$list; do \
244
263
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245
264
          done | \
246
 
          $(AWK) '    { files[$$0] = 1; } \
247
 
               END { for (i in files) print i; }'`; \
 
265
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
266
              END { if (nonempty) { for (i in files) print i; }; }'`; \
248
267
        mkid -fID $$unique
249
268
tags: TAGS
250
269
 
269
288
        unique=`for i in $$list; do \
270
289
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271
290
          done | \
272
 
          $(AWK) '    { files[$$0] = 1; } \
273
 
               END { for (i in files) print i; }'`; \
 
291
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
292
              END { if (nonempty) { for (i in files) print i; }; }'`; \
274
293
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
275
294
          test -n "$$unique" || unique=$$empty_fix; \
276
295
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280
299
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281
300
                $(TAGS_FILES) $(LISP)
282
301
        tags=; \
283
 
        here=`pwd`; \
284
302
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
285
303
        unique=`for i in $$list; do \
286
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
305
          done | \
288
 
          $(AWK) '    { files[$$0] = 1; } \
289
 
               END { for (i in files) print i; }'`; \
 
306
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
290
308
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
291
309
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
292
310
             $$tags $$unique
300
318
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
301
319
 
302
320
distdir: $(DISTFILES)
303
 
        $(mkdir_p) $(distdir)/$(srcdir)/stylesheet/xsl
304
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
305
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
306
 
        list='$(DISTFILES)'; for file in $$list; do \
307
 
          case $$file in \
308
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
309
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
310
 
          esac; \
 
321
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
322
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
323
        list='$(DISTFILES)'; \
 
324
          dist_files=`for file in $$list; do echo $$file; done | \
 
325
          sed -e "s|^$$srcdirstrip/||;t" \
 
326
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
327
        case $$dist_files in \
 
328
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
329
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
330
                           sort -u` ;; \
 
331
        esac; \
 
332
        for file in $$dist_files; do \
311
333
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
312
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
313
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
314
 
            dir="/$$dir"; \
315
 
            $(mkdir_p) "$(distdir)$$dir"; \
316
 
          else \
317
 
            dir=''; \
318
 
          fi; \
319
334
          if test -d $$d/$$file; then \
 
335
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
320
336
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
321
337
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
322
338
            fi; \
327
343
            || exit 1; \
328
344
          fi; \
329
345
        done
330
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
346
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
331
347
          if test "$$subdir" = .; then :; else \
332
348
            test -d "$(distdir)/$$subdir" \
333
 
            || mkdir "$(distdir)/$$subdir" \
 
349
            || $(MKDIR_P) "$(distdir)/$$subdir" \
334
350
            || exit 1; \
 
351
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
352
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
335
353
            (cd $$subdir && \
336
354
              $(MAKE) $(AM_MAKEFLAGS) \
337
 
                top_distdir="../$(top_distdir)" \
338
 
                distdir="../$(distdir)/$$subdir" \
 
355
                top_distdir="$$top_distdir" \
 
356
                distdir="$$distdir/$$subdir" \
 
357
                am__remove_distdir=: \
 
358
                am__skip_length_check=: \
339
359
                distdir) \
340
360
              || exit 1; \
341
361
          fi; \
364
384
clean-generic:
365
385
 
366
386
distclean-generic:
367
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
387
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
368
388
 
369
389
maintainer-clean-generic:
370
390
        @echo "This command is intended for maintainers to use"
389
409
 
390
410
install-data-am:
391
411
 
 
412
install-dvi: install-dvi-recursive
 
413
 
392
414
install-exec-am:
393
415
 
 
416
install-html: install-html-recursive
 
417
 
394
418
install-info: install-info-recursive
395
419
 
396
420
install-man:
397
421
 
 
422
install-pdf: install-pdf-recursive
 
423
 
 
424
install-ps: install-ps-recursive
 
425
 
398
426
installcheck-am:
399
427
 
400
428
maintainer-clean: maintainer-clean-recursive
413
441
 
414
442
ps-am:
415
443
 
416
 
uninstall-am: uninstall-info-am
417
 
 
418
 
uninstall-info: uninstall-info-recursive
419
 
 
420
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
421
 
        clean clean-generic clean-recursive ctags ctags-recursive \
422
 
        distclean distclean-generic distclean-recursive distclean-tags \
 
444
uninstall-am:
 
445
 
 
446
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
447
        install-strip
 
448
 
 
449
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
450
        all all-am check check-am clean clean-generic ctags \
 
451
        ctags-recursive distclean distclean-generic distclean-tags \
423
452
        distdir dvi dvi-am html html-am info info-am install \
424
 
        install-am install-data install-data-am install-exec \
425
 
        install-exec-am install-info install-info-am install-man \
 
453
        install-am install-data install-data-am install-dvi \
 
454
        install-dvi-am install-exec install-exec-am install-html \
 
455
        install-html-am install-info install-info-am install-man \
 
456
        install-pdf install-pdf-am install-ps install-ps-am \
426
457
        install-strip installcheck installcheck-am installdirs \
427
458
        installdirs-am maintainer-clean maintainer-clean-generic \
428
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
429
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
430
 
        uninstall uninstall-am uninstall-info-am
 
459
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
460
        tags-recursive uninstall uninstall-am
431
461
 
432
462
# Tell versions [3.59,3.63) of GNU make to not export all variables.
433
463
# Otherwise a system limit (for SysV at least) may be exceeded.