~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid

« back to all changes in this revision

Viewing changes to camel/tests/misc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-31 17:47:33 UTC
  • mfrom: (1.1.72 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831174733-8pi6ji221me5qvmv
Tags: 2.27.91-0ubuntu1
* New upstream version:
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations  (lp: #182317)
  - #571206 - Index files on Maildir accounts are not updated on move
  - #590044 - Drop index on all columns of sqlite database 
  - #592310 - Deadlock in maildir provider after doing expunge 
  Miscellaneous:
  - #591324 - Cosmetic changes and fixes in configure.ac 
  - #591326 - Keep m4 macros in their own folder 
  - #591377 - Fails to detect krb5 in configure with -as-needed

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 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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
37
39
subdir = camel/tests/misc
38
40
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.ac
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
 
43
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/evo_ldap_check.m4 \
 
44
        $(top_srcdir)/m4/evo_pthread_check.m4 \
 
45
        $(top_srcdir)/m4/evo_purify_support.m4 \
 
46
        $(top_srcdir)/m4/evo_sunldap_check.m4 \
 
47
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
48
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
49
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
50
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
42
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
52
        $(ACLOCAL_M4)
44
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
54
CONFIG_HEADER = $(top_builddir)/config.h
46
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
47
57
rfc2047_SOURCES = rfc2047.c
48
58
rfc2047_OBJECTS = rfc2047.$(OBJEXT)
49
59
rfc2047_LDADD = $(LDADD)
54
64
        $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
55
65
        $(top_builddir)/camel/tests/lib/libcameltest.a \
56
66
        $(am__DEPENDENCIES_1)
 
67
AM_V_lt = $(am__v_lt_$(V))
 
68
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
69
am__v_lt_0 = --silent
57
70
split_SOURCES = split.c
58
71
split_OBJECTS = split.$(OBJEXT)
59
72
split_LDADD = $(LDADD)
111
124
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
112
125
depcomp = $(SHELL) $(top_srcdir)/depcomp
113
126
am__depfiles_maybe = depfiles
 
127
am__mv = mv -f
114
128
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115
129
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
130
AM_V_CC = $(am__v_CC_$(V))
 
131
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
132
am__v_CC_0 = @echo "  CC    " $@;
 
133
AM_V_at = $(am__v_at_$(V))
 
134
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
135
am__v_at_0 = @
116
136
CCLD = $(CC)
117
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119
 
        $(LDFLAGS) -o $@
 
137
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
138
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
139
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
140
AM_V_CCLD = $(am__v_CCLD_$(V))
 
141
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
142
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
143
AM_V_GEN = $(am__v_GEN_$(V))
 
144
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
145
am__v_GEN_0 = @echo "  GEN   " $@;
120
146
SOURCES = rfc2047.c split.c test1.c test2.c url.c url-scan.c utf7.c
121
147
DIST_SOURCES = rfc2047.c split.c test1.c test2.c url.c url-scan.c \
122
148
        utf7.c
127
153
ALLOCA = @ALLOCA@
128
154
ALL_LINGUAS = @ALL_LINGUAS@
129
155
AMTAR = @AMTAR@
 
156
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130
157
API_VERSION = @API_VERSION@
131
158
AR = @AR@
132
159
AS = @AS@
200
227
GOBJECT_QUERY = @GOBJECT_QUERY@
201
228
GREP = @GREP@
202
229
GTKDOC_CHECK = @GTKDOC_CHECK@
203
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
204
 
GTKDOC_REBASE = @GTKDOC_REBASE@
205
230
HAVE_JW = @HAVE_JW@
206
231
HTML_DIR = @HTML_DIR@
207
232
ICONV_LIBS = @ICONV_LIBS@
220
245
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
221
246
JW = @JW@
222
247
KRB4_CFLAGS = @KRB4_CFLAGS@
223
 
KRB4_LDFLAGS = @KRB4_LDFLAGS@
 
248
KRB4_LIBS = @KRB4_LIBS@
224
249
KRB5_CFLAGS = @KRB5_CFLAGS@
225
 
KRB5_LDFLAGS = @KRB5_LDFLAGS@
 
250
KRB5_LIBS = @KRB5_LIBS@
226
251
LD = @LD@
227
252
LDAP_CFLAGS = @LDAP_CFLAGS@
228
253
LDAP_LIBS = @LDAP_LIBS@
423
448
        @for dep in $?; do \
424
449
          case '$(am__configure_deps)' in \
425
450
            *$$dep*) \
426
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
427
 
                && exit 0; \
 
451
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
452
                && { if test -f $@; then exit 0; else break; fi; }; \
428
453
              exit 1;; \
429
454
          esac; \
430
455
        done; \
431
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  camel/tests/misc/Makefile'; \
432
 
        cd $(top_srcdir) && \
433
 
          $(AUTOMAKE) --gnu  camel/tests/misc/Makefile
 
456
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu camel/tests/misc/Makefile'; \
 
457
        $(am__cd) $(top_srcdir) && \
 
458
          $(AUTOMAKE) --gnu camel/tests/misc/Makefile
434
459
.PRECIOUS: Makefile
435
460
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436
461
        @case '$?' in \
448
473
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
474
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450
475
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
476
$(am__aclocal_m4_deps):
451
477
 
452
478
clean-checkPROGRAMS:
453
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
454
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
455
 
          echo " rm -f $$p $$f"; \
456
 
          rm -f $$p $$f ; \
457
 
        done
 
479
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
480
        echo " rm -f" $$list; \
 
481
        rm -f $$list || exit $$?; \
 
482
        test -n "$(EXEEXT)" || exit 0; \
 
483
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
484
        echo " rm -f" $$list; \
 
485
        rm -f $$list
458
486
rfc2047$(EXEEXT): $(rfc2047_OBJECTS) $(rfc2047_DEPENDENCIES) 
459
487
        @rm -f rfc2047$(EXEEXT)
460
 
        $(LINK) $(rfc2047_OBJECTS) $(rfc2047_LDADD) $(LIBS)
 
488
        $(AM_V_CCLD)$(LINK) $(rfc2047_OBJECTS) $(rfc2047_LDADD) $(LIBS)
461
489
split$(EXEEXT): $(split_OBJECTS) $(split_DEPENDENCIES) 
462
490
        @rm -f split$(EXEEXT)
463
 
        $(LINK) $(split_OBJECTS) $(split_LDADD) $(LIBS)
 
491
        $(AM_V_CCLD)$(LINK) $(split_OBJECTS) $(split_LDADD) $(LIBS)
464
492
test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) 
465
493
        @rm -f test1$(EXEEXT)
466
 
        $(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
 
494
        $(AM_V_CCLD)$(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
467
495
test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) 
468
496
        @rm -f test2$(EXEEXT)
469
 
        $(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
 
497
        $(AM_V_CCLD)$(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
470
498
url$(EXEEXT): $(url_OBJECTS) $(url_DEPENDENCIES) 
471
499
        @rm -f url$(EXEEXT)
472
 
        $(LINK) $(url_OBJECTS) $(url_LDADD) $(LIBS)
 
500
        $(AM_V_CCLD)$(LINK) $(url_OBJECTS) $(url_LDADD) $(LIBS)
473
501
url-scan$(EXEEXT): $(url_scan_OBJECTS) $(url_scan_DEPENDENCIES) 
474
502
        @rm -f url-scan$(EXEEXT)
475
 
        $(LINK) $(url_scan_OBJECTS) $(url_scan_LDADD) $(LIBS)
 
503
        $(AM_V_CCLD)$(LINK) $(url_scan_OBJECTS) $(url_scan_LDADD) $(LIBS)
476
504
utf7$(EXEEXT): $(utf7_OBJECTS) $(utf7_DEPENDENCIES) 
477
505
        @rm -f utf7$(EXEEXT)
478
 
        $(LINK) $(utf7_OBJECTS) $(utf7_LDADD) $(LIBS)
 
506
        $(AM_V_CCLD)$(LINK) $(utf7_OBJECTS) $(utf7_LDADD) $(LIBS)
479
507
 
480
508
mostlyclean-compile:
481
509
        -rm -f *.$(OBJEXT)
492
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf7.Po@am__quote@
493
521
 
494
522
.c.o:
495
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
496
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
523
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
524
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
525
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
497
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499
528
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
500
529
 
501
530
.c.obj:
502
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
503
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
531
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
532
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
533
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
504
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
505
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506
536
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
507
537
 
508
538
.c.lo:
509
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
510
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
539
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
540
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
541
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
511
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
512
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
544
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
523
554
        unique=`for i in $$list; do \
524
555
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525
556
          done | \
526
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
557
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527
558
              END { if (nonempty) { for (i in files) print i; }; }'`; \
528
559
        mkid -fID $$unique
529
560
tags: TAGS
530
561
 
531
562
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
532
563
                $(TAGS_FILES) $(LISP)
533
 
        tags=; \
 
564
        set x; \
534
565
        here=`pwd`; \
535
566
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
536
567
        unique=`for i in $$list; do \
538
569
          done | \
539
570
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540
571
              END { if (nonempty) { for (i in files) print i; }; }'`; \
541
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
572
        shift; \
 
573
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542
574
          test -n "$$unique" || unique=$$empty_fix; \
543
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544
 
            $$tags $$unique; \
 
575
          if test $$# -gt 0; then \
 
576
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
577
              "$$@" $$unique; \
 
578
          else \
 
579
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
580
              $$unique; \
 
581
          fi; \
545
582
        fi
546
583
ctags: CTAGS
547
584
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
548
585
                $(TAGS_FILES) $(LISP)
549
 
        tags=; \
550
586
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
551
587
        unique=`for i in $$list; do \
552
588
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553
589
          done | \
554
590
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555
591
              END { if (nonempty) { for (i in files) print i; }; }'`; \
556
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
592
        test -z "$(CTAGS_ARGS)$$unique" \
557
593
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558
 
             $$tags $$unique
 
594
             $$unique
559
595
 
560
596
GTAGS:
561
597
        here=`$(am__cd) $(top_builddir) && pwd` \
562
 
          && cd $(top_srcdir) \
563
 
          && gtags -i $(GTAGS_ARGS) $$here
 
598
          && $(am__cd) $(top_srcdir) \
 
599
          && gtags -i $(GTAGS_ARGS) "$$here"
564
600
 
565
601
distclean-tags:
566
602
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
581
617
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582
618
          if test -d $$d/$$file; then \
583
619
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
620
            if test -d "$(distdir)/$$file"; then \
 
621
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
622
            fi; \
584
623
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
624
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
625
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586
626
            fi; \
587
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
627
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588
628
          else \
589
 
            test -f $(distdir)/$$file \
590
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
629
            test -f "$(distdir)/$$file" \
 
630
            || cp -p $$d/$$file "$(distdir)/$$file" \
591
631
            || exit 1; \
592
632
          fi; \
593
633
        done
616
656
 
617
657
distclean-generic:
618
658
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
659
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
619
660
 
620
661
maintainer-clean-generic:
621
662
        @echo "This command is intended for maintainers to use"
637
678
 
638
679
html: html-am
639
680
 
 
681
html-am:
 
682
 
640
683
info: info-am
641
684
 
642
685
info-am:
645
688
 
646
689
install-dvi: install-dvi-am
647
690
 
 
691
install-dvi-am:
 
692
 
648
693
install-exec-am:
649
694
 
650
695
install-html: install-html-am
651
696
 
 
697
install-html-am:
 
698
 
652
699
install-info: install-info-am
653
700
 
 
701
install-info-am:
 
702
 
654
703
install-man:
655
704
 
656
705
install-pdf: install-pdf-am
657
706
 
 
707
install-pdf-am:
 
708
 
658
709
install-ps: install-ps-am
659
710
 
 
711
install-ps-am:
 
712
 
660
713
installcheck-am:
661
714
 
662
715
maintainer-clean: maintainer-clean-am
679
732
 
680
733
uninstall-am:
681
734
 
682
 
.MAKE: install-am install-strip
 
735
.MAKE: check-am install-am install-strip
683
736
 
684
737
.PHONY: CTAGS GTAGS all all-am check check-am clean \
685
738
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
698
751
        split
699
752
 
700
753
#TESTS = url utf7 split url-scan rfc2047 test2
 
754
 
701
755
# Tell versions [3.59,3.63) of GNU make to not export all variables.
702
756
# Otherwise a system limit (for SysV at least) may be exceeded.
703
757
.NOEXPORT: