ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
(Generate patch)

Comparing ircd-hybrid-8/Makefile.in (file contents):
Revision 1257 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1291 by michael, Sun Feb 12 20:24:41 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.2 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.3 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Line 34 | Line 34 | POST_UNINSTALL = :
34   build_triplet = @build@
35   host_triplet = @host@
36   subdir = .
37 < DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37 > DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
38          $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39          $(top_srcdir)/configure $(top_srcdir)/contrib/help/Makefile.in \
40          AUTHORS COPYING INSTALL NEWS TODO config.guess config.sub \
# Line 71 | Line 71 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCE
71   distdir = $(PACKAGE)-$(VERSION)
72   top_distdir = $(distdir)
73   am__remove_distdir = \
74 <  { test ! -d "$(distdir)" \
75 <    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76 <         && rm -fr "$(distdir)"; }; }
74 >  if test -d "$(distdir)"; then \
75 >    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76 >      && rm -rf "$(distdir)" \
77 >      || { sleep 5 && rm -rf "$(distdir)"; }; \
78 >  else :; fi
79   am__relativize = \
80    dir0=`pwd`; \
81    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
# Line 522 | Line 524 | dist-bzip2: distdir
524          tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
525          $(am__remove_distdir)
526  
527 + dist-lzip: distdir
528 +        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
529 +        $(am__remove_distdir)
530 +
531   dist-lzma: distdir
532          tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
533          $(am__remove_distdir)
# Line 558 | Line 564 | distcheck: dist
564            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
565          *.tar.lzma*) \
566            lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
567 +        *.tar.lz*) \
568 +          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
569          *.tar.xz*) \
570            xz -dc $(distdir).tar.xz | $(am__untar) ;;\
571          *.tar.Z*) \
# Line 742 | Line 750 | uninstall-am:
750   .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
751          all all-am am--refresh check check-am clean clean-generic \
752          clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
753 <        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
754 <        distcheck distclean distclean-generic distclean-hdr \
753 >        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
754 >        dist-zip distcheck distclean distclean-generic distclean-hdr \
755          distclean-libtool distclean-tags distcleancheck distdir \
756          distuninstallcheck dvi dvi-am html html-am info info-am \
757          install install-am install-data install-data-am \

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)