1
- # Makefile.in generated by automake 1.11.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
- # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
- # Inc.
5
+ # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
+ # Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
18
+ am__make_dryrun = \
19
+ { \
20
+ am__dry=no; \
21
+ case $$MAKEFLAGS in \
22
+ *\\[\ \ ]*) \
23
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE ) -f - 2>/dev/null \
24
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
+ *) \
26
+ for am__flg in $$MAKEFLAGS; do \
27
+ case $$am__flg in \
28
+ *=*|--*) ;; \
29
+ *n*) am__dry=yes; break;; \
30
+ esac; \
31
+ done;; \
32
+ esac; \
33
+ test $$am__dry = yes; \
34
+ }
18
35
pkgdatadir = $(datadir ) /@PACKAGE@
19
36
pkgincludedir = $(includedir ) /@PACKAGE@
20
37
pkglibdir = $(libdir ) /@PACKAGE@
@@ -57,6 +74,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
74
install-pdf-recursive install-ps-recursive install-recursive \
58
75
installcheck-recursive installdirs-recursive pdf-recursive \
59
76
ps-recursive uninstall-recursive
77
+ am__can_run_installinfo = \
78
+ case $$AM_UPDATE_INFO_DIR in \
79
+ n|no|NO) false;; \
80
+ *) (install-info --version) >/dev/null 2>&1;; \
81
+ esac
60
82
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61
83
distclean-recursive maintainer-clean-recursive
62
84
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive= ) \
@@ -69,9 +91,11 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
91
distdir = $(PACKAGE ) -$(VERSION )
70
92
top_distdir = $(distdir )
71
93
am__remove_distdir = \
72
- { test ! -d "$(distdir ) " \
73
- || { find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
74
- && rm -fr "$(distdir ) "; }; }
94
+ if test -d "$(distdir ) "; then \
95
+ find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
96
+ && rm -rf "$(distdir ) " \
97
+ || { sleep 5 && rm -rf "$(distdir ) "; }; \
98
+ else :; fi
75
99
am__relativize = \
76
100
dir0=` pwd ` ; \
77
101
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -100,6 +124,8 @@ am__relativize = \
100
124
DIST_ARCHIVES = $(distdir ) .tar.gz
101
125
GZIP_ENV = --best
102
126
distuninstallcheck_listfiles = find . -type f -print
127
+ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
128
+ | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
103
129
distcleancheck_listfiles = find . -type f -print
104
130
ACLOCAL = @ACLOCAL@
105
131
AMTAR = @AMTAR@
@@ -214,7 +240,7 @@ SUBDIRS = src
214
240
all : all-recursive
215
241
216
242
.SUFFIXES :
217
- am--refresh :
243
+ am--refresh : Makefile
218
244
@:
219
245
$(srcdir ) /Makefile.in : $(srcdir ) /Makefile.am $(am__configure_deps )
220
246
@for dep in $? ; do \
@@ -418,13 +444,10 @@ distdir: $(DISTFILES)
418
444
done
419
445
@list=' $(DIST_SUBDIRS)' ; for subdir in $$ list; do \
420
446
if test " $$ subdir" = . ; then : ; else \
421
- test -d " $( distdir) /$$ subdir" \
422
- || $(MKDIR_P ) " $( distdir) /$$ subdir" \
423
- || exit 1; \
424
- fi ; \
425
- done
426
- @list=' $(DIST_SUBDIRS)' ; for subdir in $$ list; do \
427
- if test " $$ subdir" = . ; then : ; else \
447
+ $(am__make_dryrun ) \
448
+ || test -d " $( distdir) /$$ subdir" \
449
+ || $(MKDIR_P ) " $( distdir) /$$ subdir" \
450
+ || exit 1; \
428
451
dir1=$$ subdir; dir2=" $( distdir) /$$ subdir" ; \
429
452
$(am__relativize ) ; \
430
453
new_distdir=$$ reldir; \
@@ -456,15 +479,19 @@ dist-gzip: distdir
456
479
$(am__remove_distdir )
457
480
458
481
dist-bzip2 : distdir
459
- tardir=$(distdir ) && $(am__tar ) | bzip2 -9 -c > $(distdir ) .tar.bz2
482
+ tardir=$(distdir ) && $(am__tar ) | BZIP2=$$ {BZIP2--9} bzip2 -c > $(distdir ) .tar.bz2
483
+ $(am__remove_distdir )
484
+
485
+ dist-lzip : distdir
486
+ tardir=$(distdir ) && $(am__tar ) | lzip -c $$ {LZIP_OPT--9} > $(distdir ) .tar.lz
460
487
$(am__remove_distdir )
461
488
462
489
dist-lzma : distdir
463
490
tardir=$(distdir ) && $(am__tar ) | lzma -9 -c > $(distdir ) .tar.lzma
464
491
$(am__remove_distdir )
465
492
466
493
dist-xz : distdir
467
- tardir=$(distdir ) && $(am__tar ) | xz -c > $(distdir ) .tar.xz
494
+ tardir=$(distdir ) && $(am__tar ) | XZ_OPT= $$ {XZ_OPT--e} xz -c > $(distdir ) .tar.xz
468
495
$(am__remove_distdir )
469
496
470
497
dist-tarZ : distdir
@@ -495,6 +522,8 @@ distcheck: dist
495
522
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
496
523
* .tar.lzma* ) \
497
524
lzma -dc $(distdir ) .tar.lzma | $(am__untar ) ;; \
525
+ * .tar.lz* ) \
526
+ lzip -dc $(distdir ) .tar.lz | $(am__untar ) ;; \
498
527
* .tar.xz* ) \
499
528
xz -dc $(distdir ) .tar.xz | $(am__untar ) ;; \
500
529
* .tar.Z* ) \
@@ -504,7 +533,7 @@ distcheck: dist
504
533
* .zip* ) \
505
534
unzip $(distdir ) .zip ;; \
506
535
esac
507
- chmod -R a-w $(distdir ) ; chmod a +w $(distdir )
536
+ chmod -R a-w $(distdir ) ; chmod u +w $(distdir )
508
537
mkdir $(distdir ) /_build
509
538
mkdir $(distdir ) /_inst
510
539
chmod a-w $(distdir )
@@ -514,6 +543,7 @@ distcheck: dist
514
543
&& am__cwd=` pwd` \
515
544
&& $(am__cd ) $(distdir ) /_build \
516
545
&& ../configure --srcdir=.. --prefix=" $$ dc_install_base" \
546
+ $(AM_DISTCHECK_CONFIGURE_FLAGS ) \
517
547
$(DISTCHECK_CONFIGURE_FLAGS ) \
518
548
&& $(MAKE ) $(AM_MAKEFLAGS ) \
519
549
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
@@ -542,8 +572,16 @@ distcheck: dist
542
572
list=' $(DIST_ARCHIVES)' ; for i in $$ list; do echo $$ i; done) | \
543
573
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e ' $$p' -e ' $$x'
544
574
distuninstallcheck :
545
- @$(am__cd ) ' $(distuninstallcheck_dir)' \
546
- && test ` $( distuninstallcheck_listfiles) | wc -l` -le 1 \
575
+ @test -n ' $(distuninstallcheck_dir)' || { \
576
+ echo ' ERROR: trying to run $@ with an empty' \
577
+ ' $$(distuninstallcheck_dir)' >&2 ; \
578
+ exit 1; \
579
+ }; \
580
+ $(am__cd ) ' $(distuninstallcheck_dir)' || { \
581
+ echo ' ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2 ; \
582
+ exit 1; \
583
+ }; \
584
+ test ` $( am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
547
585
|| { echo " ERROR: files left after uninstall:" ; \
548
586
if test -n " $( DESTDIR) " ; then \
549
587
echo " (check DESTDIR support)" ; \
@@ -574,10 +612,15 @@ install-am: all-am
574
612
575
613
installcheck : installcheck-recursive
576
614
install-strip :
577
- $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
578
- install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
579
- ` test -z ' $(STRIP)' || \
580
- echo " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" ` install
615
+ if test -z ' $(STRIP)' ; then \
616
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
617
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
618
+ install; \
619
+ else \
620
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
621
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
622
+ " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" install; \
623
+ fi
581
624
mostlyclean-generic :
582
625
583
626
clean-generic :
@@ -664,15 +707,15 @@ uninstall-am:
664
707
.PHONY : $(RECURSIVE_CLEAN_TARGETS ) $(RECURSIVE_TARGETS ) CTAGS GTAGS \
665
708
all all-am am--refresh check check-am clean clean-generic \
666
709
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
667
- dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
668
- distclean distclean-generic distclean-tags distcleancheck \
669
- distdir distuninstallcheck dvi dvi-am html html-am info \
670
- info-am install install-am install-data install-data-am \
671
- install-dvi install-dvi-am install-exec install-exec-am \
672
- install-html install-html-am install-info install-info-am \
673
- install-man install-pdf install-pdf-am install-ps \
674
- install-ps- am install-strip installcheck installcheck-am \
675
- installdirs installdirs-am maintainer-clean \
710
+ dist-lzip dist- lzma dist-shar dist-tarZ dist-xz dist-zip \
711
+ distcheck distclean distclean-generic distclean-tags \
712
+ distcleancheck distdir distuninstallcheck dvi dvi-am html \
713
+ html-am info info -am install install-am install-data \
714
+ install-data-am install- dvi install-dvi-am install-exec \
715
+ install-exec-am install- html install-html-am install-info \
716
+ install-info-am install- man install-pdf install-pdf-am \
717
+ install-ps install-ps- am install-strip installcheck \
718
+ installcheck-am installdirs installdirs-am maintainer-clean \
676
719
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
677
720
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
678
721
0 commit comments