~ubuntu-branches/ubuntu/maverick/gnome-user-docs/maverick-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-30 05:50:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090330055000-si736sbtcvfgiuai
Tags: 2.26.0+svn20090323ubuntu2
* Fix Vcs-Bzr field to point at the current branch
* debian/control*, debian/rules, debian/gnome-user-guide.install:
  build per-language packages with a dependency on a common
  gnome-user-guide package, letting language packs pull in the
  appropriate languages and saving space on the CDs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
subdir = .
33
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
 
        $(srcdir)/Makefile.in $(srcdir)/gnome-user-docs.spec.in \
35
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
36
 
        install-sh missing
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
39
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
 
        $(ACLOCAL_M4)
41
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
42
 
 configure.lineno config.status.lineno
43
 
mkinstalldirs = $(install_sh) -d
44
 
CONFIG_CLEAN_FILES = gnome-user-docs.spec
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)
60
 
distdir = $(PACKAGE)-$(VERSION)
61
 
top_distdir = $(distdir)
62
 
am__remove_distdir = \
63
 
  { test ! -d $(distdir) \
64
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
65
 
         && rm -fr $(distdir); }; }
66
 
DIST_ARCHIVES = $(distdir).tar.gz
67
 
GZIP_ENV = --best
68
 
distuninstallcheck_listfiles = find . -type f -print
69
 
distcleancheck_listfiles = find . -type f -print
70
 
ACLOCAL = @ACLOCAL@
71
 
AMTAR = @AMTAR@
72
 
AUTOCONF = @AUTOCONF@
73
 
AUTOHEADER = @AUTOHEADER@
74
 
AUTOMAKE = @AUTOMAKE@
75
 
AWK = @AWK@
76
 
CYGPATH_W = @CYGPATH_W@
77
 
DEFS = @DEFS@
78
 
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
79
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
80
 
ECHO_C = @ECHO_C@
81
 
ECHO_N = @ECHO_N@
82
 
ECHO_T = @ECHO_T@
83
 
GNOME2_USER_DOCS_CFLAGS = @GNOME2_USER_DOCS_CFLAGS@
84
 
GNOME2_USER_DOCS_LIBS = @GNOME2_USER_DOCS_LIBS@
85
 
HELP_DIR = @HELP_DIR@
86
 
INSTALL = @INSTALL@
87
 
INSTALL_DATA = @INSTALL_DATA@
88
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
90
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91
 
LIBOBJS = @LIBOBJS@
92
 
LIBS = @LIBS@
93
 
LN_S = @LN_S@
94
 
LTLIBOBJS = @LTLIBOBJS@
95
 
MAINT = @MAINT@
96
 
MAKEINFO = @MAKEINFO@
97
 
MKDIR_P = @MKDIR_P@
98
 
OMF_DIR = @OMF_DIR@
99
 
PACKAGE = @PACKAGE@
100
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101
 
PACKAGE_NAME = @PACKAGE_NAME@
102
 
PACKAGE_STRING = @PACKAGE_STRING@
103
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
104
 
PACKAGE_VERSION = @PACKAGE_VERSION@
105
 
PATH_SEPARATOR = @PATH_SEPARATOR@
106
 
PKG_CONFIG = @PKG_CONFIG@
107
 
SET_MAKE = @SET_MAKE@
108
 
SHELL = @SHELL@
109
 
STRIP = @STRIP@
110
 
VERSION = @VERSION@
111
 
abs_builddir = @abs_builddir@
112
 
abs_srcdir = @abs_srcdir@
113
 
abs_top_builddir = @abs_top_builddir@
114
 
abs_top_srcdir = @abs_top_srcdir@
115
 
am__leading_dot = @am__leading_dot@
116
 
am__tar = @am__tar@
117
 
am__untar = @am__untar@
118
 
bindir = @bindir@
119
 
build_alias = @build_alias@
120
 
builddir = @builddir@
121
 
datadir = @datadir@
122
 
datarootdir = @datarootdir@
123
 
docdir = @docdir@
124
 
dvidir = @dvidir@
125
 
exec_prefix = @exec_prefix@
126
 
host_alias = @host_alias@
127
 
htmldir = @htmldir@
128
 
includedir = @includedir@
129
 
infodir = @infodir@
130
 
install_sh = @install_sh@
131
 
libdir = @libdir@
132
 
libexecdir = @libexecdir@
133
 
localedir = @localedir@
134
 
localstatedir = @localstatedir@
135
 
mandir = @mandir@
136
 
mkdir_p = @mkdir_p@
137
 
oldincludedir = @oldincludedir@
138
 
pdfdir = @pdfdir@
139
 
prefix = @prefix@
140
 
program_transform_name = @program_transform_name@
141
 
psdir = @psdir@
142
 
sbindir = @sbindir@
143
 
sharedstatedir = @sharedstatedir@
144
 
srcdir = @srcdir@
145
 
sysconfdir = @sysconfdir@
146
 
target_alias = @target_alias@
147
 
top_build_prefix = @top_build_prefix@
148
 
top_builddir = @top_builddir@
149
 
top_srcdir = @top_srcdir@
150
 
SUBDIRS = \
151
 
        gnome2-user-guide               \
152
 
        gnome2-accessibility-guide      \
153
 
        gnome2-system-admin-guide
154
 
 
155
 
EXTRA_DIST = COPYING-DOCS gnome-doc-utils.make
156
 
DISTCLEANFILES = gnome-doc-utils.make
157
 
all: all-recursive
158
 
 
159
 
.SUFFIXES:
160
 
am--refresh:
161
 
        @:
162
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
163
 
        @for dep in $?; do \
164
 
          case '$(am__configure_deps)' in \
165
 
            *$$dep*) \
166
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
167
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
168
 
                && exit 0; \
169
 
              exit 1;; \
170
 
          esac; \
171
 
        done; \
172
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
173
 
        cd $(top_srcdir) && \
174
 
          $(AUTOMAKE) --gnu  Makefile
175
 
.PRECIOUS: Makefile
176
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
177
 
        @case '$?' in \
178
 
          *config.status*) \
179
 
            echo ' $(SHELL) ./config.status'; \
180
 
            $(SHELL) ./config.status;; \
181
 
          *) \
182
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
183
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
184
 
        esac;
185
 
 
186
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
187
 
        $(SHELL) ./config.status --recheck
188
 
 
189
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
190
 
        cd $(srcdir) && $(AUTOCONF)
191
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
193
 
gnome-user-docs.spec: $(top_builddir)/config.status $(srcdir)/gnome-user-docs.spec.in
194
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
195
 
 
196
 
# This directory's subdirectories are mostly independent; you can cd
197
 
# into them and run `make' without going through this Makefile.
198
 
# To change the values of `make' variables: instead of editing Makefiles,
199
 
# (1) if the variable is set in `config.status', edit `config.status'
200
 
#     (which will cause the Makefiles to be regenerated when you run `make');
201
 
# (2) otherwise, pass the desired values on the `make' command line.
202
 
$(RECURSIVE_TARGETS):
203
 
        @failcom='exit 1'; \
204
 
        for f in x $$MAKEFLAGS; do \
205
 
          case $$f in \
206
 
            *=* | --[!k]*);; \
207
 
            *k*) failcom='fail=yes';; \
208
 
          esac; \
209
 
        done; \
210
 
        dot_seen=no; \
211
 
        target=`echo $@ | sed s/-recursive//`; \
212
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
213
 
          echo "Making $$target in $$subdir"; \
214
 
          if test "$$subdir" = "."; then \
215
 
            dot_seen=yes; \
216
 
            local_target="$$target-am"; \
217
 
          else \
218
 
            local_target="$$target"; \
219
 
          fi; \
220
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
221
 
          || eval $$failcom; \
222
 
        done; \
223
 
        if test "$$dot_seen" = "no"; then \
224
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
225
 
        fi; test -z "$$fail"
226
 
 
227
 
$(RECURSIVE_CLEAN_TARGETS):
228
 
        @failcom='exit 1'; \
229
 
        for f in x $$MAKEFLAGS; do \
230
 
          case $$f in \
231
 
            *=* | --[!k]*);; \
232
 
            *k*) failcom='fail=yes';; \
233
 
          esac; \
234
 
        done; \
235
 
        dot_seen=no; \
236
 
        case "$@" in \
237
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
238
 
          *) list='$(SUBDIRS)' ;; \
239
 
        esac; \
240
 
        rev=''; for subdir in $$list; do \
241
 
          if test "$$subdir" = "."; then :; else \
242
 
            rev="$$subdir $$rev"; \
243
 
          fi; \
244
 
        done; \
245
 
        rev="$$rev ."; \
246
 
        target=`echo $@ | sed s/-recursive//`; \
247
 
        for subdir in $$rev; do \
248
 
          echo "Making $$target in $$subdir"; \
249
 
          if test "$$subdir" = "."; then \
250
 
            local_target="$$target-am"; \
251
 
          else \
252
 
            local_target="$$target"; \
253
 
          fi; \
254
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
255
 
          || eval $$failcom; \
256
 
        done && test -z "$$fail"
257
 
tags-recursive:
258
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
259
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
260
 
        done
261
 
ctags-recursive:
262
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
263
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
264
 
        done
265
 
 
266
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
267
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
268
 
        unique=`for i in $$list; do \
269
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270
 
          done | \
271
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
272
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
273
 
        mkid -fID $$unique
274
 
tags: TAGS
275
 
 
276
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
277
 
                $(TAGS_FILES) $(LISP)
278
 
        tags=; \
279
 
        here=`pwd`; \
280
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
281
 
          include_option=--etags-include; \
282
 
          empty_fix=.; \
283
 
        else \
284
 
          include_option=--include; \
285
 
          empty_fix=; \
286
 
        fi; \
287
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
288
 
          if test "$$subdir" = .; then :; else \
289
 
            test ! -f $$subdir/TAGS || \
290
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
291
 
          fi; \
292
 
        done; \
293
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
294
 
        unique=`for i in $$list; do \
295
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296
 
          done | \
297
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
298
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
299
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
300
 
          test -n "$$unique" || unique=$$empty_fix; \
301
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
302
 
            $$tags $$unique; \
303
 
        fi
304
 
ctags: CTAGS
305
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
306
 
                $(TAGS_FILES) $(LISP)
307
 
        tags=; \
308
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
309
 
        unique=`for i in $$list; do \
310
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
 
          done | \
312
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
313
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
314
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
315
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
316
 
             $$tags $$unique
317
 
 
318
 
GTAGS:
319
 
        here=`$(am__cd) $(top_builddir) && pwd` \
320
 
          && cd $(top_srcdir) \
321
 
          && gtags -i $(GTAGS_ARGS) $$here
322
 
 
323
 
distclean-tags:
324
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325
 
 
326
 
distdir: $(DISTFILES)
327
 
        $(am__remove_distdir)
328
 
        test -d $(distdir) || mkdir $(distdir)
329
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331
 
        list='$(DISTFILES)'; \
332
 
          dist_files=`for file in $$list; do echo $$file; done | \
333
 
          sed -e "s|^$$srcdirstrip/||;t" \
334
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
335
 
        case $$dist_files in \
336
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
337
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
338
 
                           sort -u` ;; \
339
 
        esac; \
340
 
        for file in $$dist_files; do \
341
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
342
 
          if test -d $$d/$$file; then \
343
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
344
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
345
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
346
 
            fi; \
347
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
348
 
          else \
349
 
            test -f $(distdir)/$$file \
350
 
            || cp -p $$d/$$file $(distdir)/$$file \
351
 
            || exit 1; \
352
 
          fi; \
353
 
        done
354
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
355
 
          if test "$$subdir" = .; then :; else \
356
 
            test -d "$(distdir)/$$subdir" \
357
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
358
 
            || exit 1; \
359
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
360
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
361
 
            (cd $$subdir && \
362
 
              $(MAKE) $(AM_MAKEFLAGS) \
363
 
                top_distdir="$$top_distdir" \
364
 
                distdir="$$distdir/$$subdir" \
365
 
                am__remove_distdir=: \
366
 
                am__skip_length_check=: \
367
 
                distdir) \
368
 
              || exit 1; \
369
 
          fi; \
370
 
        done
371
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
372
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
373
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
374
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
375
 
        || chmod -R a+r $(distdir)
376
 
dist-gzip: distdir
377
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
378
 
        $(am__remove_distdir)
379
 
 
380
 
dist-bzip2: distdir
381
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
382
 
        $(am__remove_distdir)
383
 
 
384
 
dist-lzma: distdir
385
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
386
 
        $(am__remove_distdir)
387
 
 
388
 
dist-tarZ: distdir
389
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
390
 
        $(am__remove_distdir)
391
 
 
392
 
dist-shar: distdir
393
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
394
 
        $(am__remove_distdir)
395
 
 
396
 
dist-zip: distdir
397
 
        -rm -f $(distdir).zip
398
 
        zip -rq $(distdir).zip $(distdir)
399
 
        $(am__remove_distdir)
400
 
 
401
 
dist dist-all: distdir
402
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
403
 
        $(am__remove_distdir)
404
 
 
405
 
# This target untars the dist file and tries a VPATH configuration.  Then
406
 
# it guarantees that the distribution is self-contained by making another
407
 
# tarfile.
408
 
distcheck: dist
409
 
        case '$(DIST_ARCHIVES)' in \
410
 
        *.tar.gz*) \
411
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
412
 
        *.tar.bz2*) \
413
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
414
 
        *.tar.lzma*) \
415
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
416
 
        *.tar.Z*) \
417
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
418
 
        *.shar.gz*) \
419
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
420
 
        *.zip*) \
421
 
          unzip $(distdir).zip ;;\
422
 
        esac
423
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
424
 
        mkdir $(distdir)/_build
425
 
        mkdir $(distdir)/_inst
426
 
        chmod a-w $(distdir)
427
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
428
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
429
 
          && cd $(distdir)/_build \
430
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
431
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
432
 
          && $(MAKE) $(AM_MAKEFLAGS) \
433
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
434
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
435
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
436
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
437
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
438
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
439
 
                distuninstallcheck \
440
 
          && chmod -R a-w "$$dc_install_base" \
441
 
          && ({ \
442
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
443
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
444
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
445
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
446
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
447
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
448
 
          && rm -rf "$$dc_destdir" \
449
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
450
 
          && rm -rf $(DIST_ARCHIVES) \
451
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
452
 
        $(am__remove_distdir)
453
 
        @(echo "$(distdir) archives ready for distribution: "; \
454
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
455
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
456
 
distuninstallcheck:
457
 
        @cd $(distuninstallcheck_dir) \
458
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
459
 
           || { echo "ERROR: files left after uninstall:" ; \
460
 
                if test -n "$(DESTDIR)"; then \
461
 
                  echo "  (check DESTDIR support)"; \
462
 
                fi ; \
463
 
                $(distuninstallcheck_listfiles) ; \
464
 
                exit 1; } >&2
465
 
distcleancheck: distclean
466
 
        @if test '$(srcdir)' = . ; then \
467
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
468
 
          exit 1 ; \
469
 
        fi
470
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
471
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
472
 
               $(distcleancheck_listfiles) ; \
473
 
               exit 1; } >&2
474
 
check-am: all-am
475
 
check: check-recursive
476
 
all-am: Makefile
477
 
installdirs: installdirs-recursive
478
 
installdirs-am:
479
 
install: install-recursive
480
 
install-exec: install-exec-recursive
481
 
install-data: install-data-recursive
482
 
uninstall: uninstall-recursive
483
 
 
484
 
install-am: all-am
485
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
486
 
 
487
 
installcheck: installcheck-recursive
488
 
install-strip:
489
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491
 
          `test -z '$(STRIP)' || \
492
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
493
 
mostlyclean-generic:
494
 
 
495
 
clean-generic:
496
 
 
497
 
distclean-generic:
498
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
499
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
500
 
 
501
 
maintainer-clean-generic:
502
 
        @echo "This command is intended for maintainers to use"
503
 
        @echo "it deletes files that may require special tools to rebuild."
504
 
clean: clean-recursive
505
 
 
506
 
clean-am: clean-generic mostlyclean-am
507
 
 
508
 
distclean: distclean-recursive
509
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
510
 
        -rm -f Makefile
511
 
distclean-am: clean-am distclean-generic distclean-tags
512
 
 
513
 
dvi: dvi-recursive
514
 
 
515
 
dvi-am:
516
 
 
517
 
html: html-recursive
518
 
 
519
 
info: info-recursive
520
 
 
521
 
info-am:
522
 
 
523
 
install-data-am:
524
 
 
525
 
install-dvi: install-dvi-recursive
526
 
 
527
 
install-exec-am:
528
 
 
529
 
install-html: install-html-recursive
530
 
 
531
 
install-info: install-info-recursive
532
 
 
533
 
install-man:
534
 
 
535
 
install-pdf: install-pdf-recursive
536
 
 
537
 
install-ps: install-ps-recursive
538
 
 
539
 
installcheck-am:
540
 
 
541
 
maintainer-clean: maintainer-clean-recursive
542
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
543
 
        -rm -rf $(top_srcdir)/autom4te.cache
544
 
        -rm -f Makefile
545
 
maintainer-clean-am: distclean-am maintainer-clean-generic
546
 
 
547
 
mostlyclean: mostlyclean-recursive
548
 
 
549
 
mostlyclean-am: mostlyclean-generic
550
 
 
551
 
pdf: pdf-recursive
552
 
 
553
 
pdf-am:
554
 
 
555
 
ps: ps-recursive
556
 
 
557
 
ps-am:
558
 
 
559
 
uninstall-am:
560
 
 
561
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
562
 
        install-strip
563
 
 
564
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
565
 
        all all-am am--refresh check check-am clean clean-generic \
566
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
567
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
568
 
        distclean-generic distclean-tags distcleancheck distdir \
569
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
570
 
        install install-am install-data install-data-am install-dvi \
571
 
        install-dvi-am install-exec install-exec-am install-html \
572
 
        install-html-am install-info install-info-am install-man \
573
 
        install-pdf install-pdf-am install-ps install-ps-am \
574
 
        install-strip installcheck installcheck-am installdirs \
575
 
        installdirs-am maintainer-clean maintainer-clean-generic \
576
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
577
 
        tags-recursive uninstall uninstall-am
578
 
 
579
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
580
 
# Otherwise a system limit (for SysV at least) may be exceeded.
581
 
.NOEXPORT: