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

« back to all changes in this revision

Viewing changes to perf/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 $(top_srcdir)/depcomp README
85
93
noinst_PROGRAMS = testperf$(EXEEXT)
86
94
subdir = perf
87
95
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
89
 
        $(top_srcdir)/configure.ac
 
96
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
90
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
92
101
mkinstalldirs = $(install_sh) -d
93
102
CONFIG_HEADER = $(top_builddir)/config.h
94
103
CONFIG_CLEAN_FILES =
165
174
  done | $(am__uniquify_input)`
166
175
ETAGS = etags
167
176
CTAGS = ctags
 
177
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
 
178
        $(top_srcdir)/depcomp README
168
179
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169
180
ACLOCAL = @ACLOCAL@
170
181
AMTAR = @AMTAR@
496
507
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu perf/Makefile'; \
497
508
        $(am__cd) $(top_srcdir) && \
498
509
          $(AUTOMAKE) --gnu perf/Makefile
499
 
.PRECIOUS: Makefile
500
510
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
501
511
        @case '$?' in \
502
512
          *config.status*) \
505
515
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
506
516
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
507
517
        esac;
508
 
$(top_srcdir)/Makefile.decl:
 
518
$(top_srcdir)/Makefile.decl $(am__empty):
509
519
 
510
520
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
511
521
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
778
788
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
779
789
        tags tags-am uninstall uninstall-am
780
790
 
 
791
.PRECIOUS: Makefile
 
792
 
781
793
# call as: $(XVFB_START) && someprogram
782
794
 
783
795
# test: run all tests in cwd and subdirs