~ubuntu-branches/ubuntu/maverick/gimp/maverick-proposed

« back to all changes in this revision

Viewing changes to libgimpcolor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
58
am__vpath_adj = case $$p in \
56
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
60
    *) f=$$p;; \
58
61
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
63
am__install_max = 40
 
64
am__nobase_strip_setup = \
 
65
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
66
am__nobase_strip = \
 
67
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
68
am__nobase_list = $(am__nobase_strip_setup); \
 
69
  for p in $$list; do echo "$$p $$p"; done | \
 
70
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
71
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
72
    if (++n[$$2] == $(am__install_max)) \
 
73
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
74
    END { for (dir in files) print dir, files[dir] }'
 
75
am__base_list = \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
78
am__installdirs = "$(DESTDIR)$(libdir)" \
61
79
        "$(DESTDIR)$(libgimpcolorincludedir)"
62
 
libLTLIBRARIES_INSTALL = $(INSTALL)
63
80
LTLIBRARIES = $(lib_LTLIBRARIES)
64
81
am__DEPENDENCIES_1 =
65
82
am_libgimpcolor_2_0_la_OBJECTS = gimpadaptivesupersample.lo \
75
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
77
94
am__depfiles_maybe = depfiles
 
95
am__mv = mv -f
78
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
98
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87
105
SOURCES = $(libgimpcolor_2_0_la_SOURCES) test-color-parser.c
88
106
DIST_SOURCES = $(libgimpcolor_2_0_la_SOURCES) test-color-parser.c
89
107
DATA = $(noinst_DATA)
90
 
libgimpcolorincludeHEADERS_INSTALL = $(INSTALL_HEADER)
91
108
HEADERS = $(libgimpcolorinclude_HEADERS)
92
109
ETAGS = etags
93
110
CTAGS = ctags
 
111
am__tty_colors = \
 
112
red=; grn=; lgn=; blu=; std=
94
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
114
AA_LIBS = @AA_LIBS@
96
115
ACLOCAL = @ACLOCAL@
474
493
              exit 1;; \
475
494
          esac; \
476
495
        done; \
477
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libgimpcolor/Makefile'; \
478
 
        cd $(top_srcdir) && \
479
 
          $(AUTOMAKE) --gnu  libgimpcolor/Makefile
 
496
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpcolor/Makefile'; \
 
497
        $(am__cd) $(top_srcdir) && \
 
498
          $(AUTOMAKE) --gnu libgimpcolor/Makefile
480
499
.PRECIOUS: Makefile
481
500
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482
501
        @case '$?' in \
494
513
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495
514
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496
515
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
516
$(am__aclocal_m4_deps):
497
517
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
498
518
        @$(NORMAL_INSTALL)
499
519
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
500
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
520
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
521
        list2=; for p in $$list; do \
501
522
          if test -f $$p; then \
502
 
            f=$(am__strip_dir) \
503
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
504
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
523
            list2="$$list2 $$p"; \
505
524
          else :; fi; \
506
 
        done
 
525
        done; \
 
526
        test -z "$$list2" || { \
 
527
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
528
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
529
        }
507
530
 
508
531
uninstall-libLTLIBRARIES:
509
532
        @$(NORMAL_UNINSTALL)
510
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
511
 
          p=$(am__strip_dir) \
512
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
513
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
533
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
534
        for p in $$list; do \
 
535
          $(am__strip_dir) \
 
536
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
537
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
514
538
        done
515
539
 
516
540
clean-libLTLIBRARIES:
546
570
 
547
571
.c.o:
548
572
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
549
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
573
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
550
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
551
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552
576
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
553
577
 
554
578
.c.obj:
555
579
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
556
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
580
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
557
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
583
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
560
584
 
561
585
.c.lo:
562
586
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
563
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
587
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
564
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
565
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
590
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
573
597
install-libgimpcolorincludeHEADERS: $(libgimpcolorinclude_HEADERS)
574
598
        @$(NORMAL_INSTALL)
575
599
        test -z "$(libgimpcolorincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpcolorincludedir)"
576
 
        @list='$(libgimpcolorinclude_HEADERS)'; for p in $$list; do \
 
600
        @list='$(libgimpcolorinclude_HEADERS)'; test -n "$(libgimpcolorincludedir)" || list=; \
 
601
        for p in $$list; do \
577
602
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
578
 
          f=$(am__strip_dir) \
579
 
          echo " $(libgimpcolorincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpcolorincludedir)/$$f'"; \
580
 
          $(libgimpcolorincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpcolorincludedir)/$$f"; \
 
603
          echo "$$d$$p"; \
 
604
        done | $(am__base_list) | \
 
605
        while read files; do \
 
606
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpcolorincludedir)'"; \
 
607
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpcolorincludedir)" || exit $$?; \
581
608
        done
582
609
 
583
610
uninstall-libgimpcolorincludeHEADERS:
584
611
        @$(NORMAL_UNINSTALL)
585
 
        @list='$(libgimpcolorinclude_HEADERS)'; for p in $$list; do \
586
 
          f=$(am__strip_dir) \
587
 
          echo " rm -f '$(DESTDIR)$(libgimpcolorincludedir)/$$f'"; \
588
 
          rm -f "$(DESTDIR)$(libgimpcolorincludedir)/$$f"; \
589
 
        done
 
612
        @list='$(libgimpcolorinclude_HEADERS)'; test -n "$(libgimpcolorincludedir)" || list=; \
 
613
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
614
        test -n "$$files" || exit 0; \
 
615
        echo " ( cd '$(DESTDIR)$(libgimpcolorincludedir)' && rm -f" $$files ")"; \
 
616
        cd "$(DESTDIR)$(libgimpcolorincludedir)" && rm -f $$files
590
617
 
591
618
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
592
619
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
600
627
 
601
628
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
602
629
                $(TAGS_FILES) $(LISP)
603
 
        tags=; \
 
630
        set x; \
604
631
        here=`pwd`; \
605
632
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
606
633
        unique=`for i in $$list; do \
608
635
          done | \
609
636
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610
637
              END { if (nonempty) { for (i in files) print i; }; }'`; \
611
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
638
        shift; \
 
639
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
612
640
          test -n "$$unique" || unique=$$empty_fix; \
613
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614
 
            $$tags $$unique; \
 
641
          if test $$# -gt 0; then \
 
642
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
643
              "$$@" $$unique; \
 
644
          else \
 
645
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
646
              $$unique; \
 
647
          fi; \
615
648
        fi
616
649
ctags: CTAGS
617
650
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618
651
                $(TAGS_FILES) $(LISP)
619
 
        tags=; \
620
652
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
621
653
        unique=`for i in $$list; do \
622
654
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
623
655
          done | \
624
656
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
625
657
              END { if (nonempty) { for (i in files) print i; }; }'`; \
626
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
658
        test -z "$(CTAGS_ARGS)$$unique" \
627
659
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
628
 
             $$tags $$unique
 
660
             $$unique
629
661
 
630
662
GTAGS:
631
663
        here=`$(am__cd) $(top_builddir) && pwd` \
632
 
          && cd $(top_srcdir) \
633
 
          && gtags -i $(GTAGS_ARGS) $$here
 
664
          && $(am__cd) $(top_srcdir) \
 
665
          && gtags -i $(GTAGS_ARGS) "$$here"
634
666
 
635
667
distclean-tags:
636
668
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639
671
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
640
672
        srcdir=$(srcdir); export srcdir; \
641
673
        list=' $(TESTS) '; \
 
674
        $(am__tty_colors); \
642
675
        if test -n "$$list"; then \
643
676
          for tst in $$list; do \
644
677
            if test -f ./$$tst; then dir=./; \
650
683
              *[\ \     ]$$tst[\ \      ]*) \
651
684
                xpass=`expr $$xpass + 1`; \
652
685
                failed=`expr $$failed + 1`; \
653
 
                echo "XPASS: $$tst"; \
 
686
                col=$$red; res=XPASS; \
654
687
              ;; \
655
688
              *) \
656
 
                echo "PASS: $$tst"; \
 
689
                col=$$grn; res=PASS; \
657
690
              ;; \
658
691
              esac; \
659
692
            elif test $$? -ne 77; then \
661
694
              case " $(XFAIL_TESTS) " in \
662
695
              *[\ \     ]$$tst[\ \      ]*) \
663
696
                xfail=`expr $$xfail + 1`; \
664
 
                echo "XFAIL: $$tst"; \
 
697
                col=$$lgn; res=XFAIL; \
665
698
              ;; \
666
699
              *) \
667
700
                failed=`expr $$failed + 1`; \
668
 
                echo "FAIL: $$tst"; \
 
701
                col=$$red; res=FAIL; \
669
702
              ;; \
670
703
              esac; \
671
704
            else \
672
705
              skip=`expr $$skip + 1`; \
673
 
              echo "SKIP: $$tst"; \
 
706
              col=$$blu; res=SKIP; \
674
707
            fi; \
 
708
            echo "$${col}$$res$${std}: $$tst"; \
675
709
          done; \
676
710
          if test "$$all" -eq 1; then \
677
711
            tests="test"; \
713
747
              dashes="$$report"; \
714
748
          fi; \
715
749
          dashes=`echo "$$dashes" | sed s/./=/g`; \
716
 
          echo "$$dashes"; \
 
750
          if test "$$failed" -eq 0; then \
 
751
            echo "$$grn$$dashes"; \
 
752
          else \
 
753
            echo "$$red$$dashes"; \
 
754
          fi; \
717
755
          echo "$$banner"; \
718
756
          test -z "$$skipped" || echo "$$skipped"; \
719
757
          test -z "$$report" || echo "$$report"; \
720
 
          echo "$$dashes"; \
 
758
          echo "$$dashes$$std"; \
721
759
          test "$$failed" -eq 0; \
722
760
        else :; fi
723
761
 
737
775
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
738
776
          if test -d $$d/$$file; then \
739
777
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
778
            if test -d "$(distdir)/$$file"; then \
 
779
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
780
            fi; \
740
781
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
741
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
782
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
783
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
742
784
            fi; \
743
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
785
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
744
786
          else \
745
 
            test -f $(distdir)/$$file \
746
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
787
            test -f "$(distdir)/$$file" \
 
788
            || cp -p $$d/$$file "$(distdir)/$$file" \
747
789
            || exit 1; \
748
790
          fi; \
749
791
        done
776
818
 
777
819
distclean-generic:
778
820
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
821
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
779
822
 
780
823
maintainer-clean-generic:
781
824
        @echo "This command is intended for maintainers to use"
797
840
 
798
841
html: html-am
799
842
 
 
843
html-am:
 
844
 
800
845
info: info-am
801
846
 
802
847
info-am:
805
850
 
806
851
install-dvi: install-dvi-am
807
852
 
 
853
install-dvi-am:
 
854
 
808
855
install-exec-am: install-libLTLIBRARIES
809
856
 
810
857
install-html: install-html-am
811
858
 
 
859
install-html-am:
 
860
 
812
861
install-info: install-info-am
813
862
 
 
863
install-info-am:
 
864
 
814
865
install-man:
815
866
 
816
867
install-pdf: install-pdf-am
817
868
 
 
869
install-pdf-am:
 
870
 
818
871
install-ps: install-ps-am
819
872
 
 
873
install-ps-am:
 
874
 
820
875
installcheck-am:
821
876
 
822
877
maintainer-clean: maintainer-clean-am
840
895
uninstall-am: uninstall-libLTLIBRARIES \
841
896
        uninstall-libgimpcolorincludeHEADERS uninstall-local
842
897
 
843
 
.MAKE: install-am install-strip
 
898
.MAKE: check-am install-am install-strip
844
899
 
845
900
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
846
901
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
884
939
install-data-local: install-ms-lib install-libtool-import-lib
885
940
 
886
941
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
 
942
 
887
943
# Tell versions [3.59,3.63) of GNU make to not export all variables.
888
944
# Otherwise a system limit (for SysV at least) may be exceeded.
889
945
.NOEXPORT: