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

« back to all changes in this revision

Viewing changes to helpers/digest_auth/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.
20
21
#
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
40
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
44
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
 
45
        $(top_srcdir)/configure.ac
44
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
47
        $(ACLOCAL_M4)
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
60
        ps-recursive uninstall-recursive
58
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
60
66
ETAGS = etags
61
67
CTAGS = ctags
62
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
am__relativize = \
 
70
  dir0=`pwd`; \
 
71
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
72
  sed_rest='s,^[^/]*/*,,'; \
 
73
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
74
  sed_butlast='s,/*[^/]*$$,,'; \
 
75
  while test -n "$$dir1"; do \
 
76
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
77
    if test "$$first" != "."; then \
 
78
      if test "$$first" = ".."; then \
 
79
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
80
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
81
      else \
 
82
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
83
        if test "$$first2" = "$$first"; then \
 
84
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
85
        else \
 
86
          dir2="../$$dir2"; \
 
87
        fi; \
 
88
        dir0="$$dir0"/"$$first"; \
 
89
      fi; \
 
90
    fi; \
 
91
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
92
  done; \
 
93
  reldir="$$dir2"
63
94
ACLOCAL = @ACLOCAL@
64
95
ADAPTATION_LIBS = @ADAPTATION_LIBS@
65
96
ALLOCA = @ALLOCA@
167
198
PACKAGE_NAME = @PACKAGE_NAME@
168
199
PACKAGE_STRING = @PACKAGE_STRING@
169
200
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
201
PACKAGE_URL = @PACKAGE_URL@
170
202
PACKAGE_VERSION = @PACKAGE_VERSION@
171
203
PATH_SEPARATOR = @PATH_SEPARATOR@
172
204
PERL = @PERL@
235
267
libexecdir = @libexecdir@
236
268
localedir = @localedir@
237
269
localstatedir = @localstatedir@
238
 
lt_ECHO = @lt_ECHO@
239
270
ltdl_LIBOBJS = @ltdl_LIBOBJS@
240
271
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
241
272
makesnmplib = @makesnmplib@
265
296
        @for dep in $?; do \
266
297
          case '$(am__configure_deps)' in \
267
298
            *$$dep*) \
268
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
269
 
                && exit 0; \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
270
301
              exit 1;; \
271
302
          esac; \
272
303
        done; \
273
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/digest_auth/Makefile'; \
274
 
        cd $(top_srcdir) && \
275
 
          $(AUTOMAKE) --foreign  helpers/digest_auth/Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/digest_auth/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --foreign helpers/digest_auth/Makefile
276
307
.PRECIOUS: Makefile
277
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278
309
        @case '$?' in \
290
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
293
325
 
294
326
mostlyclean-libtool:
295
327
        -rm -f *.lo
304
336
#     (which will cause the Makefiles to be regenerated when you run `make');
305
337
# (2) otherwise, pass the desired values on the `make' command line.
306
338
$(RECURSIVE_TARGETS):
307
 
        @failcom='exit 1'; \
 
339
        @fail= failcom='exit 1'; \
308
340
        for f in x $$MAKEFLAGS; do \
309
341
          case $$f in \
310
342
            *=* | --[!k]*);; \
321
353
          else \
322
354
            local_target="$$target"; \
323
355
          fi; \
324
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
356
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325
357
          || eval $$failcom; \
326
358
        done; \
327
359
        if test "$$dot_seen" = "no"; then \
329
361
        fi; test -z "$$fail"
330
362
 
331
363
$(RECURSIVE_CLEAN_TARGETS):
332
 
        @failcom='exit 1'; \
 
364
        @fail= failcom='exit 1'; \
333
365
        for f in x $$MAKEFLAGS; do \
334
366
          case $$f in \
335
367
            *=* | --[!k]*);; \
355
387
          else \
356
388
            local_target="$$target"; \
357
389
          fi; \
358
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
390
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359
391
          || eval $$failcom; \
360
392
        done && test -z "$$fail"
361
393
tags-recursive:
362
394
        list='$(SUBDIRS)'; for subdir in $$list; do \
363
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
395
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
364
396
        done
365
397
ctags-recursive:
366
398
        list='$(SUBDIRS)'; for subdir in $$list; do \
367
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
399
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
368
400
        done
369
401
 
370
402
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372
404
        unique=`for i in $$list; do \
373
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
406
          done | \
375
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
409
        mkid -fID $$unique
378
410
tags: TAGS
379
411
 
380
412
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
413
                $(TAGS_FILES) $(LISP)
382
 
        tags=; \
 
414
        set x; \
383
415
        here=`pwd`; \
384
416
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
385
417
          include_option=--etags-include; \
391
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
424
          if test "$$subdir" = .; then :; else \
393
425
            test ! -f $$subdir/TAGS || \
394
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
426
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
395
427
          fi; \
396
428
        done; \
397
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
432
          done | \
401
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
435
        shift; \
 
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404
437
          test -n "$$unique" || unique=$$empty_fix; \
405
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406
 
            $$tags $$unique; \
 
438
          if test $$# -gt 0; then \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              "$$@" $$unique; \
 
441
          else \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              $$unique; \
 
444
          fi; \
407
445
        fi
408
446
ctags: CTAGS
409
447
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410
448
                $(TAGS_FILES) $(LISP)
411
 
        tags=; \
412
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
450
        unique=`for i in $$list; do \
414
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
452
          done | \
416
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
455
        test -z "$(CTAGS_ARGS)$$unique" \
419
456
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420
 
             $$tags $$unique
 
457
             $$unique
421
458
 
422
459
GTAGS:
423
460
        here=`$(am__cd) $(top_builddir) && pwd` \
424
 
          && cd $(top_srcdir) \
425
 
          && gtags -i $(GTAGS_ARGS) $$here
 
461
          && $(am__cd) $(top_srcdir) \
 
462
          && gtags -i $(GTAGS_ARGS) "$$here"
426
463
 
427
464
distclean-tags:
428
465
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
480
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
481
          if test -d $$d/$$file; then \
445
482
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
483
            if test -d "$(distdir)/$$file"; then \
 
484
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
485
            fi; \
446
486
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
487
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
488
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448
489
            fi; \
449
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
490
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
450
491
          else \
451
 
            test -f $(distdir)/$$file \
452
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
492
            test -f "$(distdir)/$$file" \
 
493
            || cp -p $$d/$$file "$(distdir)/$$file" \
453
494
            || exit 1; \
454
495
          fi; \
455
496
        done
456
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
497
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
498
          if test "$$subdir" = .; then :; else \
458
499
            test -d "$(distdir)/$$subdir" \
459
500
            || $(MKDIR_P) "$(distdir)/$$subdir" \
460
501
            || exit 1; \
461
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
462
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
463
 
            (cd $$subdir && \
 
502
          fi; \
 
503
        done
 
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
505
          if test "$$subdir" = .; then :; else \
 
506
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
507
            $(am__relativize); \
 
508
            new_distdir=$$reldir; \
 
509
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
510
            $(am__relativize); \
 
511
            new_top_distdir=$$reldir; \
 
512
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
513
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
514
            ($(am__cd) $$subdir && \
464
515
              $(MAKE) $(AM_MAKEFLAGS) \
465
 
                top_distdir="$$top_distdir" \
466
 
                distdir="$$distdir/$$subdir" \
 
516
                top_distdir="$$new_top_distdir" \
 
517
                distdir="$$new_distdir" \
467
518
                am__remove_distdir=: \
468
519
                am__skip_length_check=: \
 
520
                am__skip_mode_fix=: \
469
521
                distdir) \
470
522
              || exit 1; \
471
523
          fi; \
495
547
 
496
548
distclean-generic:
497
549
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
550
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
498
551
 
499
552
maintainer-clean-generic:
500
553
        @echo "This command is intended for maintainers to use"
513
566
 
514
567
html: html-recursive
515
568
 
 
569
html-am:
 
570
 
516
571
info: info-recursive
517
572
 
518
573
info-am:
521
576
 
522
577
install-dvi: install-dvi-recursive
523
578
 
 
579
install-dvi-am:
 
580
 
524
581
install-exec-am:
525
582
 
526
583
install-html: install-html-recursive
527
584
 
 
585
install-html-am:
 
586
 
528
587
install-info: install-info-recursive
529
588
 
 
589
install-info-am:
 
590
 
530
591
install-man:
531
592
 
532
593
install-pdf: install-pdf-recursive
533
594
 
 
595
install-pdf-am:
 
596
 
534
597
install-ps: install-ps-recursive
535
598
 
 
599
install-ps-am:
 
600
 
536
601
installcheck-am:
537
602
 
538
603
maintainer-clean: maintainer-clean-recursive
553
618
 
554
619
uninstall-am:
555
620
 
556
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
557
 
        install-strip
 
621
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
622
        install-am install-strip tags-recursive
558
623
 
559
624
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560
625
        all all-am check check-am clean clean-generic clean-libtool \
570
635
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
571
636
        uninstall uninstall-am
572
637
 
 
638
 
573
639
# Tell versions [3.59,3.63) of GNU make to not export all variables.
574
640
# Otherwise a system limit (for SysV at least) may be exceeded.
575
641
.NOEXPORT: