~ucl-cs-study-devs/activityfinder/gtk+2.0-2.24.27

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-20 17:48:37 UTC
  • mfrom: (1.14.27)
  • Revision ID: package-import@ubuntu.com-20150220174837-slkw5y3egvqijcyu
Tags: 2.24.26-0ubuntu1
* New upstream release.
  + Protect gdk_event_apply_filters_safe from changes in the filter list
  (LP: #1351890)
* Now need to build with --enable-man to build the manpages, and build-dep
  on libxml2-utils to get xmlcatalog which configure uses to decide whether
  to build them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
16
16
 
17
17
# GTK+ - The GIMP Toolkit
18
18
VPATH = @srcdir@
19
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__is_gnu_make = { \
 
20
  if test -z '$(MAKELEVEL)'; then \
 
21
    false; \
 
22
  elif test -n '$(MAKE_HOST)'; then \
 
23
    true; \
 
24
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
25
    true; \
 
26
  else \
 
27
    false; \
 
28
  fi; \
 
29
}
20
30
am__make_running_with_option = \
21
31
  case $${target_option-} in \
22
32
      ?) ;; \
79
89
POST_UNINSTALL = :
80
90
build_triplet = @build@
81
91
host_triplet = @host@
82
 
DIST_COMMON = $(top_srcdir)/Makefile.decl $(srcdir)/Makefile.in \
83
 
        $(srcdir)/Makefile.am AUTHORS COPYING ChangeLog README
84
92
subdir = docs/reference
85
93
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
87
 
        $(top_srcdir)/configure.ac
 
94
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
95
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
88
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89
97
        $(ACLOCAL_M4)
 
98
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90
99
mkinstalldirs = $(install_sh) -d
91
100
CONFIG_HEADER = $(top_builddir)/config.h
92
101
CONFIG_CLEAN_FILES =
146
155
ETAGS = etags
147
156
CTAGS = ctags
148
157
DIST_SUBDIRS = $(SUBDIRS)
 
158
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
 
159
        AUTHORS COPYING ChangeLog README
149
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
161
am__relativize = \
151
162
  dir0=`pwd`; \
454
465
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \
455
466
        $(am__cd) $(top_srcdir) && \
456
467
          $(AUTOMAKE) --gnu docs/reference/Makefile
457
 
.PRECIOUS: Makefile
458
468
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459
469
        @case '$?' in \
460
470
          *config.status*) \
463
473
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
464
474
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
465
475
        esac;
466
 
$(top_srcdir)/Makefile.decl:
 
476
$(top_srcdir)/Makefile.decl $(am__empty):
467
477
 
468
478
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469
479
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
752
762
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
753
763
        uninstall-am
754
764
 
 
765
.PRECIOUS: Makefile
 
766
 
755
767
# call as: $(XVFB_START) && someprogram
756
768
 
757
769
# test: run all tests in cwd and subdirs