~ubuntu-branches/ubuntu/wily/synaptic/wily-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-02-06 19:16:45 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120206191645-t5h10gg9tp735za1
Tags: 0.75.5~exp3
* move to dh8
* modernize packaging
* debian/patches/11_use-pkexec.dpatch:
  - merged to have pkexec as a additional auth mechanism, thanks
    to Marc Deslaurier (closes: #648311)
* common/rpackagelister.{cc,h}:
  - add new "Synaptic::ShowAllMultiArch" config option that control
    if all multiarch packages are displayed or only those that are
    not available for the native arch
* common/rpackageview.{cc,hh}:
  - add ArchitectureView on the main left on multiarch systems

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.2 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, 2010, 2011 Free Software
6
 
# Foundation, 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
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
subdir = doc
35
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38
 
        $(top_srcdir)/configure.in
39
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
 
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(install_sh) -d
42
 
CONFIG_HEADER = $(top_builddir)/config.h
43
 
CONFIG_CLEAN_FILES =
44
 
CONFIG_CLEAN_VPATH_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
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
58
 
        distdir
59
 
ETAGS = etags
60
 
CTAGS = ctags
61
 
DIST_SUBDIRS = $(SUBDIRS)
62
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
 
am__relativize = \
64
 
  dir0=`pwd`; \
65
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66
 
  sed_rest='s,^[^/]*/*,,'; \
67
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68
 
  sed_butlast='s,/*[^/]*$$,,'; \
69
 
  while test -n "$$dir1"; do \
70
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71
 
    if test "$$first" != "."; then \
72
 
      if test "$$first" = ".."; then \
73
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
75
 
      else \
76
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77
 
        if test "$$first2" = "$$first"; then \
78
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
79
 
        else \
80
 
          dir2="../$$dir2"; \
81
 
        fi; \
82
 
        dir0="$$dir0"/"$$first"; \
83
 
      fi; \
84
 
    fi; \
85
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
86
 
  done; \
87
 
  reldir="$$dir2"
88
 
ACLOCAL = @ACLOCAL@
89
 
ALL_LINGUAS = @ALL_LINGUAS@
90
 
AMTAR = @AMTAR@
91
 
AUTOCONF = @AUTOCONF@
92
 
AUTOHEADER = @AUTOHEADER@
93
 
AUTOMAKE = @AUTOMAKE@
94
 
AWK = @AWK@
95
 
BUILD_gtk = @BUILD_gtk@
96
 
CATALOGS = @CATALOGS@
97
 
CATOBJEXT = @CATOBJEXT@
98
 
CC = @CC@
99
 
CCDEPMODE = @CCDEPMODE@
100
 
CFLAGS = @CFLAGS@
101
 
CPP = @CPP@
102
 
CPPFLAGS = @CPPFLAGS@
103
 
CXX = @CXX@
104
 
CXXCPP = @CXXCPP@
105
 
CXXDEPMODE = @CXXDEPMODE@
106
 
CXXFLAGS = @CXXFLAGS@
107
 
CYGPATH_W = @CYGPATH_W@
108
 
DATADIRNAME = @DATADIRNAME@
109
 
DEB_HDRS = @DEB_HDRS@
110
 
DEB_LIBS = @DEB_LIBS@
111
 
DEFS = @DEFS@
112
 
DEPDIR = @DEPDIR@
113
 
ECHO_C = @ECHO_C@
114
 
ECHO_N = @ECHO_N@
115
 
ECHO_T = @ECHO_T@
116
 
EGREP = @EGREP@
117
 
EXEEXT = @EXEEXT@
118
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
119
 
GMOFILES = @GMOFILES@
120
 
GMSGFMT = @GMSGFMT@
121
 
GREP = @GREP@
122
 
GTK_CFLAGS = @GTK_CFLAGS@
123
 
GTK_DISABLE_DEPRECATED = @GTK_DISABLE_DEPRECATED@
124
 
GTK_LIBS = @GTK_LIBS@
125
 
INSTALL = @INSTALL@
126
 
INSTALL_DATA = @INSTALL_DATA@
127
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130
 
INSTOBJEXT = @INSTOBJEXT@
131
 
INTLLIBS = @INTLLIBS@
132
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
133
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
134
 
INTLTOOL_PERL = @INTLTOOL_PERL@
135
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
136
 
LDFLAGS = @LDFLAGS@
137
 
LIBEPT_CFLAGS = @LIBEPT_CFLAGS@
138
 
LIBEPT_LIBS = @LIBEPT_LIBS@
139
 
LIBOBJS = @LIBOBJS@
140
 
LIBS = @LIBS@
141
 
LP_CFLAGS = @LP_CFLAGS@
142
 
LP_LIBS = @LP_LIBS@
143
 
LTLIBOBJS = @LTLIBOBJS@
144
 
MAINT = @MAINT@
145
 
MAKEINFO = @MAKEINFO@
146
 
MKDIR_P = @MKDIR_P@
147
 
MKINSTALLDIRS = @MKINSTALLDIRS@
148
 
MSGFMT = @MSGFMT@
149
 
MSGFMT_OPTS = @MSGFMT_OPTS@
150
 
MSGMERGE = @MSGMERGE@
151
 
OBJEXT = @OBJEXT@
152
 
PACKAGE = @PACKAGE@
153
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154
 
PACKAGE_NAME = @PACKAGE_NAME@
155
 
PACKAGE_STRING = @PACKAGE_STRING@
156
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
 
PACKAGE_URL = @PACKAGE_URL@
158
 
PACKAGE_VERSION = @PACKAGE_VERSION@
159
 
PATH_SEPARATOR = @PATH_SEPARATOR@
160
 
PKG_CONFIG = @PKG_CONFIG@
161
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
162
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
163
 
POFILES = @POFILES@
164
 
POSUB = @POSUB@
165
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
166
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
167
 
RANLIB = @RANLIB@
168
 
RPM_HDRS = @RPM_HDRS@
169
 
RPM_LIBS = @RPM_LIBS@
170
 
SET_MAKE = @SET_MAKE@
171
 
SHELL = @SHELL@
172
 
STRIP = @STRIP@
173
 
USE_NLS = @USE_NLS@
174
 
VERSION = @VERSION@
175
 
VTE_CFLAGS = @VTE_CFLAGS@
176
 
VTE_LIBS = @VTE_LIBS@
177
 
XGETTEXT = @XGETTEXT@
178
 
abs_builddir = @abs_builddir@
179
 
abs_srcdir = @abs_srcdir@
180
 
abs_top_builddir = @abs_top_builddir@
181
 
abs_top_srcdir = @abs_top_srcdir@
182
 
ac_ct_CC = @ac_ct_CC@
183
 
ac_ct_CXX = @ac_ct_CXX@
184
 
am__include = @am__include@
185
 
am__leading_dot = @am__leading_dot@
186
 
am__quote = @am__quote@
187
 
am__tar = @am__tar@
188
 
am__untar = @am__untar@
189
 
bindir = @bindir@
190
 
build_alias = @build_alias@
191
 
builddir = @builddir@
192
 
datadir = @datadir@
193
 
datarootdir = @datarootdir@
194
 
docdir = @docdir@
195
 
dvidir = @dvidir@
196
 
exec_prefix = @exec_prefix@
197
 
host_alias = @host_alias@
198
 
htmldir = @htmldir@
199
 
includedir = @includedir@
200
 
infodir = @infodir@
201
 
install_sh = @install_sh@
202
 
libdir = @libdir@
203
 
libexecdir = @libexecdir@
204
 
localedir = @localedir@
205
 
localstatedir = @localstatedir@
206
 
mandir = @mandir@
207
 
mkdir_p = @mkdir_p@
208
 
oldincludedir = @oldincludedir@
209
 
pdfdir = @pdfdir@
210
 
prefix = @prefix@
211
 
program_transform_name = @program_transform_name@
212
 
psdir = @psdir@
213
 
sbindir = @sbindir@
214
 
sharedstatedir = @sharedstatedir@
215
 
srcdir = @srcdir@
216
 
synapticlocaledir = @synapticlocaledir@
217
 
sysconfdir = @sysconfdir@
218
 
target_alias = @target_alias@
219
 
top_build_prefix = @top_build_prefix@
220
 
top_builddir = @top_builddir@
221
 
top_srcdir = @top_srcdir@
222
 
SUBDIRS = html
223
 
all: all-recursive
224
 
 
225
 
.SUFFIXES:
226
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
227
 
        @for dep in $?; do \
228
 
          case '$(am__configure_deps)' in \
229
 
            *$$dep*) \
230
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
231
 
                && { if test -f $@; then exit 0; else break; fi; }; \
232
 
              exit 1;; \
233
 
          esac; \
234
 
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
236
 
        $(am__cd) $(top_srcdir) && \
237
 
          $(AUTOMAKE) --gnu doc/Makefile
238
 
.PRECIOUS: Makefile
239
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
 
        @case '$?' in \
241
 
          *config.status*) \
242
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243
 
          *) \
244
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246
 
        esac;
247
 
 
248
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
 
 
251
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
$(am__aclocal_m4_deps):
256
 
 
257
 
# This directory's subdirectories are mostly independent; you can cd
258
 
# into them and run `make' without going through this Makefile.
259
 
# To change the values of `make' variables: instead of editing Makefiles,
260
 
# (1) if the variable is set in `config.status', edit `config.status'
261
 
#     (which will cause the Makefiles to be regenerated when you run `make');
262
 
# (2) otherwise, pass the desired values on the `make' command line.
263
 
$(RECURSIVE_TARGETS):
264
 
        @fail= failcom='exit 1'; \
265
 
        for f in x $$MAKEFLAGS; do \
266
 
          case $$f in \
267
 
            *=* | --[!k]*);; \
268
 
            *k*) failcom='fail=yes';; \
269
 
          esac; \
270
 
        done; \
271
 
        dot_seen=no; \
272
 
        target=`echo $@ | sed s/-recursive//`; \
273
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
274
 
          echo "Making $$target in $$subdir"; \
275
 
          if test "$$subdir" = "."; then \
276
 
            dot_seen=yes; \
277
 
            local_target="$$target-am"; \
278
 
          else \
279
 
            local_target="$$target"; \
280
 
          fi; \
281
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282
 
          || eval $$failcom; \
283
 
        done; \
284
 
        if test "$$dot_seen" = "no"; then \
285
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
286
 
        fi; test -z "$$fail"
287
 
 
288
 
$(RECURSIVE_CLEAN_TARGETS):
289
 
        @fail= failcom='exit 1'; \
290
 
        for f in x $$MAKEFLAGS; do \
291
 
          case $$f in \
292
 
            *=* | --[!k]*);; \
293
 
            *k*) failcom='fail=yes';; \
294
 
          esac; \
295
 
        done; \
296
 
        dot_seen=no; \
297
 
        case "$@" in \
298
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
299
 
          *) list='$(SUBDIRS)' ;; \
300
 
        esac; \
301
 
        rev=''; for subdir in $$list; do \
302
 
          if test "$$subdir" = "."; then :; else \
303
 
            rev="$$subdir $$rev"; \
304
 
          fi; \
305
 
        done; \
306
 
        rev="$$rev ."; \
307
 
        target=`echo $@ | sed s/-recursive//`; \
308
 
        for subdir in $$rev; do \
309
 
          echo "Making $$target in $$subdir"; \
310
 
          if test "$$subdir" = "."; then \
311
 
            local_target="$$target-am"; \
312
 
          else \
313
 
            local_target="$$target"; \
314
 
          fi; \
315
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316
 
          || eval $$failcom; \
317
 
        done && test -z "$$fail"
318
 
tags-recursive:
319
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
320
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321
 
        done
322
 
ctags-recursive:
323
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
324
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325
 
        done
326
 
 
327
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
 
        unique=`for i in $$list; do \
330
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
 
          done | \
332
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
 
        mkid -fID $$unique
335
 
tags: TAGS
336
 
 
337
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
 
                $(TAGS_FILES) $(LISP)
339
 
        set x; \
340
 
        here=`pwd`; \
341
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
342
 
          include_option=--etags-include; \
343
 
          empty_fix=.; \
344
 
        else \
345
 
          include_option=--include; \
346
 
          empty_fix=; \
347
 
        fi; \
348
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
 
          if test "$$subdir" = .; then :; else \
350
 
            test ! -f $$subdir/TAGS || \
351
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
352
 
          fi; \
353
 
        done; \
354
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355
 
        unique=`for i in $$list; do \
356
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
 
          done | \
358
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
 
        shift; \
361
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
362
 
          test -n "$$unique" || unique=$$empty_fix; \
363
 
          if test $$# -gt 0; then \
364
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
 
              "$$@" $$unique; \
366
 
          else \
367
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
 
              $$unique; \
369
 
          fi; \
370
 
        fi
371
 
ctags: CTAGS
372
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
 
                $(TAGS_FILES) $(LISP)
374
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375
 
        unique=`for i in $$list; do \
376
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
 
          done | \
378
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
 
        test -z "$(CTAGS_ARGS)$$unique" \
381
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382
 
             $$unique
383
 
 
384
 
GTAGS:
385
 
        here=`$(am__cd) $(top_builddir) && pwd` \
386
 
          && $(am__cd) $(top_srcdir) \
387
 
          && gtags -i $(GTAGS_ARGS) "$$here"
388
 
 
389
 
distclean-tags:
390
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
 
 
392
 
distdir: $(DISTFILES)
393
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395
 
        list='$(DISTFILES)'; \
396
 
          dist_files=`for file in $$list; do echo $$file; done | \
397
 
          sed -e "s|^$$srcdirstrip/||;t" \
398
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
399
 
        case $$dist_files in \
400
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
401
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
402
 
                           sort -u` ;; \
403
 
        esac; \
404
 
        for file in $$dist_files; do \
405
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406
 
          if test -d $$d/$$file; then \
407
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
408
 
            if test -d "$(distdir)/$$file"; then \
409
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410
 
            fi; \
411
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414
 
            fi; \
415
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416
 
          else \
417
 
            test -f "$(distdir)/$$file" \
418
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
419
 
            || exit 1; \
420
 
          fi; \
421
 
        done
422
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423
 
          if test "$$subdir" = .; then :; else \
424
 
            test -d "$(distdir)/$$subdir" \
425
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
426
 
            || exit 1; \
427
 
          fi; \
428
 
        done
429
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
430
 
          if test "$$subdir" = .; then :; else \
431
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
432
 
            $(am__relativize); \
433
 
            new_distdir=$$reldir; \
434
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
435
 
            $(am__relativize); \
436
 
            new_top_distdir=$$reldir; \
437
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
438
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
439
 
            ($(am__cd) $$subdir && \
440
 
              $(MAKE) $(AM_MAKEFLAGS) \
441
 
                top_distdir="$$new_top_distdir" \
442
 
                distdir="$$new_distdir" \
443
 
                am__remove_distdir=: \
444
 
                am__skip_length_check=: \
445
 
                am__skip_mode_fix=: \
446
 
                distdir) \
447
 
              || exit 1; \
448
 
          fi; \
449
 
        done
450
 
check-am: all-am
451
 
check: check-recursive
452
 
all-am: Makefile
453
 
installdirs: installdirs-recursive
454
 
installdirs-am:
455
 
install: install-recursive
456
 
install-exec: install-exec-recursive
457
 
install-data: install-data-recursive
458
 
uninstall: uninstall-recursive
459
 
 
460
 
install-am: all-am
461
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
462
 
 
463
 
installcheck: installcheck-recursive
464
 
install-strip:
465
 
        if test -z '$(STRIP)'; then \
466
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
467
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
468
 
              install; \
469
 
        else \
470
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
473
 
        fi
474
 
mostlyclean-generic:
475
 
 
476
 
clean-generic:
477
 
 
478
 
distclean-generic:
479
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
480
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481
 
 
482
 
maintainer-clean-generic:
483
 
        @echo "This command is intended for maintainers to use"
484
 
        @echo "it deletes files that may require special tools to rebuild."
485
 
clean: clean-recursive
486
 
 
487
 
clean-am: clean-generic mostlyclean-am
488
 
 
489
 
distclean: distclean-recursive
490
 
        -rm -f Makefile
491
 
distclean-am: clean-am distclean-generic distclean-tags
492
 
 
493
 
dvi: dvi-recursive
494
 
 
495
 
dvi-am:
496
 
 
497
 
html: html-recursive
498
 
 
499
 
html-am:
500
 
 
501
 
info: info-recursive
502
 
 
503
 
info-am:
504
 
 
505
 
install-data-am:
506
 
 
507
 
install-dvi: install-dvi-recursive
508
 
 
509
 
install-dvi-am:
510
 
 
511
 
install-exec-am:
512
 
 
513
 
install-html: install-html-recursive
514
 
 
515
 
install-html-am:
516
 
 
517
 
install-info: install-info-recursive
518
 
 
519
 
install-info-am:
520
 
 
521
 
install-man:
522
 
 
523
 
install-pdf: install-pdf-recursive
524
 
 
525
 
install-pdf-am:
526
 
 
527
 
install-ps: install-ps-recursive
528
 
 
529
 
install-ps-am:
530
 
 
531
 
installcheck-am:
532
 
 
533
 
maintainer-clean: maintainer-clean-recursive
534
 
        -rm -f Makefile
535
 
maintainer-clean-am: distclean-am maintainer-clean-generic
536
 
 
537
 
mostlyclean: mostlyclean-recursive
538
 
 
539
 
mostlyclean-am: mostlyclean-generic
540
 
 
541
 
pdf: pdf-recursive
542
 
 
543
 
pdf-am:
544
 
 
545
 
ps: ps-recursive
546
 
 
547
 
ps-am:
548
 
 
549
 
uninstall-am:
550
 
 
551
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
552
 
        install-am install-strip tags-recursive
553
 
 
554
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
555
 
        all all-am check check-am clean clean-generic ctags \
556
 
        ctags-recursive distclean distclean-generic distclean-tags \
557
 
        distdir dvi dvi-am html html-am info info-am install \
558
 
        install-am install-data install-data-am install-dvi \
559
 
        install-dvi-am install-exec install-exec-am install-html \
560
 
        install-html-am install-info install-info-am install-man \
561
 
        install-pdf install-pdf-am install-ps install-ps-am \
562
 
        install-strip installcheck installcheck-am installdirs \
563
 
        installdirs-am maintainer-clean maintainer-clean-generic \
564
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
565
 
        tags-recursive uninstall uninstall-am
566
 
 
567
 
 
568
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
569
 
# Otherwise a system limit (for SysV at least) may be exceeded.
570
 
.NOEXPORT: