~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = .
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
40
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
 
41
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
42
        missing
 
43
subdir = .
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
49
 configure.lineno configure.status.lineno
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = config.h
 
52
CONFIG_CLEAN_FILES =
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
56
        html-recursive info-recursive install-data-recursive \
 
57
        install-exec-recursive install-info-recursive \
 
58
        install-recursive installcheck-recursive installdirs-recursive \
 
59
        pdf-recursive ps-recursive uninstall-info-recursive \
 
60
        uninstall-recursive
 
61
ETAGS = etags
 
62
CTAGS = ctags
 
63
DIST_SUBDIRS = $(SUBDIRS)
 
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
distdir = $(PACKAGE)-$(VERSION)
 
66
top_distdir = $(distdir)
 
67
am__remove_distdir = \
 
68
  { test ! -d $(distdir) \
 
69
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
70
         && rm -fr $(distdir); }; }
 
71
DIST_ARCHIVES = $(distdir).tar.gz
 
72
GZIP_ENV = --best
 
73
distuninstallcheck_listfiles = find . -type f -print
 
74
distcleancheck_listfiles = find . -type f -print
 
75
ACLOCAL = @ACLOCAL@
 
76
AMDEP_FALSE = @AMDEP_FALSE@
 
77
AMDEP_TRUE = @AMDEP_TRUE@
 
78
AMTAR = @AMTAR@
 
79
AR = @AR@
 
80
AUTOCONF = @AUTOCONF@
 
81
AUTOHEADER = @AUTOHEADER@
 
82
AUTOMAKE = @AUTOMAKE@
 
83
AWK = @AWK@
 
84
CC = @CC@
 
85
CCDEPMODE = @CCDEPMODE@
 
86
CFLAGS = @CFLAGS@
 
87
CPP = @CPP@
 
88
CPPFLAGS = @CPPFLAGS@
 
89
CXX = @CXX@
 
90
CXXCPP = @CXXCPP@
 
91
CXXDEPMODE = @CXXDEPMODE@
 
92
CXXFLAGS = @CXXFLAGS@
 
93
CYGPATH_W = @CYGPATH_W@
 
94
DEFS = @DEFS@
 
95
DEPDIR = @DEPDIR@
 
96
ECHO = @ECHO@
 
97
ECHO_C = @ECHO_C@
 
98
ECHO_N = @ECHO_N@
 
99
ECHO_T = @ECHO_T@
 
100
EGREP = @EGREP@
 
101
EXEEXT = @EXEEXT@
 
102
F77 = @F77@
 
103
FFLAGS = @FFLAGS@
 
104
FLAVOR = @FLAVOR@
 
105
INSTALL_DATA = @INSTALL_DATA@
 
106
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
107
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
108
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
109
LD = @LD@
 
110
LDFLAGS = @LDFLAGS@
 
111
LIBOBJS = @LIBOBJS@
 
112
LIBS = @LIBS@
 
113
LIBTOOL = @LIBTOOL@
 
114
LN_S = @LN_S@
 
115
LTLIBOBJS = @LTLIBOBJS@
 
116
MAINT = @MAINT@
 
117
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
118
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
119
MAKEINFO = @MAKEINFO@
 
120
OBJEXT = @OBJEXT@
 
121
PACKAGE = @PACKAGE@
 
122
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
123
PACKAGE_NAME = @PACKAGE_NAME@
 
124
PACKAGE_STRING = @PACKAGE_STRING@
 
125
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
126
PACKAGE_VERSION = @PACKAGE_VERSION@
 
127
PATH_SEPARATOR = @PATH_SEPARATOR@
 
128
RANLIB = @RANLIB@
 
129
SET_MAKE = @SET_MAKE@
 
130
SHELL = @SHELL@
 
131
STRIP = @STRIP@
 
132
VERSION = @VERSION@
 
133
VERSION_INFO = @VERSION_INFO@
 
134
WARN_CFLAGS = @WARN_CFLAGS@
 
135
ac_ct_AR = @ac_ct_AR@
 
136
ac_ct_CC = @ac_ct_CC@
 
137
ac_ct_CXX = @ac_ct_CXX@
 
138
ac_ct_F77 = @ac_ct_F77@
 
139
ac_ct_LD = @ac_ct_LD@
 
140
ac_ct_RANLIB = @ac_ct_RANLIB@
 
141
ac_ct_STRIP = @ac_ct_STRIP@
 
142
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
143
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
144
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
145
am__fastdepCXX_TRUE = @am__fastdepCXX_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 = @build@
 
153
build_alias = @build_alias@
 
154
build_cpu = @build_cpu@
 
155
build_os = @build_os@
 
156
build_vendor = @build_vendor@
 
157
datadir = @datadir@
 
158
exec_prefix = @exec_prefix@
 
159
host = @host@
 
160
host_alias = @host_alias@
 
161
host_cpu = @host_cpu@
 
162
host_os = @host_os@
 
163
host_vendor = @host_vendor@
 
164
includedir = @includedir@
 
165
infodir = @infodir@
 
166
install_sh = @install_sh@
 
167
libdir = @libdir@
 
168
libexecdir = @libexecdir@
 
169
localstatedir = @localstatedir@
 
170
mandir = @mandir@
 
171
mkdir_p = @mkdir_p@
 
172
oldincludedir = @oldincludedir@
 
173
prefix = @prefix@
 
174
program_transform_name = @program_transform_name@
 
175
sbindir = @sbindir@
 
176
sharedstatedir = @sharedstatedir@
 
177
sysconfdir = @sysconfdir@
 
178
target_alias = @target_alias@
 
179
 
 
180
# Tell automake we don't want to comply with every last clause in the
 
181
# GNU Maintainer's Manual.
 
182
AUTOMAKE_OPTIONS = foreign
 
183
 
 
184
# We need to build the following subdirectories in this order.  Note that
 
185
# we put a Makefile.am in every subdirectory, even if there's nothing to
 
186
# compile, so that we can support 'make dist' gracefully.
 
187
#
 
188
# Dependencies: src <- tool (for libJudy), tool <- doc (for jhton), src <-
 
189
# test (for libJudy).
 
190
#SUBDIRS = src tool doc test make_includes
 
191
#SUBDIRS = src/JudyCommon src/JudyL src/Judy1 src/JudySL src/JudyHS src/obj
 
192
SUBDIRS = src tool doc test
 
193
all: config.h
 
194
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
195
 
 
196
.SUFFIXES:
 
197
am--refresh:
 
198
        @:
 
199
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
200
        @for dep in $?; do \
 
201
          case '$(am__configure_deps)' in \
 
202
            *$$dep*) \
 
203
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
204
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
205
                && exit 0; \
 
206
              exit 1;; \
 
207
          esac; \
 
208
        done; \
 
209
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
210
        cd $(top_srcdir) && \
 
211
          $(AUTOMAKE) --foreign  Makefile
 
212
.PRECIOUS: Makefile
 
213
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
214
        @case '$?' in \
 
215
          *config.status*) \
 
216
            echo ' $(SHELL) ./config.status'; \
 
217
            $(SHELL) ./config.status;; \
 
218
          *) \
 
219
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
220
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
221
        esac;
 
222
 
 
223
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
224
        $(SHELL) ./config.status --recheck
 
225
 
 
226
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
227
        cd $(srcdir) && $(AUTOCONF)
 
228
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
229
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
230
 
 
231
config.h: stamp-h1
 
232
        @if test ! -f $@; then \
 
233
          rm -f stamp-h1; \
 
234
          $(MAKE) stamp-h1; \
 
235
        else :; fi
 
236
 
 
237
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
238
        @rm -f stamp-h1
 
239
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
240
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
241
        cd $(top_srcdir) && $(AUTOHEADER)
 
242
        rm -f stamp-h1
 
243
        touch $@
 
244
 
 
245
distclean-hdr:
 
246
        -rm -f config.h stamp-h1
 
247
 
 
248
mostlyclean-libtool:
 
249
        -rm -f *.lo
 
250
 
 
251
clean-libtool:
 
252
        -rm -rf .libs _libs
 
253
 
 
254
distclean-libtool:
 
255
        -rm -f libtool
 
256
uninstall-info-am:
 
257
 
 
258
# This directory's subdirectories are mostly independent; you can cd
 
259
# into them and run `make' without going through this Makefile.
 
260
# To change the values of `make' variables: instead of editing Makefiles,
 
261
# (1) if the variable is set in `config.status', edit `config.status'
 
262
#     (which will cause the Makefiles to be regenerated when you run `make');
 
263
# (2) otherwise, pass the desired values on the `make' command line.
 
264
$(RECURSIVE_TARGETS):
 
265
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
266
        dot_seen=no; \
 
267
        target=`echo $@ | sed s/-recursive//`; \
 
268
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
269
          echo "Making $$target in $$subdir"; \
 
270
          if test "$$subdir" = "."; then \
 
271
            dot_seen=yes; \
 
272
            local_target="$$target-am"; \
 
273
          else \
 
274
            local_target="$$target"; \
 
275
          fi; \
 
276
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
277
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
278
        done; \
 
279
        if test "$$dot_seen" = "no"; then \
 
280
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
281
        fi; test -z "$$fail"
 
282
 
 
283
mostlyclean-recursive clean-recursive distclean-recursive \
 
284
maintainer-clean-recursive:
 
285
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
286
        dot_seen=no; \
 
287
        case "$@" in \
 
288
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
289
          *) list='$(SUBDIRS)' ;; \
 
290
        esac; \
 
291
        rev=''; for subdir in $$list; do \
 
292
          if test "$$subdir" = "."; then :; else \
 
293
            rev="$$subdir $$rev"; \
 
294
          fi; \
 
295
        done; \
 
296
        rev="$$rev ."; \
 
297
        target=`echo $@ | sed s/-recursive//`; \
 
298
        for subdir in $$rev; do \
 
299
          echo "Making $$target in $$subdir"; \
 
300
          if test "$$subdir" = "."; then \
 
301
            local_target="$$target-am"; \
 
302
          else \
 
303
            local_target="$$target"; \
 
304
          fi; \
 
305
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
306
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
307
        done && test -z "$$fail"
 
308
tags-recursive:
 
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
310
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
311
        done
 
312
ctags-recursive:
 
313
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
314
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
315
        done
 
316
 
 
317
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
318
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
319
        unique=`for i in $$list; do \
 
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
          done | \
 
322
          $(AWK) '    { files[$$0] = 1; } \
 
323
               END { for (i in files) print i; }'`; \
 
324
        mkid -fID $$unique
 
325
tags: TAGS
 
326
 
 
327
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
328
                $(TAGS_FILES) $(LISP)
 
329
        tags=; \
 
330
        here=`pwd`; \
 
331
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
332
          include_option=--etags-include; \
 
333
          empty_fix=.; \
 
334
        else \
 
335
          include_option=--include; \
 
336
          empty_fix=; \
 
337
        fi; \
 
338
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
339
          if test "$$subdir" = .; then :; else \
 
340
            test ! -f $$subdir/TAGS || \
 
341
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
342
          fi; \
 
343
        done; \
 
344
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
345
        unique=`for i in $$list; do \
 
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
347
          done | \
 
348
          $(AWK) '    { files[$$0] = 1; } \
 
349
               END { for (i in files) print i; }'`; \
 
350
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
351
          test -n "$$unique" || unique=$$empty_fix; \
 
352
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
353
            $$tags $$unique; \
 
354
        fi
 
355
ctags: CTAGS
 
356
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
357
                $(TAGS_FILES) $(LISP)
 
358
        tags=; \
 
359
        here=`pwd`; \
 
360
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
361
        unique=`for i in $$list; do \
 
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
363
          done | \
 
364
          $(AWK) '    { files[$$0] = 1; } \
 
365
               END { for (i in files) print i; }'`; \
 
366
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
367
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
368
             $$tags $$unique
 
369
 
 
370
GTAGS:
 
371
        here=`$(am__cd) $(top_builddir) && pwd` \
 
372
          && cd $(top_srcdir) \
 
373
          && gtags -i $(GTAGS_ARGS) $$here
 
374
 
 
375
distclean-tags:
 
376
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
377
 
 
378
distdir: $(DISTFILES)
 
379
        $(am__remove_distdir)
 
380
        mkdir $(distdir)
 
381
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
382
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
383
        list='$(DISTFILES)'; for file in $$list; do \
 
384
          case $$file in \
 
385
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
386
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
387
          esac; \
 
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
389
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
390
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
391
            dir="/$$dir"; \
 
392
            $(mkdir_p) "$(distdir)$$dir"; \
 
393
          else \
 
394
            dir=''; \
 
395
          fi; \
 
396
          if test -d $$d/$$file; then \
 
397
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
398
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
399
            fi; \
 
400
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
401
          else \
 
402
            test -f $(distdir)/$$file \
 
403
            || cp -p $$d/$$file $(distdir)/$$file \
 
404
            || exit 1; \
 
405
          fi; \
 
406
        done
 
407
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
408
          if test "$$subdir" = .; then :; else \
 
409
            test -d "$(distdir)/$$subdir" \
 
410
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
411
            || exit 1; \
 
412
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
413
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
414
            (cd $$subdir && \
 
415
              $(MAKE) $(AM_MAKEFLAGS) \
 
416
                top_distdir="$$top_distdir" \
 
417
                distdir="$$distdir/$$subdir" \
 
418
                distdir) \
 
419
              || exit 1; \
 
420
          fi; \
 
421
        done
 
422
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
423
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
424
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
425
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
426
        || chmod -R a+r $(distdir)
 
427
dist-gzip: distdir
 
428
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
429
        $(am__remove_distdir)
 
430
 
 
431
dist-bzip2: distdir
 
432
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
433
        $(am__remove_distdir)
 
434
 
 
435
dist-tarZ: distdir
 
436
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
437
        $(am__remove_distdir)
 
438
 
 
439
dist-shar: distdir
 
440
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
441
        $(am__remove_distdir)
 
442
 
 
443
dist-zip: distdir
 
444
        -rm -f $(distdir).zip
 
445
        zip -rq $(distdir).zip $(distdir)
 
446
        $(am__remove_distdir)
 
447
 
 
448
dist dist-all: distdir
 
449
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
450
        $(am__remove_distdir)
 
451
 
 
452
# This target untars the dist file and tries a VPATH configuration.  Then
 
453
# it guarantees that the distribution is self-contained by making another
 
454
# tarfile.
 
455
distcheck: dist
 
456
        case '$(DIST_ARCHIVES)' in \
 
457
        *.tar.gz*) \
 
458
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
459
        *.tar.bz2*) \
 
460
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
461
        *.tar.Z*) \
 
462
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
463
        *.shar.gz*) \
 
464
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
465
        *.zip*) \
 
466
          unzip $(distdir).zip ;;\
 
467
        esac
 
468
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
469
        mkdir $(distdir)/_build
 
470
        mkdir $(distdir)/_inst
 
471
        chmod a-w $(distdir)
 
472
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
473
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
474
          && cd $(distdir)/_build \
 
475
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
476
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
477
          && $(MAKE) $(AM_MAKEFLAGS) \
 
478
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
479
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
480
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
481
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
482
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
483
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
484
                distuninstallcheck \
 
485
          && chmod -R a-w "$$dc_install_base" \
 
486
          && ({ \
 
487
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
488
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
489
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
490
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
491
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
492
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
493
          && rm -rf "$$dc_destdir" \
 
494
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
495
          && rm -rf $(DIST_ARCHIVES) \
 
496
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
497
        $(am__remove_distdir)
 
498
        @(echo "$(distdir) archives ready for distribution: "; \
 
499
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
500
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
501
distuninstallcheck:
 
502
        @cd $(distuninstallcheck_dir) \
 
503
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
504
           || { echo "ERROR: files left after uninstall:" ; \
 
505
                if test -n "$(DESTDIR)"; then \
 
506
                  echo "  (check DESTDIR support)"; \
 
507
                fi ; \
 
508
                $(distuninstallcheck_listfiles) ; \
 
509
                exit 1; } >&2
 
510
distcleancheck: distclean
 
511
        @if test '$(srcdir)' = . ; then \
 
512
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
513
          exit 1 ; \
 
514
        fi
 
515
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
516
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
517
               $(distcleancheck_listfiles) ; \
 
518
               exit 1; } >&2
 
519
check-am: all-am
 
520
check: check-recursive
 
521
all-am: Makefile config.h
 
522
installdirs: installdirs-recursive
 
523
installdirs-am:
 
524
install: install-recursive
 
525
install-exec: install-exec-recursive
 
526
install-data: install-data-recursive
 
527
uninstall: uninstall-recursive
 
528
 
 
529
install-am: all-am
 
530
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
531
 
 
532
installcheck: installcheck-recursive
 
533
install-strip:
 
534
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
535
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
536
          `test -z '$(STRIP)' || \
 
537
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
538
mostlyclean-generic:
 
539
 
 
540
clean-generic:
 
541
 
 
542
distclean-generic:
 
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
544
 
 
545
maintainer-clean-generic:
 
546
        @echo "This command is intended for maintainers to use"
 
547
        @echo "it deletes files that may require special tools to rebuild."
 
548
clean: clean-recursive
 
549
 
 
550
clean-am: clean-generic clean-libtool mostlyclean-am
 
551
 
 
552
distclean: distclean-recursive
 
553
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
554
        -rm -f Makefile
 
555
distclean-am: clean-am distclean-generic distclean-hdr \
 
556
        distclean-libtool distclean-tags
 
557
 
 
558
dvi: dvi-recursive
 
559
 
 
560
dvi-am:
 
561
 
 
562
html: html-recursive
 
563
 
 
564
info: info-recursive
 
565
 
 
566
info-am:
 
567
 
 
568
install-data-am:
 
569
 
 
570
install-exec-am:
 
571
 
 
572
install-info: install-info-recursive
 
573
 
 
574
install-man:
 
575
 
 
576
installcheck-am:
 
577
 
 
578
maintainer-clean: maintainer-clean-recursive
 
579
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
580
        -rm -rf $(top_srcdir)/autom4te.cache
 
581
        -rm -f Makefile
 
582
maintainer-clean-am: distclean-am maintainer-clean-generic
 
583
 
 
584
mostlyclean: mostlyclean-recursive
 
585
 
 
586
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
587
 
 
588
pdf: pdf-recursive
 
589
 
 
590
pdf-am:
 
591
 
 
592
ps: ps-recursive
 
593
 
 
594
ps-am:
 
595
 
 
596
uninstall-am: uninstall-info-am
 
597
 
 
598
uninstall-info: uninstall-info-recursive
 
599
 
 
600
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
601
        check-am clean clean-generic clean-libtool clean-recursive \
 
602
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
603
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
604
        distclean-generic distclean-hdr distclean-libtool \
 
605
        distclean-recursive distclean-tags distcleancheck distdir \
 
606
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
607
        install install-am install-data install-data-am install-exec \
 
608
        install-exec-am install-info install-info-am install-man \
 
609
        install-strip installcheck installcheck-am installdirs \
 
610
        installdirs-am maintainer-clean maintainer-clean-generic \
 
611
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
612
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
613
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
614
 
 
615
 
 
616
# These files will be included in our tarballs, even though automake knows
 
617
# nothing else about them.
 
618
#EXTRA_DIST = Makefile.multi original_configure .cvsignore
 
619
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
620
# Otherwise a system limit (for SysV at least) may be exceeded.
 
621
.NOEXPORT: