~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/document-manager/images/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
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
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = plugins/document-manager/images
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(dist_document_manager_pixmaps_DATA)
56
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
85
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
58
86
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
70
98
CONFIG_HEADER = $(top_builddir)/config.h
71
99
CONFIG_CLEAN_FILES =
72
100
CONFIG_CLEAN_VPATH_FILES =
 
101
AM_V_P = $(am__v_P_@AM_V@)
 
102
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
103
am__v_P_0 = false
 
104
am__v_P_1 = :
73
105
AM_V_GEN = $(am__v_GEN_@AM_V@)
74
106
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
107
am__v_GEN_0 = @echo "  GEN     " $@;
 
108
am__v_GEN_1 = 
76
109
AM_V_at = $(am__v_at_@AM_V@)
77
110
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
78
111
am__v_at_0 = @
 
112
am__v_at_1 = 
79
113
SOURCES =
80
114
DIST_SOURCES =
81
115
am__can_run_installinfo = \
111
145
         $(am__cd) "$$dir" && rm -f $$files; }; \
112
146
  }
113
147
am__installdirs = "$(DESTDIR)$(document_manager_pixmapsdir)"
114
 
DATA = $(document_manager_pixmaps_DATA)
 
148
DATA = $(dist_document_manager_pixmaps_DATA)
 
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115
150
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116
151
ACLOCAL = @ACLOCAL@
117
152
ALL_LINGUAS = @ALL_LINGUAS@
260
295
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
261
296
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
262
297
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
298
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
299
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
263
300
POSUB = @POSUB@
264
301
PREF_SUFFIX = @PREF_SUFFIX@
265
302
PYTHON = @PYTHON@
274
311
SED = @SED@
275
312
SET_MAKE = @SET_MAKE@
276
313
SHELL = @SHELL@
 
314
SHM_LIBS = @SHM_LIBS@
277
315
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
278
316
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
317
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
318
SQLITE_LIBS = @SQLITE_LIBS@
279
319
STRIP = @STRIP@
280
320
SVNCONFIG = @SVNCONFIG@
281
321
SVN_CFLAGS = @SVN_CFLAGS@
287
327
VALA_CFLAGS = @VALA_CFLAGS@
288
328
VALA_LIBS = @VALA_LIBS@
289
329
VERSION = @VERSION@
290
 
VTE_CFLAGS = @VTE_CFLAGS@
291
 
VTE_LIBS = @VTE_LIBS@
292
330
WARN_CFLAGS = @WARN_CFLAGS@
293
331
XGETTEXT = @XGETTEXT@
294
332
XGETTEXT_015 = @XGETTEXT_015@
365
403
top_builddir = @top_builddir@
366
404
top_srcdir = @top_srcdir@
367
405
document_manager_pixmapsdir = $(anjuta_image_dir)
368
 
document_manager_pixmaps_DATA = \
 
406
dist_document_manager_pixmaps_DATA = \
369
407
        anjuta-document-manager-plugin.svg \
370
408
        anjuta-document-manager-plugin-48.png \
371
409
        preferences-editor.png \
410
448
              anjuta-complete-auto-16.png \
411
449
              anjuta-complete-auto-24.png
412
450
 
413
 
EXTRA_DIST = $(document_manager_pixmaps_DATA)
414
451
all: all-am
415
452
 
416
453
.SUFFIXES:
450
487
 
451
488
clean-libtool:
452
489
        -rm -rf .libs _libs
453
 
install-document_manager_pixmapsDATA: $(document_manager_pixmaps_DATA)
 
490
install-dist_document_manager_pixmapsDATA: $(dist_document_manager_pixmaps_DATA)
454
491
        @$(NORMAL_INSTALL)
455
 
        @list='$(document_manager_pixmaps_DATA)'; test -n "$(document_manager_pixmapsdir)" || list=; \
 
492
        @list='$(dist_document_manager_pixmaps_DATA)'; test -n "$(document_manager_pixmapsdir)" || list=; \
456
493
        if test -n "$$list"; then \
457
494
          echo " $(MKDIR_P) '$(DESTDIR)$(document_manager_pixmapsdir)'"; \
458
495
          $(MKDIR_P) "$(DESTDIR)$(document_manager_pixmapsdir)" || exit 1; \
466
503
          $(INSTALL_DATA) $$files "$(DESTDIR)$(document_manager_pixmapsdir)" || exit $$?; \
467
504
        done
468
505
 
469
 
uninstall-document_manager_pixmapsDATA:
 
506
uninstall-dist_document_manager_pixmapsDATA:
470
507
        @$(NORMAL_UNINSTALL)
471
 
        @list='$(document_manager_pixmaps_DATA)'; test -n "$(document_manager_pixmapsdir)" || list=; \
 
508
        @list='$(dist_document_manager_pixmaps_DATA)'; test -n "$(document_manager_pixmapsdir)" || list=; \
472
509
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
473
510
        dir='$(DESTDIR)$(document_manager_pixmapsdir)'; $(am__uninstall_files_from_dir)
474
 
tags: TAGS
475
 
TAGS:
476
 
 
477
 
ctags: CTAGS
478
 
CTAGS:
 
511
tags TAGS:
 
512
 
 
513
ctags CTAGS:
 
514
 
 
515
cscope cscopelist:
479
516
 
480
517
 
481
518
distdir: $(DISTFILES)
565
602
 
566
603
info-am:
567
604
 
568
 
install-data-am: install-document_manager_pixmapsDATA
 
605
install-data-am: install-dist_document_manager_pixmapsDATA
569
606
 
570
607
install-dvi: install-dvi-am
571
608
 
609
646
 
610
647
ps-am:
611
648
 
612
 
uninstall-am: uninstall-document_manager_pixmapsDATA
 
649
uninstall-am: uninstall-dist_document_manager_pixmapsDATA
613
650
 
614
651
.MAKE: install-am install-strip
615
652
 
616
653
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
617
 
        distclean distclean-generic distclean-libtool distdir dvi \
618
 
        dvi-am html html-am info info-am install install-am \
619
 
        install-data install-data-am \
620
 
        install-document_manager_pixmapsDATA install-dvi \
 
654
        cscopelist-am ctags-am distclean distclean-generic \
 
655
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
656
        install install-am install-data install-data-am \
 
657
        install-dist_document_manager_pixmapsDATA install-dvi \
621
658
        install-dvi-am install-exec install-exec-am install-html \
622
659
        install-html-am install-info install-info-am install-man \
623
660
        install-pdf install-pdf-am install-ps install-ps-am \
624
661
        install-strip installcheck installcheck-am installdirs \
625
662
        maintainer-clean maintainer-clean-generic mostlyclean \
626
663
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
627
 
        uninstall uninstall-am uninstall-document_manager_pixmapsDATA
 
664
        tags-am uninstall uninstall-am \
 
665
        uninstall-dist_document_manager_pixmapsDATA
628
666
 
629
667
 
630
668
-include $(top_srcdir)/git.mk