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

Comparing:
ircd-hybrid-7.2/help/Makefile.in (file contents), Revision 945 by michael, Mon Jul 20 15:48:27 2009 UTC vs.
ircd-hybrid/trunk/help/Makefile.in (file contents), Revision 3838 by michael, Thu Jun 5 00:33:36 2014 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.14.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, 2009  Free Software Foundation,
6 < # Inc.
4 > # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5 >
6   # This Makefile.in is free software; the Free Software Foundation
7   # gives unlimited permission to copy and/or distribute it,
8   # with or without modifications, as long as this notice is preserved.
# Line 14 | Line 13
13   # PARTICULAR PURPOSE.
14  
15   @SET_MAKE@
16 +
17   VPATH = @srcdir@
18 + am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 + am__make_running_with_option = \
20 +  case $${target_option-} in \
21 +      ?) ;; \
22 +      *) echo "am__make_running_with_option: internal error: invalid" \
23 +              "target option '$${target_option-}' specified" >&2; \
24 +         exit 1;; \
25 +  esac; \
26 +  has_opt=no; \
27 +  sane_makeflags=$$MAKEFLAGS; \
28 +  if $(am__is_gnu_make); then \
29 +    sane_makeflags=$$MFLAGS; \
30 +  else \
31 +    case $$MAKEFLAGS in \
32 +      *\\[\ \   ]*) \
33 +        bs=\\; \
34 +        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 +          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36 +    esac; \
37 +  fi; \
38 +  skip_next=no; \
39 +  strip_trailopt () \
40 +  { \
41 +    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 +  }; \
43 +  for flg in $$sane_makeflags; do \
44 +    test $$skip_next = yes && { skip_next=no; continue; }; \
45 +    case $$flg in \
46 +      *=*|--*) continue;; \
47 +        -*I) strip_trailopt 'I'; skip_next=yes;; \
48 +      -*I?*) strip_trailopt 'I';; \
49 +        -*O) strip_trailopt 'O'; skip_next=yes;; \
50 +      -*O?*) strip_trailopt 'O';; \
51 +        -*l) strip_trailopt 'l'; skip_next=yes;; \
52 +      -*l?*) strip_trailopt 'l';; \
53 +      -[dEDm]) skip_next=yes;; \
54 +      -[JT]) skip_next=yes;; \
55 +    esac; \
56 +    case $$flg in \
57 +      *$$target_option*) has_opt=yes; break;; \
58 +    esac; \
59 +  done; \
60 +  test $$has_opt = yes
61 + am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 + am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63   pkgdatadir = $(datadir)/@PACKAGE@
64   pkgincludedir = $(includedir)/@PACKAGE@
65   pkglibdir = $(libdir)/@PACKAGE@
# Line 34 | Line 79 | POST_UNINSTALL = :
79   build_triplet = @build@
80   host_triplet = @host@
81   subdir = help
82 < DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
82 > DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 >        $(dist_helpf_DATA)
84   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 < am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
86 <        $(top_srcdir)/configure.ac
85 > am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
86 >        $(top_srcdir)/m4/argz.m4 \
87 >        $(top_srcdir)/m4/ax_append_compile_flags.m4 \
88 >        $(top_srcdir)/m4/ax_append_flag.m4 \
89 >        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
90 >        $(top_srcdir)/m4/ax_check_openssl.m4 \
91 >        $(top_srcdir)/m4/ax_require_defined.m4 \
92 >        $(top_srcdir)/m4/gcc_stack_protect.m4 \
93 >        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
94 >        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95 >        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96 >        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
97   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98          $(ACLOCAL_M4)
99   mkinstalldirs = $(install_sh) -d
100   CONFIG_HEADER = $(top_builddir)/config.h
101   CONFIG_CLEAN_FILES =
102   CONFIG_CLEAN_VPATH_FILES =
103 + AM_V_P = $(am__v_P_@AM_V@)
104 + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 + am__v_P_0 = false
106 + am__v_P_1 = :
107 + AM_V_GEN = $(am__v_GEN_@AM_V@)
108 + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 + am__v_GEN_0 = @echo "  GEN     " $@;
110 + am__v_GEN_1 =
111 + AM_V_at = $(am__v_at_@AM_V@)
112 + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 + am__v_at_0 = @
114 + am__v_at_1 =
115   SOURCES =
116   DIST_SOURCES =
117 < RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118 <        html-recursive info-recursive install-data-recursive \
119 <        install-dvi-recursive install-exec-recursive \
120 <        install-html-recursive install-info-recursive \
121 <        install-pdf-recursive install-ps-recursive install-recursive \
122 <        installcheck-recursive installdirs-recursive pdf-recursive \
123 <        ps-recursive uninstall-recursive
124 < RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
125 <  distclean-recursive maintainer-clean-recursive
126 < AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
127 <        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
128 <        distdir
129 < ETAGS = etags
130 < CTAGS = ctags
131 < DIST_SUBDIRS = $(SUBDIRS)
117 > am__can_run_installinfo = \
118 >  case $$AM_UPDATE_INFO_DIR in \
119 >    n|no|NO) false;; \
120 >    *) (install-info --version) >/dev/null 2>&1;; \
121 >  esac
122 > am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 > am__vpath_adj = case $$p in \
124 >    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 >    *) f=$$p;; \
126 >  esac;
127 > am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 > am__install_max = 40
129 > am__nobase_strip_setup = \
130 >  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 > am__nobase_strip = \
132 >  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 > am__nobase_list = $(am__nobase_strip_setup); \
134 >  for p in $$list; do echo "$$p $$p"; done | \
135 >  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 >  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 >    if (++n[$$2] == $(am__install_max)) \
138 >      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 >    END { for (dir in files) print dir, files[dir] }'
140 > am__base_list = \
141 >  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 >  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 > am__uninstall_files_from_dir = { \
144 >  test -z "$$files" \
145 >    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 >    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 >         $(am__cd) "$$dir" && rm -f $$files; }; \
148 >  }
149 > am__installdirs = "$(DESTDIR)$(helpfdir)"
150 > DATA = $(dist_helpf_DATA)
151 > am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
152   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66  dir0=`pwd`; \
67  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68  sed_rest='s,^[^/]*/*,,'; \
69  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70  sed_butlast='s,/*[^/]*$$,,'; \
71  while test -n "$$dir1"; do \
72    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73    if test "$$first" != "."; then \
74      if test "$$first" = ".."; then \
75        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77      else \
78        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79        if test "$$first2" = "$$first"; then \
80          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81        else \
82          dir2="../$$dir2"; \
83        fi; \
84        dir0="$$dir0"/"$$first"; \
85      fi; \
86    fi; \
87    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88  done; \
89  reldir="$$dir2"
153   ACLOCAL = @ACLOCAL@
154   AMTAR = @AMTAR@
155 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156   AR = @AR@
157   ARGZ_H = @ARGZ_H@
158   AUTOCONF = @AUTOCONF@
# Line 104 | Line 168 | CYGPATH_W = @CYGPATH_W@
168   DATADIR = @DATADIR@
169   DEFS = @DEFS@
170   DEPDIR = @DEPDIR@
171 + DLLTOOL = @DLLTOOL@
172   DSYMUTIL = @DSYMUTIL@
173   DUMPBIN = @DUMPBIN@
174   ECHO_C = @ECHO_C@
# Line 145 | Line 210 | LT_DLLOADERS = @LT_DLLOADERS@
210   LT_DLPREOPEN = @LT_DLPREOPEN@
211   MAINT = @MAINT@
212   MAKEINFO = @MAKEINFO@
213 + MANIFEST_TOOL = @MANIFEST_TOOL@
214   MKDIR_P = @MKDIR_P@
215   NM = @NM@
216   NMEDIT = @NMEDIT@
# Line 157 | Line 223 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223   PACKAGE_NAME = @PACKAGE_NAME@
224   PACKAGE_STRING = @PACKAGE_STRING@
225   PACKAGE_TARNAME = @PACKAGE_TARNAME@
226 + PACKAGE_URL = @PACKAGE_URL@
227   PACKAGE_VERSION = @PACKAGE_VERSION@
228   PATH_SEPARATOR = @PATH_SEPARATOR@
229   PREFIX = @PREFIX@
# Line 173 | Line 240 | abs_builddir = @abs_builddir@
240   abs_srcdir = @abs_srcdir@
241   abs_top_builddir = @abs_top_builddir@
242   abs_top_srcdir = @abs_top_srcdir@
243 + ac_ct_AR = @ac_ct_AR@
244   ac_ct_CC = @ac_ct_CC@
245   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
246   am__include = @am__include@
# Line 205 | Line 273 | libdir = @libdir@
273   libexecdir = @libexecdir@
274   localedir = @localedir@
275   localstatedir = @localstatedir@
208 lt_ECHO = @lt_ECHO@
276   ltdl_LIBOBJS = @ltdl_LIBOBJS@
277   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
278   mandir = @mandir@
# Line 218 | Line 285 | psdir = @psdir@
285   sbindir = @sbindir@
286   sharedstatedir = @sharedstatedir@
287   srcdir = @srcdir@
221 subdirs = @subdirs@
288   sys_symbol_underscore = @sys_symbol_underscore@
289   sysconfdir = @sysconfdir@
290   target_alias = @target_alias@
# Line 226 | Line 292 | top_build_prefix = @top_build_prefix@
292   top_builddir = @top_builddir@
293   top_srcdir = @top_srcdir@
294   AUTOMAKE_OPTIONS = foreign
295 < SUBDIRS = opers users
296 < all: all-recursive
295 > helpfdir = $(pkgdatadir)/help
296 > dist_helpf_DATA = accept    \
297 >                  admin     \
298 >                  away      \
299 >                  capab     \
300 >                  challenge \
301 >                  close     \
302 >                  cmode     \
303 >                  connect   \
304 >                  die       \
305 >                  dline     \
306 >                  eob       \
307 >                  error     \
308 >                  etrace    \
309 >                  gline     \
310 >                  gungline  \
311 >                  hash      \
312 >                  help      \
313 >                  index     \
314 >                  info      \
315 >                  invite    \
316 >                  ison      \
317 >                  join      \
318 >                  kick      \
319 >                  kill      \
320 >                  kline     \
321 >                  knock     \
322 >                  links     \
323 >                  list      \
324 >                  locops    \
325 >                  lusers    \
326 >                  map       \
327 >                  module    \
328 >                  motd      \
329 >                  names     \
330 >                  nick      \
331 >                  notice    \
332 >                  oper      \
333 >                  operwall  \
334 >                  part      \
335 >                  pass      \
336 >                  ping      \
337 >                  pong      \
338 >                  post      \
339 >                  privmsg   \
340 >                  quit      \
341 >                  rehash    \
342 >                  restart   \
343 >                  resv      \
344 >                  server    \
345 >                  set       \
346 >                  sjoin     \
347 >                  squit     \
348 >                  stats     \
349 >                  svinfo    \
350 >                  time      \
351 >                  topic     \
352 >                  trace     \
353 >                  umode     \
354 >                  undline   \
355 >                  unkline   \
356 >                  unresv    \
357 >                  unxline   \
358 >                  user      \
359 >                  userhost  \
360 >                  version   \
361 >                  wallops   \
362 >                  who       \
363 >                  whois     \
364 >                  whowas    \
365 >                  xline
366 >
367 > all: all-am
368  
369   .SUFFIXES:
370   $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
# Line 266 | Line 403 | mostlyclean-libtool:
403  
404   clean-libtool:
405          -rm -rf .libs _libs
406 <
407 < # This directory's subdirectories are mostly independent; you can cd
408 < # into them and run `make' without going through this Makefile.
409 < # To change the values of `make' variables: instead of editing Makefiles,
410 < # (1) if the variable is set in `config.status', edit `config.status'
411 < #     (which will cause the Makefiles to be regenerated when you run `make');
412 < # (2) otherwise, pass the desired values on the `make' command line.
413 < $(RECURSIVE_TARGETS):
414 <        @failcom='exit 1'; \
415 <        for f in x $$MAKEFLAGS; do \
416 <          case $$f in \
417 <            *=* | --[!k]*);; \
418 <            *k*) failcom='fail=yes';; \
419 <          esac; \
283 <        done; \
284 <        dot_seen=no; \
285 <        target=`echo $@ | sed s/-recursive//`; \
286 <        list='$(SUBDIRS)'; for subdir in $$list; do \
287 <          echo "Making $$target in $$subdir"; \
288 <          if test "$$subdir" = "."; then \
289 <            dot_seen=yes; \
290 <            local_target="$$target-am"; \
291 <          else \
292 <            local_target="$$target"; \
293 <          fi; \
294 <          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
295 <          || eval $$failcom; \
296 <        done; \
297 <        if test "$$dot_seen" = "no"; then \
298 <          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
299 <        fi; test -z "$$fail"
300 <
301 < $(RECURSIVE_CLEAN_TARGETS):
302 <        @failcom='exit 1'; \
303 <        for f in x $$MAKEFLAGS; do \
304 <          case $$f in \
305 <            *=* | --[!k]*);; \
306 <            *k*) failcom='fail=yes';; \
307 <          esac; \
308 <        done; \
309 <        dot_seen=no; \
310 <        case "$@" in \
311 <          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
312 <          *) list='$(SUBDIRS)' ;; \
313 <        esac; \
314 <        rev=''; for subdir in $$list; do \
315 <          if test "$$subdir" = "."; then :; else \
316 <            rev="$$subdir $$rev"; \
317 <          fi; \
318 <        done; \
319 <        rev="$$rev ."; \
320 <        target=`echo $@ | sed s/-recursive//`; \
321 <        for subdir in $$rev; do \
322 <          echo "Making $$target in $$subdir"; \
323 <          if test "$$subdir" = "."; then \
324 <            local_target="$$target-am"; \
325 <          else \
326 <            local_target="$$target"; \
327 <          fi; \
328 <          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329 <          || eval $$failcom; \
330 <        done && test -z "$$fail"
331 < tags-recursive:
332 <        list='$(SUBDIRS)'; for subdir in $$list; do \
333 <          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334 <        done
335 < ctags-recursive:
336 <        list='$(SUBDIRS)'; for subdir in $$list; do \
337 <          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
406 > install-dist_helpfDATA: $(dist_helpf_DATA)
407 >        @$(NORMAL_INSTALL)
408 >        @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
409 >        if test -n "$$list"; then \
410 >          echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \
411 >          $(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \
412 >        fi; \
413 >        for p in $$list; do \
414 >          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415 >          echo "$$d$$p"; \
416 >        done | $(am__base_list) | \
417 >        while read files; do \
418 >          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \
419 >          $(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \
420          done
421  
422 < ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 <        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 <        unique=`for i in $$list; do \
425 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 <          done | \
427 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
429 <        mkid -fID $$unique
430 < tags: TAGS
431 <
350 < TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351 <                $(TAGS_FILES) $(LISP)
352 <        set x; \
353 <        here=`pwd`; \
354 <        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
355 <          include_option=--etags-include; \
356 <          empty_fix=.; \
357 <        else \
358 <          include_option=--include; \
359 <          empty_fix=; \
360 <        fi; \
361 <        list='$(SUBDIRS)'; for subdir in $$list; do \
362 <          if test "$$subdir" = .; then :; else \
363 <            test ! -f $$subdir/TAGS || \
364 <              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
365 <          fi; \
366 <        done; \
367 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368 <        unique=`for i in $$list; do \
369 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 <          done | \
371 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
373 <        shift; \
374 <        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375 <          test -n "$$unique" || unique=$$empty_fix; \
376 <          if test $$# -gt 0; then \
377 <            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378 <              "$$@" $$unique; \
379 <          else \
380 <            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381 <              $$unique; \
382 <          fi; \
383 <        fi
384 < ctags: CTAGS
385 < CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386 <                $(TAGS_FILES) $(LISP)
387 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388 <        unique=`for i in $$list; do \
389 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 <          done | \
391 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
393 <        test -z "$(CTAGS_ARGS)$$unique" \
394 <          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395 <             $$unique
396 <
397 < GTAGS:
398 <        here=`$(am__cd) $(top_builddir) && pwd` \
399 <          && $(am__cd) $(top_srcdir) \
400 <          && gtags -i $(GTAGS_ARGS) "$$here"
422 > uninstall-dist_helpfDATA:
423 >        @$(NORMAL_UNINSTALL)
424 >        @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
425 >        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
426 >        dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir)
427 > tags TAGS:
428 >
429 > ctags CTAGS:
430 >
431 > cscope cscopelist:
432  
402 distclean-tags:
403        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433  
434   distdir: $(DISTFILES)
435          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
# Line 432 | Line 461 | distdir: $(DISTFILES)
461              || exit 1; \
462            fi; \
463          done
435        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436          if test "$$subdir" = .; then :; else \
437            test -d "$(distdir)/$$subdir" \
438            || $(MKDIR_P) "$(distdir)/$$subdir" \
439            || exit 1; \
440          fi; \
441        done
442        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443          if test "$$subdir" = .; then :; else \
444            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
445            $(am__relativize); \
446            new_distdir=$$reldir; \
447            dir1=$$subdir; dir2="$(top_distdir)"; \
448            $(am__relativize); \
449            new_top_distdir=$$reldir; \
450            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
451            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
452            ($(am__cd) $$subdir && \
453              $(MAKE) $(AM_MAKEFLAGS) \
454                top_distdir="$$new_top_distdir" \
455                distdir="$$new_distdir" \
456                am__remove_distdir=: \
457                am__skip_length_check=: \
458                am__skip_mode_fix=: \
459                distdir) \
460              || exit 1; \
461          fi; \
462        done
464   check-am: all-am
465 < check: check-recursive
466 < all-am: Makefile
467 < installdirs: installdirs-recursive
468 < installdirs-am:
469 < install: install-recursive
470 < install-exec: install-exec-recursive
471 < install-data: install-data-recursive
472 < uninstall: uninstall-recursive
465 > check: check-am
466 > all-am: Makefile $(DATA)
467 > installdirs:
468 >        for dir in "$(DESTDIR)$(helpfdir)"; do \
469 >          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
470 >        done
471 > install: install-am
472 > install-exec: install-exec-am
473 > install-data: install-data-am
474 > uninstall: uninstall-am
475  
476   install-am: all-am
477          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478  
479 < installcheck: installcheck-recursive
479 > installcheck: installcheck-am
480   install-strip:
481 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483 <          `test -z '$(STRIP)' || \
484 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
481 >        if test -z '$(STRIP)'; then \
482 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484 >              install; \
485 >        else \
486 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
489 >        fi
490   mostlyclean-generic:
491  
492   clean-generic:
# Line 490 | Line 498 | distclean-generic:
498   maintainer-clean-generic:
499          @echo "This command is intended for maintainers to use"
500          @echo "it deletes files that may require special tools to rebuild."
501 < clean: clean-recursive
501 > clean: clean-am
502  
503   clean-am: clean-generic clean-libtool mostlyclean-am
504  
505 < distclean: distclean-recursive
505 > distclean: distclean-am
506          -rm -f Makefile
507 < distclean-am: clean-am distclean-generic distclean-tags
507 > distclean-am: clean-am distclean-generic
508  
509 < dvi: dvi-recursive
509 > dvi: dvi-am
510  
511   dvi-am:
512  
513 < html: html-recursive
513 > html: html-am
514  
515   html-am:
516  
517 < info: info-recursive
517 > info: info-am
518  
519   info-am:
520  
521 < install-data-am:
521 > install-data-am: install-dist_helpfDATA
522  
523 < install-dvi: install-dvi-recursive
523 > install-dvi: install-dvi-am
524  
525   install-dvi-am:
526  
527   install-exec-am:
528  
529 < install-html: install-html-recursive
529 > install-html: install-html-am
530  
531   install-html-am:
532  
533 < install-info: install-info-recursive
533 > install-info: install-info-am
534  
535   install-info-am:
536  
537   install-man:
538  
539 < install-pdf: install-pdf-recursive
539 > install-pdf: install-pdf-am
540  
541   install-pdf-am:
542  
543 < install-ps: install-ps-recursive
543 > install-ps: install-ps-am
544  
545   install-ps-am:
546  
547   installcheck-am:
548  
549 < maintainer-clean: maintainer-clean-recursive
549 > maintainer-clean: maintainer-clean-am
550          -rm -f Makefile
551   maintainer-clean-am: distclean-am maintainer-clean-generic
552  
553 < mostlyclean: mostlyclean-recursive
553 > mostlyclean: mostlyclean-am
554  
555   mostlyclean-am: mostlyclean-generic mostlyclean-libtool
556  
557 < pdf: pdf-recursive
557 > pdf: pdf-am
558  
559   pdf-am:
560  
561 < ps: ps-recursive
561 > ps: ps-am
562  
563   ps-am:
564  
565 < uninstall-am:
565 > uninstall-am: uninstall-dist_helpfDATA
566  
567 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
560 <        install-am install-strip tags-recursive
567 > .MAKE: install-am install-strip
568  
569 < .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
570 <        all all-am check check-am clean clean-generic clean-libtool \
571 <        ctags ctags-recursive distclean distclean-generic \
572 <        distclean-libtool distclean-tags distdir dvi dvi-am html \
573 <        html-am info info-am install install-am install-data \
567 <        install-data-am install-dvi install-dvi-am install-exec \
569 > .PHONY: all all-am check check-am clean clean-generic clean-libtool \
570 >        cscopelist-am ctags-am distclean distclean-generic \
571 >        distclean-libtool distdir dvi dvi-am html html-am info info-am \
572 >        install install-am install-data install-data-am \
573 >        install-dist_helpfDATA install-dvi install-dvi-am install-exec \
574          install-exec-am install-html install-html-am install-info \
575          install-info-am install-man install-pdf install-pdf-am \
576          install-ps install-ps-am install-strip installcheck \
577 <        installcheck-am installdirs installdirs-am maintainer-clean \
577 >        installcheck-am installdirs maintainer-clean \
578          maintainer-clean-generic mostlyclean mostlyclean-generic \
579 <        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
580 <        uninstall uninstall-am
579 >        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
580 >        uninstall-am uninstall-dist_helpfDATA
581 >
582  
583 + helpf: $(dist_helpf_DATA)
584  
585   # Tell versions [3.59,3.63) of GNU make to not export all variables.
586   # Otherwise a system limit (for SysV at least) may be exceeded.

Diff Legend

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