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
51
54
ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
distclean-recursive maintainer-clean-recursive
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
58
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
67
sed_rest='s,^[^/]*/*,,'; \
68
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
69
sed_butlast='s,/*[^/]*$$,,'; \
70
while test -n "$$dir1"; do \
71
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
72
if test "$$first" != "."; then \
73
if test "$$first" = ".."; then \
74
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
75
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
78
if test "$$first2" = "$$first"; then \
79
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
83
dir0="$$dir0"/"$$first"; \
86
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
58
89
ACLOCAL = @ACLOCAL@
59
90
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60
91
ALL_LINGUAS = @ALL_LINGUAS@
115
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116
147
INSTOBJEXT = @INSTOBJEXT@
117
148
INTLLIBS = @INTLLIBS@
118
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
119
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
120
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
121
149
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
122
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
123
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
124
150
INTLTOOL_MERGE = @INTLTOOL_MERGE@
125
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
126
151
INTLTOOL_PERL = @INTLTOOL_PERL@
127
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
128
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
129
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
130
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
131
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
132
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
133
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
134
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
135
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
136
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
137
152
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
139
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
140
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
142
154
LDFLAGS = @LDFLAGS@
143
155
LIBOBJS = @LIBOBJS@
275
287
@for dep in $?; do \
276
288
case '$(am__configure_deps)' in \
278
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
290
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291
&& { if test -f $@; then exit 0; else break; fi; }; \
283
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Tomboy/Addins/Makefile'; \
284
cd $(top_srcdir) && \
285
$(AUTOMAKE) --foreign Tomboy/Addins/Makefile
295
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Tomboy/Addins/Makefile'; \
296
$(am__cd) $(top_srcdir) && \
297
$(AUTOMAKE) --foreign Tomboy/Addins/Makefile
286
298
.PRECIOUS: Makefile
287
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366
379
local_target="$$target"; \
368
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369
382
|| eval $$failcom; \
370
383
done && test -z "$$fail"
372
385
list='$(SUBDIRS)'; for subdir in $$list; do \
373
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376
389
list='$(SUBDIRS)'; for subdir in $$list; do \
377
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
390
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382
395
unique=`for i in $$list; do \
383
396
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
398
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
399
END { if (nonempty) { for (i in files) print i; }; }'`; \
387
400
mkid -fID $$unique
390
403
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
391
404
$(TAGS_FILES) $(LISP)
394
407
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
395
408
include_option=--etags-include; \
401
414
list='$(SUBDIRS)'; for subdir in $$list; do \
402
415
if test "$$subdir" = .; then :; else \
403
416
test ! -f $$subdir/TAGS || \
404
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
417
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
407
420
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411
424
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
425
END { if (nonempty) { for (i in files) print i; }; }'`; \
413
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
427
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414
428
test -n "$$unique" || unique=$$empty_fix; \
415
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429
if test $$# -gt 0; then \
430
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
420
439
$(TAGS_FILES) $(LISP)
422
440
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423
441
unique=`for i in $$list; do \
424
442
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
444
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
445
END { if (nonempty) { for (i in files) print i; }; }'`; \
428
test -z "$(CTAGS_ARGS)$$tags$$unique" \
446
test -z "$(CTAGS_ARGS)$$unique" \
429
447
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433
451
here=`$(am__cd) $(top_builddir) && pwd` \
434
&& cd $(top_srcdir) \
435
&& gtags -i $(GTAGS_ARGS) $$here
452
&& $(am__cd) $(top_srcdir) \
453
&& gtags -i $(GTAGS_ARGS) "$$here"
438
456
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
471
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454
472
if test -d $$d/$$file; then \
455
473
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474
if test -d "$(distdir)/$$file"; then \
475
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456
477
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
478
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
481
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461
test -f $(distdir)/$$file \
462
|| cp -p $$d/$$file $(distdir)/$$file \
483
test -f "$(distdir)/$$file" \
484
|| cp -p $$d/$$file "$(distdir)/$$file" \
466
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467
489
if test "$$subdir" = .; then :; else \
468
490
test -d "$(distdir)/$$subdir" \
469
491
|| $(MKDIR_P) "$(distdir)/$$subdir" \
471
distdir=`$(am__cd) $(distdir) && pwd`; \
472
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
495
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496
if test "$$subdir" = .; then :; else \
497
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
499
new_distdir=$$reldir; \
500
dir1=$$subdir; dir2="$(top_distdir)"; \
502
new_top_distdir=$$reldir; \
503
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505
($(am__cd) $$subdir && \
474
506
$(MAKE) $(AM_MAKEFLAGS) \
475
top_distdir="$$top_distdir" \
476
distdir="$$distdir/$$subdir" \
507
top_distdir="$$new_top_distdir" \
508
distdir="$$new_distdir" \
477
509
am__remove_distdir=: \
478
510
am__skip_length_check=: \
511
am__skip_mode_fix=: \
506
539
distclean-generic:
507
540
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
541
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
543
maintainer-clean-generic:
510
544
@echo "This command is intended for maintainers to use"
532
568
install-dvi: install-dvi-recursive
536
574
install-html: install-html-recursive
538
578
install-info: install-info-recursive
542
584
install-pdf: install-pdf-recursive
544
588
install-ps: install-ps-recursive
548
594
maintainer-clean: maintainer-clean-recursive
566
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
612
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
613
install-am install-strip tags-recursive
569
615
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
570
616
all all-am check check-am clean clean-generic clean-libtool \