1
- # Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+ # Makefile.in generated by automake 1.11.1 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, 2010, 2011 Free Software
6
- # Foundation, Inc.
5
+ # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
+ # 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.
@@ -68,11 +68,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
68
distdir = $(PACKAGE ) -$(VERSION )
69
69
top_distdir = $(distdir )
70
70
am__remove_distdir = \
71
- if test -d "$(distdir ) "; then \
72
- find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
73
- && rm -rf "$(distdir ) " \
74
- || { sleep 5 && rm -rf "$(distdir ) "; }; \
75
- else :; fi
71
+ { test ! -d "$(distdir ) " \
72
+ || { find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
73
+ && rm -fr "$(distdir ) "; }; }
76
74
am__relativize = \
77
75
dir0=` pwd ` ; \
78
76
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -101,8 +99,6 @@ am__relativize = \
101
99
DIST_ARCHIVES = $(distdir ) .tar.gz
102
100
GZIP_ENV = --best
103
101
distuninstallcheck_listfiles = find . -type f -print
104
- am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
105
- | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
106
102
distcleancheck_listfiles = find . -type f -print
107
103
ACLOCAL = @ACLOCAL@
108
104
AMTAR = @AMTAR@
@@ -204,7 +200,7 @@ SUBDIRS = include lib bin examples doc
204
200
all : all-recursive
205
201
206
202
.SUFFIXES :
207
- am--refresh : Makefile
203
+ am--refresh :
208
204
@:
209
205
$(srcdir ) /Makefile.in : $(srcdir ) /Makefile.am $(am__configure_deps )
210
206
@for dep in $? ; do \
@@ -446,19 +442,15 @@ dist-gzip: distdir
446
442
$(am__remove_distdir )
447
443
448
444
dist-bzip2 : distdir
449
- tardir=$(distdir ) && $(am__tar ) | BZIP2=$$ {BZIP2--9} bzip2 -c > $(distdir ) .tar.bz2
450
- $(am__remove_distdir )
451
-
452
- dist-lzip : distdir
453
- tardir=$(distdir ) && $(am__tar ) | lzip -c $$ {LZIP_OPT--9} > $(distdir ) .tar.lz
445
+ tardir=$(distdir ) && $(am__tar ) | bzip2 -9 -c > $(distdir ) .tar.bz2
454
446
$(am__remove_distdir )
455
447
456
448
dist-lzma : distdir
457
449
tardir=$(distdir ) && $(am__tar ) | lzma -9 -c > $(distdir ) .tar.lzma
458
450
$(am__remove_distdir )
459
451
460
452
dist-xz : distdir
461
- tardir=$(distdir ) && $(am__tar ) | XZ_OPT= $$ {XZ_OPT--e} xz -c > $(distdir ) .tar.xz
453
+ tardir=$(distdir ) && $(am__tar ) | xz -c > $(distdir ) .tar.xz
462
454
$(am__remove_distdir )
463
455
464
456
dist-tarZ : distdir
@@ -489,8 +481,6 @@ distcheck: dist
489
481
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
490
482
* .tar.lzma* ) \
491
483
lzma -dc $(distdir ) .tar.lzma | $(am__untar ) ;; \
492
- * .tar.lz* ) \
493
- lzip -dc $(distdir ) .tar.lz | $(am__untar ) ;; \
494
484
* .tar.xz* ) \
495
485
xz -dc $(distdir ) .tar.xz | $(am__untar ) ;; \
496
486
* .tar.Z* ) \
@@ -510,7 +500,6 @@ distcheck: dist
510
500
&& am__cwd=` pwd` \
511
501
&& $(am__cd ) $(distdir ) /_build \
512
502
&& ../configure --srcdir=.. --prefix=" $$ dc_install_base" \
513
- $(AM_DISTCHECK_CONFIGURE_FLAGS ) \
514
503
$(DISTCHECK_CONFIGURE_FLAGS ) \
515
504
&& $(MAKE ) $(AM_MAKEFLAGS ) \
516
505
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
@@ -539,16 +528,8 @@ distcheck: dist
539
528
list=' $(DIST_ARCHIVES)' ; for i in $$ list; do echo $$ i; done) | \
540
529
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e ' $$p' -e ' $$x'
541
530
distuninstallcheck :
542
- @test -n ' $(distuninstallcheck_dir)' || { \
543
- echo ' ERROR: trying to run $@ with an empty' \
544
- ' $$(distuninstallcheck_dir)' >&2 ; \
545
- exit 1; \
546
- }; \
547
- $(am__cd ) ' $(distuninstallcheck_dir)' || { \
548
- echo ' ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2 ; \
549
- exit 1; \
550
- }; \
551
- test ` $( am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
531
+ @$(am__cd ) ' $(distuninstallcheck_dir)' \
532
+ && test ` $( distuninstallcheck_listfiles) | wc -l` -le 1 \
552
533
|| { echo " ERROR: files left after uninstall:" ; \
553
534
if test -n " $( DESTDIR) " ; then \
554
535
echo " (check DESTDIR support)" ; \
@@ -579,15 +560,10 @@ install-am: all-am
579
560
580
561
installcheck : installcheck-recursive
581
562
install-strip :
582
- if test -z ' $(STRIP)' ; then \
583
- $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
584
- install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
585
- install; \
586
- else \
587
- $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
588
- install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
589
- " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" install; \
590
- fi
563
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
564
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
565
+ ` test -z ' $(STRIP)' || \
566
+ echo " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" ` install
591
567
mostlyclean-generic :
592
568
593
569
clean-generic :
@@ -674,15 +650,15 @@ uninstall-am:
674
650
.PHONY : $(RECURSIVE_CLEAN_TARGETS ) $(RECURSIVE_TARGETS ) CTAGS GTAGS \
675
651
all all-am am--refresh check check-am clean clean-generic \
676
652
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
677
- dist-lzip dist- lzma dist-shar dist-tarZ dist-xz dist-zip \
678
- distcheck distclean distclean-generic distclean-tags \
679
- distcleancheck distdir distuninstallcheck dvi dvi-am html \
680
- html-am info info -am install install-am install-data \
681
- install-data-am install- dvi install-dvi-am install-exec \
682
- install-exec-am install- html install-html-am install-info \
683
- install-info-am install- man install-pdf install-pdf-am \
684
- install-ps install-ps- am install-strip installcheck \
685
- installcheck-am installdirs installdirs-am maintainer-clean \
653
+ dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
654
+ distclean distclean-generic distclean-tags distcleancheck \
655
+ distdir distuninstallcheck dvi dvi-am html html-am info \
656
+ info-am install install-am install-data install-data-am \
657
+ install-dvi install-dvi-am install-exec install-exec-am \
658
+ install-html install-html-am install-info install-info-am \
659
+ install-man install-pdf install-pdf-am install-ps \
660
+ install-ps- am install-strip installcheck installcheck-am \
661
+ installdirs installdirs-am maintainer-clean \
686
662
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
687
663
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
688
664
0 commit comments