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

« back to all changes in this revision

Viewing changes to src/acl/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
 
@ENABLE_SSL_TRUE@am__append_1 = $(SSL_ACLS)
39
 
@ENABLE_ARP_ACL_TRUE@am__append_2 = $(ARP_ACLS)
 
40
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
 
41
@ENABLE_SSL_TRUE@am__append_2 = $(SSL_ACLS)
 
42
@ENABLE_ARP_ACL_TRUE@am__append_3 = $(ARP_ACLS)
40
43
subdir = src/acl
41
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
45
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
 
46
        $(top_srcdir)/configure.ac
44
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
48
        $(ACLOCAL_M4)
46
49
mkinstalldirs = $(install_sh) -d
47
50
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
48
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
49
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
50
54
libacls_la_LIBADD =
51
55
am__libacls_la_SOURCES_DIST = IntRange.cc IntRange.h RegexData.cc \
92
96
DEFAULT_INCLUDES = 
93
97
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
94
98
am__depfiles_maybe = depfiles
 
99
am__mv = mv -f
95
100
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96
101
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
97
102
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117
122
        $(libstate_la_SOURCES)
118
123
ETAGS = etags
119
124
CTAGS = ctags
 
125
am__tty_colors = \
 
126
red=; grn=; lgn=; blu=; std=
120
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
128
ACLOCAL = @ACLOCAL@
122
129
ADAPTATION_LIBS = @ADAPTATION_LIBS@
225
232
PACKAGE_NAME = @PACKAGE_NAME@
226
233
PACKAGE_STRING = @PACKAGE_STRING@
227
234
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
235
PACKAGE_URL = @PACKAGE_URL@
228
236
PACKAGE_VERSION = @PACKAGE_VERSION@
229
237
PATH_SEPARATOR = @PATH_SEPARATOR@
230
238
PERL = @PERL@
293
301
libexecdir = @libexecdir@
294
302
localedir = @localedir@
295
303
localstatedir = @localstatedir@
296
 
lt_ECHO = @lt_ECHO@
297
304
ltdl_LIBOBJS = @ltdl_LIBOBJS@
298
305
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
299
306
makesnmplib = @makesnmplib@
318
325
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
319
326
CLEANFILES = testHeaders
320
327
TESTS = testHeaders
321
 
INCLUDES = \
322
 
        -I$(top_srcdir) \
323
 
        -I$(top_srcdir)/include \
324
 
        -I$(top_srcdir)/src \
325
 
        -I$(top_builddir)/include \
326
 
        $(SQUID_CPPUNIT_INC)
327
 
 
 
328
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
 
329
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1)
328
330
noinst_LTLIBRARIES = libapi.la libstate.la libacls.la
329
331
libapi_la_SOURCES = \
330
332
        Acl.cc \
357
359
        RequestMimeType.cc RequestMimeType.h SourceAsn.h \
358
360
        SourceDomain.cc SourceDomain.h SourceIp.cc SourceIp.h Tag.cc \
359
361
        Tag.h Url.cc Url.h UrlPath.cc UrlPath.h UrlPort.cc UrlPort.h \
360
 
        UserData.cc UserData.h Gadgets.cc Gadgets.h $(am__append_1) \
361
 
        $(am__append_2)
 
362
        UserData.cc UserData.h Gadgets.cc Gadgets.h $(am__append_2) \
 
363
        $(am__append_3)
362
364
EXTRA_libacls_la_SOURCES = $(SSL_ACLS) $(ARP_ACLS)
363
365
SSL_ACLS = \
364
366
        CertificateData.cc \
379
381
        @for dep in $?; do \
380
382
          case '$(am__configure_deps)' in \
381
383
            *$$dep*) \
382
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
383
 
                && exit 0; \
 
384
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
385
                && { if test -f $@; then exit 0; else break; fi; }; \
384
386
              exit 1;; \
385
387
          esac; \
386
388
        done; \
387
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/acl/Makefile'; \
388
 
        cd $(top_srcdir) && \
389
 
          $(AUTOMAKE) --foreign  src/acl/Makefile
 
389
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/acl/Makefile'; \
 
390
        $(am__cd) $(top_srcdir) && \
 
391
          $(AUTOMAKE) --foreign src/acl/Makefile
390
392
.PRECIOUS: Makefile
391
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392
394
        @case '$?' in \
404
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405
407
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
406
408
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
409
$(am__aclocal_m4_deps):
407
410
 
408
411
clean-noinstLTLIBRARIES:
409
412
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
421
424
        $(CXXLINK)  $(libstate_la_OBJECTS) $(libstate_la_LIBADD) $(LIBS)
422
425
 
423
426
clean-checkPROGRAMS:
424
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
425
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
426
 
          echo " rm -f $$p $$f"; \
427
 
          rm -f $$p $$f ; \
428
 
        done
 
427
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
428
        echo " rm -f" $$list; \
 
429
        rm -f $$list || exit $$?; \
 
430
        test -n "$(EXEEXT)" || exit 0; \
 
431
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
432
        echo " rm -f" $$list; \
 
433
        rm -f $$list
429
434
 
430
435
mostlyclean-compile:
431
436
        -rm -f *.$(OBJEXT)
481
486
 
482
487
.cc.o:
483
488
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
484
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
489
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
485
490
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486
491
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487
492
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
488
493
 
489
494
.cc.obj:
490
495
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
491
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
496
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492
497
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493
498
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
499
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
495
500
 
496
501
.cc.lo:
497
502
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
498
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
503
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
499
504
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
500
505
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
506
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
511
516
        unique=`for i in $$list; do \
512
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513
518
          done | \
514
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
519
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515
520
              END { if (nonempty) { for (i in files) print i; }; }'`; \
516
521
        mkid -fID $$unique
517
522
tags: TAGS
518
523
 
519
524
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520
525
                $(TAGS_FILES) $(LISP)
521
 
        tags=; \
 
526
        set x; \
522
527
        here=`pwd`; \
523
528
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
524
529
        unique=`for i in $$list; do \
526
531
          done | \
527
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
529
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
534
        shift; \
 
535
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
530
536
          test -n "$$unique" || unique=$$empty_fix; \
531
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532
 
            $$tags $$unique; \
 
537
          if test $$# -gt 0; then \
 
538
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
539
              "$$@" $$unique; \
 
540
          else \
 
541
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
542
              $$unique; \
 
543
          fi; \
533
544
        fi
534
545
ctags: CTAGS
535
546
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
536
547
                $(TAGS_FILES) $(LISP)
537
 
        tags=; \
538
548
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
539
549
        unique=`for i in $$list; do \
540
550
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541
551
          done | \
542
552
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
543
553
              END { if (nonempty) { for (i in files) print i; }; }'`; \
544
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
554
        test -z "$(CTAGS_ARGS)$$unique" \
545
555
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
546
 
             $$tags $$unique
 
556
             $$unique
547
557
 
548
558
GTAGS:
549
559
        here=`$(am__cd) $(top_builddir) && pwd` \
550
 
          && cd $(top_srcdir) \
551
 
          && gtags -i $(GTAGS_ARGS) $$here
 
560
          && $(am__cd) $(top_srcdir) \
 
561
          && gtags -i $(GTAGS_ARGS) "$$here"
552
562
 
553
563
distclean-tags:
554
564
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
555
565
 
556
566
check-TESTS: $(TESTS)
557
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
567
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
558
568
        srcdir=$(srcdir); export srcdir; \
559
569
        list=' $(TESTS) '; \
 
570
        $(am__tty_colors); \
560
571
        if test -n "$$list"; then \
561
572
          for tst in $$list; do \
562
573
            if test -f ./$$tst; then dir=./; \
565
576
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
566
577
              all=`expr $$all + 1`; \
567
578
              case " $(XFAIL_TESTS) " in \
568
 
              *$$ws$$tst$$ws*) \
 
579
              *[\ \     ]$$tst[\ \      ]*) \
569
580
                xpass=`expr $$xpass + 1`; \
570
581
                failed=`expr $$failed + 1`; \
571
 
                echo "XPASS: $$tst"; \
 
582
                col=$$red; res=XPASS; \
572
583
              ;; \
573
584
              *) \
574
 
                echo "PASS: $$tst"; \
 
585
                col=$$grn; res=PASS; \
575
586
              ;; \
576
587
              esac; \
577
588
            elif test $$? -ne 77; then \
578
589
              all=`expr $$all + 1`; \
579
590
              case " $(XFAIL_TESTS) " in \
580
 
              *$$ws$$tst$$ws*) \
 
591
              *[\ \     ]$$tst[\ \      ]*) \
581
592
                xfail=`expr $$xfail + 1`; \
582
 
                echo "XFAIL: $$tst"; \
 
593
                col=$$lgn; res=XFAIL; \
583
594
              ;; \
584
595
              *) \
585
596
                failed=`expr $$failed + 1`; \
586
 
                echo "FAIL: $$tst"; \
 
597
                col=$$red; res=FAIL; \
587
598
              ;; \
588
599
              esac; \
589
600
            else \
590
601
              skip=`expr $$skip + 1`; \
591
 
              echo "SKIP: $$tst"; \
 
602
              col=$$blu; res=SKIP; \
592
603
            fi; \
 
604
            echo "$${col}$$res$${std}: $$tst"; \
593
605
          done; \
 
606
          if test "$$all" -eq 1; then \
 
607
            tests="test"; \
 
608
            All=""; \
 
609
          else \
 
610
            tests="tests"; \
 
611
            All="All "; \
 
612
          fi; \
594
613
          if test "$$failed" -eq 0; then \
595
614
            if test "$$xfail" -eq 0; then \
596
 
              banner="All $$all tests passed"; \
 
615
              banner="$$All$$all $$tests passed"; \
597
616
            else \
598
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
617
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
618
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
599
619
            fi; \
600
620
          else \
601
621
            if test "$$xpass" -eq 0; then \
602
 
              banner="$$failed of $$all tests failed"; \
 
622
              banner="$$failed of $$all $$tests failed"; \
603
623
            else \
604
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
624
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
625
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
605
626
            fi; \
606
627
          fi; \
607
628
          dashes="$$banner"; \
608
629
          skipped=""; \
609
630
          if test "$$skip" -ne 0; then \
610
 
            skipped="($$skip tests were not run)"; \
 
631
            if test "$$skip" -eq 1; then \
 
632
              skipped="($$skip test was not run)"; \
 
633
            else \
 
634
              skipped="($$skip tests were not run)"; \
 
635
            fi; \
611
636
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
612
637
              dashes="$$skipped"; \
613
638
          fi; \
618
643
              dashes="$$report"; \
619
644
          fi; \
620
645
          dashes=`echo "$$dashes" | sed s/./=/g`; \
621
 
          echo "$$dashes"; \
 
646
          if test "$$failed" -eq 0; then \
 
647
            echo "$$grn$$dashes"; \
 
648
          else \
 
649
            echo "$$red$$dashes"; \
 
650
          fi; \
622
651
          echo "$$banner"; \
623
652
          test -z "$$skipped" || echo "$$skipped"; \
624
653
          test -z "$$report" || echo "$$report"; \
625
 
          echo "$$dashes"; \
 
654
          echo "$$dashes$$std"; \
626
655
          test "$$failed" -eq 0; \
627
656
        else :; fi
628
657
 
642
671
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
643
672
          if test -d $$d/$$file; then \
644
673
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
674
            if test -d "$(distdir)/$$file"; then \
 
675
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
676
            fi; \
645
677
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
646
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
678
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
679
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
647
680
            fi; \
648
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
681
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
649
682
          else \
650
 
            test -f $(distdir)/$$file \
651
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
683
            test -f "$(distdir)/$$file" \
 
684
            || cp -p $$d/$$file "$(distdir)/$$file" \
652
685
            || exit 1; \
653
686
          fi; \
654
687
        done
679
712
 
680
713
distclean-generic:
681
714
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
715
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
682
716
 
683
717
maintainer-clean-generic:
684
718
        @echo "This command is intended for maintainers to use"
700
734
 
701
735
html: html-am
702
736
 
 
737
html-am:
 
738
 
703
739
info: info-am
704
740
 
705
741
info-am:
708
744
 
709
745
install-dvi: install-dvi-am
710
746
 
 
747
install-dvi-am:
 
748
 
711
749
install-exec-am:
712
750
 
713
751
install-html: install-html-am
714
752
 
 
753
install-html-am:
 
754
 
715
755
install-info: install-info-am
716
756
 
 
757
install-info-am:
 
758
 
717
759
install-man:
718
760
 
719
761
install-pdf: install-pdf-am
720
762
 
 
763
install-pdf-am:
 
764
 
721
765
install-ps: install-ps-am
722
766
 
 
767
install-ps-am:
 
768
 
723
769
installcheck-am:
724
770
 
725
771
maintainer-clean: maintainer-clean-am
742
788
 
743
789
uninstall-am:
744
790
 
745
 
.MAKE: install-am install-strip
 
791
.MAKE: check-am install-am install-strip
746
792
 
747
793
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
748
794
        clean-checkPROGRAMS clean-generic clean-libtool \
765
811
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
766
812
 
767
813
.PHONY: testHeaders
 
814
 
768
815
# Tell versions [3.59,3.63) of GNU make to not export all variables.
769
816
# Otherwise a system limit (for SysV at least) may be exceeded.
770
817
.NOEXPORT: