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.
49
58
install-pdf-recursive install-ps-recursive install-recursive \
50
59
installcheck-recursive installdirs-recursive pdf-recursive \
51
60
ps-recursive uninstall-recursive
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
am__vpath_adj = case $$p in \
63
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68
am__nobase_strip_setup = \
69
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72
am__nobase_list = $(am__nobase_strip_setup); \
73
for p in $$list; do echo "$$p $$p"; done | \
74
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76
if (++n[$$2] == $(am__install_max)) \
77
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78
END { for (dir in files) print dir, files[dir] }'
80
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
82
man1dir = $(mandir)/man1
53
83
am__installdirs = "$(DESTDIR)$(man1dir)"
56
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
87
distclean-recursive maintainer-clean-recursive
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60
93
DIST_SUBDIRS = $(SUBDIRS)
61
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98
sed_rest='s,^[^/]*/*,,'; \
99
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100
sed_butlast='s,/*[^/]*$$,,'; \
101
while test -n "$$dir1"; do \
102
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103
if test "$$first" != "."; then \
104
if test "$$first" = ".."; then \
105
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
108
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109
if test "$$first2" = "$$first"; then \
110
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114
dir0="$$dir0"/"$$first"; \
117
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
62
120
ACLOCAL = @ACLOCAL@
63
121
ALL_LINGUAS = @ALL_LINGUAS@
123
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
66
125
AUTOCONF = @AUTOCONF@
67
126
AUTOHEADER = @AUTOHEADER@
257
317
@for dep in $?; do \
258
318
case '$(am__configure_deps)' in \
260
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
320
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321
&& { if test -f $@; then exit 0; else break; fi; }; \
265
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
266
cd $(top_srcdir) && \
267
$(AUTOMAKE) --foreign docs/Makefile
325
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
326
$(am__cd) $(top_srcdir) && \
327
$(AUTOMAKE) --foreign docs/Makefile
268
328
.PRECIOUS: Makefile
269
329
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282
342
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
343
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284
344
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
$(am__aclocal_m4_deps):
286
347
mostlyclean-libtool:
290
351
-rm -rf .libs _libs
291
install-man1: $(man1_MANS) $(man_MANS)
352
install-man1: $(man_MANS)
292
353
@$(NORMAL_INSTALL)
293
354
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
294
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
295
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
298
*.1*) list="$$list $$i" ;; \
355
@list=''; test -n "$(man1dir)" || exit 0; \
356
{ for i in $$list; do echo "$$i"; done; \
357
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
358
sed -n '/\.1[a-z]*$$/p'; \
359
} | while read p; do \
360
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
361
echo "$$d$$p"; echo "$$p"; \
363
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
364
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
365
sed 'N;N;s,\n, ,g' | { \
366
list=; while read file base inst; do \
367
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
368
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
369
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
301
for i in $$list; do \
302
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
304
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
309
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
310
inst=`echo $$inst | sed -e 's/^.*\///'`; \
311
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
312
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
313
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
372
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
373
while read files; do \
374
test -z "$$files" || { \
375
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
376
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
316
380
@$(NORMAL_UNINSTALL)
317
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
318
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
321
*.1*) list="$$list $$i" ;; \
324
for i in $$list; do \
325
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
330
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
331
inst=`echo $$inst | sed -e 's/^.*\///'`; \
332
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
333
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
334
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
381
@list=''; test -n "$(man1dir)" || exit 0; \
382
files=`{ for i in $$list; do echo "$$i"; done; \
383
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
384
sed -n '/\.1[a-z]*$$/p'; \
385
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
386
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
387
test -z "$$files" || { \
388
echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
389
cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
337
391
# This directory's subdirectories are mostly independent; you can cd
338
392
# into them and run `make' without going through this Makefile.
393
447
local_target="$$target"; \
395
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396
450
|| eval $$failcom; \
397
451
done && test -z "$$fail"
399
453
list='$(SUBDIRS)'; for subdir in $$list; do \
400
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
454
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
403
457
list='$(SUBDIRS)'; for subdir in $$list; do \
404
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
458
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
407
461
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
438
492
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
493
END { if (nonempty) { for (i in files) print i; }; }'`; \
440
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
495
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441
496
test -n "$$unique" || unique=$$empty_fix; \
442
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497
if test $$# -gt 0; then \
498
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
501
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
506
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
447
507
$(TAGS_FILES) $(LISP)
449
508
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450
509
unique=`for i in $$list; do \
451
510
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
512
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
513
END { if (nonempty) { for (i in files) print i; }; }'`; \
455
test -z "$(CTAGS_ARGS)$$tags$$unique" \
514
test -z "$(CTAGS_ARGS)$$unique" \
456
515
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
519
here=`$(am__cd) $(top_builddir) && pwd` \
461
&& cd $(top_srcdir) \
462
&& gtags -i $(GTAGS_ARGS) $$here
520
&& $(am__cd) $(top_srcdir) \
521
&& gtags -i $(GTAGS_ARGS) "$$here"
465
524
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
526
distdir: $(DISTFILES)
527
@list='$(MANS)'; if test -n "$$list"; then \
528
list=`for p in $$list; do \
529
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
530
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
531
if test -n "$$list" && \
532
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
533
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
534
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
535
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
536
echo " typically \`make maintainer-clean' will remove them" >&2; \
468
540
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469
541
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470
542
list='$(DISTFILES)'; \
480
552
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481
553
if test -d $$d/$$file; then \
482
554
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555
if test -d "$(distdir)/$$file"; then \
556
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483
558
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
559
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
562
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488
test -f $(distdir)/$$file \
489
|| cp -p $$d/$$file $(distdir)/$$file \
564
test -f "$(distdir)/$$file" \
565
|| cp -p $$d/$$file "$(distdir)/$$file" \
493
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
570
if test "$$subdir" = .; then :; else \
495
571
test -d "$(distdir)/$$subdir" \
496
572
|| $(MKDIR_P) "$(distdir)/$$subdir" \
498
distdir=`$(am__cd) $(distdir) && pwd`; \
499
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
576
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
577
if test "$$subdir" = .; then :; else \
578
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
580
new_distdir=$$reldir; \
581
dir1=$$subdir; dir2="$(top_distdir)"; \
583
new_top_distdir=$$reldir; \
584
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
585
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
586
($(am__cd) $$subdir && \
501
587
$(MAKE) $(AM_MAKEFLAGS) \
502
top_distdir="$$top_distdir" \
503
distdir="$$distdir/$$subdir" \
588
top_distdir="$$new_top_distdir" \
589
distdir="$$new_distdir" \
504
590
am__remove_distdir=: \
505
591
am__skip_length_check=: \
592
am__skip_mode_fix=: \