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

« back to all changes in this revision

Viewing changes to m4macros/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 $(srcdir)/Makefile.in \
84
 
        $(srcdir)/Makefile.am
85
93
subdir = m4macros
86
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
88
 
        $(top_srcdir)/configure.ac
 
95
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
96
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
89
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
98
        $(ACLOCAL_M4)
 
99
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
91
100
mkinstalldirs = $(install_sh) -d
92
101
CONFIG_HEADER = $(top_builddir)/config.h
93
102
CONFIG_CLEAN_FILES =
141
150
am__installdirs = "$(DESTDIR)$(m4datadir)"
142
151
DATA = $(m4data_DATA)
143
152
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
153
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl
144
154
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145
155
ACLOCAL = @ACLOCAL@
146
156
AMTAR = @AMTAR@
425
435
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4macros/Makefile'; \
426
436
        $(am__cd) $(top_srcdir) && \
427
437
          $(AUTOMAKE) --gnu m4macros/Makefile
428
 
.PRECIOUS: Makefile
429
438
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430
439
        @case '$?' in \
431
440
          *config.status*) \
434
443
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
435
444
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
436
445
        esac;
437
 
$(top_srcdir)/Makefile.decl:
 
446
$(top_srcdir)/Makefile.decl $(am__empty):
438
447
 
439
448
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
627
636
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
628
637
        uninstall-am uninstall-m4dataDATA
629
638
 
 
639
.PRECIOUS: Makefile
 
640
 
630
641
# call as: $(XVFB_START) && someprogram
631
642
 
632
643
# test: run all tests in cwd and subdirs