1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
35
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
38
$(top_srcdir)/configure.ac
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
42
mkinstalldirs = $(install_sh) -d
42
43
CONFIG_CLEAN_FILES =
44
CONFIG_CLEAN_VPATH_FILES =
45
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
53
ps-recursive uninstall-recursive
52
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
55
distclean-recursive maintainer-clean-recursive
56
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
56
61
DIST_SUBDIRS = $(SUBDIRS)
57
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66
sed_rest='s,^[^/]*/*,,'; \
67
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68
sed_butlast='s,/*[^/]*$$,,'; \
69
while test -n "$$dir1"; do \
70
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71
if test "$$first" != "."; then \
72
if test "$$first" = ".."; then \
73
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
76
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77
if test "$$first2" = "$$first"; then \
78
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82
dir0="$$dir0"/"$$first"; \
85
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
58
88
ACLOCAL = @ACLOCAL@
59
89
ALL_LINGUAS = @ALL_LINGUAS@
62
91
AUTOCONF = @AUTOCONF@
63
92
AUTOHEADER = @AUTOHEADER@
64
93
AUTOMAKE = @AUTOMAKE@
67
96
CCDEPMODE = @CCDEPMODE@
70
98
CPPFLAGS = @CPPFLAGS@
73
CXXDEPMODE = @CXXDEPMODE@
75
99
CYGPATH_W = @CYGPATH_W@
76
100
DATADIRNAME = @DATADIRNAME@
87
107
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
88
108
GMSGFMT = @GMSGFMT@
89
109
GMSGFMT_015 = @GMSGFMT_015@
91
GTK2_CFLAGS = @GTK2_CFLAGS@
92
GTK2_LIBS = @GTK2_LIBS@
93
110
INSTALL = @INSTALL@
94
111
INSTALL_DATA = @INSTALL_DATA@
95
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
158
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
159
PACKAGE_VERSION = @PACKAGE_VERSION@
145
160
PATH_SEPARATOR = @PATH_SEPARATOR@
146
PKG_CONFIG = @PKG_CONFIG@
148
PYGTK2_CFLAGS = @PYGTK2_CFLAGS@
149
PYGTK2_LIBS = @PYGTK2_LIBS@
151
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
152
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
153
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
154
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
155
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
156
PYTHON_VERSION = @PYTHON_VERSION@
158
162
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
160
163
SET_MAKE = @SET_MAKE@
214
215
srcdir = @srcdir@
215
216
sysconfdir = @sysconfdir@
216
217
target_alias = @target_alias@
218
top_build_prefix = @top_build_prefix@
217
219
top_builddir = @top_builddir@
218
220
top_srcdir = @top_srcdir@
226
228
@for dep in $?; do \
227
229
case '$(am__configure_deps)' in \
229
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
232
&& { if test -f $@; then exit 0; else break; fi; }; \
234
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
235
cd $(top_srcdir) && \
236
$(AUTOMAKE) --gnu help/Makefile
236
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
237
$(am__cd) $(top_srcdir) && \
238
$(AUTOMAKE) --gnu help/Makefile
237
239
.PRECIOUS: Makefile
238
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
253
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
254
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
253
255
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
$(am__aclocal_m4_deps):
261
258
# This directory's subdirectories are mostly independent; you can cd
262
259
# into them and run `make' without going through this Makefile.
317
314
local_target="$$target"; \
319
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320
317
|| eval $$failcom; \
321
318
done && test -z "$$fail"
323
320
list='$(SUBDIRS)'; for subdir in $$list; do \
324
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
327
324
list='$(SUBDIRS)'; for subdir in $$list; do \
328
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
331
328
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333
330
unique=`for i in $$list; do \
334
331
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
333
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337
334
END { if (nonempty) { for (i in files) print i; }; }'`; \
338
335
mkid -fID $$unique
341
338
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342
339
$(TAGS_FILES) $(LISP)
345
342
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
346
343
include_option=--etags-include; \
352
349
list='$(SUBDIRS)'; for subdir in $$list; do \
353
350
if test "$$subdir" = .; then :; else \
354
351
test ! -f $$subdir/TAGS || \
355
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
352
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
358
355
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
359
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363
360
END { if (nonempty) { for (i in files) print i; }; }'`; \
364
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
362
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
365
363
test -n "$$unique" || unique=$$empty_fix; \
366
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364
if test $$# -gt 0; then \
365
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370
373
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371
374
$(TAGS_FILES) $(LISP)
373
375
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374
376
unique=`for i in $$list; do \
375
377
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
379
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378
380
END { if (nonempty) { for (i in files) print i; }; }'`; \
379
test -z "$(CTAGS_ARGS)$$tags$$unique" \
381
test -z "$(CTAGS_ARGS)$$unique" \
380
382
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384
386
here=`$(am__cd) $(top_builddir) && pwd` \
385
&& cd $(top_srcdir) \
386
&& gtags -i $(GTAGS_ARGS) $$here
387
&& $(am__cd) $(top_srcdir) \
388
&& gtags -i $(GTAGS_ARGS) "$$here"
389
391
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
406
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405
407
if test -d $$d/$$file; then \
406
408
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409
if test -d "$(distdir)/$$file"; then \
410
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407
412
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
413
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
416
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412
test -f $(distdir)/$$file \
413
|| cp -p $$d/$$file $(distdir)/$$file \
418
test -f "$(distdir)/$$file" \
419
|| cp -p $$d/$$file "$(distdir)/$$file" \
417
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
418
424
if test "$$subdir" = .; then :; else \
419
425
test -d "$(distdir)/$$subdir" \
420
426
|| $(MKDIR_P) "$(distdir)/$$subdir" \
422
distdir=`$(am__cd) $(distdir) && pwd`; \
423
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
430
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
431
if test "$$subdir" = .; then :; else \
432
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
434
new_distdir=$$reldir; \
435
dir1=$$subdir; dir2="$(top_distdir)"; \
437
new_top_distdir=$$reldir; \
438
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
439
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
440
($(am__cd) $$subdir && \
425
441
$(MAKE) $(AM_MAKEFLAGS) \
426
top_distdir="$$top_distdir" \
427
distdir="$$distdir/$$subdir" \
442
top_distdir="$$new_top_distdir" \
443
distdir="$$new_distdir" \
428
444
am__remove_distdir=: \
429
445
am__skip_length_check=: \
446
am__skip_mode_fix=: \
457
474
distclean-generic:
458
475
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
476
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
460
478
maintainer-clean-generic:
461
479
@echo "This command is intended for maintainers to use"
462
480
@echo "it deletes files that may require special tools to rebuild."
463
481
clean: clean-recursive
465
clean-am: clean-generic clean-libtool mostlyclean-am
483
clean-am: clean-generic mostlyclean-am
467
485
distclean: distclean-recursive
483
503
install-dvi: install-dvi-recursive
487
509
install-html: install-html-recursive
489
513
install-info: install-info-recursive
493
519
install-pdf: install-pdf-recursive
495
523
install-ps: install-ps-recursive
499
529
maintainer-clean: maintainer-clean-recursive
517
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
548
install-am install-strip tags-recursive
520
550
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
521
all all-am check check-am clean clean-generic clean-libtool \
522
ctags ctags-recursive distclean distclean-generic \
523
distclean-libtool distclean-tags distdir dvi dvi-am html \
524
html-am info info-am install install-am install-data \
525
install-data-am install-dvi install-dvi-am install-exec \
526
install-exec-am install-html install-html-am install-info \
527
install-info-am install-man install-pdf install-pdf-am \
528
install-ps install-ps-am install-strip installcheck \
529
installcheck-am installdirs installdirs-am maintainer-clean \
530
maintainer-clean-generic mostlyclean mostlyclean-generic \
531
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
532
uninstall uninstall-am
551
all all-am check check-am clean clean-generic ctags \
552
ctags-recursive distclean distclean-generic distclean-tags \
553
distdir dvi dvi-am html html-am info info-am install \
554
install-am install-data install-data-am install-dvi \
555
install-dvi-am install-exec install-exec-am install-html \
556
install-html-am install-info install-info-am install-man \
557
install-pdf install-pdf-am install-ps install-ps-am \
558
install-strip installcheck installcheck-am installdirs \
559
installdirs-am maintainer-clean maintainer-clean-generic \
560
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
561
tags-recursive uninstall uninstall-am
534
564
# Tell versions [3.59,3.63) of GNU make to not export all variables.
535
565
# Otherwise a system limit (for SysV at least) may be exceeded.