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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2008-03-17 08:39:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080317083926-7e8fv90ll9p8jf2y
Tags: 2.22.0+svn20080310ubuntu2
* debian/rules: moved autogen-business into makebuilddir target.  
  (LP: #144498)
* debian/control:
  - added gnome-common, automake1.10 to Build-Depends-Indep,
  - updated bzr branch information,
  - bumped Standards-Version.
* debian/rules, debian/control: removed gnome-pkg-tools references.

Show diffs side-by-side

added added

removed removed

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