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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/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,
22
22
# Everything below here is generic #
23
23
####################################
24
24
VPATH = @srcdir@
25
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
25
am__is_gnu_make = { \
 
26
  if test -z '$(MAKELEVEL)'; then \
 
27
    false; \
 
28
  elif test -n '$(MAKE_HOST)'; then \
 
29
    true; \
 
30
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
31
    true; \
 
32
  else \
 
33
    false; \
 
34
  fi; \
 
35
}
26
36
am__make_running_with_option = \
27
37
  case $${target_option-} in \
28
38
      ?) ;; \
85
95
POST_UNINSTALL = :
86
96
build_triplet = @build@
87
97
host_triplet = @host@
88
 
DIST_COMMON = $(top_srcdir)/Makefile.decl $(top_srcdir)/gtk-doc.make \
89
 
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90
 
        $(srcdir)/version.xml.in
91
98
subdir = docs/reference/gtk
92
99
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
94
 
        $(top_srcdir)/configure.ac
 
100
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
101
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
95
102
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96
103
        $(ACLOCAL_M4)
 
104
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97
105
mkinstalldirs = $(install_sh) -d
98
106
CONFIG_HEADER = $(top_builddir)/config.h
99
107
CONFIG_CLEAN_FILES = version.xml
149
157
NROFF = nroff
150
158
MANS = $(man_MANS)
151
159
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
160
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.xml.in \
 
161
        $(top_srcdir)/Makefile.decl $(top_srcdir)/gtk-doc.make
152
162
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153
163
ACLOCAL = @ACLOCAL@
154
164
AMTAR = @AMTAR@
854
864
########################################################################
855
865
@ENABLE_MAN_TRUE@man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1
856
866
@ENABLE_MAN_TRUE@BUILT_EXTRA_DIST = $(man_MANS)
 
867
@ENABLE_MAN_TRUE@DISTCLEANFILES = $(man_MANS)
857
868
all: all-am
858
869
 
859
870
.SUFFIXES:
869
880
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/gtk/Makefile'; \
870
881
        $(am__cd) $(top_srcdir) && \
871
882
          $(AUTOMAKE) --gnu docs/reference/gtk/Makefile
872
 
.PRECIOUS: Makefile
873
883
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
874
884
        @case '$?' in \
875
885
          *config.status*) \
878
888
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
879
889
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
880
890
        esac;
881
 
$(top_srcdir)/Makefile.decl $(top_srcdir)/gtk-doc.make:
 
891
$(top_srcdir)/Makefile.decl $(top_srcdir)/gtk-doc.make $(am__empty):
882
892
 
883
893
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
884
894
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1015
1025
distclean-generic:
1016
1026
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1017
1027
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1028
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1018
1029
 
1019
1030
maintainer-clean-generic:
1020
1031
        @echo "This command is intended for maintainers to use"
1105
1116
        tags-am uninstall uninstall-am uninstall-local uninstall-man \
1106
1117
        uninstall-man1
1107
1118
 
 
1119
.PRECIOUS: Makefile
 
1120
 
1108
1121
# call as: $(XVFB_START) && someprogram
1109
1122
 
1110
1123
# test: run all tests in cwd and subdirs