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

« back to all changes in this revision

Viewing changes to src/base/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 =
 
40
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
38
41
subdir = src/base
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
libbase_la_LIBADD =
49
53
am_libbase_la_OBJECTS = AsyncCall.lo AsyncJob.lo AsyncCallQueue.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 = $(libbase_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 = libbase.la
285
287
libbase_la_SOURCES = \
286
288
        AsyncCall.cc \
289
291
        AsyncJob.cc \
290
292
        AsyncJobCalls.h \
291
293
        AsyncCallQueue.cc \
292
 
        AsyncCallQueue.h
 
294
        AsyncCallQueue.h \
 
295
        CbcPointer.h
293
296
 
294
297
all: all-am
295
298
 
299
302
        @for dep in $?; do \
300
303
          case '$(am__configure_deps)' in \
301
304
            *$$dep*) \
302
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
303
 
                && exit 0; \
 
305
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
306
                && { if test -f $@; then exit 0; else break; fi; }; \
304
307
              exit 1;; \
305
308
          esac; \
306
309
        done; \
307
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/base/Makefile'; \
308
 
        cd $(top_srcdir) && \
309
 
          $(AUTOMAKE) --foreign  src/base/Makefile
 
310
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/Makefile'; \
 
311
        $(am__cd) $(top_srcdir) && \
 
312
          $(AUTOMAKE) --foreign src/base/Makefile
310
313
.PRECIOUS: Makefile
311
314
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312
315
        @case '$?' in \
324
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
328
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326
329
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
330
$(am__aclocal_m4_deps):
327
331
 
328
332
clean-noinstLTLIBRARIES:
329
333
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
337
341
        $(CXXLINK)  $(libbase_la_OBJECTS) $(libbase_la_LIBADD) $(LIBS)
338
342
 
339
343
clean-checkPROGRAMS:
340
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
341
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
342
 
          echo " rm -f $$p $$f"; \
343
 
          rm -f $$p $$f ; \
344
 
        done
 
344
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
345
        echo " rm -f" $$list; \
 
346
        rm -f $$list || exit $$?; \
 
347
        test -n "$(EXEEXT)" || exit 0; \
 
348
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
349
        echo " rm -f" $$list; \
 
350
        rm -f $$list
345
351
 
346
352
mostlyclean-compile:
347
353
        -rm -f *.$(OBJEXT)
355
361
 
356
362
.cc.o:
357
363
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
364
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
365
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
366
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
367
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
362
368
 
363
369
.cc.obj:
364
370
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
365
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
371
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366
372
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367
373
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
374
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
369
375
 
370
376
.cc.lo:
371
377
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
378
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
374
380
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
381
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
385
391
        unique=`for i in $$list; do \
386
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387
393
          done | \
388
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
396
        mkid -fID $$unique
391
397
tags: TAGS
392
398
 
393
399
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
400
                $(TAGS_FILES) $(LISP)
395
 
        tags=; \
 
401
        set x; \
396
402
        here=`pwd`; \
397
403
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
398
404
        unique=`for i in $$list; do \
400
406
          done | \
401
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
409
        shift; \
 
410
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404
411
          test -n "$$unique" || unique=$$empty_fix; \
405
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406
 
            $$tags $$unique; \
 
412
          if test $$# -gt 0; then \
 
413
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
414
              "$$@" $$unique; \
 
415
          else \
 
416
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
417
              $$unique; \
 
418
          fi; \
407
419
        fi
408
420
ctags: CTAGS
409
421
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410
422
                $(TAGS_FILES) $(LISP)
411
 
        tags=; \
412
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
424
        unique=`for i in $$list; do \
414
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
426
          done | \
416
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
429
        test -z "$(CTAGS_ARGS)$$unique" \
419
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420
 
             $$tags $$unique
 
431
             $$unique
421
432
 
422
433
GTAGS:
423
434
        here=`$(am__cd) $(top_builddir) && pwd` \
424
 
          && cd $(top_srcdir) \
425
 
          && gtags -i $(GTAGS_ARGS) $$here
 
435
          && $(am__cd) $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) "$$here"
426
437
 
427
438
distclean-tags:
428
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
440
 
430
441
check-TESTS: $(TESTS)
431
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
442
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
432
443
        srcdir=$(srcdir); export srcdir; \
433
444
        list=' $(TESTS) '; \
 
445
        $(am__tty_colors); \
434
446
        if test -n "$$list"; then \
435
447
          for tst in $$list; do \
436
448
            if test -f ./$$tst; then dir=./; \
439
451
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
440
452
              all=`expr $$all + 1`; \
441
453
              case " $(XFAIL_TESTS) " in \
442
 
              *$$ws$$tst$$ws*) \
 
454
              *[\ \     ]$$tst[\ \      ]*) \
443
455
                xpass=`expr $$xpass + 1`; \
444
456
                failed=`expr $$failed + 1`; \
445
 
                echo "XPASS: $$tst"; \
 
457
                col=$$red; res=XPASS; \
446
458
              ;; \
447
459
              *) \
448
 
                echo "PASS: $$tst"; \
 
460
                col=$$grn; res=PASS; \
449
461
              ;; \
450
462
              esac; \
451
463
            elif test $$? -ne 77; then \
452
464
              all=`expr $$all + 1`; \
453
465
              case " $(XFAIL_TESTS) " in \
454
 
              *$$ws$$tst$$ws*) \
 
466
              *[\ \     ]$$tst[\ \      ]*) \
455
467
                xfail=`expr $$xfail + 1`; \
456
 
                echo "XFAIL: $$tst"; \
 
468
                col=$$lgn; res=XFAIL; \
457
469
              ;; \
458
470
              *) \
459
471
                failed=`expr $$failed + 1`; \
460
 
                echo "FAIL: $$tst"; \
 
472
                col=$$red; res=FAIL; \
461
473
              ;; \
462
474
              esac; \
463
475
            else \
464
476
              skip=`expr $$skip + 1`; \
465
 
              echo "SKIP: $$tst"; \
 
477
              col=$$blu; res=SKIP; \
466
478
            fi; \
 
479
            echo "$${col}$$res$${std}: $$tst"; \
467
480
          done; \
 
481
          if test "$$all" -eq 1; then \
 
482
            tests="test"; \
 
483
            All=""; \
 
484
          else \
 
485
            tests="tests"; \
 
486
            All="All "; \
 
487
          fi; \
468
488
          if test "$$failed" -eq 0; then \
469
489
            if test "$$xfail" -eq 0; then \
470
 
              banner="All $$all tests passed"; \
 
490
              banner="$$All$$all $$tests passed"; \
471
491
            else \
472
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
492
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
493
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
473
494
            fi; \
474
495
          else \
475
496
            if test "$$xpass" -eq 0; then \
476
 
              banner="$$failed of $$all tests failed"; \
 
497
              banner="$$failed of $$all $$tests failed"; \
477
498
            else \
478
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
499
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
500
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
479
501
            fi; \
480
502
          fi; \
481
503
          dashes="$$banner"; \
482
504
          skipped=""; \
483
505
          if test "$$skip" -ne 0; then \
484
 
            skipped="($$skip tests were not run)"; \
 
506
            if test "$$skip" -eq 1; then \
 
507
              skipped="($$skip test was not run)"; \
 
508
            else \
 
509
              skipped="($$skip tests were not run)"; \
 
510
            fi; \
485
511
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
486
512
              dashes="$$skipped"; \
487
513
          fi; \
492
518
              dashes="$$report"; \
493
519
          fi; \
494
520
          dashes=`echo "$$dashes" | sed s/./=/g`; \
495
 
          echo "$$dashes"; \
 
521
          if test "$$failed" -eq 0; then \
 
522
            echo "$$grn$$dashes"; \
 
523
          else \
 
524
            echo "$$red$$dashes"; \
 
525
          fi; \
496
526
          echo "$$banner"; \
497
527
          test -z "$$skipped" || echo "$$skipped"; \
498
528
          test -z "$$report" || echo "$$report"; \
499
 
          echo "$$dashes"; \
 
529
          echo "$$dashes$$std"; \
500
530
          test "$$failed" -eq 0; \
501
531
        else :; fi
502
532
 
516
546
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517
547
          if test -d $$d/$$file; then \
518
548
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
549
            if test -d "$(distdir)/$$file"; then \
 
550
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
551
            fi; \
519
552
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
553
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
554
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521
555
            fi; \
522
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
556
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523
557
          else \
524
 
            test -f $(distdir)/$$file \
525
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
558
            test -f "$(distdir)/$$file" \
 
559
            || cp -p $$d/$$file "$(distdir)/$$file" \
526
560
            || exit 1; \
527
561
          fi; \
528
562
        done
553
587
 
554
588
distclean-generic:
555
589
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
590
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
556
591
 
557
592
maintainer-clean-generic:
558
593
        @echo "This command is intended for maintainers to use"
574
609
 
575
610
html: html-am
576
611
 
 
612
html-am:
 
613
 
577
614
info: info-am
578
615
 
579
616
info-am:
582
619
 
583
620
install-dvi: install-dvi-am
584
621
 
 
622
install-dvi-am:
 
623
 
585
624
install-exec-am:
586
625
 
587
626
install-html: install-html-am
588
627
 
 
628
install-html-am:
 
629
 
589
630
install-info: install-info-am
590
631
 
 
632
install-info-am:
 
633
 
591
634
install-man:
592
635
 
593
636
install-pdf: install-pdf-am
594
637
 
 
638
install-pdf-am:
 
639
 
595
640
install-ps: install-ps-am
596
641
 
 
642
install-ps-am:
 
643
 
597
644
installcheck-am:
598
645
 
599
646
maintainer-clean: maintainer-clean-am
616
663
 
617
664
uninstall-am:
618
665
 
619
 
.MAKE: install-am install-strip
 
666
.MAKE: check-am install-am install-strip
620
667
 
621
668
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
622
669
        clean-checkPROGRAMS clean-generic clean-libtool \
639
686
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
640
687
 
641
688
.PHONY: testHeaders
 
689
 
642
690
# Tell versions [3.59,3.63) of GNU make to not export all variables.
643
691
# Otherwise a system limit (for SysV at least) may be exceeded.
644
692
.NOEXPORT: