1
- # Makefile.in generated by automake 1.11.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.11.3 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.
@@ -102,6 +102,12 @@ am__nobase_list = $(am__nobase_strip_setup); \
102
102
am__base_list = \
103
103
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104
104
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
105
+ am__uninstall_files_from_dir = { \
106
+ test -z "$$files" \
107
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
108
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
109
+ $(am__cd ) "$$dir" && rm -f $$files; }; \
110
+ }
105
111
am__installdirs = "$(DESTDIR )$(pkgconfigdir ) "
106
112
DATA = $(pkgconfig_DATA )
107
113
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
@@ -116,9 +122,11 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116
122
distdir = $(PACKAGE ) -$(VERSION )
117
123
top_distdir = $(distdir )
118
124
am__remove_distdir = \
119
- { test ! -d "$(distdir ) " \
120
- || { find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
121
- && rm -fr "$(distdir ) "; }; }
125
+ if test -d "$(distdir ) "; then \
126
+ find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
127
+ && rm -rf "$(distdir ) " \
128
+ || { sleep 5 && rm -rf "$(distdir ) "; }; \
129
+ else :; fi
122
130
am__relativize = \
123
131
dir0=` pwd ` ; \
124
132
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -147,6 +155,8 @@ am__relativize = \
147
155
DIST_ARCHIVES = $(distdir ) .tar.gz
148
156
GZIP_ENV = --best
149
157
distuninstallcheck_listfiles = find . -type f -print
158
+ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
159
+ | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
150
160
distcleancheck_listfiles = find . -type f -print
151
161
ACLOCAL = @ACLOCAL@
152
162
AMTAR = @AMTAR@
@@ -286,7 +296,7 @@ pkgconfig_DATA = log4cplus.pc
286
296
all : all-recursive
287
297
288
298
.SUFFIXES :
289
- am--refresh :
299
+ am--refresh : Makefile
290
300
@:
291
301
$(srcdir ) /Makefile.in : $(srcdir ) /Makefile.am $(am__configure_deps )
292
302
@for dep in $? ; do \
@@ -322,10 +332,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
322
332
$(am__aclocal_m4_deps ) :
323
333
324
334
include/log4cplus/config.h : include/log4cplus/stamp-h1
325
- @if test ! -f $@ ; then \
326
- rm -f include/log4cplus/stamp-h1; \
327
- $(MAKE ) $(AM_MAKEFLAGS ) include/log4cplus/stamp-h1; \
328
- else : ; fi
335
+ @if test ! -f $@ ; then rm -f include/log4cplus/stamp-h1; else : ; fi
336
+ @if test ! -f $@ ; then $(MAKE ) $(AM_MAKEFLAGS ) include/log4cplus/stamp-h1; else : ; fi
329
337
330
338
include/log4cplus/stamp-h1 : $(top_srcdir ) /include/log4cplus/config.h.in $(top_builddir ) /config.status
331
339
@rm -f include/log4cplus/stamp-h1
@@ -336,10 +344,8 @@ $(top_srcdir)/include/log4cplus/config.h.in: $(am__configure_deps)
336
344
touch $@
337
345
338
346
include/log4cplus/config/defines.hxx : include/log4cplus/config/stamp-h2
339
- @if test ! -f $@ ; then \
340
- rm -f include/log4cplus/config/stamp-h2; \
341
- $(MAKE ) $(AM_MAKEFLAGS ) include/log4cplus/config/stamp-h2; \
342
- else : ; fi
347
+ @if test ! -f $@ ; then rm -f include/log4cplus/config/stamp-h2; else : ; fi
348
+ @if test ! -f $@ ; then $(MAKE ) $(AM_MAKEFLAGS ) include/log4cplus/config/stamp-h2; else : ; fi
343
349
344
350
include/log4cplus/config/stamp-h2 : $(top_srcdir ) /include/log4cplus/config/defines.hxx.in $(top_builddir ) /config.status
345
351
@rm -f include/log4cplus/config/stamp-h2
@@ -375,9 +381,7 @@ uninstall-pkgconfigDATA:
375
381
@$(NORMAL_UNINSTALL )
376
382
@list=' $(pkgconfig_DATA)' ; test -n " $( pkgconfigdir) " || list=; \
377
383
files=` for p in $$ list; do echo $$ p; done | sed -e ' s|^.*/||' ` ; \
378
- test -n " $$ files" || exit 0; \
379
- echo " ( cd '$( DESTDIR) $( pkgconfigdir) ' && rm -f" $$ files " )" ; \
380
- cd " $( DESTDIR) $( pkgconfigdir) " && rm -f $$ files
384
+ dir=' $(DESTDIR)$(pkgconfigdir)' ; $(am__uninstall_files_from_dir )
381
385
382
386
# This directory's subdirectories are mostly independent; you can cd
383
387
# into them and run `make' without going through this Makefile.
@@ -586,15 +590,19 @@ dist-gzip: distdir
586
590
$(am__remove_distdir )
587
591
588
592
dist-bzip2 : distdir
589
- tardir=$(distdir ) && $(am__tar ) | bzip2 -9 -c > $(distdir ) .tar.bz2
593
+ tardir=$(distdir ) && $(am__tar ) | BZIP2=$$ {BZIP2--9} bzip2 -c > $(distdir ) .tar.bz2
594
+ $(am__remove_distdir )
595
+
596
+ dist-lzip : distdir
597
+ tardir=$(distdir ) && $(am__tar ) | lzip -c $$ {LZIP_OPT--9} > $(distdir ) .tar.lz
590
598
$(am__remove_distdir )
591
599
592
600
dist-lzma : distdir
593
601
tardir=$(distdir ) && $(am__tar ) | lzma -9 -c > $(distdir ) .tar.lzma
594
602
$(am__remove_distdir )
595
603
596
604
dist-xz : distdir
597
- tardir=$(distdir ) && $(am__tar ) | xz -c > $(distdir ) .tar.xz
605
+ tardir=$(distdir ) && $(am__tar ) | XZ_OPT= $$ {XZ_OPT--e} xz -c > $(distdir ) .tar.xz
598
606
$(am__remove_distdir )
599
607
600
608
dist-tarZ : distdir
@@ -625,6 +633,8 @@ distcheck: dist
625
633
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
626
634
* .tar.lzma* ) \
627
635
lzma -dc $(distdir ) .tar.lzma | $(am__untar ) ;; \
636
+ * .tar.lz* ) \
637
+ lzip -dc $(distdir ) .tar.lz | $(am__untar ) ;; \
628
638
* .tar.xz* ) \
629
639
xz -dc $(distdir ) .tar.xz | $(am__untar ) ;; \
630
640
* .tar.Z* ) \
@@ -644,6 +654,7 @@ distcheck: dist
644
654
&& am__cwd=` pwd` \
645
655
&& $(am__cd ) $(distdir ) /_build \
646
656
&& ../configure --srcdir=.. --prefix=" $$ dc_install_base" \
657
+ $(AM_DISTCHECK_CONFIGURE_FLAGS ) \
647
658
$(DISTCHECK_CONFIGURE_FLAGS ) \
648
659
&& $(MAKE ) $(AM_MAKEFLAGS ) \
649
660
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
@@ -672,8 +683,16 @@ distcheck: dist
672
683
list=' $(DIST_ARCHIVES)' ; for i in $$ list; do echo $$ i; done) | \
673
684
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e ' $$p' -e ' $$x'
674
685
distuninstallcheck :
675
- @$(am__cd ) ' $(distuninstallcheck_dir)' \
676
- && test ` $( distuninstallcheck_listfiles) | wc -l` -le 1 \
686
+ @test -n ' $(distuninstallcheck_dir)' || { \
687
+ echo ' ERROR: trying to run $@ with an empty' \
688
+ ' $$(distuninstallcheck_dir)' >&2 ; \
689
+ exit 1; \
690
+ }; \
691
+ $(am__cd ) ' $(distuninstallcheck_dir)' || { \
692
+ echo ' ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2 ; \
693
+ exit 1; \
694
+ }; \
695
+ test ` $( am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
677
696
|| { echo " ERROR: files left after uninstall:" ; \
678
697
if test -n " $( DESTDIR) " ; then \
679
698
echo " (check DESTDIR support)" ; \
@@ -707,10 +726,15 @@ install-am: all-am
707
726
708
727
installcheck : installcheck-recursive
709
728
install-strip :
710
- $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
711
- install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
712
- ` test -z ' $(STRIP)' || \
713
- echo " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" ` install
729
+ if test -z ' $(STRIP)' ; then \
730
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
731
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
732
+ install; \
733
+ else \
734
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
735
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
736
+ " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" install; \
737
+ fi
714
738
mostlyclean-generic :
715
739
716
740
clean-generic :
@@ -798,8 +822,8 @@ uninstall-am: uninstall-pkgconfigDATA
798
822
.PHONY : $(RECURSIVE_CLEAN_TARGETS ) $(RECURSIVE_TARGETS ) CTAGS GTAGS \
799
823
all all-am am--refresh check check-am clean clean-generic \
800
824
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
801
- dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
802
- distcheck distclean distclean-generic distclean-hdr \
825
+ dist-gzip dist-lzip dist- lzma dist-shar dist-tarZ dist-xz \
826
+ dist-zip distcheck distclean distclean-generic distclean-hdr \
803
827
distclean-libtool distclean-tags distcleancheck distdir \
804
828
distuninstallcheck dvi dvi-am html html-am info info-am \
805
829
install install-am install-data install-data-am install-dvi \
0 commit comments