~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/patch/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

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.4 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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
23
32
    case $$MAKEFLAGS in \
24
33
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
64
pkgdatadir = $(datadir)/@PACKAGE@
38
65
pkgincludedir = $(includedir)/@PACKAGE@
39
66
pkglibdir = $(libdir)/@PACKAGE@
53
80
build_triplet = @build@
54
81
host_triplet = @host@
55
82
subdir = plugins/patch
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp $(dist_patch_glade_DATA) \
 
85
        $(dist_patch_pixmaps_DATA) $(dist_patch_plugin_DATA) \
 
86
        $(dist_patch_ui_DATA)
57
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
88
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
59
89
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
109
139
AM_V_lt = $(am__v_lt_@AM_V@)
110
140
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111
141
am__v_lt_0 = --silent
 
142
am__v_lt_1 = 
112
143
libanjuta_patch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
113
144
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
114
145
        $(AM_CFLAGS) $(CFLAGS) $(libanjuta_patch_la_LDFLAGS) \
115
146
        $(LDFLAGS) -o $@
 
147
AM_V_P = $(am__v_P_@AM_V@)
 
148
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
149
am__v_P_0 = false
 
150
am__v_P_1 = :
 
151
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
152
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
153
am__v_GEN_0 = @echo "  GEN     " $@;
 
154
am__v_GEN_1 = 
 
155
AM_V_at = $(am__v_at_@AM_V@)
 
156
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
157
am__v_at_0 = @
 
158
am__v_at_1 = 
116
159
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117
160
depcomp = $(SHELL) $(top_srcdir)/depcomp
118
161
am__depfiles_maybe = depfiles
125
168
        $(AM_CFLAGS) $(CFLAGS)
126
169
AM_V_CC = $(am__v_CC_@AM_V@)
127
170
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128
 
am__v_CC_0 = @echo "  CC    " $@;
129
 
AM_V_at = $(am__v_at_@AM_V@)
130
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131
 
am__v_at_0 = @
 
171
am__v_CC_0 = @echo "  CC      " $@;
 
172
am__v_CC_1 = 
132
173
CCLD = $(CC)
133
174
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134
175
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
135
176
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
136
177
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
137
178
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
138
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
139
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
140
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
179
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
180
am__v_CCLD_1 = 
142
181
SOURCES = $(libanjuta_patch_la_SOURCES)
143
182
DIST_SOURCES = $(libanjuta_patch_la_SOURCES)
144
183
am__can_run_installinfo = \
146
185
    n|no|NO) false;; \
147
186
    *) (install-info --version) >/dev/null 2>&1;; \
148
187
  esac
149
 
DATA = $(patch_glade_DATA) $(patch_pixmaps_DATA) $(patch_plugin_DATA) \
150
 
        $(patch_ui_DATA)
 
188
DATA = $(dist_patch_glade_DATA) $(dist_patch_pixmaps_DATA) \
 
189
        $(dist_patch_plugin_DATA) $(dist_patch_ui_DATA)
 
190
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
191
# Read a list of newline-separated strings from the standard input,
 
192
# and print each of them once, without duplicates.  Input order is
 
193
# *not* preserved.
 
194
am__uniquify_input = $(AWK) '\
 
195
  BEGIN { nonempty = 0; } \
 
196
  { items[$$0] = 1; nonempty = 1; } \
 
197
  END { if (nonempty) { for (i in items) print i; }; } \
 
198
'
 
199
# Make sure the list of sources is unique.  This is necessary because,
 
200
# e.g., the same source file might be shared among _SOURCES variables
 
201
# for different programs/libraries.
 
202
am__define_uniq_tagged_files = \
 
203
  list='$(am__tagged_files)'; \
 
204
  unique=`for i in $$list; do \
 
205
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
206
  done | $(am__uniquify_input)`
151
207
ETAGS = etags
152
208
CTAGS = ctags
153
209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
298
354
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
299
355
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
300
356
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
357
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
358
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
301
359
POSUB = @POSUB@
302
360
PREF_SUFFIX = @PREF_SUFFIX@
303
361
PYTHON = @PYTHON@
310
368
RANLIB = @RANLIB@
311
369
RENDER_LIBS = @RENDER_LIBS@
312
370
SED = @SED@
 
371
SERF_CFLAGS = @SERF_CFLAGS@
 
372
SERF_LIBS = @SERF_LIBS@
313
373
SET_MAKE = @SET_MAKE@
314
374
SHELL = @SHELL@
 
375
SHM_LIBS = @SHM_LIBS@
315
376
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
316
377
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
378
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
379
SQLITE_LIBS = @SQLITE_LIBS@
317
380
STRIP = @STRIP@
318
381
SVNCONFIG = @SVNCONFIG@
319
382
SVN_CFLAGS = @SVN_CFLAGS@
325
388
VALA_CFLAGS = @VALA_CFLAGS@
326
389
VALA_LIBS = @VALA_LIBS@
327
390
VERSION = @VERSION@
328
 
VTE_CFLAGS = @VTE_CFLAGS@
329
 
VTE_LIBS = @VTE_LIBS@
330
391
WARN_CFLAGS = @WARN_CFLAGS@
331
392
XGETTEXT = @XGETTEXT@
332
393
XGETTEXT_015 = @XGETTEXT_015@
405
466
 
406
467
# Plugin UI file
407
468
patch_uidir = $(anjuta_ui_dir)
408
 
patch_ui_DATA = anjuta-patch.xml
 
469
dist_patch_ui_DATA = anjuta-patch.xml
409
470
 
410
471
# Plugin glade file
411
472
patch_gladedir = $(anjuta_glade_dir)
412
 
patch_glade_DATA = patch-plugin.ui
 
473
dist_patch_glade_DATA = patch-plugin.ui
413
474
 
414
475
# Plugin Icon file
415
476
patch_pixmapsdir = $(anjuta_image_dir)
416
 
patch_pixmaps_DATA = \
 
477
dist_patch_pixmaps_DATA = \
417
478
        anjuta-patch-plugin.svg \
418
479
        anjuta-patch-plugin-48.png
419
480
 
421
482
# Plugin description file
422
483
plugin_in_files = anjuta-patch.plugin.in
423
484
patch_plugindir = $(anjuta_plugin_dir)
424
 
patch_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
485
dist_patch_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
425
486
 
426
487
# Include paths
427
488
AM_CPPFLAGS = \
450
511
        $(LIBANJUTA_LIBS) 
451
512
 
452
513
EXTRA_DIST = \
453
 
        $(plugin_in_files) \
454
 
        $(patch_plugin_DATA) \
455
 
        $(patch_ui_DATA) \
456
 
        $(patch_pixmaps_DATA) \
457
 
        $(patch_glade_DATA)
 
514
        $(plugin_in_files)
458
515
 
459
516
all: all-am
460
517
 
490
547
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
491
548
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492
549
$(am__aclocal_m4_deps):
 
550
 
493
551
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
494
552
        @$(NORMAL_INSTALL)
495
553
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
516
574
 
517
575
clean-pluginLTLIBRARIES:
518
576
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
519
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
520
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
521
 
          test "$$dir" != "$$p" || dir=.; \
522
 
          echo "rm -f \"$${dir}/so_locations\""; \
523
 
          rm -f "$${dir}/so_locations"; \
524
 
        done
 
577
        @list='$(plugin_LTLIBRARIES)'; \
 
578
        locs=`for p in $$list; do echo $$p; done | \
 
579
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
580
              sort -u`; \
 
581
        test -z "$$locs" || { \
 
582
          echo rm -f $${locs}; \
 
583
          rm -f $${locs}; \
 
584
        }
 
585
 
525
586
libanjuta-patch.la: $(libanjuta_patch_la_OBJECTS) $(libanjuta_patch_la_DEPENDENCIES) $(EXTRA_libanjuta_patch_la_DEPENDENCIES) 
526
587
        $(AM_V_CCLD)$(libanjuta_patch_la_LINK) -rpath $(plugindir) $(libanjuta_patch_la_OBJECTS) $(libanjuta_patch_la_LIBADD) $(LIBS)
527
588
 
560
621
 
561
622
clean-libtool:
562
623
        -rm -rf .libs _libs
563
 
install-patch_gladeDATA: $(patch_glade_DATA)
 
624
install-dist_patch_gladeDATA: $(dist_patch_glade_DATA)
564
625
        @$(NORMAL_INSTALL)
565
 
        @list='$(patch_glade_DATA)'; test -n "$(patch_gladedir)" || list=; \
 
626
        @list='$(dist_patch_glade_DATA)'; test -n "$(patch_gladedir)" || list=; \
566
627
        if test -n "$$list"; then \
567
628
          echo " $(MKDIR_P) '$(DESTDIR)$(patch_gladedir)'"; \
568
629
          $(MKDIR_P) "$(DESTDIR)$(patch_gladedir)" || exit 1; \
576
637
          $(INSTALL_DATA) $$files "$(DESTDIR)$(patch_gladedir)" || exit $$?; \
577
638
        done
578
639
 
579
 
uninstall-patch_gladeDATA:
 
640
uninstall-dist_patch_gladeDATA:
580
641
        @$(NORMAL_UNINSTALL)
581
 
        @list='$(patch_glade_DATA)'; test -n "$(patch_gladedir)" || list=; \
 
642
        @list='$(dist_patch_glade_DATA)'; test -n "$(patch_gladedir)" || list=; \
582
643
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
583
644
        dir='$(DESTDIR)$(patch_gladedir)'; $(am__uninstall_files_from_dir)
584
 
install-patch_pixmapsDATA: $(patch_pixmaps_DATA)
 
645
install-dist_patch_pixmapsDATA: $(dist_patch_pixmaps_DATA)
585
646
        @$(NORMAL_INSTALL)
586
 
        @list='$(patch_pixmaps_DATA)'; test -n "$(patch_pixmapsdir)" || list=; \
 
647
        @list='$(dist_patch_pixmaps_DATA)'; test -n "$(patch_pixmapsdir)" || list=; \
587
648
        if test -n "$$list"; then \
588
649
          echo " $(MKDIR_P) '$(DESTDIR)$(patch_pixmapsdir)'"; \
589
650
          $(MKDIR_P) "$(DESTDIR)$(patch_pixmapsdir)" || exit 1; \
597
658
          $(INSTALL_DATA) $$files "$(DESTDIR)$(patch_pixmapsdir)" || exit $$?; \
598
659
        done
599
660
 
600
 
uninstall-patch_pixmapsDATA:
 
661
uninstall-dist_patch_pixmapsDATA:
601
662
        @$(NORMAL_UNINSTALL)
602
 
        @list='$(patch_pixmaps_DATA)'; test -n "$(patch_pixmapsdir)" || list=; \
 
663
        @list='$(dist_patch_pixmaps_DATA)'; test -n "$(patch_pixmapsdir)" || list=; \
603
664
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
604
665
        dir='$(DESTDIR)$(patch_pixmapsdir)'; $(am__uninstall_files_from_dir)
605
 
install-patch_pluginDATA: $(patch_plugin_DATA)
 
666
install-dist_patch_pluginDATA: $(dist_patch_plugin_DATA)
606
667
        @$(NORMAL_INSTALL)
607
 
        @list='$(patch_plugin_DATA)'; test -n "$(patch_plugindir)" || list=; \
 
668
        @list='$(dist_patch_plugin_DATA)'; test -n "$(patch_plugindir)" || list=; \
608
669
        if test -n "$$list"; then \
609
670
          echo " $(MKDIR_P) '$(DESTDIR)$(patch_plugindir)'"; \
610
671
          $(MKDIR_P) "$(DESTDIR)$(patch_plugindir)" || exit 1; \
618
679
          $(INSTALL_DATA) $$files "$(DESTDIR)$(patch_plugindir)" || exit $$?; \
619
680
        done
620
681
 
621
 
uninstall-patch_pluginDATA:
 
682
uninstall-dist_patch_pluginDATA:
622
683
        @$(NORMAL_UNINSTALL)
623
 
        @list='$(patch_plugin_DATA)'; test -n "$(patch_plugindir)" || list=; \
 
684
        @list='$(dist_patch_plugin_DATA)'; test -n "$(patch_plugindir)" || list=; \
624
685
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
625
686
        dir='$(DESTDIR)$(patch_plugindir)'; $(am__uninstall_files_from_dir)
626
 
install-patch_uiDATA: $(patch_ui_DATA)
 
687
install-dist_patch_uiDATA: $(dist_patch_ui_DATA)
627
688
        @$(NORMAL_INSTALL)
628
 
        @list='$(patch_ui_DATA)'; test -n "$(patch_uidir)" || list=; \
 
689
        @list='$(dist_patch_ui_DATA)'; test -n "$(patch_uidir)" || list=; \
629
690
        if test -n "$$list"; then \
630
691
          echo " $(MKDIR_P) '$(DESTDIR)$(patch_uidir)'"; \
631
692
          $(MKDIR_P) "$(DESTDIR)$(patch_uidir)" || exit 1; \
639
700
          $(INSTALL_DATA) $$files "$(DESTDIR)$(patch_uidir)" || exit $$?; \
640
701
        done
641
702
 
642
 
uninstall-patch_uiDATA:
 
703
uninstall-dist_patch_uiDATA:
643
704
        @$(NORMAL_UNINSTALL)
644
 
        @list='$(patch_ui_DATA)'; test -n "$(patch_uidir)" || list=; \
 
705
        @list='$(dist_patch_ui_DATA)'; test -n "$(patch_uidir)" || list=; \
645
706
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
646
707
        dir='$(DESTDIR)$(patch_uidir)'; $(am__uninstall_files_from_dir)
647
708
 
648
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
649
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
650
 
        unique=`for i in $$list; do \
651
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
652
 
          done | \
653
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
654
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
655
 
        mkid -fID $$unique
656
 
tags: TAGS
 
709
ID: $(am__tagged_files)
 
710
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
711
tags: tags-am
 
712
TAGS: tags
657
713
 
658
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
659
 
                $(TAGS_FILES) $(LISP)
 
714
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
660
715
        set x; \
661
716
        here=`pwd`; \
662
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
663
 
        unique=`for i in $$list; do \
664
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
665
 
          done | \
666
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
667
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
717
        $(am__define_uniq_tagged_files); \
668
718
        shift; \
669
719
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
670
720
          test -n "$$unique" || unique=$$empty_fix; \
676
726
              $$unique; \
677
727
          fi; \
678
728
        fi
679
 
ctags: CTAGS
680
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
681
 
                $(TAGS_FILES) $(LISP)
682
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
683
 
        unique=`for i in $$list; do \
684
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
685
 
          done | \
686
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
687
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
729
ctags: ctags-am
 
730
 
 
731
CTAGS: ctags
 
732
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
733
        $(am__define_uniq_tagged_files); \
688
734
        test -z "$(CTAGS_ARGS)$$unique" \
689
735
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
690
736
             $$unique
693
739
        here=`$(am__cd) $(top_builddir) && pwd` \
694
740
          && $(am__cd) $(top_srcdir) \
695
741
          && gtags -i $(GTAGS_ARGS) "$$here"
 
742
cscopelist: cscopelist-am
 
743
 
 
744
cscopelist-am: $(am__tagged_files)
 
745
        list='$(am__tagged_files)'; \
 
746
        case "$(srcdir)" in \
 
747
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
748
          *) sdir=$(subdir)/$(srcdir) ;; \
 
749
        esac; \
 
750
        for i in $$list; do \
 
751
          if test -f "$$i"; then \
 
752
            echo "$(subdir)/$$i"; \
 
753
          else \
 
754
            echo "$$sdir/$$i"; \
 
755
          fi; \
 
756
        done >> $(top_builddir)/cscope.files
696
757
 
697
758
distclean-tags:
698
759
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
787
848
 
788
849
info-am:
789
850
 
790
 
install-data-am: install-patch_gladeDATA install-patch_pixmapsDATA \
791
 
        install-patch_pluginDATA install-patch_uiDATA \
792
 
        install-pluginLTLIBRARIES
 
851
install-data-am: install-dist_patch_gladeDATA \
 
852
        install-dist_patch_pixmapsDATA install-dist_patch_pluginDATA \
 
853
        install-dist_patch_uiDATA install-pluginLTLIBRARIES
793
854
 
794
855
install-dvi: install-dvi-am
795
856
 
835
896
 
836
897
ps-am:
837
898
 
838
 
uninstall-am: uninstall-patch_gladeDATA uninstall-patch_pixmapsDATA \
839
 
        uninstall-patch_pluginDATA uninstall-patch_uiDATA \
 
899
uninstall-am: uninstall-dist_patch_gladeDATA \
 
900
        uninstall-dist_patch_pixmapsDATA \
 
901
        uninstall-dist_patch_pluginDATA uninstall-dist_patch_uiDATA \
840
902
        uninstall-pluginLTLIBRARIES
841
903
 
842
904
.MAKE: install-am install-strip
843
905
 
844
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
845
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
846
 
        distclean-compile distclean-generic distclean-libtool \
847
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
848
 
        install install-am install-data install-data-am install-dvi \
849
 
        install-dvi-am install-exec install-exec-am install-html \
850
 
        install-html-am install-info install-info-am install-man \
851
 
        install-patch_gladeDATA install-patch_pixmapsDATA \
852
 
        install-patch_pluginDATA install-patch_uiDATA install-pdf \
 
906
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
907
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
908
        ctags-am distclean distclean-compile distclean-generic \
 
909
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
910
        html-am info info-am install install-am install-data \
 
911
        install-data-am install-dist_patch_gladeDATA \
 
912
        install-dist_patch_pixmapsDATA install-dist_patch_pluginDATA \
 
913
        install-dist_patch_uiDATA install-dvi install-dvi-am \
 
914
        install-exec install-exec-am install-html install-html-am \
 
915
        install-info install-info-am install-man install-pdf \
853
916
        install-pdf-am install-pluginLTLIBRARIES install-ps \
854
917
        install-ps-am install-strip installcheck installcheck-am \
855
918
        installdirs maintainer-clean maintainer-clean-generic \
856
919
        mostlyclean mostlyclean-compile mostlyclean-generic \
857
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
858
 
        uninstall-am uninstall-patch_gladeDATA \
859
 
        uninstall-patch_pixmapsDATA uninstall-patch_pluginDATA \
860
 
        uninstall-patch_uiDATA uninstall-pluginLTLIBRARIES
 
920
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
921
        uninstall-am uninstall-dist_patch_gladeDATA \
 
922
        uninstall-dist_patch_pixmapsDATA \
 
923
        uninstall-dist_patch_pluginDATA uninstall-dist_patch_uiDATA \
 
924
        uninstall-pluginLTLIBRARIES
861
925
 
862
926
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
863
927