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

« back to all changes in this revision

Viewing changes to src/esi/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.
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 =
38
 
@HAVE_LIBEXPAT_TRUE@am__append_1 = \
 
40
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
 
41
@HAVE_LIBEXPAT_TRUE@am__append_2 = \
39
42
@HAVE_LIBEXPAT_TRUE@    ExpatParser.cc \
40
43
@HAVE_LIBEXPAT_TRUE@    ExpatParser.h
41
44
 
42
 
@HAVE_LIBXML2_TRUE@am__append_2 = \
 
45
@HAVE_LIBXML2_TRUE@am__append_3 = \
43
46
@HAVE_LIBXML2_TRUE@     Libxml2Parser.cc \
44
47
@HAVE_LIBXML2_TRUE@     Libxml2Parser.h
45
48
 
46
49
subdir = src/esi
47
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
51
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
49
 
        $(top_srcdir)/configure.in
 
52
        $(top_srcdir)/configure.ac
50
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
54
        $(ACLOCAL_M4)
52
55
mkinstalldirs = $(install_sh) -d
53
56
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
54
57
CONFIG_CLEAN_FILES =
 
58
CONFIG_CLEAN_VPATH_FILES =
55
59
LTLIBRARIES = $(noinst_LTLIBRARIES)
56
60
libesi_la_LIBADD =
57
61
am__libesi_la_SOURCES_DIST = Assign.cc Assign.h Attempt.h Context.cc \
71
75
DEFAULT_INCLUDES = 
72
76
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
73
77
am__depfiles_maybe = depfiles
 
78
am__mv = mv -f
74
79
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
80
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
76
81
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93
98
DIST_SOURCES = $(am__libesi_la_SOURCES_DIST)
94
99
ETAGS = etags
95
100
CTAGS = ctags
 
101
am__tty_colors = \
 
102
red=; grn=; lgn=; blu=; std=
96
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97
104
ACLOCAL = @ACLOCAL@
98
105
ADAPTATION_LIBS = @ADAPTATION_LIBS@
201
208
PACKAGE_NAME = @PACKAGE_NAME@
202
209
PACKAGE_STRING = @PACKAGE_STRING@
203
210
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
211
PACKAGE_URL = @PACKAGE_URL@
204
212
PACKAGE_VERSION = @PACKAGE_VERSION@
205
213
PATH_SEPARATOR = @PATH_SEPARATOR@
206
214
PERL = @PERL@
269
277
libexecdir = @libexecdir@
270
278
localedir = @localedir@
271
279
localstatedir = @localstatedir@
272
 
lt_ECHO = @lt_ECHO@
273
280
ltdl_LIBOBJS = @ltdl_LIBOBJS@
274
281
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
275
282
makesnmplib = @makesnmplib@
295
302
CLEANFILES = testHeaders
296
303
TESTS = testHeaders
297
304
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
298
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) \
 
305
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
299
306
        -I$(top_srcdir)/lib/libTrie/include \
300
307
        -I$(top_builddir)/lib/libTrie/include
301
308
noinst_LTLIBRARIES = libesi.la
302
 
ESI_PARSER_SOURCES = CustomParser.cc CustomParser.h $(am__append_1) \
303
 
        $(am__append_2)
 
309
ESI_PARSER_SOURCES = CustomParser.cc CustomParser.h $(am__append_2) \
 
310
        $(am__append_3)
304
311
libesi_la_SOURCES = \
305
312
        Assign.cc \
306
313
        Assign.h \
338
345
        @for dep in $?; do \
339
346
          case '$(am__configure_deps)' in \
340
347
            *$$dep*) \
341
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
342
 
                && exit 0; \
 
348
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
349
                && { if test -f $@; then exit 0; else break; fi; }; \
343
350
              exit 1;; \
344
351
          esac; \
345
352
        done; \
346
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/esi/Makefile'; \
347
 
        cd $(top_srcdir) && \
348
 
          $(AUTOMAKE) --foreign  src/esi/Makefile
 
353
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/esi/Makefile'; \
 
354
        $(am__cd) $(top_srcdir) && \
 
355
          $(AUTOMAKE) --foreign src/esi/Makefile
349
356
.PRECIOUS: Makefile
350
357
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351
358
        @case '$?' in \
363
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
371
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
365
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
$(am__aclocal_m4_deps):
366
374
 
367
375
clean-noinstLTLIBRARIES:
368
376
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
376
384
        $(CXXLINK)  $(libesi_la_OBJECTS) $(libesi_la_LIBADD) $(LIBS)
377
385
 
378
386
clean-checkPROGRAMS:
379
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
380
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
381
 
          echo " rm -f $$p $$f"; \
382
 
          rm -f $$p $$f ; \
383
 
        done
 
387
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
388
        echo " rm -f" $$list; \
 
389
        rm -f $$list || exit $$?; \
 
390
        test -n "$(EXEEXT)" || exit 0; \
 
391
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
392
        echo " rm -f" $$list; \
 
393
        rm -f $$list
384
394
 
385
395
mostlyclean-compile:
386
396
        -rm -f *.$(OBJEXT)
404
414
 
405
415
.cc.o:
406
416
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
407
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
417
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408
418
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409
419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
420
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
411
421
 
412
422
.cc.obj:
413
423
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
414
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
424
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415
425
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
427
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
418
428
 
419
429
.cc.lo:
420
430
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
431
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422
432
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423
433
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
434
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
434
444
        unique=`for i in $$list; do \
435
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
446
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
449
        mkid -fID $$unique
440
450
tags: TAGS
441
451
 
442
452
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
453
                $(TAGS_FILES) $(LISP)
444
 
        tags=; \
 
454
        set x; \
445
455
        here=`pwd`; \
446
456
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
457
        unique=`for i in $$list; do \
449
459
          done | \
450
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
452
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
462
        shift; \
 
463
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453
464
          test -n "$$unique" || unique=$$empty_fix; \
454
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455
 
            $$tags $$unique; \
 
465
          if test $$# -gt 0; then \
 
466
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
467
              "$$@" $$unique; \
 
468
          else \
 
469
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
470
              $$unique; \
 
471
          fi; \
456
472
        fi
457
473
ctags: CTAGS
458
474
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459
475
                $(TAGS_FILES) $(LISP)
460
 
        tags=; \
461
476
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462
477
        unique=`for i in $$list; do \
463
478
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
479
          done | \
465
480
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
481
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
482
        test -z "$(CTAGS_ARGS)$$unique" \
468
483
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469
 
             $$tags $$unique
 
484
             $$unique
470
485
 
471
486
GTAGS:
472
487
        here=`$(am__cd) $(top_builddir) && pwd` \
473
 
          && cd $(top_srcdir) \
474
 
          && gtags -i $(GTAGS_ARGS) $$here
 
488
          && $(am__cd) $(top_srcdir) \
 
489
          && gtags -i $(GTAGS_ARGS) "$$here"
475
490
 
476
491
distclean-tags:
477
492
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
493
 
479
494
check-TESTS: $(TESTS)
480
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
495
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
481
496
        srcdir=$(srcdir); export srcdir; \
482
497
        list=' $(TESTS) '; \
 
498
        $(am__tty_colors); \
483
499
        if test -n "$$list"; then \
484
500
          for tst in $$list; do \
485
501
            if test -f ./$$tst; then dir=./; \
488
504
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
489
505
              all=`expr $$all + 1`; \
490
506
              case " $(XFAIL_TESTS) " in \
491
 
              *$$ws$$tst$$ws*) \
 
507
              *[\ \     ]$$tst[\ \      ]*) \
492
508
                xpass=`expr $$xpass + 1`; \
493
509
                failed=`expr $$failed + 1`; \
494
 
                echo "XPASS: $$tst"; \
 
510
                col=$$red; res=XPASS; \
495
511
              ;; \
496
512
              *) \
497
 
                echo "PASS: $$tst"; \
 
513
                col=$$grn; res=PASS; \
498
514
              ;; \
499
515
              esac; \
500
516
            elif test $$? -ne 77; then \
501
517
              all=`expr $$all + 1`; \
502
518
              case " $(XFAIL_TESTS) " in \
503
 
              *$$ws$$tst$$ws*) \
 
519
              *[\ \     ]$$tst[\ \      ]*) \
504
520
                xfail=`expr $$xfail + 1`; \
505
 
                echo "XFAIL: $$tst"; \
 
521
                col=$$lgn; res=XFAIL; \
506
522
              ;; \
507
523
              *) \
508
524
                failed=`expr $$failed + 1`; \
509
 
                echo "FAIL: $$tst"; \
 
525
                col=$$red; res=FAIL; \
510
526
              ;; \
511
527
              esac; \
512
528
            else \
513
529
              skip=`expr $$skip + 1`; \
514
 
              echo "SKIP: $$tst"; \
 
530
              col=$$blu; res=SKIP; \
515
531
            fi; \
 
532
            echo "$${col}$$res$${std}: $$tst"; \
516
533
          done; \
 
534
          if test "$$all" -eq 1; then \
 
535
            tests="test"; \
 
536
            All=""; \
 
537
          else \
 
538
            tests="tests"; \
 
539
            All="All "; \
 
540
          fi; \
517
541
          if test "$$failed" -eq 0; then \
518
542
            if test "$$xfail" -eq 0; then \
519
 
              banner="All $$all tests passed"; \
 
543
              banner="$$All$$all $$tests passed"; \
520
544
            else \
521
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
545
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
546
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
522
547
            fi; \
523
548
          else \
524
549
            if test "$$xpass" -eq 0; then \
525
 
              banner="$$failed of $$all tests failed"; \
 
550
              banner="$$failed of $$all $$tests failed"; \
526
551
            else \
527
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
552
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
553
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
528
554
            fi; \
529
555
          fi; \
530
556
          dashes="$$banner"; \
531
557
          skipped=""; \
532
558
          if test "$$skip" -ne 0; then \
533
 
            skipped="($$skip tests were not run)"; \
 
559
            if test "$$skip" -eq 1; then \
 
560
              skipped="($$skip test was not run)"; \
 
561
            else \
 
562
              skipped="($$skip tests were not run)"; \
 
563
            fi; \
534
564
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
535
565
              dashes="$$skipped"; \
536
566
          fi; \
541
571
              dashes="$$report"; \
542
572
          fi; \
543
573
          dashes=`echo "$$dashes" | sed s/./=/g`; \
544
 
          echo "$$dashes"; \
 
574
          if test "$$failed" -eq 0; then \
 
575
            echo "$$grn$$dashes"; \
 
576
          else \
 
577
            echo "$$red$$dashes"; \
 
578
          fi; \
545
579
          echo "$$banner"; \
546
580
          test -z "$$skipped" || echo "$$skipped"; \
547
581
          test -z "$$report" || echo "$$report"; \
548
 
          echo "$$dashes"; \
 
582
          echo "$$dashes$$std"; \
549
583
          test "$$failed" -eq 0; \
550
584
        else :; fi
551
585
 
565
599
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566
600
          if test -d $$d/$$file; then \
567
601
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
602
            if test -d "$(distdir)/$$file"; then \
 
603
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
604
            fi; \
568
605
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
606
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
607
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570
608
            fi; \
571
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
609
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572
610
          else \
573
 
            test -f $(distdir)/$$file \
574
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
611
            test -f "$(distdir)/$$file" \
 
612
            || cp -p $$d/$$file "$(distdir)/$$file" \
575
613
            || exit 1; \
576
614
          fi; \
577
615
        done
602
640
 
603
641
distclean-generic:
604
642
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
643
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
605
644
 
606
645
maintainer-clean-generic:
607
646
        @echo "This command is intended for maintainers to use"
623
662
 
624
663
html: html-am
625
664
 
 
665
html-am:
 
666
 
626
667
info: info-am
627
668
 
628
669
info-am:
631
672
 
632
673
install-dvi: install-dvi-am
633
674
 
 
675
install-dvi-am:
 
676
 
634
677
install-exec-am:
635
678
 
636
679
install-html: install-html-am
637
680
 
 
681
install-html-am:
 
682
 
638
683
install-info: install-info-am
639
684
 
 
685
install-info-am:
 
686
 
640
687
install-man:
641
688
 
642
689
install-pdf: install-pdf-am
643
690
 
 
691
install-pdf-am:
 
692
 
644
693
install-ps: install-ps-am
645
694
 
 
695
install-ps-am:
 
696
 
646
697
installcheck-am:
647
698
 
648
699
maintainer-clean: maintainer-clean-am
665
716
 
666
717
uninstall-am:
667
718
 
668
 
.MAKE: install-am install-strip
 
719
.MAKE: check-am install-am install-strip
669
720
 
670
721
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
671
722
        clean-checkPROGRAMS clean-generic clean-libtool \
688
739
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
689
740
 
690
741
.PHONY: testHeaders
 
742
 
691
743
# Tell versions [3.59,3.63) of GNU make to not export all variables.
692
744
# Otherwise a system limit (for SysV at least) may be exceeded.
693
745
.NOEXPORT: