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

Comparing:
ircd-hybrid-7.2/Makefile.in (file contents), Revision 919 by michael, Thu Nov 8 07:26:25 2007 UTC vs.
ircd-hybrid-7.3/Makefile.in (file contents), Revision 1092 by michael, Thu Mar 25 11:10:59 2010 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.10 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  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 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 < ECHO = @ECHO@
123 > DSYMUTIL = @DSYMUTIL@
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@
102 < FFLAGS = @FFLAGS@
130 > FGREP = @FGREP@
131   GREP = @GREP@
132   INCLTDL = @INCLTDL@
133   INSTALL = @INSTALL@
# Line 107 | 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 145 | 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@
149 < 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 177 | Line 222 | libdir = @libdir@
222   libexecdir = @libexecdir@
223   localedir = @localedir@
224   localstatedir = @localstatedir@
225 + lt_ECHO = @lt_ECHO@
226 + ltdl_LIBOBJS = @ltdl_LIBOBJS@
227 + ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
228   mandir = @mandir@
229   mkdir_p = @mkdir_p@
230   oldincludedir = @oldincludedir@
# Line 187 | Line 235 | psdir = @psdir@
235   sbindir = @sbindir@
236   sharedstatedir = @sharedstatedir@
237   srcdir = @srcdir@
238 < subdirs = @subdirs@
238 > sys_symbol_underscore = @sys_symbol_underscore@
239   sysconfdir = @sysconfdir@
240   target_alias = @target_alias@
241 + top_build_prefix = @top_build_prefix@
242   top_builddir = @top_builddir@
243   top_srcdir = @top_srcdir@
244   AUTOMAKE_OPTIONS = foreign
245 < SUBDIRS = libltdl doc etc help lib messages modules servlink src
245 > SUBDIRS = tools libltdl doc etc help messages modules servlink src
246   all: config.h
247          $(MAKE) $(AM_MAKEFLAGS) all-recursive
248  
# Line 204 | Line 253 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
253          @for dep in $?; do \
254            case '$(am__configure_deps)' in \
255              *$$dep*) \
256 <              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
257 <              cd $(srcdir) && $(AUTOMAKE) --foreign  \
256 >              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
257 >              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
258                  && exit 0; \
259                exit 1;; \
260            esac; \
261          done; \
262 <        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
263 <        cd $(top_srcdir) && \
264 <          $(AUTOMAKE) --foreign  Makefile
262 >        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
263 >        $(am__cd) $(top_srcdir) && \
264 >          $(AUTOMAKE) --foreign Makefile
265   .PRECIOUS: Makefile
266   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267          @case '$?' in \
# Line 228 | Line 277 | $(top_builddir)/config.status: $(top_src
277          $(SHELL) ./config.status --recheck
278  
279   $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
280 <        cd $(srcdir) && $(AUTOCONF)
280 >        $(am__cd) $(srcdir) && $(AUTOCONF)
281   $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
282 <        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282 >        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
283 > $(am__aclocal_m4_deps):
284  
285   config.h: stamp-h1
286          @if test ! -f $@; then \
# Line 242 | Line 292 | stamp-h1: $(srcdir)/config.h.in $(top_bu
292          @rm -f stamp-h1
293          cd $(top_builddir) && $(SHELL) ./config.status config.h
294   $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
295 <        cd $(top_srcdir) && $(AUTOHEADER)
295 >        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
296          rm -f stamp-h1
297          touch $@
298  
# Line 258 | Line 308 | clean-libtool:
308          -rm -rf .libs _libs
309  
310   distclean-libtool:
311 <        -rm -f libtool
311 >        -rm -f libtool config.lt
312  
313   # This directory's subdirectories are mostly independent; you can cd
314   # into them and run `make' without going through this Makefile.
# Line 267 | Line 317 | distclean-libtool:
317   #     (which will cause the Makefiles to be regenerated when you run `make');
318   # (2) otherwise, pass the desired values on the `make' command line.
319   $(RECURSIVE_TARGETS):
320 <        @failcom='exit 1'; \
320 >        @fail= failcom='exit 1'; \
321          for f in x $$MAKEFLAGS; do \
322            case $$f in \
323              *=* | --[!k]*);; \
# Line 284 | Line 334 | $(RECURSIVE_TARGETS):
334            else \
335              local_target="$$target"; \
336            fi; \
337 <          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337 >          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338            || eval $$failcom; \
339          done; \
340          if test "$$dot_seen" = "no"; then \
# Line 292 | Line 342 | $(RECURSIVE_TARGETS):
342          fi; test -z "$$fail"
343  
344   $(RECURSIVE_CLEAN_TARGETS):
345 <        @failcom='exit 1'; \
345 >        @fail= failcom='exit 1'; \
346          for f in x $$MAKEFLAGS; do \
347            case $$f in \
348              *=* | --[!k]*);; \
# Line 318 | Line 368 | $(RECURSIVE_CLEAN_TARGETS):
368            else \
369              local_target="$$target"; \
370            fi; \
371 <          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371 >          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372            || eval $$failcom; \
373          done && test -z "$$fail"
374   tags-recursive:
375          list='$(SUBDIRS)'; for subdir in $$list; do \
376 <          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376 >          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
377          done
378   ctags-recursive:
379          list='$(SUBDIRS)'; for subdir in $$list; do \
380 <          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380 >          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
381          done
382  
383   ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
# Line 335 | Line 385 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
385          unique=`for i in $$list; do \
386              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387            done | \
388 <          $(AWK) '    { files[$$0] = 1; } \
389 <               END { for (i in files) print i; }'`; \
388 >          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389 >              END { if (nonempty) { for (i in files) print i; }; }'`; \
390          mkid -fID $$unique
391   tags: TAGS
392  
393   TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
394                  $(TAGS_FILES) $(LISP)
395 <        tags=; \
395 >        set x; \
396          here=`pwd`; \
397          if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
398            include_option=--etags-include; \
# Line 354 | Line 404 | TAGS: tags-recursive $(HEADERS) $(SOURCE
404          list='$(SUBDIRS)'; for subdir in $$list; do \
405            if test "$$subdir" = .; then :; else \
406              test ! -f $$subdir/TAGS || \
407 <              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
407 >              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
408            fi; \
409          done; \
410          list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
411          unique=`for i in $$list; do \
412              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413            done | \
414 <          $(AWK) '    { files[$$0] = 1; } \
415 <               END { for (i in files) print i; }'`; \
416 <        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
414 >          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415 >              END { if (nonempty) { for (i in files) print i; }; }'`; \
416 >        shift; \
417 >        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418            test -n "$$unique" || unique=$$empty_fix; \
419 <          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420 <            $$tags $$unique; \
419 >          if test $$# -gt 0; then \
420 >            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 >              "$$@" $$unique; \
422 >          else \
423 >            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424 >              $$unique; \
425 >          fi; \
426          fi
427   ctags: CTAGS
428   CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
429                  $(TAGS_FILES) $(LISP)
374        tags=; \
375        here=`pwd`; \
430          list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
431          unique=`for i in $$list; do \
432              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433            done | \
434 <          $(AWK) '    { files[$$0] = 1; } \
435 <               END { for (i in files) print i; }'`; \
436 <        test -z "$(CTAGS_ARGS)$$tags$$unique" \
434 >          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435 >              END { if (nonempty) { for (i in files) print i; }; }'`; \
436 >        test -z "$(CTAGS_ARGS)$$unique" \
437            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438 <             $$tags $$unique
438 >             $$unique
439  
440   GTAGS:
441          here=`$(am__cd) $(top_builddir) && pwd` \
442 <          && cd $(top_srcdir) \
443 <          && gtags -i $(GTAGS_ARGS) $$here
442 >          && $(am__cd) $(top_srcdir) \
443 >          && gtags -i $(GTAGS_ARGS) "$$here"
444  
445   distclean-tags:
446          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447  
448   distdir: $(DISTFILES)
449          $(am__remove_distdir)
450 <        test -d $(distdir) || mkdir $(distdir)
450 >        test -d "$(distdir)" || mkdir "$(distdir)"
451          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453          list='$(DISTFILES)'; \
# Line 409 | Line 463 | distdir: $(DISTFILES)
463            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464            if test -d $$d/$$file; then \
465              dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
466 +            if test -d "$(distdir)/$$file"; then \
467 +              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468 +            fi; \
469              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
470 <              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
470 >              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
471 >              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472              fi; \
473 <            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
473 >            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474            else \
475 <            test -f $(distdir)/$$file \
476 <            || cp -p $$d/$$file $(distdir)/$$file \
475 >            test -f "$(distdir)/$$file" \
476 >            || cp -p $$d/$$file "$(distdir)/$$file" \
477              || exit 1; \
478            fi; \
479          done
480 <        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
480 >        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
481            if test "$$subdir" = .; then :; else \
482              test -d "$(distdir)/$$subdir" \
483              || $(MKDIR_P) "$(distdir)/$$subdir" \
484              || exit 1; \
485 <            distdir=`$(am__cd) $(distdir) && pwd`; \
486 <            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
487 <            (cd $$subdir && \
485 >          fi; \
486 >        done
487 >        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488 >          if test "$$subdir" = .; then :; else \
489 >            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
490 >            $(am__relativize); \
491 >            new_distdir=$$reldir; \
492 >            dir1=$$subdir; dir2="$(top_distdir)"; \
493 >            $(am__relativize); \
494 >            new_top_distdir=$$reldir; \
495 >            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
496 >            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
497 >            ($(am__cd) $$subdir && \
498                $(MAKE) $(AM_MAKEFLAGS) \
499 <                top_distdir="$$top_distdir" \
500 <                distdir="$$distdir/$$subdir" \
499 >                top_distdir="$$new_top_distdir" \
500 >                distdir="$$new_distdir" \
501                  am__remove_distdir=: \
502                  am__skip_length_check=: \
503 +                am__skip_mode_fix=: \
504                  distdir) \
505                || exit 1; \
506            fi; \
507          done
508 <        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
508 >        -test -n "$(am__skip_mode_fix)" \
509 >        || find "$(distdir)" -type d ! -perm -755 \
510 >                -exec chmod u+rwx,go+rx {} \; -o \
511            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
512            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
513            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
514 <        || chmod -R a+r $(distdir)
514 >        || chmod -R a+r "$(distdir)"
515   dist-gzip: distdir
516          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
517          $(am__remove_distdir)
# Line 449 | Line 520 | dist-bzip2: distdir
520          tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
521          $(am__remove_distdir)
522  
523 + dist-lzma: distdir
524 +        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
525 +        $(am__remove_distdir)
526 +
527 + dist-xz: distdir
528 +        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
529 +        $(am__remove_distdir)
530 +
531   dist-tarZ: distdir
532          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
533          $(am__remove_distdir)
# Line 472 | Line 551 | dist dist-all: distdir
551   distcheck: dist
552          case '$(DIST_ARCHIVES)' in \
553          *.tar.gz*) \
554 <          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
554 >          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
555          *.tar.bz2*) \
556 <          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
556 >          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
557 >        *.tar.lzma*) \
558 >          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
559 >        *.tar.xz*) \
560 >          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
561          *.tar.Z*) \
562            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
563          *.shar.gz*) \
564 <          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
564 >          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
565          *.zip*) \
566            unzip $(distdir).zip ;;\
567          esac
# Line 486 | Line 569 | distcheck: dist
569          mkdir $(distdir)/_build
570          mkdir $(distdir)/_inst
571          chmod a-w $(distdir)
572 +        test -d $(distdir)/_build || exit 0; \
573          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
574            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
575 <          && cd $(distdir)/_build \
575 >          && am__cwd=`pwd` \
576 >          && $(am__cd) $(distdir)/_build \
577            && ../configure --srcdir=.. --prefix="$$dc_install_base" \
578              $(DISTCHECK_CONFIGURE_FLAGS) \
579            && $(MAKE) $(AM_MAKEFLAGS) \
# Line 510 | Line 595 | distcheck: dist
595            && rm -rf "$$dc_destdir" \
596            && $(MAKE) $(AM_MAKEFLAGS) dist \
597            && rm -rf $(DIST_ARCHIVES) \
598 <          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
598 >          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
599 >          && cd "$$am__cwd" \
600 >          || exit 1
601          $(am__remove_distdir)
602          @(echo "$(distdir) archives ready for distribution: "; \
603            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
604            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
605   distuninstallcheck:
606 <        @cd $(distuninstallcheck_dir) \
606 >        @$(am__cd) '$(distuninstallcheck_dir)' \
607          && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
608             || { echo "ERROR: files left after uninstall:" ; \
609                  if test -n "$(DESTDIR)"; then \
# Line 558 | Line 645 | clean-generic:
645  
646   distclean-generic:
647          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
648 +        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
649  
650   maintainer-clean-generic:
651          @echo "This command is intended for maintainers to use"
# Line 578 | Line 666 | dvi-am:
666  
667   html: html-recursive
668  
669 + html-am:
670 +
671   info: info-recursive
672  
673   info-am:
# Line 586 | Line 676 | install-data-am: install-data-local
676  
677   install-dvi: install-dvi-recursive
678  
679 + install-dvi-am:
680 +
681   install-exec-am:
682  
683   install-html: install-html-recursive
684  
685 + install-html-am:
686 +
687   install-info: install-info-recursive
688  
689 + install-info-am:
690 +
691   install-man:
692  
693   install-pdf: install-pdf-recursive
694  
695 + install-pdf-am:
696 +
697   install-ps: install-ps-recursive
698  
699 + install-ps-am:
700 +
701   installcheck-am:
702  
703   maintainer-clean: maintainer-clean-recursive
# Line 620 | Line 720 | ps-am:
720  
721   uninstall-am:
722  
723 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
724 <        install-strip
723 > .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
724 >        ctags-recursive install-am install-strip tags-recursive
725  
726   .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
727          all all-am am--refresh check check-am clean clean-generic \
728          clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
729 <        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
730 <        distclean-generic distclean-hdr distclean-libtool \
731 <        distclean-tags distcleancheck distdir distuninstallcheck dvi \
732 <        dvi-am html html-am info info-am install install-am \
733 <        install-data install-data-am install-data-local install-dvi \
734 <        install-dvi-am install-exec install-exec-am install-html \
735 <        install-html-am install-info install-info-am install-man \
736 <        install-pdf install-pdf-am install-ps install-ps-am \
737 <        install-strip installcheck installcheck-am installdirs \
738 <        installdirs-am maintainer-clean maintainer-clean-generic \
739 <        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
740 <        ps ps-am tags tags-recursive uninstall uninstall-am
729 >        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
730 >        distcheck distclean distclean-generic distclean-hdr \
731 >        distclean-libtool distclean-tags distcleancheck distdir \
732 >        distuninstallcheck dvi dvi-am html html-am info info-am \
733 >        install install-am install-data install-data-am \
734 >        install-data-local install-dvi install-dvi-am install-exec \
735 >        install-exec-am install-html install-html-am install-info \
736 >        install-info-am install-man install-pdf install-pdf-am \
737 >        install-ps install-ps-am install-strip installcheck \
738 >        installcheck-am installdirs installdirs-am maintainer-clean \
739 >        maintainer-clean-generic mostlyclean mostlyclean-generic \
740 >        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
741 >        uninstall uninstall-am
742  
743  
744   install-data-local:
745          $(INSTALL) -d $(DESTDIR)${localstatedir}/log
746          $(INSTALL) -d $(DESTDIR)${localstatedir}/run
747 +
748   # Tell versions [3.59,3.63) of GNU make to not export all variables.
749   # Otherwise a system limit (for SysV at least) may be exceeded.
750   .NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines