~ubuntu-branches/ubuntu/saucy/dhelp/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Esteban Manchado Velázquez
  • Date: 2007-10-20 17:35:26 UTC
  • Revision ID: james.westby@ubuntu.com-20071020173526-q1ekqfek5tlctsn1
Tags: 0.5.25
* Maintainer change.
* Rewrite dhelp_parse in Ruby. This fixes some bugs and avoids many problems
  (Closes: #21678, #268487, #62454, #312950, #442943, #444429, #193428).
* This release should be a drop-in replacement for the C version, and still
  uses the same database and internal format.
* It also adds a Ruby library, to allow other developers to write other
  programs that read and/or update the dhelp databases.
* Use "http://localhost" for CGI script URLs (Closes: #114588).
* Removed misleading dot from example (Closes: #381804).
* Uses sensible-browser instead of having its own configuration system
  (Closes: #146002, #162518, #381805, #217162, #430590).
* Clean up the HTML a bit (Closes: #438973, #134567, #115306).
* Remove references to obsolete script dh_dhelp (Closes: #369459).
* Raise title limit from 49 to 100 characters (Closes: #102393).
* Depend on doc-base, to make sure packages have their documentation
  available for dhelp (Closes: #314733, #368035).
* Wait a couple of seconds before exiting, after a fatal error, to make sure
  the user can read the error message (Closes: #35097).
* Make documentation index files world-readable, regardless of current umask
  (Closes: #158792, #430474, #430505).
* Remove obsolete script dhelp2dwww.pl, and references to it
  (Closes: #364245).
* Remove "dangerous" environment variables from dsearch, to avoid taint
  problems (Closes: #389944).
* Strip blanks from .dhelp field values (Closes: #133218).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
 
17
 
# Makefile.am for dhelp project
18
 
 
19
 
# Copyright (C) 2001 Stefan Hornburg (Racke) <racke@linuxia.de>
20
 
 
21
 
# This file is free software; you can redistribute it and/or modify it
22
 
# under the terms of the GNU General Public License as published by the
23
 
# Free Software Foundation; either version 2, or (at your option) any
24
 
# later version.
25
 
 
26
 
# This file is distributed in the hope that it will be
27
 
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
28
 
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
29
 
# General Public License for more details.
30
 
 
31
 
# You should have received a copy of the GNU General Public License
32
 
# along with this file; see the file COPYING.  If not, write to the Free
33
 
# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
34
 
 
35
 
 
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
 
VPATH = @srcdir@
39
 
pkgdatadir = $(datadir)/@PACKAGE@
40
 
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkgincludedir = $(includedir)/@PACKAGE@
42
 
top_builddir = .
43
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
 
install_sh_DATA = $(install_sh) -c -m 644
46
 
install_sh_PROGRAM = $(install_sh) -c
47
 
install_sh_SCRIPT = $(install_sh) -c
48
 
INSTALL_HEADER = $(INSTALL_DATA)
49
 
transform = $(program_transform_name)
50
 
NORMAL_INSTALL = :
51
 
PRE_INSTALL = :
52
 
POST_INSTALL = :
53
 
NORMAL_UNINSTALL = :
54
 
PRE_UNINSTALL = :
55
 
POST_UNINSTALL = :
56
 
sbin_PROGRAMS = dhelp_parse$(EXEEXT)
57
 
subdir = .
58
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
59
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
60
 
        ChangeLog INSTALL NEWS config.guess config.sub depcomp \
61
 
        install-sh missing mkinstalldirs
62
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
64
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
 
        $(ACLOCAL_M4)
66
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67
 
 configure.lineno configure.status.lineno
68
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
 
CONFIG_CLEAN_FILES =
70
 
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(bindir)"
71
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
 
PROGRAMS = $(sbin_PROGRAMS)
73
 
am_dhelp_parse_OBJECTS = dhelp_parse.$(OBJEXT)
74
 
dhelp_parse_OBJECTS = $(am_dhelp_parse_OBJECTS)
75
 
dhelp_parse_LDADD = $(LDADD)
76
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
77
 
SCRIPTS = $(bin_SCRIPTS)
78
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
79
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
 
am__depfiles_maybe = depfiles
81
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
CCLD = $(CC)
84
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85
 
SOURCES = $(dhelp_parse_SOURCES)
86
 
DIST_SOURCES = $(dhelp_parse_SOURCES)
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
 
distdir = $(PACKAGE)-$(VERSION)
91
 
top_distdir = $(distdir)
92
 
am__remove_distdir = \
93
 
  { test ! -d $(distdir) \
94
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
95
 
         && rm -fr $(distdir); }; }
96
 
DIST_ARCHIVES = $(distdir).tar.gz
97
 
GZIP_ENV = --best
98
 
distuninstallcheck_listfiles = find . -type f -print
99
 
distcleancheck_listfiles = find . -type f -print
100
 
ACLOCAL = @ACLOCAL@
101
 
AMDEP_FALSE = @AMDEP_FALSE@
102
 
AMDEP_TRUE = @AMDEP_TRUE@
103
 
AMTAR = @AMTAR@
104
 
AUTOCONF = @AUTOCONF@
105
 
AUTOHEADER = @AUTOHEADER@
106
 
AUTOMAKE = @AUTOMAKE@
107
 
AWK = @AWK@
108
 
CC = @CC@
109
 
CCDEPMODE = @CCDEPMODE@
110
 
CFLAGS = @CFLAGS@
111
 
CPP = @CPP@
112
 
CPPFLAGS = @CPPFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DEFS = @DEFS@
115
 
DEPDIR = @DEPDIR@
116
 
ECHO_C = @ECHO_C@
117
 
ECHO_N = @ECHO_N@
118
 
ECHO_T = @ECHO_T@
119
 
EGREP = @EGREP@
120
 
EXEEXT = @EXEEXT@
121
 
GREP = @GREP@
122
 
INSTALL_DATA = @INSTALL_DATA@
123
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
 
LDFLAGS = @LDFLAGS@
127
 
LIBOBJS = @LIBOBJS@
128
 
LIBS = @LIBS@
129
 
LTLIBOBJS = @LTLIBOBJS@
130
 
MAKEINFO = @MAKEINFO@
131
 
OBJEXT = @OBJEXT@
132
 
PACKAGE = @PACKAGE@
133
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
 
PACKAGE_NAME = @PACKAGE_NAME@
135
 
PACKAGE_STRING = @PACKAGE_STRING@
136
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
137
 
PACKAGE_VERSION = @PACKAGE_VERSION@
138
 
PATH_SEPARATOR = @PATH_SEPARATOR@
139
 
SET_MAKE = @SET_MAKE@
140
 
SHELL = @SHELL@
141
 
STRIP = @STRIP@
142
 
VERSION = @VERSION@
143
 
ac_ct_CC = @ac_ct_CC@
144
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146
 
am__include = @am__include@
147
 
am__leading_dot = @am__leading_dot@
148
 
am__quote = @am__quote@
149
 
am__tar = @am__tar@
150
 
am__untar = @am__untar@
151
 
bindir = @bindir@
152
 
build_alias = @build_alias@
153
 
datadir = @datadir@
154
 
datarootdir = @datarootdir@
155
 
docdir = @docdir@
156
 
dvidir = @dvidir@
157
 
exec_prefix = @exec_prefix@
158
 
host_alias = @host_alias@
159
 
htmldir = @htmldir@
160
 
includedir = @includedir@
161
 
infodir = @infodir@
162
 
install_sh = @install_sh@
163
 
libdir = @libdir@
164
 
libexecdir = @libexecdir@
165
 
localedir = @localedir@
166
 
localstatedir = @localstatedir@
167
 
mandir = @mandir@
168
 
mkdir_p = @mkdir_p@
169
 
oldincludedir = @oldincludedir@
170
 
pdfdir = @pdfdir@
171
 
prefix = @prefix@
172
 
program_transform_name = @program_transform_name@
173
 
psdir = @psdir@
174
 
sbindir = @sbindir@
175
 
sharedstatedir = @sharedstatedir@
176
 
sysconfdir = @sysconfdir@
177
 
target_alias = @target_alias@
178
 
 
179
 
# put Debian packaging files and other static stuff in the archive
180
 
EXTRA_DIST = CREDITS debian dhelp doc dsearch man
181
 
dhelp_parse_SOURCES = dhelp_parse.c
182
 
 
183
 
# other scripts
184
 
bin_SCRIPTS = dhelp
185
 
all: all-am
186
 
 
187
 
.SUFFIXES:
188
 
.SUFFIXES: .c .o .obj
189
 
am--refresh:
190
 
        @:
191
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
192
 
        @for dep in $?; do \
193
 
          case '$(am__configure_deps)' in \
194
 
            *$$dep*) \
195
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
196
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
197
 
                && exit 0; \
198
 
              exit 1;; \
199
 
          esac; \
200
 
        done; \
201
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
202
 
        cd $(top_srcdir) && \
203
 
          $(AUTOMAKE) --gnu  Makefile
204
 
.PRECIOUS: Makefile
205
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206
 
        @case '$?' in \
207
 
          *config.status*) \
208
 
            echo ' $(SHELL) ./config.status'; \
209
 
            $(SHELL) ./config.status;; \
210
 
          *) \
211
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
212
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
213
 
        esac;
214
 
 
215
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216
 
        $(SHELL) ./config.status --recheck
217
 
 
218
 
$(top_srcdir)/configure:  $(am__configure_deps)
219
 
        cd $(srcdir) && $(AUTOCONF)
220
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
221
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222
 
install-sbinPROGRAMS: $(sbin_PROGRAMS)
223
 
        @$(NORMAL_INSTALL)
224
 
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
225
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
226
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
227
 
          if test -f $$p \
228
 
          ; then \
229
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
230
 
           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
231
 
           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
232
 
          else :; fi; \
233
 
        done
234
 
 
235
 
uninstall-sbinPROGRAMS:
236
 
        @$(NORMAL_UNINSTALL)
237
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
238
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
239
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
240
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
241
 
        done
242
 
 
243
 
clean-sbinPROGRAMS:
244
 
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
245
 
dhelp_parse$(EXEEXT): $(dhelp_parse_OBJECTS) $(dhelp_parse_DEPENDENCIES) 
246
 
        @rm -f dhelp_parse$(EXEEXT)
247
 
        $(LINK) $(dhelp_parse_LDFLAGS) $(dhelp_parse_OBJECTS) $(dhelp_parse_LDADD) $(LIBS)
248
 
install-binSCRIPTS: $(bin_SCRIPTS)
249
 
        @$(NORMAL_INSTALL)
250
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
251
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
252
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
253
 
          if test -f $$d$$p; then \
254
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
255
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
256
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
257
 
          else :; fi; \
258
 
        done
259
 
 
260
 
uninstall-binSCRIPTS:
261
 
        @$(NORMAL_UNINSTALL)
262
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
263
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
264
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
265
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
266
 
        done
267
 
 
268
 
mostlyclean-compile:
269
 
        -rm -f *.$(OBJEXT)
270
 
 
271
 
distclean-compile:
272
 
        -rm -f *.tab.c
273
 
 
274
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhelp_parse.Po@am__quote@
275
 
 
276
 
.c.o:
277
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
278
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
279
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
282
 
 
283
 
.c.obj:
284
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
285
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
286
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
289
 
uninstall-info-am:
290
 
 
291
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
292
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293
 
        unique=`for i in $$list; do \
294
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295
 
          done | \
296
 
          $(AWK) '    { files[$$0] = 1; } \
297
 
               END { for (i in files) print i; }'`; \
298
 
        mkid -fID $$unique
299
 
tags: TAGS
300
 
 
301
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302
 
                $(TAGS_FILES) $(LISP)
303
 
        tags=; \
304
 
        here=`pwd`; \
305
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
306
 
        unique=`for i in $$list; do \
307
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308
 
          done | \
309
 
          $(AWK) '    { files[$$0] = 1; } \
310
 
               END { for (i in files) print i; }'`; \
311
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
312
 
          test -n "$$unique" || unique=$$empty_fix; \
313
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
314
 
            $$tags $$unique; \
315
 
        fi
316
 
ctags: CTAGS
317
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
318
 
                $(TAGS_FILES) $(LISP)
319
 
        tags=; \
320
 
        here=`pwd`; \
321
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322
 
        unique=`for i in $$list; do \
323
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
 
          done | \
325
 
          $(AWK) '    { files[$$0] = 1; } \
326
 
               END { for (i in files) print i; }'`; \
327
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
328
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329
 
             $$tags $$unique
330
 
 
331
 
GTAGS:
332
 
        here=`$(am__cd) $(top_builddir) && pwd` \
333
 
          && cd $(top_srcdir) \
334
 
          && gtags -i $(GTAGS_ARGS) $$here
335
 
 
336
 
distclean-tags:
337
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338
 
 
339
 
distdir: $(DISTFILES)
340
 
        $(am__remove_distdir)
341
 
        mkdir $(distdir)
342
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
343
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
344
 
        list='$(DISTFILES)'; for file in $$list; do \
345
 
          case $$file in \
346
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
347
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
348
 
          esac; \
349
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352
 
            dir="/$$dir"; \
353
 
            $(mkdir_p) "$(distdir)$$dir"; \
354
 
          else \
355
 
            dir=''; \
356
 
          fi; \
357
 
          if test -d $$d/$$file; then \
358
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
360
 
            fi; \
361
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
362
 
          else \
363
 
            test -f $(distdir)/$$file \
364
 
            || cp -p $$d/$$file $(distdir)/$$file \
365
 
            || exit 1; \
366
 
          fi; \
367
 
        done
368
 
        $(MAKE) $(AM_MAKEFLAGS) \
369
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
370
 
          dist-hook
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 $(SHELL) $(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-tarZ: distdir
385
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
386
 
        $(am__remove_distdir)
387
 
 
388
 
dist-shar: distdir
389
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
390
 
        $(am__remove_distdir)
391
 
 
392
 
dist-zip: distdir
393
 
        -rm -f $(distdir).zip
394
 
        zip -rq $(distdir).zip $(distdir)
395
 
        $(am__remove_distdir)
396
 
 
397
 
dist dist-all: distdir
398
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
399
 
        $(am__remove_distdir)
400
 
 
401
 
# This target untars the dist file and tries a VPATH configuration.  Then
402
 
# it guarantees that the distribution is self-contained by making another
403
 
# tarfile.
404
 
distcheck: dist
405
 
        case '$(DIST_ARCHIVES)' in \
406
 
        *.tar.gz*) \
407
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
408
 
        *.tar.bz2*) \
409
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
410
 
        *.tar.Z*) \
411
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
412
 
        *.shar.gz*) \
413
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
414
 
        *.zip*) \
415
 
          unzip $(distdir).zip ;;\
416
 
        esac
417
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
418
 
        mkdir $(distdir)/_build
419
 
        mkdir $(distdir)/_inst
420
 
        chmod a-w $(distdir)
421
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
422
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
423
 
          && cd $(distdir)/_build \
424
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
425
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
426
 
          && $(MAKE) $(AM_MAKEFLAGS) \
427
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
428
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
429
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
430
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
431
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
432
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
433
 
                distuninstallcheck \
434
 
          && chmod -R a-w "$$dc_install_base" \
435
 
          && ({ \
436
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
437
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
438
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
439
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
440
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
441
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
442
 
          && rm -rf "$$dc_destdir" \
443
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
444
 
          && rm -rf $(DIST_ARCHIVES) \
445
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
446
 
        $(am__remove_distdir)
447
 
        @(echo "$(distdir) archives ready for distribution: "; \
448
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
449
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
450
 
distuninstallcheck:
451
 
        @cd $(distuninstallcheck_dir) \
452
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
453
 
           || { echo "ERROR: files left after uninstall:" ; \
454
 
                if test -n "$(DESTDIR)"; then \
455
 
                  echo "  (check DESTDIR support)"; \
456
 
                fi ; \
457
 
                $(distuninstallcheck_listfiles) ; \
458
 
                exit 1; } >&2
459
 
distcleancheck: distclean
460
 
        @if test '$(srcdir)' = . ; then \
461
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
462
 
          exit 1 ; \
463
 
        fi
464
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
465
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
466
 
               $(distcleancheck_listfiles) ; \
467
 
               exit 1; } >&2
468
 
check-am: all-am
469
 
check: check-am
470
 
all-am: Makefile $(PROGRAMS) $(SCRIPTS)
471
 
installdirs:
472
 
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(bindir)"; do \
473
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
474
 
        done
475
 
install: install-am
476
 
install-exec: install-exec-am
477
 
install-data: install-data-am
478
 
uninstall: uninstall-am
479
 
 
480
 
install-am: all-am
481
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482
 
 
483
 
installcheck: installcheck-am
484
 
install-strip:
485
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487
 
          `test -z '$(STRIP)' || \
488
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
489
 
mostlyclean-generic:
490
 
 
491
 
clean-generic:
492
 
 
493
 
distclean-generic:
494
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
495
 
 
496
 
maintainer-clean-generic:
497
 
        @echo "This command is intended for maintainers to use"
498
 
        @echo "it deletes files that may require special tools to rebuild."
499
 
clean: clean-am
500
 
 
501
 
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
502
 
 
503
 
distclean: distclean-am
504
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
505
 
        -rm -rf ./$(DEPDIR)
506
 
        -rm -f Makefile
507
 
distclean-am: clean-am distclean-compile distclean-generic \
508
 
        distclean-tags
509
 
 
510
 
dvi: dvi-am
511
 
 
512
 
dvi-am:
513
 
 
514
 
html: html-am
515
 
 
516
 
info: info-am
517
 
 
518
 
info-am:
519
 
 
520
 
install-data-am:
521
 
 
522
 
install-exec-am: install-binSCRIPTS install-sbinPROGRAMS
523
 
 
524
 
install-info: install-info-am
525
 
 
526
 
install-man:
527
 
 
528
 
installcheck-am:
529
 
 
530
 
maintainer-clean: maintainer-clean-am
531
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
532
 
        -rm -rf $(top_srcdir)/autom4te.cache
533
 
        -rm -rf ./$(DEPDIR)
534
 
        -rm -f Makefile
535
 
maintainer-clean-am: distclean-am maintainer-clean-generic
536
 
 
537
 
mostlyclean: mostlyclean-am
538
 
 
539
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
540
 
 
541
 
pdf: pdf-am
542
 
 
543
 
pdf-am:
544
 
 
545
 
ps: ps-am
546
 
 
547
 
ps-am:
548
 
 
549
 
uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
550
 
        uninstall-sbinPROGRAMS
551
 
 
552
 
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
553
 
        clean-generic clean-sbinPROGRAMS ctags dist dist-all \
554
 
        dist-bzip2 dist-gzip dist-hook dist-shar dist-tarZ dist-zip \
555
 
        distcheck distclean distclean-compile distclean-generic \
556
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
557
 
        dvi-am html html-am info info-am install install-am \
558
 
        install-binSCRIPTS install-data install-data-am install-exec \
559
 
        install-exec-am install-info install-info-am install-man \
560
 
        install-sbinPROGRAMS install-strip installcheck \
561
 
        installcheck-am installdirs maintainer-clean \
562
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
563
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
564
 
        uninstall-am uninstall-binSCRIPTS uninstall-info-am \
565
 
        uninstall-sbinPROGRAMS
566
 
 
567
 
 
568
 
dist-hook:
569
 
        find $(distdir) -type d -name CVS -print | xargs rm -rf
570
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
571
 
# Otherwise a system limit (for SysV at least) may be exceeded.
572
 
.NOEXPORT: