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

« back to all changes in this revision

Viewing changes to data/templates/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.
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 = data/templates
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(dist_licenses_data_DATA) $(dist_template_data_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 = \
112
146
  }
113
147
am__installdirs = "$(DESTDIR)$(licenses_datadir)" \
114
148
        "$(DESTDIR)$(template_datadir)"
115
 
DATA = $(licenses_data_DATA) $(template_data_DATA)
 
149
DATA = $(dist_licenses_data_DATA) $(dist_template_data_DATA)
 
150
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
116
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
152
ACLOCAL = @ACLOCAL@
118
153
ALL_LINGUAS = @ALL_LINGUAS@
261
296
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
262
297
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
263
298
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
299
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
300
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
264
301
POSUB = @POSUB@
265
302
PREF_SUFFIX = @PREF_SUFFIX@
266
303
PYTHON = @PYTHON@
273
310
RANLIB = @RANLIB@
274
311
RENDER_LIBS = @RENDER_LIBS@
275
312
SED = @SED@
 
313
SERF_CFLAGS = @SERF_CFLAGS@
 
314
SERF_LIBS = @SERF_LIBS@
276
315
SET_MAKE = @SET_MAKE@
277
316
SHELL = @SHELL@
 
317
SHM_LIBS = @SHM_LIBS@
278
318
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
279
319
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
320
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
321
SQLITE_LIBS = @SQLITE_LIBS@
280
322
STRIP = @STRIP@
281
323
SVNCONFIG = @SVNCONFIG@
282
324
SVN_CFLAGS = @SVN_CFLAGS@
288
330
VALA_CFLAGS = @VALA_CFLAGS@
289
331
VALA_LIBS = @VALA_LIBS@
290
332
VERSION = @VERSION@
291
 
VTE_CFLAGS = @VTE_CFLAGS@
292
 
VTE_LIBS = @VTE_LIBS@
293
333
WARN_CFLAGS = @WARN_CFLAGS@
294
334
XGETTEXT = @XGETTEXT@
295
335
XGETTEXT_015 = @XGETTEXT_015@
368
408
 
369
409
# Templates
370
410
template_datadir = $(anjuta_data_dir)/templates
371
 
template_data_DATA = \
 
411
dist_template_data_DATA = \
372
412
        indent.tpl
373
413
 
374
414
licenses_datadir = $(template_datadir)/licenses
375
 
licenses_data_DATA = \
 
415
dist_licenses_data_DATA = \
376
416
        licenses/gpl.txt \
377
417
        licenses/gpl.tpl \
378
418
        licenses/lgpl.txt \
382
422
        licenses/none.txt \
383
423
        licenses/none.tpl
384
424
 
385
 
EXTRA_DIST = \
386
 
        $(template_data_DATA) \
387
 
        $(licenses_data_DATA)
388
 
 
389
425
all: all-am
390
426
 
391
427
.SUFFIXES:
425
461
 
426
462
clean-libtool:
427
463
        -rm -rf .libs _libs
428
 
install-licenses_dataDATA: $(licenses_data_DATA)
 
464
install-dist_licenses_dataDATA: $(dist_licenses_data_DATA)
429
465
        @$(NORMAL_INSTALL)
430
 
        @list='$(licenses_data_DATA)'; test -n "$(licenses_datadir)" || list=; \
 
466
        @list='$(dist_licenses_data_DATA)'; test -n "$(licenses_datadir)" || list=; \
431
467
        if test -n "$$list"; then \
432
468
          echo " $(MKDIR_P) '$(DESTDIR)$(licenses_datadir)'"; \
433
469
          $(MKDIR_P) "$(DESTDIR)$(licenses_datadir)" || exit 1; \
441
477
          $(INSTALL_DATA) $$files "$(DESTDIR)$(licenses_datadir)" || exit $$?; \
442
478
        done
443
479
 
444
 
uninstall-licenses_dataDATA:
 
480
uninstall-dist_licenses_dataDATA:
445
481
        @$(NORMAL_UNINSTALL)
446
 
        @list='$(licenses_data_DATA)'; test -n "$(licenses_datadir)" || list=; \
 
482
        @list='$(dist_licenses_data_DATA)'; test -n "$(licenses_datadir)" || list=; \
447
483
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
448
484
        dir='$(DESTDIR)$(licenses_datadir)'; $(am__uninstall_files_from_dir)
449
 
install-template_dataDATA: $(template_data_DATA)
 
485
install-dist_template_dataDATA: $(dist_template_data_DATA)
450
486
        @$(NORMAL_INSTALL)
451
 
        @list='$(template_data_DATA)'; test -n "$(template_datadir)" || list=; \
 
487
        @list='$(dist_template_data_DATA)'; test -n "$(template_datadir)" || list=; \
452
488
        if test -n "$$list"; then \
453
489
          echo " $(MKDIR_P) '$(DESTDIR)$(template_datadir)'"; \
454
490
          $(MKDIR_P) "$(DESTDIR)$(template_datadir)" || exit 1; \
462
498
          $(INSTALL_DATA) $$files "$(DESTDIR)$(template_datadir)" || exit $$?; \
463
499
        done
464
500
 
465
 
uninstall-template_dataDATA:
 
501
uninstall-dist_template_dataDATA:
466
502
        @$(NORMAL_UNINSTALL)
467
 
        @list='$(template_data_DATA)'; test -n "$(template_datadir)" || list=; \
 
503
        @list='$(dist_template_data_DATA)'; test -n "$(template_datadir)" || list=; \
468
504
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
469
505
        dir='$(DESTDIR)$(template_datadir)'; $(am__uninstall_files_from_dir)
470
 
tags: TAGS
471
 
TAGS:
472
 
 
473
 
ctags: CTAGS
474
 
CTAGS:
 
506
tags TAGS:
 
507
 
 
508
ctags CTAGS:
 
509
 
 
510
cscope cscopelist:
475
511
 
476
512
 
477
513
distdir: $(DISTFILES)
561
597
 
562
598
info-am:
563
599
 
564
 
install-data-am: install-licenses_dataDATA install-template_dataDATA
 
600
install-data-am: install-dist_licenses_dataDATA \
 
601
        install-dist_template_dataDATA
565
602
 
566
603
install-dvi: install-dvi-am
567
604
 
605
642
 
606
643
ps-am:
607
644
 
608
 
uninstall-am: uninstall-licenses_dataDATA uninstall-template_dataDATA
 
645
uninstall-am: uninstall-dist_licenses_dataDATA \
 
646
        uninstall-dist_template_dataDATA
609
647
 
610
648
.MAKE: install-am install-strip
611
649
 
612
650
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
613
 
        distclean distclean-generic distclean-libtool distdir dvi \
614
 
        dvi-am html html-am info info-am install install-am \
615
 
        install-data install-data-am install-dvi install-dvi-am \
616
 
        install-exec install-exec-am install-html install-html-am \
617
 
        install-info install-info-am install-licenses_dataDATA \
 
651
        cscopelist-am ctags-am distclean distclean-generic \
 
652
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
653
        install install-am install-data install-data-am \
 
654
        install-dist_licenses_dataDATA install-dist_template_dataDATA \
 
655
        install-dvi install-dvi-am install-exec install-exec-am \
 
656
        install-html install-html-am install-info install-info-am \
618
657
        install-man install-pdf install-pdf-am install-ps \
619
 
        install-ps-am install-strip install-template_dataDATA \
620
 
        installcheck installcheck-am installdirs maintainer-clean \
621
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
622
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
623
 
        uninstall-licenses_dataDATA uninstall-template_dataDATA
 
658
        install-ps-am install-strip installcheck installcheck-am \
 
659
        installdirs maintainer-clean maintainer-clean-generic \
 
660
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
661
        ps ps-am tags-am uninstall uninstall-am \
 
662
        uninstall-dist_licenses_dataDATA \
 
663
        uninstall-dist_template_dataDATA
624
664
 
625
665
 
626
666
-include $(top_srcdir)/git.mk