~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to src/ident/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-01-21 18:43:56 UTC
  • mfrom: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110121184356-4zn7gwuzws6lpnuc
Tags: 3.1.10-1
* New upstream release (Closes: #609881)
  - Removed patches integrated upstream
    + 16-CVE-2010-3072
    + 17-CVE-2010-2951
  - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
  - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)

* debian/rules
  - Enable ZPH feature (Closes: #597687)

* debian/squid3.ufw.profile
  - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)

* debian/control
  - Added versioned dependency on squid-langpack

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
35
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
38
        $(top_srcdir)/src/Common.am $(top_srcdir)/src/TestHeaders.am
37
39
check_PROGRAMS =
 
40
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
38
41
subdir = src/ident
39
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.in
 
44
        $(top_srcdir)/configure.ac
42
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
46
        $(ACLOCAL_M4)
44
47
mkinstalldirs = $(install_sh) -d
45
48
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
46
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
47
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
48
52
libident_la_LIBADD =
49
53
am_libident_la_OBJECTS = AclIdent.lo Ident.lo
51
55
DEFAULT_INCLUDES = 
52
56
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
53
57
am__depfiles_maybe = depfiles
 
58
am__mv = mv -f
54
59
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
55
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
56
61
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
78
DIST_SOURCES = $(libident_la_SOURCES)
74
79
ETAGS = etags
75
80
CTAGS = ctags
 
81
am__tty_colors = \
 
82
red=; grn=; lgn=; blu=; std=
76
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
84
ACLOCAL = @ACLOCAL@
78
85
ADAPTATION_LIBS = @ADAPTATION_LIBS@
181
188
PACKAGE_NAME = @PACKAGE_NAME@
182
189
PACKAGE_STRING = @PACKAGE_STRING@
183
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
191
PACKAGE_URL = @PACKAGE_URL@
184
192
PACKAGE_VERSION = @PACKAGE_VERSION@
185
193
PATH_SEPARATOR = @PATH_SEPARATOR@
186
194
PERL = @PERL@
249
257
libexecdir = @libexecdir@
250
258
localedir = @localedir@
251
259
localstatedir = @localstatedir@
252
 
lt_ECHO = @lt_ECHO@
253
260
ltdl_LIBOBJS = @ltdl_LIBOBJS@
254
261
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
255
262
makesnmplib = @makesnmplib@
274
281
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
275
282
CLEANFILES = testHeaders
276
283
TESTS = testHeaders
277
 
INCLUDES = \
278
 
        -I$(top_srcdir) \
279
 
        -I$(top_srcdir)/include \
280
 
        -I$(top_srcdir)/src \
281
 
        -I$(top_builddir)/include \
282
 
        $(SQUID_CPPUNIT_INC)
283
 
 
 
284
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
 
285
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1)
284
286
noinst_LTLIBRARIES = libident.la
285
287
libident_la_SOURCES = \
286
288
        AclIdent.h \
297
299
        @for dep in $?; do \
298
300
          case '$(am__configure_deps)' in \
299
301
            *$$dep*) \
300
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
301
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
302
304
              exit 1;; \
303
305
          esac; \
304
306
        done; \
305
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/ident/Makefile'; \
306
 
        cd $(top_srcdir) && \
307
 
          $(AUTOMAKE) --foreign  src/ident/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ident/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign src/ident/Makefile
308
310
.PRECIOUS: Makefile
309
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310
312
        @case '$?' in \
322
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
324
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
325
328
 
326
329
clean-noinstLTLIBRARIES:
327
330
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
335
338
        $(CXXLINK)  $(libident_la_OBJECTS) $(libident_la_LIBADD) $(LIBS)
336
339
 
337
340
clean-checkPROGRAMS:
338
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
339
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
340
 
          echo " rm -f $$p $$f"; \
341
 
          rm -f $$p $$f ; \
342
 
        done
 
341
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
342
        echo " rm -f" $$list; \
 
343
        rm -f $$list || exit $$?; \
 
344
        test -n "$(EXEEXT)" || exit 0; \
 
345
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
346
        echo " rm -f" $$list; \
 
347
        rm -f $$list
343
348
 
344
349
mostlyclean-compile:
345
350
        -rm -f *.$(OBJEXT)
352
357
 
353
358
.cc.o:
354
359
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
360
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
362
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
363
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
359
364
 
360
365
.cc.obj:
361
366
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
362
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
367
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
363
368
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
364
369
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
370
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
366
371
 
367
372
.cc.lo:
368
373
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
374
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
370
375
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
371
376
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
377
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
382
387
        unique=`for i in $$list; do \
383
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
389
          done | \
385
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
392
        mkid -fID $$unique
388
393
tags: TAGS
389
394
 
390
395
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391
396
                $(TAGS_FILES) $(LISP)
392
 
        tags=; \
 
397
        set x; \
393
398
        here=`pwd`; \
394
399
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
400
        unique=`for i in $$list; do \
397
402
          done | \
398
403
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
404
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
405
        shift; \
 
406
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401
407
          test -n "$$unique" || unique=$$empty_fix; \
402
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
 
            $$tags $$unique; \
 
408
          if test $$# -gt 0; then \
 
409
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
410
              "$$@" $$unique; \
 
411
          else \
 
412
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
413
              $$unique; \
 
414
          fi; \
404
415
        fi
405
416
ctags: CTAGS
406
417
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407
418
                $(TAGS_FILES) $(LISP)
408
 
        tags=; \
409
419
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410
420
        unique=`for i in $$list; do \
411
421
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
422
          done | \
413
423
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414
424
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
425
        test -z "$(CTAGS_ARGS)$$unique" \
416
426
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417
 
             $$tags $$unique
 
427
             $$unique
418
428
 
419
429
GTAGS:
420
430
        here=`$(am__cd) $(top_builddir) && pwd` \
421
 
          && cd $(top_srcdir) \
422
 
          && gtags -i $(GTAGS_ARGS) $$here
 
431
          && $(am__cd) $(top_srcdir) \
 
432
          && gtags -i $(GTAGS_ARGS) "$$here"
423
433
 
424
434
distclean-tags:
425
435
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
436
 
427
437
check-TESTS: $(TESTS)
428
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
438
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
429
439
        srcdir=$(srcdir); export srcdir; \
430
440
        list=' $(TESTS) '; \
 
441
        $(am__tty_colors); \
431
442
        if test -n "$$list"; then \
432
443
          for tst in $$list; do \
433
444
            if test -f ./$$tst; then dir=./; \
436
447
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
437
448
              all=`expr $$all + 1`; \
438
449
              case " $(XFAIL_TESTS) " in \
439
 
              *$$ws$$tst$$ws*) \
 
450
              *[\ \     ]$$tst[\ \      ]*) \
440
451
                xpass=`expr $$xpass + 1`; \
441
452
                failed=`expr $$failed + 1`; \
442
 
                echo "XPASS: $$tst"; \
 
453
                col=$$red; res=XPASS; \
443
454
              ;; \
444
455
              *) \
445
 
                echo "PASS: $$tst"; \
 
456
                col=$$grn; res=PASS; \
446
457
              ;; \
447
458
              esac; \
448
459
            elif test $$? -ne 77; then \
449
460
              all=`expr $$all + 1`; \
450
461
              case " $(XFAIL_TESTS) " in \
451
 
              *$$ws$$tst$$ws*) \
 
462
              *[\ \     ]$$tst[\ \      ]*) \
452
463
                xfail=`expr $$xfail + 1`; \
453
 
                echo "XFAIL: $$tst"; \
 
464
                col=$$lgn; res=XFAIL; \
454
465
              ;; \
455
466
              *) \
456
467
                failed=`expr $$failed + 1`; \
457
 
                echo "FAIL: $$tst"; \
 
468
                col=$$red; res=FAIL; \
458
469
              ;; \
459
470
              esac; \
460
471
            else \
461
472
              skip=`expr $$skip + 1`; \
462
 
              echo "SKIP: $$tst"; \
 
473
              col=$$blu; res=SKIP; \
463
474
            fi; \
 
475
            echo "$${col}$$res$${std}: $$tst"; \
464
476
          done; \
 
477
          if test "$$all" -eq 1; then \
 
478
            tests="test"; \
 
479
            All=""; \
 
480
          else \
 
481
            tests="tests"; \
 
482
            All="All "; \
 
483
          fi; \
465
484
          if test "$$failed" -eq 0; then \
466
485
            if test "$$xfail" -eq 0; then \
467
 
              banner="All $$all tests passed"; \
 
486
              banner="$$All$$all $$tests passed"; \
468
487
            else \
469
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
488
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
489
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
470
490
            fi; \
471
491
          else \
472
492
            if test "$$xpass" -eq 0; then \
473
 
              banner="$$failed of $$all tests failed"; \
 
493
              banner="$$failed of $$all $$tests failed"; \
474
494
            else \
475
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
495
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
496
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
476
497
            fi; \
477
498
          fi; \
478
499
          dashes="$$banner"; \
479
500
          skipped=""; \
480
501
          if test "$$skip" -ne 0; then \
481
 
            skipped="($$skip tests were not run)"; \
 
502
            if test "$$skip" -eq 1; then \
 
503
              skipped="($$skip test was not run)"; \
 
504
            else \
 
505
              skipped="($$skip tests were not run)"; \
 
506
            fi; \
482
507
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
483
508
              dashes="$$skipped"; \
484
509
          fi; \
489
514
              dashes="$$report"; \
490
515
          fi; \
491
516
          dashes=`echo "$$dashes" | sed s/./=/g`; \
492
 
          echo "$$dashes"; \
 
517
          if test "$$failed" -eq 0; then \
 
518
            echo "$$grn$$dashes"; \
 
519
          else \
 
520
            echo "$$red$$dashes"; \
 
521
          fi; \
493
522
          echo "$$banner"; \
494
523
          test -z "$$skipped" || echo "$$skipped"; \
495
524
          test -z "$$report" || echo "$$report"; \
496
 
          echo "$$dashes"; \
 
525
          echo "$$dashes$$std"; \
497
526
          test "$$failed" -eq 0; \
498
527
        else :; fi
499
528
 
513
542
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514
543
          if test -d $$d/$$file; then \
515
544
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
545
            if test -d "$(distdir)/$$file"; then \
 
546
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
547
            fi; \
516
548
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
549
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
550
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518
551
            fi; \
519
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
552
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520
553
          else \
521
 
            test -f $(distdir)/$$file \
522
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
554
            test -f "$(distdir)/$$file" \
 
555
            || cp -p $$d/$$file "$(distdir)/$$file" \
523
556
            || exit 1; \
524
557
          fi; \
525
558
        done
550
583
 
551
584
distclean-generic:
552
585
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
586
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
553
587
 
554
588
maintainer-clean-generic:
555
589
        @echo "This command is intended for maintainers to use"
571
605
 
572
606
html: html-am
573
607
 
 
608
html-am:
 
609
 
574
610
info: info-am
575
611
 
576
612
info-am:
579
615
 
580
616
install-dvi: install-dvi-am
581
617
 
 
618
install-dvi-am:
 
619
 
582
620
install-exec-am:
583
621
 
584
622
install-html: install-html-am
585
623
 
 
624
install-html-am:
 
625
 
586
626
install-info: install-info-am
587
627
 
 
628
install-info-am:
 
629
 
588
630
install-man:
589
631
 
590
632
install-pdf: install-pdf-am
591
633
 
 
634
install-pdf-am:
 
635
 
592
636
install-ps: install-ps-am
593
637
 
 
638
install-ps-am:
 
639
 
594
640
installcheck-am:
595
641
 
596
642
maintainer-clean: maintainer-clean-am
613
659
 
614
660
uninstall-am:
615
661
 
616
 
.MAKE: install-am install-strip
 
662
.MAKE: check-am install-am install-strip
617
663
 
618
664
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
619
665
        clean-checkPROGRAMS clean-generic clean-libtool \
636
682
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
637
683
 
638
684
.PHONY: testHeaders
 
685
 
639
686
# Tell versions [3.59,3.63) of GNU make to not export all variables.
640
687
# Otherwise a system limit (for SysV at least) may be exceeded.
641
688
.NOEXPORT: