~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to lib/libTrie/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
19
20
#
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
41
43
        cfgaux/missing
42
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
45
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.in
 
46
        $(top_srcdir)/configure.ac
45
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
48
        $(ACLOCAL_M4)
47
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
51
mkinstalldirs = $(install_sh) -d
50
52
CONFIG_HEADER = config.h
51
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
52
55
SOURCES =
53
56
DIST_SOURCES =
54
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
63
        ps-recursive uninstall-recursive
61
64
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
65
  distclean-recursive maintainer-clean-recursive
 
66
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
67
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
68
        distdir dist dist-all distcheck
63
69
ETAGS = etags
64
70
CTAGS = ctags
65
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
72
distdir = $(PACKAGE)-$(VERSION)
67
73
top_distdir = $(distdir)
68
74
am__remove_distdir = \
69
 
  { test ! -d $(distdir) \
70
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
71
 
         && rm -fr $(distdir); }; }
 
75
  { test ! -d "$(distdir)" \
 
76
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
77
         && rm -fr "$(distdir)"; }; }
 
78
am__relativize = \
 
79
  dir0=`pwd`; \
 
80
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
81
  sed_rest='s,^[^/]*/*,,'; \
 
82
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
83
  sed_butlast='s,/*[^/]*$$,,'; \
 
84
  while test -n "$$dir1"; do \
 
85
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
86
    if test "$$first" != "."; then \
 
87
      if test "$$first" = ".."; then \
 
88
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
89
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
90
      else \
 
91
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
92
        if test "$$first2" = "$$first"; then \
 
93
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
94
        else \
 
95
          dir2="../$$dir2"; \
 
96
        fi; \
 
97
        dir0="$$dir0"/"$$first"; \
 
98
      fi; \
 
99
    fi; \
 
100
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
101
  done; \
 
102
  reldir="$$dir2"
72
103
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
73
104
GZIP_ENV = --best
74
105
distuninstallcheck_listfiles = find . -type f -print
114
145
PACKAGE_NAME = @PACKAGE_NAME@
115
146
PACKAGE_STRING = @PACKAGE_STRING@
116
147
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
148
PACKAGE_URL = @PACKAGE_URL@
117
149
PACKAGE_VERSION = @PACKAGE_VERSION@
118
150
PATH_SEPARATOR = @PATH_SEPARATOR@
119
151
RANLIB = @RANLIB@
179
211
        @for dep in $?; do \
180
212
          case '$(am__configure_deps)' in \
181
213
            *$$dep*) \
182
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
183
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
214
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
215
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
184
216
                && exit 0; \
185
217
              exit 1;; \
186
218
          esac; \
187
219
        done; \
188
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
189
 
        cd $(top_srcdir) && \
190
 
          $(AUTOMAKE) --foreign  Makefile
 
220
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
221
        $(am__cd) $(top_srcdir) && \
 
222
          $(AUTOMAKE) --foreign Makefile
191
223
.PRECIOUS: Makefile
192
224
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193
225
        @case '$?' in \
203
235
        $(SHELL) ./config.status --recheck
204
236
 
205
237
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
206
 
        cd $(srcdir) && $(AUTOCONF)
 
238
        $(am__cd) $(srcdir) && $(AUTOCONF)
207
239
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
208
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
240
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
241
$(am__aclocal_m4_deps):
209
242
 
210
243
config.h: stamp-h1
211
244
        @if test ! -f $@; then \
217
250
        @rm -f stamp-h1
218
251
        cd $(top_builddir) && $(SHELL) ./config.status config.h
219
252
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
220
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
253
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
221
254
        rm -f stamp-h1
222
255
        touch $@
223
256
 
231
264
#     (which will cause the Makefiles to be regenerated when you run `make');
232
265
# (2) otherwise, pass the desired values on the `make' command line.
233
266
$(RECURSIVE_TARGETS):
234
 
        @failcom='exit 1'; \
 
267
        @fail= failcom='exit 1'; \
235
268
        for f in x $$MAKEFLAGS; do \
236
269
          case $$f in \
237
270
            *=* | --[!k]*);; \
248
281
          else \
249
282
            local_target="$$target"; \
250
283
          fi; \
251
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
284
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252
285
          || eval $$failcom; \
253
286
        done; \
254
287
        if test "$$dot_seen" = "no"; then \
256
289
        fi; test -z "$$fail"
257
290
 
258
291
$(RECURSIVE_CLEAN_TARGETS):
259
 
        @failcom='exit 1'; \
 
292
        @fail= failcom='exit 1'; \
260
293
        for f in x $$MAKEFLAGS; do \
261
294
          case $$f in \
262
295
            *=* | --[!k]*);; \
282
315
          else \
283
316
            local_target="$$target"; \
284
317
          fi; \
285
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
318
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
286
319
          || eval $$failcom; \
287
320
        done && test -z "$$fail"
288
321
tags-recursive:
289
322
        list='$(SUBDIRS)'; for subdir in $$list; do \
290
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
323
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
291
324
        done
292
325
ctags-recursive:
293
326
        list='$(SUBDIRS)'; for subdir in $$list; do \
294
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
327
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
295
328
        done
296
329
 
297
330
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299
332
        unique=`for i in $$list; do \
300
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301
334
          done | \
302
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
335
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
303
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
304
337
        mkid -fID $$unique
305
338
tags: TAGS
306
339
 
307
340
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
308
341
                $(TAGS_FILES) $(LISP)
309
 
        tags=; \
 
342
        set x; \
310
343
        here=`pwd`; \
311
344
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
312
345
          include_option=--etags-include; \
318
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
319
352
          if test "$$subdir" = .; then :; else \
320
353
            test ! -f $$subdir/TAGS || \
321
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
354
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
322
355
          fi; \
323
356
        done; \
324
357
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
327
360
          done | \
328
361
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
362
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
363
        shift; \
 
364
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
331
365
          test -n "$$unique" || unique=$$empty_fix; \
332
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333
 
            $$tags $$unique; \
 
366
          if test $$# -gt 0; then \
 
367
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
368
              "$$@" $$unique; \
 
369
          else \
 
370
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
371
              $$unique; \
 
372
          fi; \
334
373
        fi
335
374
ctags: CTAGS
336
375
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
337
376
                $(TAGS_FILES) $(LISP)
338
 
        tags=; \
339
377
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
340
378
        unique=`for i in $$list; do \
341
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342
380
          done | \
343
381
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344
382
              END { if (nonempty) { for (i in files) print i; }; }'`; \
345
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
383
        test -z "$(CTAGS_ARGS)$$unique" \
346
384
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347
 
             $$tags $$unique
 
385
             $$unique
348
386
 
349
387
GTAGS:
350
388
        here=`$(am__cd) $(top_builddir) && pwd` \
351
 
          && cd $(top_srcdir) \
352
 
          && gtags -i $(GTAGS_ARGS) $$here
 
389
          && $(am__cd) $(top_srcdir) \
 
390
          && gtags -i $(GTAGS_ARGS) "$$here"
353
391
 
354
392
distclean-tags:
355
393
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356
394
 
357
395
distdir: $(DISTFILES)
358
396
        $(am__remove_distdir)
359
 
        test -d $(distdir) || mkdir $(distdir)
 
397
        test -d "$(distdir)" || mkdir "$(distdir)"
360
398
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361
399
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362
400
        list='$(DISTFILES)'; \
372
410
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
373
411
          if test -d $$d/$$file; then \
374
412
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
413
            if test -d "$(distdir)/$$file"; then \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
415
            fi; \
375
416
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
376
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
417
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
418
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
377
419
            fi; \
378
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
420
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
379
421
          else \
380
 
            test -f $(distdir)/$$file \
381
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
422
            test -f "$(distdir)/$$file" \
 
423
            || cp -p $$d/$$file "$(distdir)/$$file" \
382
424
            || exit 1; \
383
425
          fi; \
384
426
        done
385
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
427
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
386
428
          if test "$$subdir" = .; then :; else \
387
429
            test -d "$(distdir)/$$subdir" \
388
430
            || $(MKDIR_P) "$(distdir)/$$subdir" \
389
431
            || exit 1; \
390
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
391
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
392
 
            (cd $$subdir && \
 
432
          fi; \
 
433
        done
 
434
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
435
          if test "$$subdir" = .; then :; else \
 
436
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
437
            $(am__relativize); \
 
438
            new_distdir=$$reldir; \
 
439
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
440
            $(am__relativize); \
 
441
            new_top_distdir=$$reldir; \
 
442
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
443
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
444
            ($(am__cd) $$subdir && \
393
445
              $(MAKE) $(AM_MAKEFLAGS) \
394
 
                top_distdir="$$top_distdir" \
395
 
                distdir="$$distdir/$$subdir" \
 
446
                top_distdir="$$new_top_distdir" \
 
447
                distdir="$$new_distdir" \
396
448
                am__remove_distdir=: \
397
449
                am__skip_length_check=: \
 
450
                am__skip_mode_fix=: \
398
451
                distdir) \
399
452
              || exit 1; \
400
453
          fi; \
401
454
        done
402
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
455
        -test -n "$(am__skip_mode_fix)" \
 
456
        || find "$(distdir)" -type d ! -perm -755 \
 
457
                -exec chmod u+rwx,go+rx {} \; -o \
403
458
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
404
459
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
405
460
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
406
 
        || chmod -R a+r $(distdir)
 
461
        || chmod -R a+r "$(distdir)"
407
462
dist-gzip: distdir
408
463
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
409
464
        $(am__remove_distdir)
415
470
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
416
471
        $(am__remove_distdir)
417
472
 
 
473
dist-xz: distdir
 
474
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
475
        $(am__remove_distdir)
 
476
 
418
477
dist-tarZ: distdir
419
478
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
420
479
        $(am__remove_distdir)
439
498
distcheck: dist
440
499
        case '$(DIST_ARCHIVES)' in \
441
500
        *.tar.gz*) \
442
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
501
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
443
502
        *.tar.bz2*) \
444
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
503
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
445
504
        *.tar.lzma*) \
446
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
505
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
506
        *.tar.xz*) \
 
507
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
447
508
        *.tar.Z*) \
448
509
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
449
510
        *.shar.gz*) \
450
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
511
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
451
512
        *.zip*) \
452
513
          unzip $(distdir).zip ;;\
453
514
        esac
455
516
        mkdir $(distdir)/_build
456
517
        mkdir $(distdir)/_inst
457
518
        chmod a-w $(distdir)
 
519
        test -d $(distdir)/_build || exit 0; \
458
520
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
459
521
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
460
 
          && cd $(distdir)/_build \
 
522
          && am__cwd=`pwd` \
 
523
          && $(am__cd) $(distdir)/_build \
461
524
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
462
525
            $(DISTCHECK_CONFIGURE_FLAGS) \
463
526
          && $(MAKE) $(AM_MAKEFLAGS) \
479
542
          && rm -rf "$$dc_destdir" \
480
543
          && $(MAKE) $(AM_MAKEFLAGS) dist \
481
544
          && rm -rf $(DIST_ARCHIVES) \
482
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
545
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
546
          && cd "$$am__cwd" \
 
547
          || exit 1
483
548
        $(am__remove_distdir)
484
549
        @(echo "$(distdir) archives ready for distribution: "; \
485
550
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
486
551
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
487
552
distuninstallcheck:
488
 
        @cd $(distuninstallcheck_dir) \
 
553
        @$(am__cd) '$(distuninstallcheck_dir)' \
489
554
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
490
555
           || { echo "ERROR: files left after uninstall:" ; \
491
556
                if test -n "$(DESTDIR)"; then \
527
592
 
528
593
distclean-generic:
529
594
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
595
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
596
 
531
597
maintainer-clean-generic:
532
598
        @echo "This command is intended for maintainers to use"
546
612
 
547
613
html: html-recursive
548
614
 
 
615
html-am:
 
616
 
549
617
info: info-recursive
550
618
 
551
619
info-am:
554
622
 
555
623
install-dvi: install-dvi-recursive
556
624
 
 
625
install-dvi-am:
 
626
 
557
627
install-exec-am:
558
628
 
559
629
install-html: install-html-recursive
560
630
 
 
631
install-html-am:
 
632
 
561
633
install-info: install-info-recursive
562
634
 
 
635
install-info-am:
 
636
 
563
637
install-man:
564
638
 
565
639
install-pdf: install-pdf-recursive
566
640
 
 
641
install-pdf-am:
 
642
 
567
643
install-ps: install-ps-recursive
568
644
 
 
645
install-ps-am:
 
646
 
569
647
installcheck-am:
570
648
 
571
649
maintainer-clean: maintainer-clean-recursive
588
666
 
589
667
uninstall-am:
590
668
 
591
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
592
 
        install-strip
 
669
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
670
        ctags-recursive install-am install-strip tags-recursive
593
671
 
594
672
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
595
673
        all all-am am--refresh check check-am clean clean-generic \
596
674
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
597
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
598
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
599
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
600
 
        info-am install install-am install-data install-data-am \
601
 
        install-dvi install-dvi-am install-exec install-exec-am \
602
 
        install-html install-html-am install-info install-info-am \
603
 
        install-man install-pdf install-pdf-am install-ps \
604
 
        install-ps-am install-strip installcheck installcheck-am \
605
 
        installdirs installdirs-am maintainer-clean \
 
675
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
676
        distclean distclean-generic distclean-hdr distclean-tags \
 
677
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
678
        html-am info info-am install install-am install-data \
 
679
        install-data-am install-dvi install-dvi-am install-exec \
 
680
        install-exec-am install-html install-html-am install-info \
 
681
        install-info-am install-man install-pdf install-pdf-am \
 
682
        install-ps install-ps-am install-strip installcheck \
 
683
        installcheck-am installdirs installdirs-am maintainer-clean \
606
684
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
607
685
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
608
686
 
 
687
 
609
688
# Tell versions [3.59,3.63) of GNU make to not export all variables.
610
689
# Otherwise a system limit (for SysV at least) may be exceeded.
611
690
.NOEXPORT: