~ubuntu-branches/ubuntu/vivid/aptitude/vivid

« back to all changes in this revision

Viewing changes to .pc/0003-Uniformly-use-srcdir-when-grabbing-files-for-install.patch/doc/fr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-22 12:32:56 UTC
  • mfrom: (1.8.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110622123256-8aox9w9ch3x72dci
Tags: 0.6.4-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/05aptitude: never autoremove kernels
  - drop aptitude-doc to Suggests
  - 03_branding.dpatch: ubuntu branding
  - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
  - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
    into errors by -Werror) triggered by Ubuntu's default of
    -D_FORTIFY_SOURCE=2.
  - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
    to not refer to su.
  - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
    correct place for further info
  - 14_html2text_preferred.dpatch: switch back to html2text in favor of
    elinks, since html2text is in main and elinks isn't.
* dropped 01_intltool_update.dpatch
* updated 15_ftbfs_new_apt

Show diffs side-by-side

added added

removed removed

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