~ubuntu-branches/ubuntu/trusty/gnome-python/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 12:30:09 UTC
  • Revision ID: james.westby@ubuntu.com-20051202123009-z00n5h4uuwfo64ev
Tags: upstream-2.12.2
ImportĀ upstreamĀ versionĀ 2.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = .
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
@BUILD_GCONF_TRUE@am__append_1 = gconf
 
40
@BUILD_GNOMEVFS_TRUE@am__append_2 = gnomevfs
 
41
@BUILD_GNOMECANVAS_TRUE@am__append_3 = gnomecanvas
 
42
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
43
        $(srcdir)/Makefile.in $(srcdir)/PKG-INFO.in \
 
44
        $(srcdir)/config.h.in $(srcdir)/gnome-python-2.0.pc.in \
 
45
        $(srcdir)/gnome-python.spec.in $(top_srcdir)/configure AUTHORS \
 
46
        COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
 
47
        depcomp install-sh ltmain.sh missing py-compile
 
48
subdir = .
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
51
        $(top_srcdir)/configure.in
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
55
 configure.lineno configure.status.lineno
 
56
mkinstalldirs = $(install_sh) -d
 
57
CONFIG_HEADER = config.h
 
58
CONFIG_CLEAN_FILES = gnome-python.spec gnome-python-2.0.pc PKG-INFO
 
59
SOURCES =
 
60
DIST_SOURCES =
 
61
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
62
        html-recursive info-recursive install-data-recursive \
 
63
        install-exec-recursive install-info-recursive \
 
64
        install-recursive installcheck-recursive installdirs-recursive \
 
65
        pdf-recursive ps-recursive uninstall-info-recursive \
 
66
        uninstall-recursive
 
67
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
68
am__vpath_adj = case $$p in \
 
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
70
    *) f=$$p;; \
 
71
  esac;
 
72
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
73
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
74
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
75
DATA = $(pkgconfig_DATA)
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DIST_SUBDIRS = gnome bonobo gconf gnomevfs gnomecanvas tests
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
distdir = $(PACKAGE)-$(VERSION)
 
81
top_distdir = $(distdir)
 
82
am__remove_distdir = \
 
83
  { test ! -d $(distdir) \
 
84
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
85
         && rm -fr $(distdir); }; }
 
86
DIST_ARCHIVES = $(distdir).tar.gz
 
87
GZIP_ENV = --best
 
88
distuninstallcheck_listfiles = find . -type f -print
 
89
distcleancheck_listfiles = find . -type f -print
 
90
ACLOCAL = @ACLOCAL@
 
91
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
92
AMDEP_FALSE = @AMDEP_FALSE@
 
93
AMDEP_TRUE = @AMDEP_TRUE@
 
94
AMTAR = @AMTAR@
 
95
AR = @AR@
 
96
AUTOCONF = @AUTOCONF@
 
97
AUTOHEADER = @AUTOHEADER@
 
98
AUTOMAKE = @AUTOMAKE@
 
99
AWK = @AWK@
 
100
BONOBOUI_CFLAGS = @BONOBOUI_CFLAGS@
 
101
BONOBOUI_LIBS = @BONOBOUI_LIBS@
 
102
BONOBO_ACTIVATION_CFLAGS = @BONOBO_ACTIVATION_CFLAGS@
 
103
BONOBO_ACTIVATION_LIBS = @BONOBO_ACTIVATION_LIBS@
 
104
BONOBO_ACTIVATION_VERSION = @BONOBO_ACTIVATION_VERSION@
 
105
BONOBO_CFLAGS = @BONOBO_CFLAGS@
 
106
BONOBO_LIBS = @BONOBO_LIBS@
 
107
BUILD_BONOBOUI_FALSE = @BUILD_BONOBOUI_FALSE@
 
108
BUILD_BONOBOUI_TRUE = @BUILD_BONOBOUI_TRUE@
 
109
BUILD_BONOBO_ACTIVATION_FALSE = @BUILD_BONOBO_ACTIVATION_FALSE@
 
110
BUILD_BONOBO_ACTIVATION_TRUE = @BUILD_BONOBO_ACTIVATION_TRUE@
 
111
BUILD_BONOBO_FALSE = @BUILD_BONOBO_FALSE@
 
112
BUILD_BONOBO_TRUE = @BUILD_BONOBO_TRUE@
 
113
BUILD_GCONF_FALSE = @BUILD_GCONF_FALSE@
 
114
BUILD_GCONF_TRUE = @BUILD_GCONF_TRUE@
 
115
BUILD_GNOMECANVAS_FALSE = @BUILD_GNOMECANVAS_FALSE@
 
116
BUILD_GNOMECANVAS_TRUE = @BUILD_GNOMECANVAS_TRUE@
 
117
BUILD_GNOMEUI_FALSE = @BUILD_GNOMEUI_FALSE@
 
118
BUILD_GNOMEUI_TRUE = @BUILD_GNOMEUI_TRUE@
 
119
BUILD_GNOMEVFS_FALSE = @BUILD_GNOMEVFS_FALSE@
 
120
BUILD_GNOMEVFS_TRUE = @BUILD_GNOMEVFS_TRUE@
 
121
BUILD_PYVFSMODULE_FALSE = @BUILD_PYVFSMODULE_FALSE@
 
122
BUILD_PYVFSMODULE_TRUE = @BUILD_PYVFSMODULE_TRUE@
 
123
CC = @CC@
 
124
CCDEPMODE = @CCDEPMODE@
 
125
CFLAGS = @CFLAGS@
 
126
CPP = @CPP@
 
127
CPPFLAGS = @CPPFLAGS@
 
128
CXX = @CXX@
 
129
CXXCPP = @CXXCPP@
 
130
CXXDEPMODE = @CXXDEPMODE@
 
131
CXXFLAGS = @CXXFLAGS@
 
132
CYGPATH_W = @CYGPATH_W@
 
133
DEFS = @DEFS@
 
134
DEPDIR = @DEPDIR@
 
135
ECHO = @ECHO@
 
136
ECHO_C = @ECHO_C@
 
137
ECHO_N = @ECHO_N@
 
138
ECHO_T = @ECHO_T@
 
139
EGREP = @EGREP@
 
140
EXEEXT = @EXEEXT@
 
141
F77 = @F77@
 
142
FFLAGS = @FFLAGS@
 
143
GCONF_CFLAGS = @GCONF_CFLAGS@
 
144
GCONF_INCLUDEDIR = @GCONF_INCLUDEDIR@
 
145
GCONF_LIBS = @GCONF_LIBS@
 
146
GCONF_VERSION = @GCONF_VERSION@
 
147
GLIB_CFLAGS = @GLIB_CFLAGS@
 
148
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
149
GLIB_LIBS = @GLIB_LIBS@
 
150
GLIB_MKENUMS = @GLIB_MKENUMS@
 
151
GLIB_VERSION = @GLIB_VERSION@
 
152
GNOMECANVAS_CFLAGS = @GNOMECANVAS_CFLAGS@
 
153
GNOMECANVAS_LIBS = @GNOMECANVAS_LIBS@
 
154
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
 
155
GNOMEUI_LIBS = @GNOMEUI_LIBS@
 
156
GNOMEVFS_CFLAGS = @GNOMEVFS_CFLAGS@
 
157
GNOMEVFS_LIBS = @GNOMEVFS_LIBS@
 
158
GNOME_CFLAGS = @GNOME_CFLAGS@
 
159
GNOME_LIBS = @GNOME_LIBS@
 
160
GNOME_VFS_MODULE_CFLAGS = @GNOME_VFS_MODULE_CFLAGS@
 
161
GNOME_VFS_MODULE_LIBS = @GNOME_VFS_MODULE_LIBS@
 
162
GOBJECT_QUERY = @GOBJECT_QUERY@
 
163
GTK_CFLAGS = @GTK_CFLAGS@
 
164
GTK_LIBS = @GTK_LIBS@
 
165
GTK_VERSION = @GTK_VERSION@
 
166
INSTALL_DATA = @INSTALL_DATA@
 
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
170
LDFLAGS = @LDFLAGS@
 
171
LIBBONOBOUI_VERSION = @LIBBONOBOUI_VERSION@
 
172
LIBBONOBO_VERSION = @LIBBONOBO_VERSION@
 
173
LIBGNOMECANVAS_VERSION = @LIBGNOMECANVAS_VERSION@
 
174
LIBGNOMEVFS_VERSION = @LIBGNOMEVFS_VERSION@
 
175
LIBGNOME_VERSION = @LIBGNOME_VERSION@
 
176
LIBOBJS = @LIBOBJS@
 
177
LIBS = @LIBS@
 
178
LIBTOOL = @LIBTOOL@
 
179
LN_S = @LN_S@
 
180
LTLIBOBJS = @LTLIBOBJS@
 
181
MAKEINFO = @MAKEINFO@
 
182
OBJEXT = @OBJEXT@
 
183
PACKAGE = @PACKAGE@
 
184
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
185
PACKAGE_NAME = @PACKAGE_NAME@
 
186
PACKAGE_STRING = @PACKAGE_STRING@
 
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_VERSION = @PACKAGE_VERSION@
 
189
PATH_SEPARATOR = @PATH_SEPARATOR@
 
190
PKG_CONFIG = @PKG_CONFIG@
 
191
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
192
PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
193
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
194
PYGTK_LIBS = @PYGTK_LIBS@
 
195
PYGTK_VERSION = @PYGTK_VERSION@
 
196
PYORBIT_CFLAGS = @PYORBIT_CFLAGS@
 
197
PYORBIT_LIBS = @PYORBIT_LIBS@
 
198
PYORBIT_VERSION = @PYORBIT_VERSION@
 
199
PYTHON = @PYTHON@
 
200
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
201
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
202
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
203
PYTHON_PREFIX = @PYTHON_PREFIX@
 
204
PYTHON_VERSION = @PYTHON_VERSION@
 
205
RANLIB = @RANLIB@
 
206
SET_MAKE = @SET_MAKE@
 
207
SHELL = @SHELL@
 
208
STRIP = @STRIP@
 
209
VERSION = @VERSION@
 
210
ac_ct_AR = @ac_ct_AR@
 
211
ac_ct_CC = @ac_ct_CC@
 
212
ac_ct_CXX = @ac_ct_CXX@
 
213
ac_ct_F77 = @ac_ct_F77@
 
214
ac_ct_RANLIB = @ac_ct_RANLIB@
 
215
ac_ct_STRIP = @ac_ct_STRIP@
 
216
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
217
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
218
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
219
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
220
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
221
am__include = @am__include@
 
222
am__leading_dot = @am__leading_dot@
 
223
am__quote = @am__quote@
 
224
am__tar = @am__tar@
 
225
am__untar = @am__untar@
 
226
bindir = @bindir@
 
227
build = @build@
 
228
build_alias = @build_alias@
 
229
build_cpu = @build_cpu@
 
230
build_os = @build_os@
 
231
build_vendor = @build_vendor@
 
232
datadir = @datadir@
 
233
exec_prefix = @exec_prefix@
 
234
host = @host@
 
235
host_alias = @host_alias@
 
236
host_cpu = @host_cpu@
 
237
host_os = @host_os@
 
238
host_vendor = @host_vendor@
 
239
includedir = @includedir@
 
240
infodir = @infodir@
 
241
install_sh = @install_sh@
 
242
libdir = @libdir@
 
243
libexecdir = @libexecdir@
 
244
localstatedir = @localstatedir@
 
245
mandir = @mandir@
 
246
mkdir_p = @mkdir_p@
 
247
oldincludedir = @oldincludedir@
 
248
pkgpyexecdir = @pkgpyexecdir@
 
249
pkgpythondir = @pkgpythondir@
 
250
prefix = @prefix@
 
251
program_transform_name = @program_transform_name@
 
252
pyexecdir = @pyexecdir@
 
253
pythondir = @pythondir@
 
254
sbindir = @sbindir@
 
255
sharedstatedir = @sharedstatedir@
 
256
sysconfdir = @sysconfdir@
 
257
target_alias = @target_alias@
 
258
AUTOMAKE_OPTIONS = 1.6
 
259
SUBDIRS = gnome bonobo $(am__append_1) $(am__append_2) $(am__append_3) \
 
260
        tests
 
261
pkgconfigdir = $(libdir)/pkgconfig
 
262
pkgconfig_DATA = gnome-python-2.0.pc
 
263
EXTRA_DIST = \
 
264
  gnome-python.spec \
 
265
  gnome-python.spec.in \
 
266
  gnome-python-2.0.pc.in \
 
267
  PKG-INFO \
 
268
  PKG-INFO.in \
 
269
  ChangeLog.pre-2-0 \
 
270
  setup.py \
 
271
  examples/bonobo/bonoboui/Bonobo_Sample_Hello.xml \
 
272
  examples/bonobo/bonoboui/hello.py \
 
273
  examples/bonobo/echo/README \
 
274
  examples/bonobo/echo/echo-client.py \
 
275
  examples/bonobo/unknown.py \
 
276
  examples/bonobo/bonobo-application.py \
 
277
  examples/canvas/canvas-example.py \
 
278
  examples/canvas/canvas-curve.py \
 
279
  examples/gconf/basic-gconf-app.py \
 
280
  examples/gconf/simple-controller.py \
 
281
  examples/gconf/simple-view.py \
 
282
  examples/vfs/shell.py \
 
283
  examples/vfs/sync-xfer.py \
 
284
  examples/vfs/async-xfer.py \
 
285
  examples/vfs/async.py \
 
286
  examples/vfs/cancellation.py \
 
287
  examples/vfs/pygvfsmethod/README \
 
288
  examples/vfs/pygvfsmethod/pyfs.conf \
 
289
  examples/vfs/pygvfsmethod/pyfs.py \
 
290
  examples/popt/popt.py
 
291
 
 
292
all: config.h
 
293
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
294
 
 
295
.SUFFIXES:
 
296
am--refresh:
 
297
        @:
 
298
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
299
        @for dep in $?; do \
 
300
          case '$(am__configure_deps)' in \
 
301
            *$$dep*) \
 
302
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
303
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
304
                && exit 0; \
 
305
              exit 1;; \
 
306
          esac; \
 
307
        done; \
 
308
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
309
        cd $(top_srcdir) && \
 
310
          $(AUTOMAKE) --gnu  Makefile
 
311
.PRECIOUS: Makefile
 
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
313
        @case '$?' in \
 
314
          *config.status*) \
 
315
            echo ' $(SHELL) ./config.status'; \
 
316
            $(SHELL) ./config.status;; \
 
317
          *) \
 
318
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
319
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
320
        esac;
 
321
 
 
322
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
323
        $(SHELL) ./config.status --recheck
 
324
 
 
325
$(top_srcdir)/configure:  $(am__configure_deps)
 
326
        cd $(srcdir) && $(AUTOCONF)
 
327
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
328
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
329
 
 
330
config.h: stamp-h1
 
331
        @if test ! -f $@; then \
 
332
          rm -f stamp-h1; \
 
333
          $(MAKE) stamp-h1; \
 
334
        else :; fi
 
335
 
 
336
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
337
        @rm -f stamp-h1
 
338
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
339
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
340
        cd $(top_srcdir) && $(AUTOHEADER)
 
341
        rm -f stamp-h1
 
342
        touch $@
 
343
 
 
344
distclean-hdr:
 
345
        -rm -f config.h stamp-h1
 
346
gnome-python.spec: $(top_builddir)/config.status $(srcdir)/gnome-python.spec.in
 
347
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
348
gnome-python-2.0.pc: $(top_builddir)/config.status $(srcdir)/gnome-python-2.0.pc.in
 
349
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
350
PKG-INFO: $(top_builddir)/config.status $(srcdir)/PKG-INFO.in
 
351
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
352
 
 
353
mostlyclean-libtool:
 
354
        -rm -f *.lo
 
355
 
 
356
clean-libtool:
 
357
        -rm -rf .libs _libs
 
358
 
 
359
distclean-libtool:
 
360
        -rm -f libtool
 
361
uninstall-info-am:
 
362
install-pkgconfigDATA: $(pkgconfig_DATA)
 
363
        @$(NORMAL_INSTALL)
 
364
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
 
365
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
366
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
367
          f=$(am__strip_dir) \
 
368
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
369
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
370
        done
 
371
 
 
372
uninstall-pkgconfigDATA:
 
373
        @$(NORMAL_UNINSTALL)
 
374
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
375
          f=$(am__strip_dir) \
 
376
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
377
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
378
        done
 
379
 
 
380
# This directory's subdirectories are mostly independent; you can cd
 
381
# into them and run `make' without going through this Makefile.
 
382
# To change the values of `make' variables: instead of editing Makefiles,
 
383
# (1) if the variable is set in `config.status', edit `config.status'
 
384
#     (which will cause the Makefiles to be regenerated when you run `make');
 
385
# (2) otherwise, pass the desired values on the `make' command line.
 
386
$(RECURSIVE_TARGETS):
 
387
        @failcom='exit 1'; \
 
388
        for f in x $$MAKEFLAGS; do \
 
389
          case $$f in \
 
390
            *=* | --[!k]*);; \
 
391
            *k*) failcom='fail=yes';; \
 
392
          esac; \
 
393
        done; \
 
394
        dot_seen=no; \
 
395
        target=`echo $@ | sed s/-recursive//`; \
 
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
397
          echo "Making $$target in $$subdir"; \
 
398
          if test "$$subdir" = "."; then \
 
399
            dot_seen=yes; \
 
400
            local_target="$$target-am"; \
 
401
          else \
 
402
            local_target="$$target"; \
 
403
          fi; \
 
404
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          || eval $$failcom; \
 
406
        done; \
 
407
        if test "$$dot_seen" = "no"; then \
 
408
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
409
        fi; test -z "$$fail"
 
410
 
 
411
mostlyclean-recursive clean-recursive distclean-recursive \
 
412
maintainer-clean-recursive:
 
413
        @failcom='exit 1'; \
 
414
        for f in x $$MAKEFLAGS; do \
 
415
          case $$f in \
 
416
            *=* | --[!k]*);; \
 
417
            *k*) failcom='fail=yes';; \
 
418
          esac; \
 
419
        done; \
 
420
        dot_seen=no; \
 
421
        case "$@" in \
 
422
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
423
          *) list='$(SUBDIRS)' ;; \
 
424
        esac; \
 
425
        rev=''; for subdir in $$list; do \
 
426
          if test "$$subdir" = "."; then :; else \
 
427
            rev="$$subdir $$rev"; \
 
428
          fi; \
 
429
        done; \
 
430
        rev="$$rev ."; \
 
431
        target=`echo $@ | sed s/-recursive//`; \
 
432
        for subdir in $$rev; do \
 
433
          echo "Making $$target in $$subdir"; \
 
434
          if test "$$subdir" = "."; then \
 
435
            local_target="$$target-am"; \
 
436
          else \
 
437
            local_target="$$target"; \
 
438
          fi; \
 
439
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
440
          || eval $$failcom; \
 
441
        done && test -z "$$fail"
 
442
tags-recursive:
 
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
444
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
445
        done
 
446
ctags-recursive:
 
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
448
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
449
        done
 
450
 
 
451
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
452
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
453
        unique=`for i in $$list; do \
 
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
455
          done | \
 
456
          $(AWK) '    { files[$$0] = 1; } \
 
457
               END { for (i in files) print i; }'`; \
 
458
        mkid -fID $$unique
 
459
tags: TAGS
 
460
 
 
461
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
462
                $(TAGS_FILES) $(LISP)
 
463
        tags=; \
 
464
        here=`pwd`; \
 
465
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
466
          include_option=--etags-include; \
 
467
          empty_fix=.; \
 
468
        else \
 
469
          include_option=--include; \
 
470
          empty_fix=; \
 
471
        fi; \
 
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
473
          if test "$$subdir" = .; then :; else \
 
474
            test ! -f $$subdir/TAGS || \
 
475
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
476
          fi; \
 
477
        done; \
 
478
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
479
        unique=`for i in $$list; do \
 
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
481
          done | \
 
482
          $(AWK) '    { files[$$0] = 1; } \
 
483
               END { for (i in files) print i; }'`; \
 
484
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
485
          test -n "$$unique" || unique=$$empty_fix; \
 
486
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
487
            $$tags $$unique; \
 
488
        fi
 
489
ctags: CTAGS
 
490
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
491
                $(TAGS_FILES) $(LISP)
 
492
        tags=; \
 
493
        here=`pwd`; \
 
494
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
495
        unique=`for i in $$list; do \
 
496
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
497
          done | \
 
498
          $(AWK) '    { files[$$0] = 1; } \
 
499
               END { for (i in files) print i; }'`; \
 
500
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
501
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
502
             $$tags $$unique
 
503
 
 
504
GTAGS:
 
505
        here=`$(am__cd) $(top_builddir) && pwd` \
 
506
          && cd $(top_srcdir) \
 
507
          && gtags -i $(GTAGS_ARGS) $$here
 
508
 
 
509
distclean-tags:
 
510
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
511
 
 
512
distdir: $(DISTFILES)
 
513
        $(am__remove_distdir)
 
514
        mkdir $(distdir)
 
515
        $(mkdir_p) $(distdir)/. $(distdir)/examples/bonobo $(distdir)/examples/bonobo/bonoboui $(distdir)/examples/bonobo/echo $(distdir)/examples/canvas $(distdir)/examples/gconf $(distdir)/examples/popt $(distdir)/examples/vfs $(distdir)/examples/vfs/pygvfsmethod
 
516
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
517
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
518
        list='$(DISTFILES)'; for file in $$list; do \
 
519
          case $$file in \
 
520
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
521
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
522
          esac; \
 
523
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
524
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
525
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
526
            dir="/$$dir"; \
 
527
            $(mkdir_p) "$(distdir)$$dir"; \
 
528
          else \
 
529
            dir=''; \
 
530
          fi; \
 
531
          if test -d $$d/$$file; then \
 
532
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
533
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
534
            fi; \
 
535
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
536
          else \
 
537
            test -f $(distdir)/$$file \
 
538
            || cp -p $$d/$$file $(distdir)/$$file \
 
539
            || exit 1; \
 
540
          fi; \
 
541
        done
 
542
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
543
          if test "$$subdir" = .; then :; else \
 
544
            test -d "$(distdir)/$$subdir" \
 
545
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
546
            || exit 1; \
 
547
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
548
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
549
            (cd $$subdir && \
 
550
              $(MAKE) $(AM_MAKEFLAGS) \
 
551
                top_distdir="$$top_distdir" \
 
552
                distdir="$$distdir/$$subdir" \
 
553
                distdir) \
 
554
              || exit 1; \
 
555
          fi; \
 
556
        done
 
557
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
558
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
559
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
560
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
561
        || chmod -R a+r $(distdir)
 
562
dist-gzip: distdir
 
563
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
564
        $(am__remove_distdir)
 
565
 
 
566
dist-bzip2: distdir
 
567
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
568
        $(am__remove_distdir)
 
569
 
 
570
dist-tarZ: distdir
 
571
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
572
        $(am__remove_distdir)
 
573
 
 
574
dist-shar: distdir
 
575
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
576
        $(am__remove_distdir)
 
577
 
 
578
dist-zip: distdir
 
579
        -rm -f $(distdir).zip
 
580
        zip -rq $(distdir).zip $(distdir)
 
581
        $(am__remove_distdir)
 
582
 
 
583
dist dist-all: distdir
 
584
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
585
        $(am__remove_distdir)
 
586
 
 
587
# This target untars the dist file and tries a VPATH configuration.  Then
 
588
# it guarantees that the distribution is self-contained by making another
 
589
# tarfile.
 
590
distcheck: dist
 
591
        case '$(DIST_ARCHIVES)' in \
 
592
        *.tar.gz*) \
 
593
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
594
        *.tar.bz2*) \
 
595
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
596
        *.tar.Z*) \
 
597
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
598
        *.shar.gz*) \
 
599
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
600
        *.zip*) \
 
601
          unzip $(distdir).zip ;;\
 
602
        esac
 
603
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
604
        mkdir $(distdir)/_build
 
605
        mkdir $(distdir)/_inst
 
606
        chmod a-w $(distdir)
 
607
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
608
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
609
          && cd $(distdir)/_build \
 
610
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
611
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
612
          && $(MAKE) $(AM_MAKEFLAGS) \
 
613
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
614
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
615
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
616
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
617
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
618
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
619
                distuninstallcheck \
 
620
          && chmod -R a-w "$$dc_install_base" \
 
621
          && ({ \
 
622
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
623
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
624
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
625
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
626
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
627
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
628
          && rm -rf "$$dc_destdir" \
 
629
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
630
          && rm -rf $(DIST_ARCHIVES) \
 
631
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
632
        $(am__remove_distdir)
 
633
        @(echo "$(distdir) archives ready for distribution: "; \
 
634
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
635
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
636
distuninstallcheck:
 
637
        @cd $(distuninstallcheck_dir) \
 
638
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
639
           || { echo "ERROR: files left after uninstall:" ; \
 
640
                if test -n "$(DESTDIR)"; then \
 
641
                  echo "  (check DESTDIR support)"; \
 
642
                fi ; \
 
643
                $(distuninstallcheck_listfiles) ; \
 
644
                exit 1; } >&2
 
645
distcleancheck: distclean
 
646
        @if test '$(srcdir)' = . ; then \
 
647
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
648
          exit 1 ; \
 
649
        fi
 
650
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
651
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
652
               $(distcleancheck_listfiles) ; \
 
653
               exit 1; } >&2
 
654
check-am: all-am
 
655
check: check-recursive
 
656
all-am: Makefile $(DATA) config.h
 
657
installdirs: installdirs-recursive
 
658
installdirs-am:
 
659
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
660
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
661
        done
 
662
install: install-recursive
 
663
install-exec: install-exec-recursive
 
664
install-data: install-data-recursive
 
665
uninstall: uninstall-recursive
 
666
 
 
667
install-am: all-am
 
668
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
669
 
 
670
installcheck: installcheck-recursive
 
671
install-strip:
 
672
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
673
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
674
          `test -z '$(STRIP)' || \
 
675
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
676
mostlyclean-generic:
 
677
 
 
678
clean-generic:
 
679
 
 
680
distclean-generic:
 
681
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
682
 
 
683
maintainer-clean-generic:
 
684
        @echo "This command is intended for maintainers to use"
 
685
        @echo "it deletes files that may require special tools to rebuild."
 
686
clean: clean-recursive
 
687
 
 
688
clean-am: clean-generic clean-libtool mostlyclean-am
 
689
 
 
690
distclean: distclean-recursive
 
691
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
692
        -rm -f Makefile
 
693
distclean-am: clean-am distclean-generic distclean-hdr \
 
694
        distclean-libtool distclean-tags
 
695
 
 
696
dvi: dvi-recursive
 
697
 
 
698
dvi-am:
 
699
 
 
700
html: html-recursive
 
701
 
 
702
info: info-recursive
 
703
 
 
704
info-am:
 
705
 
 
706
install-data-am: install-pkgconfigDATA
 
707
 
 
708
install-exec-am:
 
709
 
 
710
install-info: install-info-recursive
 
711
 
 
712
install-man:
 
713
 
 
714
installcheck-am:
 
715
 
 
716
maintainer-clean: maintainer-clean-recursive
 
717
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
718
        -rm -rf $(top_srcdir)/autom4te.cache
 
719
        -rm -f Makefile
 
720
maintainer-clean-am: distclean-am maintainer-clean-generic
 
721
 
 
722
mostlyclean: mostlyclean-recursive
 
723
 
 
724
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
725
 
 
726
pdf: pdf-recursive
 
727
 
 
728
pdf-am:
 
729
 
 
730
ps: ps-recursive
 
731
 
 
732
ps-am:
 
733
 
 
734
uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
 
735
 
 
736
uninstall-info: uninstall-info-recursive
 
737
 
 
738
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
739
        check-am clean clean-generic clean-libtool clean-recursive \
 
740
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
741
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
742
        distclean-generic distclean-hdr distclean-libtool \
 
743
        distclean-recursive distclean-tags distcleancheck distdir \
 
744
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
745
        install install-am install-data install-data-am install-exec \
 
746
        install-exec-am install-info install-info-am install-man \
 
747
        install-pkgconfigDATA install-strip installcheck \
 
748
        installcheck-am installdirs installdirs-am maintainer-clean \
 
749
        maintainer-clean-generic maintainer-clean-recursive \
 
750
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
751
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
752
        uninstall uninstall-am uninstall-info-am \
 
753
        uninstall-pkgconfigDATA
 
754
 
 
755
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
756
# Otherwise a system limit (for SysV at least) may be exceeded.
 
757
.NOEXPORT: