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

« back to all changes in this revision

Viewing changes to plugins/gdb/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.
18
17
 
19
18
 
20
19
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
24
33
    case $$MAKEFLAGS in \
25
34
      *\\[\ \   ]*) \
26
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28
 
      *) \
29
 
        for am__flg in $$MAKEFLAGS; do \
30
 
          case $$am__flg in \
31
 
            *=*|--*) ;; \
32
 
            *n*) am__dry=yes; break;; \
33
 
          esac; \
34
 
        done;; \
35
 
    esac; \
36
 
    test $$am__dry = yes; \
37
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38
65
pkgdatadir = $(datadir)/@PACKAGE@
39
66
pkgincludedir = $(includedir)/@PACKAGE@
40
67
pkglibdir = $(libdir)/@PACKAGE@
55
82
host_triplet = @host@
56
83
noinst_PROGRAMS = gdbmi-test$(EXEEXT)
57
84
subdir = plugins/gdb
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(top_srcdir)/depcomp $(dist_anjuta_data_DATA) \
 
87
        $(dist_anjuta_glade_DATA) $(dist_anjuta_plugin_DATA) \
 
88
        $(dist_gdb_ui_DATA) $(dist_plugin_pixmaps_DATA)
59
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
90
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
61
91
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
114
144
AM_V_lt = $(am__v_lt_@AM_V@)
115
145
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116
146
am__v_lt_0 = --silent
 
147
am__v_lt_1 = 
117
148
libanjuta_gdb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
118
149
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
119
150
        $(AM_CFLAGS) $(CFLAGS) $(libanjuta_gdb_la_LDFLAGS) $(LDFLAGS) \
127
158
gdbmi_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128
159
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gdbmi_test_CFLAGS) \
129
160
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
161
AM_V_P = $(am__v_P_@AM_V@)
 
162
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
163
am__v_P_0 = false
 
164
am__v_P_1 = :
 
165
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
166
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
167
am__v_GEN_0 = @echo "  GEN     " $@;
 
168
am__v_GEN_1 = 
 
169
AM_V_at = $(am__v_at_@AM_V@)
 
170
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
171
am__v_at_0 = @
 
172
am__v_at_1 = 
130
173
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
131
174
depcomp = $(SHELL) $(top_srcdir)/depcomp
132
175
am__depfiles_maybe = depfiles
139
182
        $(AM_CFLAGS) $(CFLAGS)
140
183
AM_V_CC = $(am__v_CC_@AM_V@)
141
184
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142
 
am__v_CC_0 = @echo "  CC    " $@;
143
 
AM_V_at = $(am__v_at_@AM_V@)
144
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145
 
am__v_at_0 = @
 
185
am__v_CC_0 = @echo "  CC      " $@;
 
186
am__v_CC_1 = 
146
187
CCLD = $(CC)
147
188
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148
189
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149
190
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
150
191
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151
192
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
153
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
154
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
193
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
194
am__v_CCLD_1 = 
156
195
SOURCES = $(libanjuta_gdb_la_SOURCES) $(gdbmi_test_SOURCES)
157
196
DIST_SOURCES = $(libanjuta_gdb_la_SOURCES) $(gdbmi_test_SOURCES)
158
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
159
 
        html-recursive info-recursive install-data-recursive \
160
 
        install-dvi-recursive install-exec-recursive \
161
 
        install-html-recursive install-info-recursive \
162
 
        install-pdf-recursive install-ps-recursive install-recursive \
163
 
        installcheck-recursive installdirs-recursive pdf-recursive \
164
 
        ps-recursive uninstall-recursive
 
197
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
198
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
199
        install-data-recursive install-dvi-recursive \
 
200
        install-exec-recursive install-html-recursive \
 
201
        install-info-recursive install-pdf-recursive \
 
202
        install-ps-recursive install-recursive installcheck-recursive \
 
203
        installdirs-recursive pdf-recursive ps-recursive \
 
204
        tags-recursive uninstall-recursive
165
205
am__can_run_installinfo = \
166
206
  case $$AM_UPDATE_INFO_DIR in \
167
207
    n|no|NO) false;; \
168
208
    *) (install-info --version) >/dev/null 2>&1;; \
169
209
  esac
170
 
DATA = $(anjuta_data_DATA) $(anjuta_glade_DATA) $(anjuta_plugin_DATA) \
171
 
        $(gdb_ui_DATA) $(plugin_pixmaps_DATA)
 
210
DATA = $(dist_anjuta_data_DATA) $(dist_anjuta_glade_DATA) \
 
211
        $(dist_anjuta_plugin_DATA) $(dist_gdb_ui_DATA) \
 
212
        $(dist_plugin_pixmaps_DATA)
172
213
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
173
214
  distclean-recursive maintainer-clean-recursive
174
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
175
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
215
am__recursive_targets = \
 
216
  $(RECURSIVE_TARGETS) \
 
217
  $(RECURSIVE_CLEAN_TARGETS) \
 
218
  $(am__extra_recursive_targets)
 
219
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176
220
        distdir
 
221
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
222
# Read a list of newline-separated strings from the standard input,
 
223
# and print each of them once, without duplicates.  Input order is
 
224
# *not* preserved.
 
225
am__uniquify_input = $(AWK) '\
 
226
  BEGIN { nonempty = 0; } \
 
227
  { items[$$0] = 1; nonempty = 1; } \
 
228
  END { if (nonempty) { for (i in items) print i; }; } \
 
229
'
 
230
# Make sure the list of sources is unique.  This is necessary because,
 
231
# e.g., the same source file might be shared among _SOURCES variables
 
232
# for different programs/libraries.
 
233
am__define_uniq_tagged_files = \
 
234
  list='$(am__tagged_files)'; \
 
235
  unique=`for i in $$list; do \
 
236
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
237
  done | $(am__uniquify_input)`
177
238
ETAGS = etags
178
239
CTAGS = ctags
179
240
DIST_SUBDIRS = $(SUBDIRS)
350
411
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
351
412
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
352
413
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
414
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
415
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
353
416
POSUB = @POSUB@
354
417
PREF_SUFFIX = @PREF_SUFFIX@
355
418
PYTHON = @PYTHON@
362
425
RANLIB = @RANLIB@
363
426
RENDER_LIBS = @RENDER_LIBS@
364
427
SED = @SED@
 
428
SERF_CFLAGS = @SERF_CFLAGS@
 
429
SERF_LIBS = @SERF_LIBS@
365
430
SET_MAKE = @SET_MAKE@
366
431
SHELL = @SHELL@
 
432
SHM_LIBS = @SHM_LIBS@
367
433
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
368
434
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
435
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
436
SQLITE_LIBS = @SQLITE_LIBS@
369
437
STRIP = @STRIP@
370
438
SVNCONFIG = @SVNCONFIG@
371
439
SVN_CFLAGS = @SVN_CFLAGS@
377
445
VALA_CFLAGS = @VALA_CFLAGS@
378
446
VALA_LIBS = @VALA_LIBS@
379
447
VERSION = @VERSION@
380
 
VTE_CFLAGS = @VTE_CFLAGS@
381
 
VTE_LIBS = @VTE_LIBS@
382
448
WARN_CFLAGS = @WARN_CFLAGS@
383
449
XGETTEXT = @XGETTEXT@
384
450
XGETTEXT_015 = @XGETTEXT_015@
457
523
 
458
524
# Plugin UI file
459
525
gdb_uidir = $(anjuta_ui_dir)
460
 
gdb_ui_DATA = 
 
526
dist_gdb_ui_DATA = 
461
527
 
462
528
# Plugin glade file
463
529
anjuta_gladedir = $(anjuta_glade_dir)
464
 
anjuta_glade_DATA = anjuta-gdb.ui
 
530
dist_anjuta_glade_DATA = anjuta-gdb.ui
465
531
anjuta_datadir = $(anjuta_data_dir)
466
 
anjuta_data_DATA = gdb.init
 
532
dist_anjuta_data_DATA = gdb.init
467
533
plugin_pixmapsdir = $(anjuta_image_dir)
468
 
plugin_pixmaps_DATA = \
 
534
dist_plugin_pixmaps_DATA = \
469
535
        anjuta-gdb.plugin.png \
470
536
        pointer.png
471
537
 
472
538
plugin_in_files = anjuta-gdb.plugin.in
473
539
anjuta_plugindir = $(anjuta_plugin_dir)
474
 
anjuta_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
540
dist_anjuta_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
475
541
AM_CPPFLAGS = \
476
542
        $(WARN_CFLAGS) \
477
543
        $(DEPRECATED_FLAGS) \
505
571
# Need AM_PROG_CC_C_0 in configure.in too
506
572
gdbmi_test_CFLAGS = $(AM_CFLAGS)
507
573
EXTRA_DIST = \
508
 
        $(plugin_pixmaps_DATA) \
509
 
        $(plugin_in_files) \
510
 
        $(anjuta_plugin_DATA) \
511
 
        $(gdb_ui_DATA) \
512
 
        $(anjuta_glade_DATA) \
513
 
        $(anjuta_data_DATA)
 
574
        $(plugin_in_files)
514
575
 
515
576
SUBDIRS = \
516
577
        images 
549
610
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
550
611
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551
612
$(am__aclocal_m4_deps):
 
613
 
552
614
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
553
615
        @$(NORMAL_INSTALL)
554
616
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
575
637
 
576
638
clean-pluginLTLIBRARIES:
577
639
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
578
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
579
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
580
 
          test "$$dir" != "$$p" || dir=.; \
581
 
          echo "rm -f \"$${dir}/so_locations\""; \
582
 
          rm -f "$${dir}/so_locations"; \
583
 
        done
 
640
        @list='$(plugin_LTLIBRARIES)'; \
 
641
        locs=`for p in $$list; do echo $$p; done | \
 
642
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
643
              sort -u`; \
 
644
        test -z "$$locs" || { \
 
645
          echo rm -f $${locs}; \
 
646
          rm -f $${locs}; \
 
647
        }
 
648
 
584
649
libanjuta-gdb.la: $(libanjuta_gdb_la_OBJECTS) $(libanjuta_gdb_la_DEPENDENCIES) $(EXTRA_libanjuta_gdb_la_DEPENDENCIES) 
585
650
        $(AM_V_CCLD)$(libanjuta_gdb_la_LINK) -rpath $(plugindir) $(libanjuta_gdb_la_OBJECTS) $(libanjuta_gdb_la_LIBADD) $(LIBS)
586
651
 
592
657
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
593
658
        echo " rm -f" $$list; \
594
659
        rm -f $$list
 
660
 
595
661
gdbmi-test$(EXEEXT): $(gdbmi_test_OBJECTS) $(gdbmi_test_DEPENDENCIES) $(EXTRA_gdbmi_test_DEPENDENCIES) 
596
662
        @rm -f gdbmi-test$(EXEEXT)
597
663
        $(AM_V_CCLD)$(gdbmi_test_LINK) $(gdbmi_test_OBJECTS) $(gdbmi_test_LDADD) $(LIBS)
664
730
 
665
731
clean-libtool:
666
732
        -rm -rf .libs _libs
667
 
install-anjuta_dataDATA: $(anjuta_data_DATA)
 
733
install-dist_anjuta_dataDATA: $(dist_anjuta_data_DATA)
668
734
        @$(NORMAL_INSTALL)
669
 
        @list='$(anjuta_data_DATA)'; test -n "$(anjuta_datadir)" || list=; \
 
735
        @list='$(dist_anjuta_data_DATA)'; test -n "$(anjuta_datadir)" || list=; \
670
736
        if test -n "$$list"; then \
671
737
          echo " $(MKDIR_P) '$(DESTDIR)$(anjuta_datadir)'"; \
672
738
          $(MKDIR_P) "$(DESTDIR)$(anjuta_datadir)" || exit 1; \
680
746
          $(INSTALL_DATA) $$files "$(DESTDIR)$(anjuta_datadir)" || exit $$?; \
681
747
        done
682
748
 
683
 
uninstall-anjuta_dataDATA:
 
749
uninstall-dist_anjuta_dataDATA:
684
750
        @$(NORMAL_UNINSTALL)
685
 
        @list='$(anjuta_data_DATA)'; test -n "$(anjuta_datadir)" || list=; \
 
751
        @list='$(dist_anjuta_data_DATA)'; test -n "$(anjuta_datadir)" || list=; \
686
752
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
687
753
        dir='$(DESTDIR)$(anjuta_datadir)'; $(am__uninstall_files_from_dir)
688
 
install-anjuta_gladeDATA: $(anjuta_glade_DATA)
 
754
install-dist_anjuta_gladeDATA: $(dist_anjuta_glade_DATA)
689
755
        @$(NORMAL_INSTALL)
690
 
        @list='$(anjuta_glade_DATA)'; test -n "$(anjuta_gladedir)" || list=; \
 
756
        @list='$(dist_anjuta_glade_DATA)'; test -n "$(anjuta_gladedir)" || list=; \
691
757
        if test -n "$$list"; then \
692
758
          echo " $(MKDIR_P) '$(DESTDIR)$(anjuta_gladedir)'"; \
693
759
          $(MKDIR_P) "$(DESTDIR)$(anjuta_gladedir)" || exit 1; \
701
767
          $(INSTALL_DATA) $$files "$(DESTDIR)$(anjuta_gladedir)" || exit $$?; \
702
768
        done
703
769
 
704
 
uninstall-anjuta_gladeDATA:
 
770
uninstall-dist_anjuta_gladeDATA:
705
771
        @$(NORMAL_UNINSTALL)
706
 
        @list='$(anjuta_glade_DATA)'; test -n "$(anjuta_gladedir)" || list=; \
 
772
        @list='$(dist_anjuta_glade_DATA)'; test -n "$(anjuta_gladedir)" || list=; \
707
773
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
708
774
        dir='$(DESTDIR)$(anjuta_gladedir)'; $(am__uninstall_files_from_dir)
709
 
install-anjuta_pluginDATA: $(anjuta_plugin_DATA)
 
775
install-dist_anjuta_pluginDATA: $(dist_anjuta_plugin_DATA)
710
776
        @$(NORMAL_INSTALL)
711
 
        @list='$(anjuta_plugin_DATA)'; test -n "$(anjuta_plugindir)" || list=; \
 
777
        @list='$(dist_anjuta_plugin_DATA)'; test -n "$(anjuta_plugindir)" || list=; \
712
778
        if test -n "$$list"; then \
713
779
          echo " $(MKDIR_P) '$(DESTDIR)$(anjuta_plugindir)'"; \
714
780
          $(MKDIR_P) "$(DESTDIR)$(anjuta_plugindir)" || exit 1; \
722
788
          $(INSTALL_DATA) $$files "$(DESTDIR)$(anjuta_plugindir)" || exit $$?; \
723
789
        done
724
790
 
725
 
uninstall-anjuta_pluginDATA:
 
791
uninstall-dist_anjuta_pluginDATA:
726
792
        @$(NORMAL_UNINSTALL)
727
 
        @list='$(anjuta_plugin_DATA)'; test -n "$(anjuta_plugindir)" || list=; \
 
793
        @list='$(dist_anjuta_plugin_DATA)'; test -n "$(anjuta_plugindir)" || list=; \
728
794
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
729
795
        dir='$(DESTDIR)$(anjuta_plugindir)'; $(am__uninstall_files_from_dir)
730
 
install-gdb_uiDATA: $(gdb_ui_DATA)
 
796
install-dist_gdb_uiDATA: $(dist_gdb_ui_DATA)
731
797
        @$(NORMAL_INSTALL)
732
 
        @list='$(gdb_ui_DATA)'; test -n "$(gdb_uidir)" || list=; \
 
798
        @list='$(dist_gdb_ui_DATA)'; test -n "$(gdb_uidir)" || list=; \
733
799
        if test -n "$$list"; then \
734
800
          echo " $(MKDIR_P) '$(DESTDIR)$(gdb_uidir)'"; \
735
801
          $(MKDIR_P) "$(DESTDIR)$(gdb_uidir)" || exit 1; \
743
809
          $(INSTALL_DATA) $$files "$(DESTDIR)$(gdb_uidir)" || exit $$?; \
744
810
        done
745
811
 
746
 
uninstall-gdb_uiDATA:
 
812
uninstall-dist_gdb_uiDATA:
747
813
        @$(NORMAL_UNINSTALL)
748
 
        @list='$(gdb_ui_DATA)'; test -n "$(gdb_uidir)" || list=; \
 
814
        @list='$(dist_gdb_ui_DATA)'; test -n "$(gdb_uidir)" || list=; \
749
815
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
750
816
        dir='$(DESTDIR)$(gdb_uidir)'; $(am__uninstall_files_from_dir)
751
 
install-plugin_pixmapsDATA: $(plugin_pixmaps_DATA)
 
817
install-dist_plugin_pixmapsDATA: $(dist_plugin_pixmaps_DATA)
752
818
        @$(NORMAL_INSTALL)
753
 
        @list='$(plugin_pixmaps_DATA)'; test -n "$(plugin_pixmapsdir)" || list=; \
 
819
        @list='$(dist_plugin_pixmaps_DATA)'; test -n "$(plugin_pixmapsdir)" || list=; \
754
820
        if test -n "$$list"; then \
755
821
          echo " $(MKDIR_P) '$(DESTDIR)$(plugin_pixmapsdir)'"; \
756
822
          $(MKDIR_P) "$(DESTDIR)$(plugin_pixmapsdir)" || exit 1; \
764
830
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugin_pixmapsdir)" || exit $$?; \
765
831
        done
766
832
 
767
 
uninstall-plugin_pixmapsDATA:
 
833
uninstall-dist_plugin_pixmapsDATA:
768
834
        @$(NORMAL_UNINSTALL)
769
 
        @list='$(plugin_pixmaps_DATA)'; test -n "$(plugin_pixmapsdir)" || list=; \
 
835
        @list='$(dist_plugin_pixmaps_DATA)'; test -n "$(plugin_pixmapsdir)" || list=; \
770
836
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
771
837
        dir='$(DESTDIR)$(plugin_pixmapsdir)'; $(am__uninstall_files_from_dir)
772
838
 
773
839
# This directory's subdirectories are mostly independent; you can cd
774
 
# into them and run `make' without going through this Makefile.
775
 
# To change the values of `make' variables: instead of editing Makefiles,
776
 
# (1) if the variable is set in `config.status', edit `config.status'
777
 
#     (which will cause the Makefiles to be regenerated when you run `make');
778
 
# (2) otherwise, pass the desired values on the `make' command line.
779
 
$(RECURSIVE_TARGETS):
780
 
        @fail= failcom='exit 1'; \
781
 
        for f in x $$MAKEFLAGS; do \
782
 
          case $$f in \
783
 
            *=* | --[!k]*);; \
784
 
            *k*) failcom='fail=yes';; \
785
 
          esac; \
786
 
        done; \
 
840
# into them and run 'make' without going through this Makefile.
 
841
# To change the values of 'make' variables: instead of editing Makefiles,
 
842
# (1) if the variable is set in 'config.status', edit 'config.status'
 
843
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
844
# (2) otherwise, pass the desired values on the 'make' command line.
 
845
$(am__recursive_targets):
 
846
        @fail=; \
 
847
        if $(am__make_keepgoing); then \
 
848
          failcom='fail=yes'; \
 
849
        else \
 
850
          failcom='exit 1'; \
 
851
        fi; \
787
852
        dot_seen=no; \
788
853
        target=`echo $@ | sed s/-recursive//`; \
789
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
854
        case "$@" in \
 
855
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
856
          *) list='$(SUBDIRS)' ;; \
 
857
        esac; \
 
858
        for subdir in $$list; do \
790
859
          echo "Making $$target in $$subdir"; \
791
860
          if test "$$subdir" = "."; then \
792
861
            dot_seen=yes; \
801
870
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
802
871
        fi; test -z "$$fail"
803
872
 
804
 
$(RECURSIVE_CLEAN_TARGETS):
805
 
        @fail= failcom='exit 1'; \
806
 
        for f in x $$MAKEFLAGS; do \
807
 
          case $$f in \
808
 
            *=* | --[!k]*);; \
809
 
            *k*) failcom='fail=yes';; \
810
 
          esac; \
811
 
        done; \
812
 
        dot_seen=no; \
813
 
        case "$@" in \
814
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
815
 
          *) list='$(SUBDIRS)' ;; \
816
 
        esac; \
817
 
        rev=''; for subdir in $$list; do \
818
 
          if test "$$subdir" = "."; then :; else \
819
 
            rev="$$subdir $$rev"; \
820
 
          fi; \
821
 
        done; \
822
 
        rev="$$rev ."; \
823
 
        target=`echo $@ | sed s/-recursive//`; \
824
 
        for subdir in $$rev; do \
825
 
          echo "Making $$target in $$subdir"; \
826
 
          if test "$$subdir" = "."; then \
827
 
            local_target="$$target-am"; \
828
 
          else \
829
 
            local_target="$$target"; \
830
 
          fi; \
831
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
832
 
          || eval $$failcom; \
833
 
        done && test -z "$$fail"
834
 
tags-recursive:
835
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
836
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
837
 
        done
838
 
ctags-recursive:
839
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
840
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
841
 
        done
842
 
 
843
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
844
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
845
 
        unique=`for i in $$list; do \
846
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
847
 
          done | \
848
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
849
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
850
 
        mkid -fID $$unique
851
 
tags: TAGS
852
 
 
853
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
854
 
                $(TAGS_FILES) $(LISP)
 
873
ID: $(am__tagged_files)
 
874
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
875
tags: tags-recursive
 
876
TAGS: tags
 
877
 
 
878
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
855
879
        set x; \
856
880
        here=`pwd`; \
857
881
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
867
891
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
868
892
          fi; \
869
893
        done; \
870
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
871
 
        unique=`for i in $$list; do \
872
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
873
 
          done | \
874
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
875
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
894
        $(am__define_uniq_tagged_files); \
876
895
        shift; \
877
896
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
878
897
          test -n "$$unique" || unique=$$empty_fix; \
884
903
              $$unique; \
885
904
          fi; \
886
905
        fi
887
 
ctags: CTAGS
888
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
889
 
                $(TAGS_FILES) $(LISP)
890
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
891
 
        unique=`for i in $$list; do \
892
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
893
 
          done | \
894
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
895
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
906
ctags: ctags-recursive
 
907
 
 
908
CTAGS: ctags
 
909
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
910
        $(am__define_uniq_tagged_files); \
896
911
        test -z "$(CTAGS_ARGS)$$unique" \
897
912
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
898
913
             $$unique
901
916
        here=`$(am__cd) $(top_builddir) && pwd` \
902
917
          && $(am__cd) $(top_srcdir) \
903
918
          && gtags -i $(GTAGS_ARGS) "$$here"
 
919
cscopelist: cscopelist-recursive
 
920
 
 
921
cscopelist-am: $(am__tagged_files)
 
922
        list='$(am__tagged_files)'; \
 
923
        case "$(srcdir)" in \
 
924
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
925
          *) sdir=$(subdir)/$(srcdir) ;; \
 
926
        esac; \
 
927
        for i in $$list; do \
 
928
          if test -f "$$i"; then \
 
929
            echo "$(subdir)/$$i"; \
 
930
          else \
 
931
            echo "$$sdir/$$i"; \
 
932
          fi; \
 
933
        done >> $(top_builddir)/cscope.files
904
934
 
905
935
distclean-tags:
906
936
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1021
1051
 
1022
1052
info-am:
1023
1053
 
1024
 
install-data-am: install-anjuta_dataDATA install-anjuta_gladeDATA \
1025
 
        install-anjuta_pluginDATA install-gdb_uiDATA \
1026
 
        install-pluginLTLIBRARIES install-plugin_pixmapsDATA
 
1054
install-data-am: install-dist_anjuta_dataDATA \
 
1055
        install-dist_anjuta_gladeDATA install-dist_anjuta_pluginDATA \
 
1056
        install-dist_gdb_uiDATA install-dist_plugin_pixmapsDATA \
 
1057
        install-pluginLTLIBRARIES
1027
1058
 
1028
1059
install-dvi: install-dvi-recursive
1029
1060
 
1069
1100
 
1070
1101
ps-am:
1071
1102
 
1072
 
uninstall-am: uninstall-anjuta_dataDATA uninstall-anjuta_gladeDATA \
1073
 
        uninstall-anjuta_pluginDATA uninstall-gdb_uiDATA \
1074
 
        uninstall-pluginLTLIBRARIES uninstall-plugin_pixmapsDATA
1075
 
 
1076
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1077
 
        install-am install-strip tags-recursive
1078
 
 
1079
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1080
 
        all all-am check check-am clean clean-generic clean-libtool \
1081
 
        clean-noinstPROGRAMS clean-pluginLTLIBRARIES ctags \
1082
 
        ctags-recursive distclean distclean-compile distclean-generic \
 
1103
uninstall-am: uninstall-dist_anjuta_dataDATA \
 
1104
        uninstall-dist_anjuta_gladeDATA \
 
1105
        uninstall-dist_anjuta_pluginDATA uninstall-dist_gdb_uiDATA \
 
1106
        uninstall-dist_plugin_pixmapsDATA uninstall-pluginLTLIBRARIES
 
1107
 
 
1108
.MAKE: $(am__recursive_targets) install-am install-strip
 
1109
 
 
1110
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1111
        check-am clean clean-generic clean-libtool \
 
1112
        clean-noinstPROGRAMS clean-pluginLTLIBRARIES cscopelist-am \
 
1113
        ctags ctags-am distclean distclean-compile distclean-generic \
1083
1114
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1084
 
        html-am info info-am install install-am \
1085
 
        install-anjuta_dataDATA install-anjuta_gladeDATA \
1086
 
        install-anjuta_pluginDATA install-data install-data-am \
 
1115
        html-am info info-am install install-am install-data \
 
1116
        install-data-am install-dist_anjuta_dataDATA \
 
1117
        install-dist_anjuta_gladeDATA install-dist_anjuta_pluginDATA \
 
1118
        install-dist_gdb_uiDATA install-dist_plugin_pixmapsDATA \
1087
1119
        install-dvi install-dvi-am install-exec install-exec-am \
1088
 
        install-gdb_uiDATA install-html install-html-am install-info \
1089
 
        install-info-am install-man install-pdf install-pdf-am \
1090
 
        install-pluginLTLIBRARIES install-plugin_pixmapsDATA \
1091
 
        install-ps install-ps-am install-strip installcheck \
1092
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1093
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1094
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1095
 
        tags tags-recursive uninstall uninstall-am \
1096
 
        uninstall-anjuta_dataDATA uninstall-anjuta_gladeDATA \
1097
 
        uninstall-anjuta_pluginDATA uninstall-gdb_uiDATA \
1098
 
        uninstall-pluginLTLIBRARIES uninstall-plugin_pixmapsDATA
 
1120
        install-html install-html-am install-info install-info-am \
 
1121
        install-man install-pdf install-pdf-am \
 
1122
        install-pluginLTLIBRARIES install-ps install-ps-am \
 
1123
        install-strip installcheck installcheck-am installdirs \
 
1124
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1125
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1126
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
1127
        uninstall-am uninstall-dist_anjuta_dataDATA \
 
1128
        uninstall-dist_anjuta_gladeDATA \
 
1129
        uninstall-dist_anjuta_pluginDATA uninstall-dist_gdb_uiDATA \
 
1130
        uninstall-dist_plugin_pixmapsDATA uninstall-pluginLTLIBRARIES
1099
1131
 
1100
1132
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
1101
1133
        -DG_LOG_DOMAIN=\"libanjuta-gdb\"