~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to plug-ins/twain/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
19
18
 
20
19
 
21
20
VPATH = @srcdir@
22
 
am__make_dryrun = \
23
 
  { \
24
 
    am__dry=no; \
 
21
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
22
am__make_running_with_option = \
 
23
  case $${target_option-} in \
 
24
      ?) ;; \
 
25
      *) echo "am__make_running_with_option: internal error: invalid" \
 
26
              "target option '$${target_option-}' specified" >&2; \
 
27
         exit 1;; \
 
28
  esac; \
 
29
  has_opt=no; \
 
30
  sane_makeflags=$$MAKEFLAGS; \
 
31
  if $(am__is_gnu_make); then \
 
32
    sane_makeflags=$$MFLAGS; \
 
33
  else \
25
34
    case $$MAKEFLAGS in \
26
35
      *\\[\ \   ]*) \
27
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29
 
      *) \
30
 
        for am__flg in $$MAKEFLAGS; do \
31
 
          case $$am__flg in \
32
 
            *=*|--*) ;; \
33
 
            *n*) am__dry=yes; break;; \
34
 
          esac; \
35
 
        done;; \
36
 
    esac; \
37
 
    test $$am__dry = yes; \
38
 
  }
 
36
        bs=\\; \
 
37
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
38
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
39
    esac; \
 
40
  fi; \
 
41
  skip_next=no; \
 
42
  strip_trailopt () \
 
43
  { \
 
44
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
45
  }; \
 
46
  for flg in $$sane_makeflags; do \
 
47
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
48
    case $$flg in \
 
49
      *=*|--*) continue;; \
 
50
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
51
      -*I?*) strip_trailopt 'I';; \
 
52
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
53
      -*O?*) strip_trailopt 'O';; \
 
54
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
55
      -*l?*) strip_trailopt 'l';; \
 
56
      -[dEDm]) skip_next=yes;; \
 
57
      -[JT]) skip_next=yes;; \
 
58
    esac; \
 
59
    case $$flg in \
 
60
      *$$target_option*) has_opt=yes; break;; \
 
61
    esac; \
 
62
  done; \
 
63
  test $$has_opt = yes
 
64
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
65
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39
66
pkgdatadir = $(datadir)/@PACKAGE@
40
67
pkgincludedir = $(includedir)/@PACKAGE@
41
68
pkglibdir = $(libdir)/@PACKAGE@
55
82
build_triplet = @build@
56
83
host_triplet = @host@
57
84
libexec_PROGRAMS = twain$(EXEEXT)
58
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59
 
        $(top_srcdir)/build/windows/gimprc-plug-ins.rule
 
85
DIST_COMMON = $(top_srcdir)/build/windows/gimprc-plug-ins.rule \
 
86
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
87
        $(top_srcdir)/depcomp README
60
88
subdir = plug-ins/twain
61
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
63
 
        $(top_srcdir)/m4macros/alsa.m4 \
 
90
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
 
91
        $(top_srcdir)/m4macros/intltool.m4 \
 
92
        $(top_srcdir)/m4macros/libtool.m4 \
 
93
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
94
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
95
        $(top_srcdir)/m4macros/ltversion.m4 \
 
96
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
64
98
        $(top_srcdir)/m4macros/binreloc.m4 \
65
99
        $(top_srcdir)/m4macros/detectcflags.m4 \
66
100
        $(top_srcdir)/m4macros/gimpprint.m4 \
89
123
AM_V_lt = $(am__v_lt_@AM_V@)
90
124
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
91
125
am__v_lt_0 = --silent
 
126
am__v_lt_1 = 
92
127
twain_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93
128
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94
129
        $(twain_LDFLAGS) $(LDFLAGS) -o $@
 
130
AM_V_P = $(am__v_P_@AM_V@)
 
131
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
132
am__v_P_0 = false
 
133
am__v_P_1 = :
 
134
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
135
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
136
am__v_GEN_0 = @echo "  GEN     " $@;
 
137
am__v_GEN_1 = 
 
138
AM_V_at = $(am__v_at_@AM_V@)
 
139
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
140
am__v_at_0 = @
 
141
am__v_at_1 = 
95
142
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96
143
depcomp = $(SHELL) $(top_srcdir)/depcomp
97
144
am__depfiles_maybe = depfiles
104
151
        $(AM_CFLAGS) $(CFLAGS)
105
152
AM_V_CC = $(am__v_CC_@AM_V@)
106
153
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
107
 
am__v_CC_0 = @echo "  CC    " $@;
108
 
AM_V_at = $(am__v_at_@AM_V@)
109
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110
 
am__v_at_0 = @
 
154
am__v_CC_0 = @echo "  CC      " $@;
 
155
am__v_CC_1 = 
111
156
CCLD = $(CC)
112
157
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113
158
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114
159
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
115
160
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
116
161
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
117
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
118
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
119
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
162
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
163
am__v_CCLD_1 = 
121
164
SOURCES = $(twain_SOURCES)
122
165
DIST_SOURCES = $(am__twain_SOURCES_DIST)
123
166
am__can_run_installinfo = \
153
196
         $(am__cd) "$$dir" && rm -f $$files; }; \
154
197
  }
155
198
DATA = $(twaindata_DATA)
 
199
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
200
# Read a list of newline-separated strings from the standard input,
 
201
# and print each of them once, without duplicates.  Input order is
 
202
# *not* preserved.
 
203
am__uniquify_input = $(AWK) '\
 
204
  BEGIN { nonempty = 0; } \
 
205
  { items[$$0] = 1; nonempty = 1; } \
 
206
  END { if (nonempty) { for (i in items) print i; }; } \
 
207
'
 
208
# Make sure the list of sources is unique.  This is necessary because,
 
209
# e.g., the same source file might be shared among _SOURCES variables
 
210
# for different programs/libraries.
 
211
am__define_uniq_tagged_files = \
 
212
  list='$(am__tagged_files)'; \
 
213
  unique=`for i in $$list; do \
 
214
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
215
  done | $(am__uniquify_input)`
156
216
ETAGS = etags
157
217
CTAGS = ctags
158
218
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
574
634
        fi; \
575
635
        for p in $$list; do echo "$$p $$p"; done | \
576
636
        sed 's/$(EXEEXT)$$//' | \
577
 
        while read p p1; do if test -f $$p || test -f $$p1; \
578
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
637
        while read p p1; do if test -f $$p \
 
638
         || test -f $$p1 \
 
639
          ; then echo "$$p"; echo "$$p"; else :; fi; \
579
640
        done | \
580
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
641
        sed -e 'p;s,.*/,,;n;h' \
 
642
            -e 's|.*|.|' \
581
643
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
582
644
        sed 'N;N;N;s,\n, ,g' | \
583
645
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
598
660
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
599
661
        files=`for p in $$list; do echo "$$p"; done | \
600
662
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
601
 
              -e 's/$$/$(EXEEXT)/' `; \
 
663
              -e 's/$$/$(EXEEXT)/' \
 
664
        `; \
602
665
        test -n "$$list" || exit 0; \
603
666
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
604
667
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
611
674
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
612
675
        echo " rm -f" $$list; \
613
676
        rm -f $$list
 
677
 
614
678
twain$(EXEEXT): $(twain_OBJECTS) $(twain_DEPENDENCIES) $(EXTRA_twain_DEPENDENCIES) 
615
679
        @rm -f twain$(EXEEXT)
616
680
        $(AM_V_CCLD)$(twain_LINK) $(twain_OBJECTS) $(twain_LDADD) $(LIBS)
675
739
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
676
740
        dir='$(DESTDIR)$(twaindatadir)'; $(am__uninstall_files_from_dir)
677
741
 
678
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
679
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
680
 
        unique=`for i in $$list; do \
681
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
682
 
          done | \
683
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
684
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
685
 
        mkid -fID $$unique
686
 
tags: TAGS
 
742
ID: $(am__tagged_files)
 
743
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
744
tags: tags-am
 
745
TAGS: tags
687
746
 
688
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
689
 
                $(TAGS_FILES) $(LISP)
 
747
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
690
748
        set x; \
691
749
        here=`pwd`; \
692
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
693
 
        unique=`for i in $$list; do \
694
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
695
 
          done | \
696
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
697
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
750
        $(am__define_uniq_tagged_files); \
698
751
        shift; \
699
752
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
700
753
          test -n "$$unique" || unique=$$empty_fix; \
706
759
              $$unique; \
707
760
          fi; \
708
761
        fi
709
 
ctags: CTAGS
710
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
711
 
                $(TAGS_FILES) $(LISP)
712
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
713
 
        unique=`for i in $$list; do \
714
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
715
 
          done | \
716
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
717
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
762
ctags: ctags-am
 
763
 
 
764
CTAGS: ctags
 
765
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
766
        $(am__define_uniq_tagged_files); \
718
767
        test -z "$(CTAGS_ARGS)$$unique" \
719
768
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
720
769
             $$unique
723
772
        here=`$(am__cd) $(top_builddir) && pwd` \
724
773
          && $(am__cd) $(top_srcdir) \
725
774
          && gtags -i $(GTAGS_ARGS) "$$here"
 
775
cscopelist: cscopelist-am
 
776
 
 
777
cscopelist-am: $(am__tagged_files)
 
778
        list='$(am__tagged_files)'; \
 
779
        case "$(srcdir)" in \
 
780
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
781
          *) sdir=$(subdir)/$(srcdir) ;; \
 
782
        esac; \
 
783
        for i in $$list; do \
 
784
          if test -f "$$i"; then \
 
785
            echo "$(subdir)/$$i"; \
 
786
          else \
 
787
            echo "$$sdir/$$i"; \
 
788
          fi; \
 
789
        done >> $(top_builddir)/cscope.files
726
790
 
727
791
distclean-tags:
728
792
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
867
931
 
868
932
.MAKE: install-am install-strip
869
933
 
870
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
871
 
        clean-libexecPROGRAMS clean-libtool ctags distclean \
872
 
        distclean-compile distclean-generic distclean-libtool \
873
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
874
 
        install install-am install-data install-data-am install-dvi \
875
 
        install-dvi-am install-exec install-exec-am install-html \
876
 
        install-html-am install-info install-info-am \
877
 
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
878
 
        install-ps install-ps-am install-strip install-twaindataDATA \
879
 
        installcheck installcheck-am installdirs maintainer-clean \
 
934
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
935
        clean-libexecPROGRAMS clean-libtool cscopelist-am ctags \
 
936
        ctags-am distclean distclean-compile distclean-generic \
 
937
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
938
        html-am info info-am install install-am install-data \
 
939
        install-data-am install-dvi install-dvi-am install-exec \
 
940
        install-exec-am install-html install-html-am install-info \
 
941
        install-info-am install-libexecPROGRAMS install-man \
 
942
        install-pdf install-pdf-am install-ps install-ps-am \
 
943
        install-strip install-twaindataDATA installcheck \
 
944
        installcheck-am installdirs maintainer-clean \
880
945
        maintainer-clean-generic mostlyclean mostlyclean-compile \
881
946
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
882
 
        tags uninstall uninstall-am uninstall-libexecPROGRAMS \
 
947
        tags tags-am uninstall uninstall-am uninstall-libexecPROGRAMS \
883
948
        uninstall-twaindataDATA
884
949
 
885
950