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

« back to all changes in this revision

Viewing changes to 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,
17
17
# GTK+ - The GIMP Toolkit
18
18
 
19
19
VPATH = @srcdir@
20
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__is_gnu_make = { \
 
21
  if test -z '$(MAKELEVEL)'; then \
 
22
    false; \
 
23
  elif test -n '$(MAKE_HOST)'; then \
 
24
    true; \
 
25
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
26
    true; \
 
27
  else \
 
28
    false; \
 
29
  fi; \
 
30
}
21
31
am__make_running_with_option = \
22
32
  case $${target_option-} in \
23
33
      ?) ;; \
80
90
POST_UNINSTALL = :
81
91
build_triplet = @build@
82
92
host_triplet = @host@
83
 
DIST_COMMON = $(top_srcdir)/Makefile.decl INSTALL NEWS README AUTHORS \
84
 
        ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
 
        $(top_srcdir)/configure $(am__configure_deps) \
86
 
        $(srcdir)/config.h.in $(srcdir)/config.h.win32.in \
87
 
        $(srcdir)/gtk-zip.sh.in $(srcdir)/gdk-2.0.pc.in \
88
 
        $(srcdir)/gtk+-2.0.pc.in $(srcdir)/gtk+-unix-print-2.0.pc.in \
89
 
        $(srcdir)/gail.pc.in $(srcdir)/gdk-2.0-uninstalled.pc.in \
90
 
        $(srcdir)/gtk+-2.0-uninstalled.pc.in \
91
 
        $(srcdir)/gail-uninstalled.pc.in COPYING compile config.guess \
92
 
        config.sub depcomp install-sh missing ltmain.sh
93
93
@OS_UNIX_TRUE@am__append_1 = gtk+-unix-print-2.0.pc
94
94
subdir = .
95
95
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
97
 
        $(top_srcdir)/configure.ac
 
96
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
101
        $(am__configure_deps) $(am__DIST_COMMON)
100
102
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101
103
 configure.lineno config.status.lineno
102
104
mkinstalldirs = $(install_sh) -d
191
193
CTAGS = ctags
192
194
CSCOPE = cscope
193
195
DIST_SUBDIRS = $(SUBDIRS)
 
196
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
197
        $(srcdir)/config.h.win32.in $(srcdir)/gail-uninstalled.pc.in \
 
198
        $(srcdir)/gail.pc.in $(srcdir)/gdk-2.0-uninstalled.pc.in \
 
199
        $(srcdir)/gdk-2.0.pc.in $(srcdir)/gtk+-2.0-uninstalled.pc.in \
 
200
        $(srcdir)/gtk+-2.0.pc.in $(srcdir)/gtk+-unix-print-2.0.pc.in \
 
201
        $(srcdir)/gtk-zip.sh.in $(top_srcdir)/Makefile.decl AUTHORS \
 
202
        COPYING ChangeLog INSTALL NEWS README compile config.guess \
 
203
        config.sub install-sh ltmain.sh missing
194
204
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195
205
distdir = $(PACKAGE)-$(VERSION)
196
206
top_distdir = $(distdir)
625
635
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
626
636
        $(am__cd) $(top_srcdir) && \
627
637
          $(AUTOMAKE) --gnu Makefile
628
 
.PRECIOUS: Makefile
629
638
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
630
639
        @case '$?' in \
631
640
          *config.status*) \
635
644
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
636
645
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
637
646
        esac;
638
 
$(top_srcdir)/Makefile.decl:
 
647
$(top_srcdir)/Makefile.decl $(am__empty):
639
648
 
640
649
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
641
650
        $(SHELL) ./config.status --recheck
898
907
        $(am__post_remove_distdir)
899
908
 
900
909
dist-tarZ: distdir
 
910
        @echo WARNING: "Support for distribution archives compressed with" \
 
911
                       "legacy program 'compress' is deprecated." >&2
 
912
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
913
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
914
        $(am__post_remove_distdir)
 
915
 
 
916
dist-shar: distdir
901
917
        @echo WARNING: "Support for shar distribution archives is" \
902
918
                       "deprecated." >&2
903
919
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
904
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
905
 
        $(am__post_remove_distdir)
906
 
 
907
 
dist-shar: distdir
908
 
        @echo WARNING: "Support for distribution archives compressed with" \
909
 
                       "legacy program 'compress' is deprecated." >&2
910
 
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
911
920
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
912
921
        $(am__post_remove_distdir)
913
922
 
942
951
        esac
943
952
        chmod -R a-w $(distdir)
944
953
        chmod u+w $(distdir)
945
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
954
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
946
955
        chmod a-w $(distdir)
947
956
        test -d $(distdir)/_build || exit 0; \
948
957
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
949
958
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
950
959
          && am__cwd=`pwd` \
951
 
          && $(am__cd) $(distdir)/_build \
952
 
          && ../configure \
 
960
          && $(am__cd) $(distdir)/_build/sub \
 
961
          && ../../configure \
953
962
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
954
963
            $(DISTCHECK_CONFIGURE_FLAGS) \
955
 
            --srcdir=.. --prefix="$$dc_install_base" \
 
964
            --srcdir=../.. --prefix="$$dc_install_base" \
956
965
          && $(MAKE) $(AM_MAKEFLAGS) \
957
966
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
958
967
          && $(MAKE) $(AM_MAKEFLAGS) check \
1139
1148
        tags tags-am uninstall uninstall-am uninstall-local \
1140
1149
        uninstall-pkgconfigDATA
1141
1150
 
 
1151
.PRECIOUS: Makefile
 
1152
 
1142
1153
# call as: $(XVFB_START) && someprogram
1143
1154
 
1144
1155
# test: run all tests in cwd and subdirs