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

« back to all changes in this revision

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