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

« back to all changes in this revision

Viewing changes to plugins/project-wizard/templates/gtk/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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = plugins/project-wizard/templates/gtk
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
57
84
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
69
96
CONFIG_HEADER = $(top_builddir)/config.h
70
97
CONFIG_CLEAN_FILES =
71
98
CONFIG_CLEAN_VPATH_FILES =
 
99
AM_V_P = $(am__v_P_@AM_V@)
 
100
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
101
am__v_P_0 = false
 
102
am__v_P_1 = :
72
103
AM_V_GEN = $(am__v_GEN_@AM_V@)
73
104
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
74
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
105
am__v_GEN_0 = @echo "  GEN     " $@;
 
106
am__v_GEN_1 = 
75
107
AM_V_at = $(am__v_at_@AM_V@)
76
108
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
77
109
am__v_at_0 = @
 
110
am__v_at_1 = 
78
111
SOURCES =
79
112
DIST_SOURCES =
80
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81
 
        html-recursive info-recursive install-data-recursive \
82
 
        install-dvi-recursive install-exec-recursive \
83
 
        install-html-recursive install-info-recursive \
84
 
        install-pdf-recursive install-ps-recursive install-recursive \
85
 
        installcheck-recursive installdirs-recursive pdf-recursive \
86
 
        ps-recursive uninstall-recursive
 
113
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
114
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
115
        install-data-recursive install-dvi-recursive \
 
116
        install-exec-recursive install-html-recursive \
 
117
        install-info-recursive install-pdf-recursive \
 
118
        install-ps-recursive install-recursive installcheck-recursive \
 
119
        installdirs-recursive pdf-recursive ps-recursive \
 
120
        tags-recursive uninstall-recursive
87
121
am__can_run_installinfo = \
88
122
  case $$AM_UPDATE_INFO_DIR in \
89
123
    n|no|NO) false;; \
91
125
  esac
92
126
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93
127
  distclean-recursive maintainer-clean-recursive
94
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
128
am__recursive_targets = \
 
129
  $(RECURSIVE_TARGETS) \
 
130
  $(RECURSIVE_CLEAN_TARGETS) \
 
131
  $(am__extra_recursive_targets)
 
132
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
96
133
        distdir
 
134
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
135
# Read a list of newline-separated strings from the standard input,
 
136
# and print each of them once, without duplicates.  Input order is
 
137
# *not* preserved.
 
138
am__uniquify_input = $(AWK) '\
 
139
  BEGIN { nonempty = 0; } \
 
140
  { items[$$0] = 1; nonempty = 1; } \
 
141
  END { if (nonempty) { for (i in items) print i; }; } \
 
142
'
 
143
# Make sure the list of sources is unique.  This is necessary because,
 
144
# e.g., the same source file might be shared among _SOURCES variables
 
145
# for different programs/libraries.
 
146
am__define_uniq_tagged_files = \
 
147
  list='$(am__tagged_files)'; \
 
148
  unique=`for i in $$list; do \
 
149
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
150
  done | $(am__uniquify_input)`
97
151
ETAGS = etags
98
152
CTAGS = ctags
99
153
DIST_SUBDIRS = $(SUBDIRS)
270
324
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
271
325
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
272
326
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
327
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
328
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
273
329
POSUB = @POSUB@
274
330
PREF_SUFFIX = @PREF_SUFFIX@
275
331
PYTHON = @PYTHON@
282
338
RANLIB = @RANLIB@
283
339
RENDER_LIBS = @RENDER_LIBS@
284
340
SED = @SED@
 
341
SERF_CFLAGS = @SERF_CFLAGS@
 
342
SERF_LIBS = @SERF_LIBS@
285
343
SET_MAKE = @SET_MAKE@
286
344
SHELL = @SHELL@
 
345
SHM_LIBS = @SHM_LIBS@
287
346
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
288
347
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
348
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
349
SQLITE_LIBS = @SQLITE_LIBS@
289
350
STRIP = @STRIP@
290
351
SVNCONFIG = @SVNCONFIG@
291
352
SVN_CFLAGS = @SVN_CFLAGS@
297
358
VALA_CFLAGS = @VALA_CFLAGS@
298
359
VALA_LIBS = @VALA_LIBS@
299
360
VERSION = @VERSION@
300
 
VTE_CFLAGS = @VTE_CFLAGS@
301
 
VTE_LIBS = @VTE_LIBS@
302
361
WARN_CFLAGS = @WARN_CFLAGS@
303
362
XGETTEXT = @XGETTEXT@
304
363
XGETTEXT_015 = @XGETTEXT_015@
416
475
        -rm -rf .libs _libs
417
476
 
418
477
# This directory's subdirectories are mostly independent; you can cd
419
 
# into them and run `make' without going through this Makefile.
420
 
# To change the values of `make' variables: instead of editing Makefiles,
421
 
# (1) if the variable is set in `config.status', edit `config.status'
422
 
#     (which will cause the Makefiles to be regenerated when you run `make');
423
 
# (2) otherwise, pass the desired values on the `make' command line.
424
 
$(RECURSIVE_TARGETS):
425
 
        @fail= failcom='exit 1'; \
426
 
        for f in x $$MAKEFLAGS; do \
427
 
          case $$f in \
428
 
            *=* | --[!k]*);; \
429
 
            *k*) failcom='fail=yes';; \
430
 
          esac; \
431
 
        done; \
 
478
# into them and run 'make' without going through this Makefile.
 
479
# To change the values of 'make' variables: instead of editing Makefiles,
 
480
# (1) if the variable is set in 'config.status', edit 'config.status'
 
481
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
482
# (2) otherwise, pass the desired values on the 'make' command line.
 
483
$(am__recursive_targets):
 
484
        @fail=; \
 
485
        if $(am__make_keepgoing); then \
 
486
          failcom='fail=yes'; \
 
487
        else \
 
488
          failcom='exit 1'; \
 
489
        fi; \
432
490
        dot_seen=no; \
433
491
        target=`echo $@ | sed s/-recursive//`; \
434
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
492
        case "$@" in \
 
493
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
494
          *) list='$(SUBDIRS)' ;; \
 
495
        esac; \
 
496
        for subdir in $$list; do \
435
497
          echo "Making $$target in $$subdir"; \
436
498
          if test "$$subdir" = "."; then \
437
499
            dot_seen=yes; \
446
508
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447
509
        fi; test -z "$$fail"
448
510
 
449
 
$(RECURSIVE_CLEAN_TARGETS):
450
 
        @fail= failcom='exit 1'; \
451
 
        for f in x $$MAKEFLAGS; do \
452
 
          case $$f in \
453
 
            *=* | --[!k]*);; \
454
 
            *k*) failcom='fail=yes';; \
455
 
          esac; \
456
 
        done; \
457
 
        dot_seen=no; \
458
 
        case "$@" in \
459
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
460
 
          *) list='$(SUBDIRS)' ;; \
461
 
        esac; \
462
 
        rev=''; for subdir in $$list; do \
463
 
          if test "$$subdir" = "."; then :; else \
464
 
            rev="$$subdir $$rev"; \
465
 
          fi; \
466
 
        done; \
467
 
        rev="$$rev ."; \
468
 
        target=`echo $@ | sed s/-recursive//`; \
469
 
        for subdir in $$rev; do \
470
 
          echo "Making $$target in $$subdir"; \
471
 
          if test "$$subdir" = "."; then \
472
 
            local_target="$$target-am"; \
473
 
          else \
474
 
            local_target="$$target"; \
475
 
          fi; \
476
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
477
 
          || eval $$failcom; \
478
 
        done && test -z "$$fail"
479
 
tags-recursive:
480
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
481
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
482
 
        done
483
 
ctags-recursive:
484
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
485
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
486
 
        done
487
 
 
488
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490
 
        unique=`for i in $$list; do \
491
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
 
          done | \
493
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
 
        mkid -fID $$unique
496
 
tags: TAGS
497
 
 
498
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
 
                $(TAGS_FILES) $(LISP)
 
511
ID: $(am__tagged_files)
 
512
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
513
tags: tags-recursive
 
514
TAGS: tags
 
515
 
 
516
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500
517
        set x; \
501
518
        here=`pwd`; \
502
519
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512
529
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513
530
          fi; \
514
531
        done; \
515
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
516
 
        unique=`for i in $$list; do \
517
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518
 
          done | \
519
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
532
        $(am__define_uniq_tagged_files); \
521
533
        shift; \
522
534
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523
535
          test -n "$$unique" || unique=$$empty_fix; \
529
541
              $$unique; \
530
542
          fi; \
531
543
        fi
532
 
ctags: CTAGS
533
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
534
 
                $(TAGS_FILES) $(LISP)
535
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
536
 
        unique=`for i in $$list; do \
537
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538
 
          done | \
539
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
544
ctags: ctags-recursive
 
545
 
 
546
CTAGS: ctags
 
547
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
548
        $(am__define_uniq_tagged_files); \
541
549
        test -z "$(CTAGS_ARGS)$$unique" \
542
550
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543
551
             $$unique
546
554
        here=`$(am__cd) $(top_builddir) && pwd` \
547
555
          && $(am__cd) $(top_srcdir) \
548
556
          && gtags -i $(GTAGS_ARGS) "$$here"
 
557
cscopelist: cscopelist-recursive
 
558
 
 
559
cscopelist-am: $(am__tagged_files)
 
560
        list='$(am__tagged_files)'; \
 
561
        case "$(srcdir)" in \
 
562
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
563
          *) sdir=$(subdir)/$(srcdir) ;; \
 
564
        esac; \
 
565
        for i in $$list; do \
 
566
          if test -f "$$i"; then \
 
567
            echo "$(subdir)/$$i"; \
 
568
          else \
 
569
            echo "$$sdir/$$i"; \
 
570
          fi; \
 
571
        done >> $(top_builddir)/cscope.files
549
572
 
550
573
distclean-tags:
551
574
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
706
729
 
707
730
uninstall-am:
708
731
 
709
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
710
 
        install-am install-strip tags-recursive
 
732
.MAKE: $(am__recursive_targets) install-am install-strip
711
733
 
712
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
713
 
        all all-am check check-am clean clean-generic clean-libtool \
714
 
        ctags ctags-recursive distclean distclean-generic \
715
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
716
 
        html-am info info-am install install-am install-data \
717
 
        install-data-am install-dvi install-dvi-am install-exec \
718
 
        install-exec-am install-html install-html-am install-info \
719
 
        install-info-am install-man install-pdf install-pdf-am \
720
 
        install-ps install-ps-am install-strip installcheck \
721
 
        installcheck-am installdirs installdirs-am maintainer-clean \
722
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
723
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
724
 
        uninstall uninstall-am
 
734
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
735
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
736
        ctags-am distclean distclean-generic distclean-libtool \
 
737
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
738
        install install-am install-data install-data-am install-dvi \
 
739
        install-dvi-am install-exec install-exec-am install-html \
 
740
        install-html-am install-info install-info-am install-man \
 
741
        install-pdf install-pdf-am install-ps install-ps-am \
 
742
        install-strip installcheck installcheck-am installdirs \
 
743
        installdirs-am maintainer-clean maintainer-clean-generic \
 
744
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
745
        ps ps-am tags tags-am uninstall uninstall-am
725
746
 
726
747
 
727
748
-include $(top_srcdir)/git.mk