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

« back to all changes in this revision

Viewing changes to manuals/anjuta-faqs/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 = manuals/anjuta-faqs
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
113
am__can_run_installinfo = \
82
115
    n|no|NO) false;; \
83
116
    *) (install-info --version) >/dev/null 2>&1;; \
84
117
  esac
 
118
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
85
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
120
ACLOCAL = @ACLOCAL@
87
121
ALL_LINGUAS = @ALL_LINGUAS@
230
264
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
231
265
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
232
266
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
267
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
268
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
233
269
POSUB = @POSUB@
234
270
PREF_SUFFIX = @PREF_SUFFIX@
235
271
PYTHON = @PYTHON@
242
278
RANLIB = @RANLIB@
243
279
RENDER_LIBS = @RENDER_LIBS@
244
280
SED = @SED@
 
281
SERF_CFLAGS = @SERF_CFLAGS@
 
282
SERF_LIBS = @SERF_LIBS@
245
283
SET_MAKE = @SET_MAKE@
246
284
SHELL = @SHELL@
 
285
SHM_LIBS = @SHM_LIBS@
247
286
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
248
287
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
288
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
289
SQLITE_LIBS = @SQLITE_LIBS@
249
290
STRIP = @STRIP@
250
291
SVNCONFIG = @SVNCONFIG@
251
292
SVN_CFLAGS = @SVN_CFLAGS@
257
298
VALA_CFLAGS = @VALA_CFLAGS@
258
299
VALA_LIBS = @VALA_LIBS@
259
300
VERSION = @VERSION@
260
 
VTE_CFLAGS = @VTE_CFLAGS@
261
 
VTE_LIBS = @VTE_LIBS@
262
301
WARN_CFLAGS = @WARN_CFLAGS@
263
302
XGETTEXT = @XGETTEXT@
264
303
XGETTEXT_015 = @XGETTEXT_015@
387
426
 
388
427
clean-libtool:
389
428
        -rm -rf .libs _libs
390
 
tags: TAGS
391
 
TAGS:
392
 
 
393
 
ctags: CTAGS
394
 
CTAGS:
 
429
tags TAGS:
 
430
 
 
431
ctags CTAGS:
 
432
 
 
433
cscope cscopelist:
395
434
 
396
435
 
397
436
distdir: $(DISTFILES)
527
566
.MAKE: install-am install-strip
528
567
 
529
568
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
530
 
        distclean distclean-generic distclean-libtool distdir dvi \
531
 
        dvi-am html html-am info info-am install install-am \
532
 
        install-data install-data-am install-dvi install-dvi-am \
533
 
        install-exec install-exec-am install-html install-html-am \
534
 
        install-info install-info-am install-man install-pdf \
535
 
        install-pdf-am install-ps install-ps-am install-strip \
536
 
        installcheck installcheck-am installdirs maintainer-clean \
537
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
538
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
569
        cscopelist-am ctags-am distclean distclean-generic \
 
570
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
571
        install install-am install-data install-data-am install-dvi \
 
572
        install-dvi-am install-exec install-exec-am install-html \
 
573
        install-html-am install-info install-info-am install-man \
 
574
        install-pdf install-pdf-am install-ps install-ps-am \
 
575
        install-strip installcheck installcheck-am installdirs \
 
576
        maintainer-clean maintainer-clean-generic mostlyclean \
 
577
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
578
        tags-am uninstall uninstall-am
539
579
 
540
580
@YELP_HELP_RULES@
541
581