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

« back to all changes in this revision

Viewing changes to plugins/postasa/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/postasa
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) \
72
89
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
73
90
         $(am__cd) "$$dir" && rm -f $$files; }; \
74
91
  }
75
 
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" \
76
 
        "$(DESTDIR)$(uidir)"
 
92
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
77
93
LTLIBRARIES = $(plugin_LTLIBRARIES)
78
94
am__DEPENDENCIES_1 =
79
95
libpostasa_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
80
96
        $(am__DEPENDENCIES_1)
81
 
am_libpostasa_la_OBJECTS = eog-postasa-plugin.lo
 
97
am__objects_1 = eog-postasa-plugin-resources.lo
 
98
am_libpostasa_la_OBJECTS = $(am__objects_1) eog-postasa-plugin.lo
82
99
libpostasa_la_OBJECTS = $(am_libpostasa_la_OBJECTS)
83
100
AM_V_lt = $(am__v_lt_@AM_V@)
84
101
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
85
102
am__v_lt_0 = --silent
 
103
am__v_lt_1 = 
86
104
libpostasa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
87
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88
106
        $(libpostasa_la_LDFLAGS) $(LDFLAGS) -o $@
 
107
AM_V_P = $(am__v_P_@AM_V@)
 
108
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
109
am__v_P_0 = false
 
110
am__v_P_1 = :
 
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     " $@;
 
114
am__v_GEN_1 = 
 
115
AM_V_at = $(am__v_at_@AM_V@)
 
116
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
117
am__v_at_0 = @
 
118
am__v_at_1 = 
89
119
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
120
depcomp = $(SHELL) $(top_srcdir)/depcomp
91
121
am__depfiles_maybe = depfiles
98
128
        $(AM_CFLAGS) $(CFLAGS)
99
129
AM_V_CC = $(am__v_CC_@AM_V@)
100
130
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
101
 
am__v_CC_0 = @echo "  CC    " $@;
102
 
AM_V_at = $(am__v_at_@AM_V@)
103
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104
 
am__v_at_0 = @
 
131
am__v_CC_0 = @echo "  CC      " $@;
 
132
am__v_CC_1 = 
105
133
CCLD = $(CC)
106
134
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107
135
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108
136
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
109
137
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
110
138
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
111
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
112
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
113
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
139
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
140
am__v_CCLD_1 = 
115
141
SOURCES = $(libpostasa_la_SOURCES)
116
142
DIST_SOURCES = $(libpostasa_la_SOURCES)
117
 
DATA = $(plugin_DATA) $(ui_DATA)
 
143
am__can_run_installinfo = \
 
144
  case $$AM_UPDATE_INFO_DIR in \
 
145
    n|no|NO) false;; \
 
146
    *) (install-info --version) >/dev/null 2>&1;; \
 
147
  esac
 
148
DATA = $(plugin_DATA)
 
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
150
# Read a list of newline-separated strings from the standard input,
 
151
# and print each of them once, without duplicates.  Input order is
 
152
# *not* preserved.
 
153
am__uniquify_input = $(AWK) '\
 
154
  BEGIN { nonempty = 0; } \
 
155
  { items[$$0] = 1; nonempty = 1; } \
 
156
  END { if (nonempty) { for (i in items) print i; }; } \
 
157
'
 
158
# Make sure the list of sources is unique.  This is necessary because,
 
159
# e.g., the same source file might be shared among _SOURCES variables
 
160
# for different programs/libraries.
 
161
am__define_uniq_tagged_files = \
 
162
  list='$(am__tagged_files)'; \
 
163
  unique=`for i in $$list; do \
 
164
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
165
  done | $(am__uniquify_input)`
118
166
ETAGS = etags
119
167
CTAGS = ctags
120
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159
207
EXIFDISPLAY_LIBS = @EXIFDISPLAY_LIBS@
160
208
FGREP = @FGREP@
161
209
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
210
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
162
211
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
163
212
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
164
213
GMOFILES = @GMOFILES@
307
356
        -DEOG_POSTASA_DATA_DIR=\""$(EOG_PLUGINS_DATA_DIR)/postasa"\"
308
357
 
309
358
plugin_LTLIBRARIES = libpostasa.la
 
359
BUILT_SOURCES = \
 
360
        eog-postasa-plugin-resources.c
 
361
 
310
362
libpostasa_la_SOURCES = \
 
363
        ${BUILT_SOURCES}                                \
311
364
        eog-postasa-plugin.h                            \
312
365
        eog-postasa-plugin.c
313
366
 
318
371
libpostasa_la_LIBADD = $(EOG_LIBS)                      \
319
372
        $(POSTASA_LIBS)
320
373
 
 
374
UI_FILES = postasa-config.xml postasa-uploads.xml
321
375
 
322
376
# Plugin Info
323
377
plugin_in_files = postasa.plugin.desktop.in
324
 
UI_FILES = postasa-config.xml postasa-uploads.xml
325
 
ui_DATA = $(UI_FILES)
326
 
uidir = $(EOG_PLUGINS_DATA_DIR)/postasa
327
378
plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
328
 
EXTRA_DIST = $(plugin_in_files) $(UI_FILES)
329
 
CLEANFILES = $(plugin_DATA)
330
 
DISTCLEANFILES = $(plugin_DATA)
331
 
all: all-am
 
379
EXTRA_DIST = \
 
380
        $(plugin_in_files)      \
 
381
        $(UI_FILES)             \
 
382
        eog-postasa-plugin.gresource.xml
 
383
 
 
384
CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
385
DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
386
all: $(BUILT_SOURCES)
 
387
        $(MAKE) $(AM_MAKEFLAGS) all-am
332
388
 
333
389
.SUFFIXES:
334
390
.SUFFIXES: .c .lo .o .obj
362
418
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
363
419
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
420
$(am__aclocal_m4_deps):
 
421
 
365
422
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
366
423
        @$(NORMAL_INSTALL)
367
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
368
424
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
369
425
        list2=; for p in $$list; do \
370
426
          if test -f $$p; then \
372
428
          else :; fi; \
373
429
        done; \
374
430
        test -z "$$list2" || { \
 
431
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
432
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
375
433
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
376
434
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
377
435
        }
387
445
 
388
446
clean-pluginLTLIBRARIES:
389
447
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
390
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
391
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
392
 
          test "$$dir" != "$$p" || dir=.; \
393
 
          echo "rm -f \"$${dir}/so_locations\""; \
394
 
          rm -f "$${dir}/so_locations"; \
395
 
        done
 
448
        @list='$(plugin_LTLIBRARIES)'; \
 
449
        locs=`for p in $$list; do echo $$p; done | \
 
450
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
451
              sort -u`; \
 
452
        test -z "$$locs" || { \
 
453
          echo rm -f $${locs}; \
 
454
          rm -f $${locs}; \
 
455
        }
396
456
libpostasa.la: $(libpostasa_la_OBJECTS) $(libpostasa_la_DEPENDENCIES) $(EXTRA_libpostasa_la_DEPENDENCIES) 
397
457
        $(AM_V_CCLD)$(libpostasa_la_LINK) -rpath $(plugindir) $(libpostasa_la_OBJECTS) $(libpostasa_la_LIBADD) $(LIBS)
398
458
 
402
462
distclean-compile:
403
463
        -rm -f *.tab.c
404
464
 
 
465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eog-postasa-plugin-resources.Plo@am__quote@
405
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eog-postasa-plugin.Plo@am__quote@
406
467
 
407
468
.c.o:
432
493
        -rm -rf .libs _libs
433
494
install-pluginDATA: $(plugin_DATA)
434
495
        @$(NORMAL_INSTALL)
435
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
436
496
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
497
        if test -n "$$list"; then \
 
498
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
499
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
500
        fi; \
437
501
        for p in $$list; do \
438
502
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439
503
          echo "$$d$$p"; \
448
512
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
449
513
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
450
514
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
451
 
install-uiDATA: $(ui_DATA)
452
 
        @$(NORMAL_INSTALL)
453
 
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
454
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
455
 
        for p in $$list; do \
456
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
457
 
          echo "$$d$$p"; \
458
 
        done | $(am__base_list) | \
459
 
        while read files; do \
460
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
461
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
462
 
        done
463
 
 
464
 
uninstall-uiDATA:
465
 
        @$(NORMAL_UNINSTALL)
466
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
467
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
468
 
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
469
 
 
470
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472
 
        unique=`for i in $$list; do \
473
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474
 
          done | \
475
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
477
 
        mkid -fID $$unique
478
 
tags: TAGS
479
 
 
480
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481
 
                $(TAGS_FILES) $(LISP)
 
515
 
 
516
ID: $(am__tagged_files)
 
517
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
518
tags: tags-am
 
519
TAGS: tags
 
520
 
 
521
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
482
522
        set x; \
483
523
        here=`pwd`; \
484
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485
 
        unique=`for i in $$list; do \
486
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
 
          done | \
488
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
524
        $(am__define_uniq_tagged_files); \
490
525
        shift; \
491
526
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492
527
          test -n "$$unique" || unique=$$empty_fix; \
498
533
              $$unique; \
499
534
          fi; \
500
535
        fi
501
 
ctags: CTAGS
502
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503
 
                $(TAGS_FILES) $(LISP)
504
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505
 
        unique=`for i in $$list; do \
506
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507
 
          done | \
508
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
536
ctags: ctags-am
 
537
 
 
538
CTAGS: ctags
 
539
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
540
        $(am__define_uniq_tagged_files); \
510
541
        test -z "$(CTAGS_ARGS)$$unique" \
511
542
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512
543
             $$unique
515
546
        here=`$(am__cd) $(top_builddir) && pwd` \
516
547
          && $(am__cd) $(top_srcdir) \
517
548
          && gtags -i $(GTAGS_ARGS) "$$here"
 
549
cscopelist: cscopelist-am
 
550
 
 
551
cscopelist-am: $(am__tagged_files)
 
552
        list='$(am__tagged_files)'; \
 
553
        case "$(srcdir)" in \
 
554
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
555
          *) sdir=$(subdir)/$(srcdir) ;; \
 
556
        esac; \
 
557
        for i in $$list; do \
 
558
          if test -f "$$i"; then \
 
559
            echo "$(subdir)/$$i"; \
 
560
          else \
 
561
            echo "$$sdir/$$i"; \
 
562
          fi; \
 
563
        done >> $(top_builddir)/cscope.files
518
564
 
519
565
distclean-tags:
520
566
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
596
          fi; \
551
597
        done
552
598
check-am: all-am
553
 
check: check-am
 
599
check: $(BUILT_SOURCES)
 
600
        $(MAKE) $(AM_MAKEFLAGS) check-am
554
601
all-am: Makefile $(LTLIBRARIES) $(DATA)
555
602
installdirs:
556
 
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(uidir)"; do \
 
603
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
557
604
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558
605
        done
559
 
install: install-am
 
606
install: $(BUILT_SOURCES)
 
607
        $(MAKE) $(AM_MAKEFLAGS) install-am
560
608
install-exec: install-exec-am
561
609
install-data: install-data-am
562
610
uninstall: uninstall-am
588
636
maintainer-clean-generic:
589
637
        @echo "This command is intended for maintainers to use"
590
638
        @echo "it deletes files that may require special tools to rebuild."
 
639
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
591
640
clean: clean-am
592
641
 
593
642
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
611
660
 
612
661
info-am:
613
662
 
614
 
install-data-am: install-pluginDATA install-pluginLTLIBRARIES \
615
 
        install-uiDATA
 
663
install-data-am: install-pluginDATA install-pluginLTLIBRARIES
616
664
 
617
665
install-dvi: install-dvi-am
618
666
 
658
706
 
659
707
ps-am:
660
708
 
661
 
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
662
 
        uninstall-uiDATA
663
 
 
664
 
.MAKE: install-am install-strip
665
 
 
666
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
667
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
668
 
        distclean-compile distclean-generic distclean-libtool \
669
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
670
 
        install install-am install-data install-data-am install-dvi \
671
 
        install-dvi-am install-exec install-exec-am install-html \
672
 
        install-html-am install-info install-info-am install-man \
673
 
        install-pdf install-pdf-am install-pluginDATA \
674
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
675
 
        install-strip install-uiDATA installcheck installcheck-am \
 
709
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
710
 
 
711
.MAKE: all check install install-am install-strip
 
712
 
 
713
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
714
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
715
        ctags-am distclean distclean-compile distclean-generic \
 
716
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
717
        html-am info info-am install install-am install-data \
 
718
        install-data-am install-dvi install-dvi-am install-exec \
 
719
        install-exec-am install-html install-html-am install-info \
 
720
        install-info-am install-man install-pdf install-pdf-am \
 
721
        install-pluginDATA install-pluginLTLIBRARIES install-ps \
 
722
        install-ps-am install-strip installcheck installcheck-am \
676
723
        installdirs maintainer-clean maintainer-clean-generic \
677
724
        mostlyclean mostlyclean-compile mostlyclean-generic \
678
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
679
 
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
680
 
        uninstall-uiDATA
681
 
 
 
725
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
726
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
727
 
 
728
 
 
729
eog-postasa-plugin-resources.c: eog-postasa-plugin.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/eog-postasa-plugin.gresource.xml)
 
730
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --internal --target=$@ --sourcedir=$(srcdir) --generate-source $(srcdir)/eog-postasa-plugin.gresource.xml
682
731
 
683
732
%.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
684
733