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

« back to all changes in this revision

Viewing changes to 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,
21
21
 
22
22
 
23
23
VPATH = @srcdir@
24
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
24
am__is_gnu_make = { \
 
25
  if test -z '$(MAKELEVEL)'; then \
 
26
    false; \
 
27
  elif test -n '$(MAKE_HOST)'; then \
 
28
    true; \
 
29
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
30
    true; \
 
31
  else \
 
32
    false; \
 
33
  fi; \
 
34
}
25
35
am__make_running_with_option = \
26
36
  case $${target_option-} in \
27
37
      ?) ;; \
84
94
POST_UNINSTALL = :
85
95
build_triplet = @build@
86
96
host_triplet = @host@
87
 
DIST_COMMON = $(top_srcdir)/Makefile.decl $(srcdir)/Makefile.in \
88
 
        $(srcdir)/Makefile.am $(srcdir)/makefile.msc.in \
89
 
        $(srcdir)/gtkversion.h.in $(srcdir)/gtk-win32.rc.in \
90
 
        $(top_srcdir)/depcomp $(gtkinclude_HEADERS) \
91
 
        $(am__gtkunixprintinclude_HEADERS_DIST) \
92
 
        $(top_srcdir)/test-driver
93
97
@OS_LINUX_TRUE@am__append_1 = abicheck.sh pltcheck.sh
94
98
@HAVE_INCLUDED_IMMMODULES_TRUE@am__append_2 = $(INCLUDED_IMMODULE_OBJ)
95
99
@HAVE_INCLUDED_IMMMODULES_TRUE@am__append_3 = $(INCLUDED_IMMODULE_OBJ)
120
124
        gtk-update-icon-cache$(EXEEXT)
121
125
subdir = gtk
122
126
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
124
 
        $(top_srcdir)/configure.ac
 
127
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
128
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
125
129
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126
130
        $(ACLOCAL_M4)
 
131
DIST_COMMON = $(srcdir)/Makefile.am $(gtkinclude_HEADERS) \
 
132
        $(am__gtkunixprintinclude_HEADERS_DIST) $(am__DIST_COMMON)
127
133
mkinstalldirs = $(install_sh) -d
128
134
CONFIG_HEADER = $(top_builddir)/config.h
129
135
CONFIG_CLEAN_FILES = makefile.msc gtkversion.h gtk-win32.rc
1181
1187
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
1182
1188
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
1183
1189
        $(TEST_LOG_FLAGS)
 
1190
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gtk-win32.rc.in \
 
1191
        $(srcdir)/gtkversion.h.in $(srcdir)/makefile.msc.in \
 
1192
        $(top_srcdir)/Makefile.decl $(top_srcdir)/depcomp \
 
1193
        $(top_srcdir)/test-driver
1184
1194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1185
1195
am__relativize = \
1186
1196
  dir0=`pwd`; \
2182
2192
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gtk/Makefile'; \
2183
2193
        $(am__cd) $(top_srcdir) && \
2184
2194
          $(AUTOMAKE) --gnu gtk/Makefile
2185
 
.PRECIOUS: Makefile
2186
2195
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2187
2196
        @case '$?' in \
2188
2197
          *config.status*) \
2191
2200
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2192
2201
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2193
2202
        esac;
2194
 
$(top_srcdir)/Makefile.decl:
 
2203
$(top_srcdir)/Makefile.decl $(am__empty):
2195
2204
 
2196
2205
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2197
2206
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5035
5044
        if test -n "$$am__remaking_logs"; then \
5036
5045
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
5037
5046
               "recursion detected" >&2; \
5038
 
        else \
 
5047
        elif test -n "$$redo_logs"; then \
5039
5048
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
5040
5049
        fi; \
5041
5050
        if $(am__make_dryrun); then :; else \
5394
5403
        uninstall-gtkunixprintincludeHEADERS uninstall-libLTLIBRARIES \
5395
5404
        uninstall-local uninstall-typelibsDATA
5396
5405
 
 
5406
.PRECIOUS: Makefile
 
5407
 
5397
5408
# call as: $(XVFB_START) && someprogram
5398
5409
 
5399
5410
# test: run all tests in cwd and subdirs