~ubuntu-branches/ubuntu/breezy/quagga/breezy-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-05-20 13:16:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050520131612-pr6paalox60o3x3n
Tags: upstream-0.99.1
ImportĀ upstreamĀ versionĀ 0.99.1

Show diffs side-by-side

added added

removed removed

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