~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/fit-to-width/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-06 07:38:51 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20130606073851-mhz2bdrti5sducrv
Tags: 3.8.1-1
* New upstream release.
* Bump required version of eog to (>= 3.5.5), libgtk-3-dev to (>= 3.3.8) and
  libglib2.0-dev to (>= 2.32.0).
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 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-2012 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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
36
52
build_triplet = @build@
37
53
host_triplet = @host@
38
54
subdir = plugins/fit-to-width
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
40
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
58
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81
98
AM_V_lt = $(am__v_lt_@AM_V@)
82
99
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
100
am__v_lt_0 = --silent
 
101
am__v_lt_1 = 
84
102
libfit_to_width_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
103
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
104
        $(AM_CFLAGS) $(CFLAGS) $(libfit_to_width_la_LDFLAGS) \
87
105
        $(LDFLAGS) -o $@
 
106
AM_V_P = $(am__v_P_@AM_V@)
 
107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
108
am__v_P_0 = false
 
109
am__v_P_1 = :
 
110
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
111
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
112
am__v_GEN_0 = @echo "  GEN     " $@;
 
113
am__v_GEN_1 = 
 
114
AM_V_at = $(am__v_at_@AM_V@)
 
115
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
116
am__v_at_0 = @
 
117
am__v_at_1 = 
88
118
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89
119
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
120
am__depfiles_maybe = depfiles
97
127
        $(AM_CFLAGS) $(CFLAGS)
98
128
AM_V_CC = $(am__v_CC_@AM_V@)
99
129
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
100
 
am__v_CC_0 = @echo "  CC    " $@;
101
 
AM_V_at = $(am__v_at_@AM_V@)
102
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103
 
am__v_at_0 = @
 
130
am__v_CC_0 = @echo "  CC      " $@;
 
131
am__v_CC_1 = 
104
132
CCLD = $(CC)
105
133
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106
134
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107
135
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
108
136
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
109
137
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
110
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
111
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
112
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
138
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
139
am__v_CCLD_1 = 
114
140
SOURCES = $(libfit_to_width_la_SOURCES)
115
141
DIST_SOURCES = $(libfit_to_width_la_SOURCES)
 
142
am__can_run_installinfo = \
 
143
  case $$AM_UPDATE_INFO_DIR in \
 
144
    n|no|NO) false;; \
 
145
    *) (install-info --version) >/dev/null 2>&1;; \
 
146
  esac
116
147
DATA = $(plugin_DATA)
 
148
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
149
# Read a list of newline-separated strings from the standard input,
 
150
# and print each of them once, without duplicates.  Input order is
 
151
# *not* preserved.
 
152
am__uniquify_input = $(AWK) '\
 
153
  BEGIN { nonempty = 0; } \
 
154
  { items[$$0] = 1; nonempty = 1; } \
 
155
  END { if (nonempty) { for (i in items) print i; }; } \
 
156
'
 
157
# Make sure the list of sources is unique.  This is necessary because,
 
158
# e.g., the same source file might be shared among _SOURCES variables
 
159
# for different programs/libraries.
 
160
am__define_uniq_tagged_files = \
 
161
  list='$(am__tagged_files)'; \
 
162
  unique=`for i in $$list; do \
 
163
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
164
  done | $(am__uniquify_input)`
117
165
ETAGS = etags
118
166
CTAGS = ctags
119
167
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158
206
EXIFDISPLAY_LIBS = @EXIFDISPLAY_LIBS@
159
207
FGREP = @FGREP@
160
208
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
209
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
161
210
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
162
211
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
163
212
GMOFILES = @GMOFILES@
352
401
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
353
402
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
403
$(am__aclocal_m4_deps):
 
404
 
355
405
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
356
406
        @$(NORMAL_INSTALL)
357
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
358
407
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
359
408
        list2=; for p in $$list; do \
360
409
          if test -f $$p; then \
362
411
          else :; fi; \
363
412
        done; \
364
413
        test -z "$$list2" || { \
 
414
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
415
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
365
416
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
366
417
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
367
418
        }
377
428
 
378
429
clean-pluginLTLIBRARIES:
379
430
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
380
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
381
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
382
 
          test "$$dir" != "$$p" || dir=.; \
383
 
          echo "rm -f \"$${dir}/so_locations\""; \
384
 
          rm -f "$${dir}/so_locations"; \
385
 
        done
 
431
        @list='$(plugin_LTLIBRARIES)'; \
 
432
        locs=`for p in $$list; do echo $$p; done | \
 
433
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
434
              sort -u`; \
 
435
        test -z "$$locs" || { \
 
436
          echo rm -f $${locs}; \
 
437
          rm -f $${locs}; \
 
438
        }
386
439
libfit-to-width.la: $(libfit_to_width_la_OBJECTS) $(libfit_to_width_la_DEPENDENCIES) $(EXTRA_libfit_to_width_la_DEPENDENCIES) 
387
440
        $(AM_V_CCLD)$(libfit_to_width_la_LINK) -rpath $(plugindir) $(libfit_to_width_la_OBJECTS) $(libfit_to_width_la_LIBADD) $(LIBS)
388
441
 
422
475
        -rm -rf .libs _libs
423
476
install-pluginDATA: $(plugin_DATA)
424
477
        @$(NORMAL_INSTALL)
425
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
426
478
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
479
        if test -n "$$list"; then \
 
480
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
481
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
482
        fi; \
427
483
        for p in $$list; do \
428
484
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
429
485
          echo "$$d$$p"; \
439
495
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440
496
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
441
497
 
442
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444
 
        unique=`for i in $$list; do \
445
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
 
          done | \
447
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
449
 
        mkid -fID $$unique
450
 
tags: TAGS
 
498
ID: $(am__tagged_files)
 
499
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
500
tags: tags-am
 
501
TAGS: tags
451
502
 
452
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
 
503
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
454
504
        set x; \
455
505
        here=`pwd`; \
456
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457
 
        unique=`for i in $$list; do \
458
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459
 
          done | \
460
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
506
        $(am__define_uniq_tagged_files); \
462
507
        shift; \
463
508
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464
509
          test -n "$$unique" || unique=$$empty_fix; \
470
515
              $$unique; \
471
516
          fi; \
472
517
        fi
473
 
ctags: CTAGS
474
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
 
                $(TAGS_FILES) $(LISP)
476
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477
 
        unique=`for i in $$list; do \
478
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
 
          done | \
480
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
518
ctags: ctags-am
 
519
 
 
520
CTAGS: ctags
 
521
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
522
        $(am__define_uniq_tagged_files); \
482
523
        test -z "$(CTAGS_ARGS)$$unique" \
483
524
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484
525
             $$unique
487
528
        here=`$(am__cd) $(top_builddir) && pwd` \
488
529
          && $(am__cd) $(top_srcdir) \
489
530
          && gtags -i $(GTAGS_ARGS) "$$here"
 
531
cscopelist: cscopelist-am
 
532
 
 
533
cscopelist-am: $(am__tagged_files)
 
534
        list='$(am__tagged_files)'; \
 
535
        case "$(srcdir)" in \
 
536
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
537
          *) sdir=$(subdir)/$(srcdir) ;; \
 
538
        esac; \
 
539
        for i in $$list; do \
 
540
          if test -f "$$i"; then \
 
541
            echo "$(subdir)/$$i"; \
 
542
          else \
 
543
            echo "$$sdir/$$i"; \
 
544
          fi; \
 
545
        done >> $(top_builddir)/cscope.files
490
546
 
491
547
distclean-tags:
492
548
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
633
689
 
634
690
.MAKE: install-am install-strip
635
691
 
636
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
637
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
638
 
        distclean-compile distclean-generic distclean-libtool \
639
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
640
 
        install install-am install-data install-data-am install-dvi \
641
 
        install-dvi-am install-exec install-exec-am install-html \
642
 
        install-html-am install-info install-info-am install-man \
643
 
        install-pdf install-pdf-am install-pluginDATA \
644
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
645
 
        install-strip installcheck installcheck-am installdirs \
646
 
        maintainer-clean maintainer-clean-generic mostlyclean \
647
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
648
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
649
 
        uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
692
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
693
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
694
        ctags-am distclean distclean-compile distclean-generic \
 
695
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
696
        html-am info info-am install install-am install-data \
 
697
        install-data-am install-dvi install-dvi-am install-exec \
 
698
        install-exec-am install-html install-html-am install-info \
 
699
        install-info-am install-man install-pdf install-pdf-am \
 
700
        install-pluginDATA install-pluginLTLIBRARIES install-ps \
 
701
        install-ps-am install-strip installcheck installcheck-am \
 
702
        installdirs maintainer-clean maintainer-clean-generic \
 
703
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
704
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
705
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES
650
706
 
651
707
 
652
708
%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(AM_V_GEN)$(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache