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

Comparing:
ircd-hybrid-7.2/Makefile.in (file contents), Revision 941 by db, Sat May 2 02:02:59 2009 UTC vs.
ircd-hybrid-7.3/Makefile.in (file contents), Revision 1094 by michael, Sun Jun 13 10:09:34 2010 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.10.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.1 from Makefile.am.
2   # @configure_input@
3  
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 > # Inc.
7   # This Makefile.in is free software; the Free Software Foundation
8   # gives unlimited permission to copy and/or distribute it,
9   # with or without modifications, as long as this notice is preserved.
# Line 15 | Line 16
16   @SET_MAKE@
17   VPATH = @srcdir@
18   pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19   pkgincludedir = $(includedir)/@PACKAGE@
20 + pkglibdir = $(libdir)/@PACKAGE@
21 + pkglibexecdir = $(libexecdir)/@PACKAGE@
22   am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23   install_sh_DATA = $(install_sh) -c -m 644
24   install_sh_PROGRAM = $(install_sh) -c
# Line 35 | Line 37 | subdir = .
37   DIST_COMMON = README $(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 compile config.guess \
41 <        config.sub depcomp install-sh ltmain.sh missing ylwrap
40 >        AUTHORS COPYING INSTALL NEWS TODO config.guess config.sub \
41 >        depcomp install-sh ltmain.sh missing ylwrap
42   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44          $(top_srcdir)/configure.ac
# Line 47 | Line 49 | am__CONFIG_DISTCLEAN_FILES = config.stat
49   mkinstalldirs = $(install_sh) -d
50   CONFIG_HEADER = config.h
51   CONFIG_CLEAN_FILES = contrib/help/Makefile
52 + CONFIG_CLEAN_VPATH_FILES =
53   SOURCES =
54   DIST_SOURCES =
55   RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
# Line 58 | Line 61 | RECURSIVE_TARGETS = all-recursive check-
61          ps-recursive uninstall-recursive
62   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63    distclean-recursive maintainer-clean-recursive
64 + AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65 +        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66 +        distdir dist dist-all distcheck
67   ETAGS = etags
68   CTAGS = ctags
69   DIST_SUBDIRS = $(SUBDIRS)
# Line 65 | 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 >  { test ! -d "$(distdir)" \
75 >    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76 >         && rm -fr "$(distdir)"; }; }
77 > am__relativize = \
78 >  dir0=`pwd`; \
79 >  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
80 >  sed_rest='s,^[^/]*/*,,'; \
81 >  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
82 >  sed_butlast='s,/*[^/]*$$,,'; \
83 >  while test -n "$$dir1"; do \
84 >    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
85 >    if test "$$first" != "."; then \
86 >      if test "$$first" = ".."; then \
87 >        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
88 >        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
89 >      else \
90 >        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
91 >        if test "$$first2" = "$$first"; then \
92 >          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93 >        else \
94 >          dir2="../$$dir2"; \
95 >        fi; \
96 >        dir0="$$dir0"/"$$first"; \
97 >      fi; \
98 >    fi; \
99 >    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
100 >  done; \
101 >  reldir="$$dir2"
102   DIST_ARCHIVES = $(distdir).tar.gz
103   GZIP_ENV = --best
104   distuninstallcheck_listfiles = find . -type f -print
# Line 75 | Line 106 | distcleancheck_listfiles = find . -type
106   ACLOCAL = @ACLOCAL@
107   AMTAR = @AMTAR@
108   AR = @AR@
109 + ARGZ_H = @ARGZ_H@
110   AUTOCONF = @AUTOCONF@
111   AUTOHEADER = @AUTOHEADER@
112   AUTOMAKE = @AUTOMAKE@
# Line 84 | Line 116 | CCDEPMODE = @CCDEPMODE@
116   CFLAGS = @CFLAGS@
117   CPP = @CPP@
118   CPPFLAGS = @CPPFLAGS@
87 CXX = @CXX@
88 CXXCPP = @CXXCPP@
89 CXXDEPMODE = @CXXDEPMODE@
90 CXXFLAGS = @CXXFLAGS@
119   CYGPATH_W = @CYGPATH_W@
120   DATADIR = @DATADIR@
121   DEFS = @DEFS@
122   DEPDIR = @DEPDIR@
123   DSYMUTIL = @DSYMUTIL@
124 < ECHO = @ECHO@
124 > DUMPBIN = @DUMPBIN@
125   ECHO_C = @ECHO_C@
126   ECHO_N = @ECHO_N@
127   ECHO_T = @ECHO_T@
128   EGREP = @EGREP@
129   EXEEXT = @EXEEXT@
130 < F77 = @F77@
103 < FFLAGS = @FFLAGS@
130 > FGREP = @FGREP@
131   GREP = @GREP@
132   INCLTDL = @INCLTDL@
133   INSTALL = @INSTALL@
# Line 108 | Line 135 | INSTALL_DATA = @INSTALL_DATA@
135   INSTALL_PROGRAM = @INSTALL_PROGRAM@
136   INSTALL_SCRIPT = @INSTALL_SCRIPT@
137   INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 + LD = @LD@
139   LDFLAGS = @LDFLAGS@
140   LEX = @LEX@
141   LEXLIB = @LEXLIB@
142   LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
143 + LIBADD_DL = @LIBADD_DL@
144 + LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
145 + LIBADD_DLOPEN = @LIBADD_DLOPEN@
146 + LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
147   LIBDIR = @LIBDIR@
148   LIBLTDL = @LIBLTDL@
149   LIBOBJS = @LIBOBJS@
150   LIBS = @LIBS@
151   LIBTOOL = @LIBTOOL@
152 + LIPO = @LIPO@
153   LN_S = @LN_S@
154   LOCALSTATEDIR = @LOCALSTATEDIR@
155 + LTDLDEPS = @LTDLDEPS@
156 + LTDLINCL = @LTDLINCL@
157 + LTDLOPEN = @LTDLOPEN@
158   LTLIBOBJS = @LTLIBOBJS@
159 + LT_CONFIG_H = @LT_CONFIG_H@
160 + LT_DLLOADERS = @LT_DLLOADERS@
161 + LT_DLPREOPEN = @LT_DLPREOPEN@
162   MAINT = @MAINT@
163   MAKEINFO = @MAKEINFO@
164   MKDIR_P = @MKDIR_P@
165 + NM = @NM@
166   NMEDIT = @NMEDIT@
167 + OBJDUMP = @OBJDUMP@
168   OBJEXT = @OBJEXT@
169 + OTOOL = @OTOOL@
170 + OTOOL64 = @OTOOL64@
171   PACKAGE = @PACKAGE@
172   PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173   PACKAGE_NAME = @PACKAGE_NAME@
174   PACKAGE_STRING = @PACKAGE_STRING@
175   PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 + PACKAGE_URL = @PACKAGE_URL@
177   PACKAGE_VERSION = @PACKAGE_VERSION@
178   PATH_SEPARATOR = @PATH_SEPARATOR@
179   PREFIX = @PREFIX@
# Line 147 | Line 191 | abs_srcdir = @abs_srcdir@
191   abs_top_builddir = @abs_top_builddir@
192   abs_top_srcdir = @abs_top_srcdir@
193   ac_ct_CC = @ac_ct_CC@
194 < ac_ct_CXX = @ac_ct_CXX@
151 < ac_ct_F77 = @ac_ct_F77@
194 > ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195   am__include = @am__include@
196   am__leading_dot = @am__leading_dot@
197   am__quote = @am__quote@
# Line 179 | Line 222 | libdir = @libdir@
222   libexecdir = @libexecdir@
223   localedir = @localedir@
224   localstatedir = @localstatedir@
225 + ltdl_LIBOBJS = @ltdl_LIBOBJS@
226 + ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
227   mandir = @mandir@
228   mkdir_p = @mkdir_p@
229   oldincludedir = @oldincludedir@
# Line 189 | Line 234 | psdir = @psdir@
234   sbindir = @sbindir@
235   sharedstatedir = @sharedstatedir@
236   srcdir = @srcdir@
237 < subdirs = @subdirs@
237 > sys_symbol_underscore = @sys_symbol_underscore@
238   sysconfdir = @sysconfdir@
239   target_alias = @target_alias@
240   top_build_prefix = @top_build_prefix@
241   top_builddir = @top_builddir@
242   top_srcdir = @top_srcdir@
243   AUTOMAKE_OPTIONS = foreign
244 < SUBDIRS = tools libltdl doc etc help lib messages modules servlink src
244 > SUBDIRS = tools libltdl doc etc help messages modules servlink src
245   all: config.h
246          $(MAKE) $(AM_MAKEFLAGS) all-recursive
247  
# Line 207 | Line 252 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
252          @for dep in $?; do \
253            case '$(am__configure_deps)' in \
254              *$$dep*) \
255 <              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
256 <              cd $(srcdir) && $(AUTOMAKE) --foreign  \
255 >              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
256 >              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
257                  && exit 0; \
258                exit 1;; \
259            esac; \
260          done; \
261 <        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
262 <        cd $(top_srcdir) && \
263 <          $(AUTOMAKE) --foreign  Makefile
261 >        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
262 >        $(am__cd) $(top_srcdir) && \
263 >          $(AUTOMAKE) --foreign Makefile
264   .PRECIOUS: Makefile
265   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266          @case '$?' in \
# Line 231 | Line 276 | $(top_builddir)/config.status: $(top_src
276          $(SHELL) ./config.status --recheck
277  
278   $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279 <        cd $(srcdir) && $(AUTOCONF)
279 >        $(am__cd) $(srcdir) && $(AUTOCONF)
280   $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281 <        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
281 >        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282 > $(am__aclocal_m4_deps):
283  
284   config.h: stamp-h1
285          @if test ! -f $@; then \
# Line 245 | Line 291 | stamp-h1: $(srcdir)/config.h.in $(top_bu
291          @rm -f stamp-h1
292          cd $(top_builddir) && $(SHELL) ./config.status config.h
293   $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
294 <        cd $(top_srcdir) && $(AUTOHEADER)
294 >        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
295          rm -f stamp-h1
296          touch $@
297  
# Line 261 | Line 307 | clean-libtool:
307          -rm -rf .libs _libs
308  
309   distclean-libtool:
310 <        -rm -f libtool
310 >        -rm -f libtool config.lt
311  
312   # This directory's subdirectories are mostly independent; you can cd
313   # into them and run `make' without going through this Makefile.
# Line 270 | Line 316 | distclean-libtool:
316   #     (which will cause the Makefiles to be regenerated when you run `make');
317   # (2) otherwise, pass the desired values on the `make' command line.
318   $(RECURSIVE_TARGETS):
319 <        @failcom='exit 1'; \
319 >        @fail= failcom='exit 1'; \
320          for f in x $$MAKEFLAGS; do \
321            case $$f in \
322              *=* | --[!k]*);; \
# Line 287 | Line 333 | $(RECURSIVE_TARGETS):
333            else \
334              local_target="$$target"; \
335            fi; \
336 <          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336 >          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337            || eval $$failcom; \
338          done; \
339          if test "$$dot_seen" = "no"; then \
# Line 295 | Line 341 | $(RECURSIVE_TARGETS):
341          fi; test -z "$$fail"
342  
343   $(RECURSIVE_CLEAN_TARGETS):
344 <        @failcom='exit 1'; \
344 >        @fail= failcom='exit 1'; \
345          for f in x $$MAKEFLAGS; do \
346            case $$f in \
347              *=* | --[!k]*);; \
# Line 321 | Line 367 | $(RECURSIVE_CLEAN_TARGETS):
367            else \
368              local_target="$$target"; \
369            fi; \
370 <          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370 >          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371            || eval $$failcom; \
372          done && test -z "$$fail"
373   tags-recursive:
374          list='$(SUBDIRS)'; for subdir in $$list; do \
375 <          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
375 >          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376          done
377   ctags-recursive:
378          list='$(SUBDIRS)'; for subdir in $$list; do \
379 <          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
379 >          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380          done
381  
382   ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
# Line 338 | Line 384 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
384          unique=`for i in $$list; do \
385              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386            done | \
387 <          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
387 >          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388                END { if (nonempty) { for (i in files) print i; }; }'`; \
389          mkid -fID $$unique
390   tags: TAGS
391  
392   TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
393                  $(TAGS_FILES) $(LISP)
394 <        tags=; \
394 >        set x; \
395          here=`pwd`; \
396          if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
397            include_option=--etags-include; \
# Line 357 | Line 403 | TAGS: tags-recursive $(HEADERS) $(SOURCE
403          list='$(SUBDIRS)'; for subdir in $$list; do \
404            if test "$$subdir" = .; then :; else \
405              test ! -f $$subdir/TAGS || \
406 <              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
406 >              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
407            fi; \
408          done; \
409          list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
# Line 366 | Line 412 | TAGS: tags-recursive $(HEADERS) $(SOURCE
412            done | \
413            $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414                END { if (nonempty) { for (i in files) print i; }; }'`; \
415 <        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
415 >        shift; \
416 >        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417            test -n "$$unique" || unique=$$empty_fix; \
418 <          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419 <            $$tags $$unique; \
418 >          if test $$# -gt 0; then \
419 >            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420 >              "$$@" $$unique; \
421 >          else \
422 >            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423 >              $$unique; \
424 >          fi; \
425          fi
426   ctags: CTAGS
427   CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
428                  $(TAGS_FILES) $(LISP)
377        tags=; \
429          list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430          unique=`for i in $$list; do \
431              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432            done | \
433            $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434                END { if (nonempty) { for (i in files) print i; }; }'`; \
435 <        test -z "$(CTAGS_ARGS)$$tags$$unique" \
435 >        test -z "$(CTAGS_ARGS)$$unique" \
436            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437 <             $$tags $$unique
437 >             $$unique
438  
439   GTAGS:
440          here=`$(am__cd) $(top_builddir) && pwd` \
441 <          && cd $(top_srcdir) \
442 <          && gtags -i $(GTAGS_ARGS) $$here
441 >          && $(am__cd) $(top_srcdir) \
442 >          && gtags -i $(GTAGS_ARGS) "$$here"
443  
444   distclean-tags:
445          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446  
447   distdir: $(DISTFILES)
448          $(am__remove_distdir)
449 <        test -d $(distdir) || mkdir $(distdir)
449 >        test -d "$(distdir)" || mkdir "$(distdir)"
450          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452          list='$(DISTFILES)'; \
# Line 411 | Line 462 | distdir: $(DISTFILES)
462            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463            if test -d $$d/$$file; then \
464              dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465 +            if test -d "$(distdir)/$$file"; then \
466 +              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 +            fi; \
468              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
469 <              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
469 >              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470 >              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471              fi; \
472 <            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
472 >            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
473            else \
474 <            test -f $(distdir)/$$file \
475 <            || cp -p $$d/$$file $(distdir)/$$file \
474 >            test -f "$(distdir)/$$file" \
475 >            || cp -p $$d/$$file "$(distdir)/$$file" \
476              || exit 1; \
477            fi; \
478          done
479 <        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479 >        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
480            if test "$$subdir" = .; then :; else \
481              test -d "$(distdir)/$$subdir" \
482              || $(MKDIR_P) "$(distdir)/$$subdir" \
483              || exit 1; \
484 <            distdir=`$(am__cd) $(distdir) && pwd`; \
485 <            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
486 <            (cd $$subdir && \
484 >          fi; \
485 >        done
486 >        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487 >          if test "$$subdir" = .; then :; else \
488 >            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
489 >            $(am__relativize); \
490 >            new_distdir=$$reldir; \
491 >            dir1=$$subdir; dir2="$(top_distdir)"; \
492 >            $(am__relativize); \
493 >            new_top_distdir=$$reldir; \
494 >            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
495 >            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
496 >            ($(am__cd) $$subdir && \
497                $(MAKE) $(AM_MAKEFLAGS) \
498 <                top_distdir="$$top_distdir" \
499 <                distdir="$$distdir/$$subdir" \
498 >                top_distdir="$$new_top_distdir" \
499 >                distdir="$$new_distdir" \
500                  am__remove_distdir=: \
501                  am__skip_length_check=: \
502 +                am__skip_mode_fix=: \
503                  distdir) \
504                || exit 1; \
505            fi; \
506          done
507 <        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
507 >        -test -n "$(am__skip_mode_fix)" \
508 >        || find "$(distdir)" -type d ! -perm -755 \
509 >                -exec chmod u+rwx,go+rx {} \; -o \
510            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
511            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
512            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
513 <        || chmod -R a+r $(distdir)
513 >        || chmod -R a+r "$(distdir)"
514   dist-gzip: distdir
515          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
516          $(am__remove_distdir)
# Line 455 | Line 523 | dist-lzma: distdir
523          tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
524          $(am__remove_distdir)
525  
526 + dist-xz: distdir
527 +        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
528 +        $(am__remove_distdir)
529 +
530   dist-tarZ: distdir
531          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
532          $(am__remove_distdir)
# Line 478 | Line 550 | dist dist-all: distdir
550   distcheck: dist
551          case '$(DIST_ARCHIVES)' in \
552          *.tar.gz*) \
553 <          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
553 >          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
554          *.tar.bz2*) \
555 <          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
555 >          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
556          *.tar.lzma*) \
557 <          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
557 >          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
558 >        *.tar.xz*) \
559 >          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
560          *.tar.Z*) \
561            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
562          *.shar.gz*) \
563 <          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
563 >          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
564          *.zip*) \
565            unzip $(distdir).zip ;;\
566          esac
# Line 494 | Line 568 | distcheck: dist
568          mkdir $(distdir)/_build
569          mkdir $(distdir)/_inst
570          chmod a-w $(distdir)
571 +        test -d $(distdir)/_build || exit 0; \
572          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
573            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
574 <          && cd $(distdir)/_build \
574 >          && am__cwd=`pwd` \
575 >          && $(am__cd) $(distdir)/_build \
576            && ../configure --srcdir=.. --prefix="$$dc_install_base" \
577              $(DISTCHECK_CONFIGURE_FLAGS) \
578            && $(MAKE) $(AM_MAKEFLAGS) \
# Line 518 | Line 594 | distcheck: dist
594            && rm -rf "$$dc_destdir" \
595            && $(MAKE) $(AM_MAKEFLAGS) dist \
596            && rm -rf $(DIST_ARCHIVES) \
597 <          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
597 >          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
598 >          && cd "$$am__cwd" \
599 >          || exit 1
600          $(am__remove_distdir)
601          @(echo "$(distdir) archives ready for distribution: "; \
602            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
603            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
604   distuninstallcheck:
605 <        @cd $(distuninstallcheck_dir) \
605 >        @$(am__cd) '$(distuninstallcheck_dir)' \
606          && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
607             || { echo "ERROR: files left after uninstall:" ; \
608                  if test -n "$(DESTDIR)"; then \
# Line 566 | Line 644 | clean-generic:
644  
645   distclean-generic:
646          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
647 +        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648  
649   maintainer-clean-generic:
650          @echo "This command is intended for maintainers to use"
# Line 586 | Line 665 | dvi-am:
665  
666   html: html-recursive
667  
668 + html-am:
669 +
670   info: info-recursive
671  
672   info-am:
# Line 594 | Line 675 | install-data-am: install-data-local
675  
676   install-dvi: install-dvi-recursive
677  
678 + install-dvi-am:
679 +
680   install-exec-am:
681  
682   install-html: install-html-recursive
683  
684 + install-html-am:
685 +
686   install-info: install-info-recursive
687  
688 + install-info-am:
689 +
690   install-man:
691  
692   install-pdf: install-pdf-recursive
693  
694 + install-pdf-am:
695 +
696   install-ps: install-ps-recursive
697  
698 + install-ps-am:
699 +
700   installcheck-am:
701  
702   maintainer-clean: maintainer-clean-recursive
# Line 628 | Line 719 | ps-am:
719  
720   uninstall-am:
721  
722 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
723 <        install-strip
722 > .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
723 >        ctags-recursive install-am install-strip tags-recursive
724  
725   .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726          all all-am am--refresh check check-am clean clean-generic \
727          clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
728 <        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
729 <        distclean distclean-generic distclean-hdr distclean-libtool \
730 <        distclean-tags distcleancheck distdir distuninstallcheck dvi \
731 <        dvi-am html html-am info info-am install install-am \
732 <        install-data install-data-am install-data-local install-dvi \
733 <        install-dvi-am install-exec install-exec-am install-html \
734 <        install-html-am install-info install-info-am install-man \
735 <        install-pdf install-pdf-am install-ps install-ps-am \
736 <        install-strip installcheck installcheck-am installdirs \
737 <        installdirs-am maintainer-clean maintainer-clean-generic \
738 <        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
739 <        ps ps-am tags tags-recursive uninstall uninstall-am
728 >        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
729 >        distcheck distclean distclean-generic distclean-hdr \
730 >        distclean-libtool distclean-tags distcleancheck distdir \
731 >        distuninstallcheck dvi dvi-am html html-am info info-am \
732 >        install install-am install-data install-data-am \
733 >        install-data-local install-dvi install-dvi-am install-exec \
734 >        install-exec-am install-html install-html-am install-info \
735 >        install-info-am install-man install-pdf install-pdf-am \
736 >        install-ps install-ps-am install-strip installcheck \
737 >        installcheck-am installdirs installdirs-am maintainer-clean \
738 >        maintainer-clean-generic mostlyclean mostlyclean-generic \
739 >        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
740 >        uninstall uninstall-am
741  
742  
743   install-data-local:
744          $(INSTALL) -d $(DESTDIR)${localstatedir}/log
745          $(INSTALL) -d $(DESTDIR)${localstatedir}/run
746 +
747   # Tell versions [3.59,3.63) of GNU make to not export all variables.
748   # Otherwise a system limit (for SysV at least) may be exceeded.
749   .NOEXPORT:

Diff Legend

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