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.3/help/Makefile.in (file contents), Revision 1106 by michael, Tue Nov 2 15:10:53 2010 UTC vs.
ircd-hybrid/trunk/help/Makefile.in (file contents), Revision 2096 by michael, Sat May 18 19:46:19 2013 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.13.2 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
# Line 44 | Line 90 | mkinstalldirs = $(install_sh) -d
90   CONFIG_HEADER = $(top_builddir)/config.h
91   CONFIG_CLEAN_FILES =
92   CONFIG_CLEAN_VPATH_FILES =
93 + AM_V_P = $(am__v_P_@AM_V@)
94 + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
95 + am__v_P_0 = false
96 + am__v_P_1 = :
97 + AM_V_GEN = $(am__v_GEN_@AM_V@)
98 + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99 + am__v_GEN_0 = @echo "  GEN     " $@;
100 + am__v_GEN_1 =
101 + AM_V_at = $(am__v_at_@AM_V@)
102 + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103 + am__v_at_0 = @
104 + am__v_at_1 =
105   SOURCES =
106   DIST_SOURCES =
107 < RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108 <        html-recursive info-recursive install-data-recursive \
109 <        install-dvi-recursive install-exec-recursive \
110 <        install-html-recursive install-info-recursive \
111 <        install-pdf-recursive install-ps-recursive install-recursive \
112 <        installcheck-recursive installdirs-recursive pdf-recursive \
113 <        ps-recursive uninstall-recursive
114 < RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115 <  distclean-recursive maintainer-clean-recursive
116 < AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
117 <        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
118 <        distdir
119 < ETAGS = etags
120 < CTAGS = ctags
121 < DIST_SUBDIRS = $(SUBDIRS)
107 > am__can_run_installinfo = \
108 >  case $$AM_UPDATE_INFO_DIR in \
109 >    n|no|NO) false;; \
110 >    *) (install-info --version) >/dev/null 2>&1;; \
111 >  esac
112 > am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113 > am__vpath_adj = case $$p in \
114 >    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115 >    *) f=$$p;; \
116 >  esac;
117 > am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
118 > am__install_max = 40
119 > am__nobase_strip_setup = \
120 >  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
121 > am__nobase_strip = \
122 >  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 > am__nobase_list = $(am__nobase_strip_setup); \
124 >  for p in $$list; do echo "$$p $$p"; done | \
125 >  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126 >  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127 >    if (++n[$$2] == $(am__install_max)) \
128 >      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129 >    END { for (dir in files) print dir, files[dir] }'
130 > am__base_list = \
131 >  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132 >  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133 > am__uninstall_files_from_dir = { \
134 >  test -z "$$files" \
135 >    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
136 >    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
137 >         $(am__cd) "$$dir" && rm -f $$files; }; \
138 >  }
139 > am__installdirs = "$(DESTDIR)$(helpfdir)"
140 > DATA = $(dist_helpf_DATA)
141 > am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142   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"
143   ACLOCAL = @ACLOCAL@
144   AMTAR = @AMTAR@
145 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146   AR = @AR@
147   ARGZ_H = @ARGZ_H@
148   AUTOCONF = @AUTOCONF@
# Line 228 | Line 282 | top_build_prefix = @top_build_prefix@
282   top_builddir = @top_builddir@
283   top_srcdir = @top_srcdir@
284   AUTOMAKE_OPTIONS = foreign
285 < SUBDIRS = opers users
286 < all: all-recursive
285 > helpfdir = $(pkgdatadir)/help
286 > dist_helpf_DATA = accept    \
287 >                  admin     \
288 >                  away      \
289 >                  capab     \
290 >                  challenge \
291 >                  close     \
292 >                  cmode     \
293 >                  connect   \
294 >                  die       \
295 >                  dline     \
296 >                  eob       \
297 >                  error     \
298 >                  etrace    \
299 >                  gline     \
300 >                  gungline  \
301 >                  hash      \
302 >                  help      \
303 >                  index     \
304 >                  info      \
305 >                  invite    \
306 >                  ison      \
307 >                  join      \
308 >                  kick      \
309 >                  kill      \
310 >                  kline     \
311 >                  knock     \
312 >                  links     \
313 >                  list      \
314 >                  locops    \
315 >                  lusers    \
316 >                  map       \
317 >                  module    \
318 >                  motd      \
319 >                  names     \
320 >                  nick      \
321 >                  notice    \
322 >                  oper      \
323 >                  operwall  \
324 >                  part      \
325 >                  pass      \
326 >                  ping      \
327 >                  pong      \
328 >                  post      \
329 >                  privmsg   \
330 >                  quit      \
331 >                  rehash    \
332 >                  restart   \
333 >                  resv      \
334 >                  server    \
335 >                  set       \
336 >                  sjoin     \
337 >                  squit     \
338 >                  stats     \
339 >                  svinfo    \
340 >                  time      \
341 >                  topic     \
342 >                  trace     \
343 >                  umode     \
344 >                  undline   \
345 >                  unkline   \
346 >                  unresv    \
347 >                  unxline   \
348 >                  user      \
349 >                  userhost  \
350 >                  users     \
351 >                  version   \
352 >                  wallops   \
353 >                  who       \
354 >                  whois     \
355 >                  whowas    \
356 >                  xline
357 >
358 > all: all-am
359  
360   .SUFFIXES:
361   $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
# Line 268 | Line 394 | mostlyclean-libtool:
394  
395   clean-libtool:
396          -rm -rf .libs _libs
397 <
398 < # This directory's subdirectories are mostly independent; you can cd
399 < # into them and run `make' without going through this Makefile.
400 < # To change the values of `make' variables: instead of editing Makefiles,
401 < # (1) if the variable is set in `config.status', edit `config.status'
402 < #     (which will cause the Makefiles to be regenerated when you run `make');
403 < # (2) otherwise, pass the desired values on the `make' command line.
404 < $(RECURSIVE_TARGETS):
405 <        @fail= failcom='exit 1'; \
406 <        for f in x $$MAKEFLAGS; do \
407 <          case $$f in \
408 <            *=* | --[!k]*);; \
409 <            *k*) failcom='fail=yes';; \
410 <          esac; \
285 <        done; \
286 <        dot_seen=no; \
287 <        target=`echo $@ | sed s/-recursive//`; \
288 <        list='$(SUBDIRS)'; for subdir in $$list; do \
289 <          echo "Making $$target in $$subdir"; \
290 <          if test "$$subdir" = "."; then \
291 <            dot_seen=yes; \
292 <            local_target="$$target-am"; \
293 <          else \
294 <            local_target="$$target"; \
295 <          fi; \
296 <          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297 <          || eval $$failcom; \
298 <        done; \
299 <        if test "$$dot_seen" = "no"; then \
300 <          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
301 <        fi; test -z "$$fail"
302 <
303 < $(RECURSIVE_CLEAN_TARGETS):
304 <        @fail= failcom='exit 1'; \
305 <        for f in x $$MAKEFLAGS; do \
306 <          case $$f in \
307 <            *=* | --[!k]*);; \
308 <            *k*) failcom='fail=yes';; \
309 <          esac; \
310 <        done; \
311 <        dot_seen=no; \
312 <        case "$@" in \
313 <          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
314 <          *) list='$(SUBDIRS)' ;; \
315 <        esac; \
316 <        rev=''; for subdir in $$list; do \
317 <          if test "$$subdir" = "."; then :; else \
318 <            rev="$$subdir $$rev"; \
319 <          fi; \
320 <        done; \
321 <        rev="$$rev ."; \
322 <        target=`echo $@ | sed s/-recursive//`; \
323 <        for subdir in $$rev; do \
324 <          echo "Making $$target in $$subdir"; \
325 <          if test "$$subdir" = "."; then \
326 <            local_target="$$target-am"; \
327 <          else \
328 <            local_target="$$target"; \
329 <          fi; \
330 <          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331 <          || eval $$failcom; \
332 <        done && test -z "$$fail"
333 < tags-recursive:
334 <        list='$(SUBDIRS)'; for subdir in $$list; do \
335 <          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
336 <        done
337 < ctags-recursive:
338 <        list='$(SUBDIRS)'; for subdir in $$list; do \
339 <          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397 > install-dist_helpfDATA: $(dist_helpf_DATA)
398 >        @$(NORMAL_INSTALL)
399 >        @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
400 >        if test -n "$$list"; then \
401 >          echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \
402 >          $(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \
403 >        fi; \
404 >        for p in $$list; do \
405 >          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406 >          echo "$$d$$p"; \
407 >        done | $(am__base_list) | \
408 >        while read files; do \
409 >          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \
410 >          $(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \
411          done
412  
413 < ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414 <        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415 <        unique=`for i in $$list; do \
416 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417 <          done | \
418 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
420 <        mkid -fID $$unique
421 < tags: TAGS
422 <
352 < TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353 <                $(TAGS_FILES) $(LISP)
354 <        set x; \
355 <        here=`pwd`; \
356 <        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
357 <          include_option=--etags-include; \
358 <          empty_fix=.; \
359 <        else \
360 <          include_option=--include; \
361 <          empty_fix=; \
362 <        fi; \
363 <        list='$(SUBDIRS)'; for subdir in $$list; do \
364 <          if test "$$subdir" = .; then :; else \
365 <            test ! -f $$subdir/TAGS || \
366 <              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
367 <          fi; \
368 <        done; \
369 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370 <        unique=`for i in $$list; do \
371 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 <          done | \
373 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
375 <        shift; \
376 <        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
377 <          test -n "$$unique" || unique=$$empty_fix; \
378 <          if test $$# -gt 0; then \
379 <            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380 <              "$$@" $$unique; \
381 <          else \
382 <            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383 <              $$unique; \
384 <          fi; \
385 <        fi
386 < ctags: CTAGS
387 < CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388 <                $(TAGS_FILES) $(LISP)
389 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390 <        unique=`for i in $$list; do \
391 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 <          done | \
393 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
395 <        test -z "$(CTAGS_ARGS)$$unique" \
396 <          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397 <             $$unique
398 <
399 < GTAGS:
400 <        here=`$(am__cd) $(top_builddir) && pwd` \
401 <          && $(am__cd) $(top_srcdir) \
402 <          && gtags -i $(GTAGS_ARGS) "$$here"
413 > uninstall-dist_helpfDATA:
414 >        @$(NORMAL_UNINSTALL)
415 >        @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
416 >        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
417 >        dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir)
418 > tags TAGS:
419 >
420 > ctags CTAGS:
421 >
422 > cscope cscopelist:
423  
404 distclean-tags:
405        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424  
425   distdir: $(DISTFILES)
426          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
# Line 434 | Line 452 | distdir: $(DISTFILES)
452              || exit 1; \
453            fi; \
454          done
437        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
438          if test "$$subdir" = .; then :; else \
439            test -d "$(distdir)/$$subdir" \
440            || $(MKDIR_P) "$(distdir)/$$subdir" \
441            || exit 1; \
442          fi; \
443        done
444        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445          if test "$$subdir" = .; then :; else \
446            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
447            $(am__relativize); \
448            new_distdir=$$reldir; \
449            dir1=$$subdir; dir2="$(top_distdir)"; \
450            $(am__relativize); \
451            new_top_distdir=$$reldir; \
452            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
453            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
454            ($(am__cd) $$subdir && \
455              $(MAKE) $(AM_MAKEFLAGS) \
456                top_distdir="$$new_top_distdir" \
457                distdir="$$new_distdir" \
458                am__remove_distdir=: \
459                am__skip_length_check=: \
460                am__skip_mode_fix=: \
461                distdir) \
462              || exit 1; \
463          fi; \
464        done
455   check-am: all-am
456 < check: check-recursive
457 < all-am: Makefile
458 < installdirs: installdirs-recursive
459 < installdirs-am:
460 < install: install-recursive
461 < install-exec: install-exec-recursive
462 < install-data: install-data-recursive
463 < uninstall: uninstall-recursive
456 > check: check-am
457 > all-am: Makefile $(DATA)
458 > installdirs:
459 >        for dir in "$(DESTDIR)$(helpfdir)"; do \
460 >          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
461 >        done
462 > install: install-am
463 > install-exec: install-exec-am
464 > install-data: install-data-am
465 > uninstall: uninstall-am
466  
467   install-am: all-am
468          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469  
470 < installcheck: installcheck-recursive
470 > installcheck: installcheck-am
471   install-strip:
472 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474 <          `test -z '$(STRIP)' || \
475 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472 >        if test -z '$(STRIP)'; then \
473 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475 >              install; \
476 >        else \
477 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
479 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
480 >        fi
481   mostlyclean-generic:
482  
483   clean-generic:
# Line 492 | Line 489 | distclean-generic:
489   maintainer-clean-generic:
490          @echo "This command is intended for maintainers to use"
491          @echo "it deletes files that may require special tools to rebuild."
492 < clean: clean-recursive
492 > clean: clean-am
493  
494   clean-am: clean-generic clean-libtool mostlyclean-am
495  
496 < distclean: distclean-recursive
496 > distclean: distclean-am
497          -rm -f Makefile
498 < distclean-am: clean-am distclean-generic distclean-tags
498 > distclean-am: clean-am distclean-generic
499  
500 < dvi: dvi-recursive
500 > dvi: dvi-am
501  
502   dvi-am:
503  
504 < html: html-recursive
504 > html: html-am
505  
506   html-am:
507  
508 < info: info-recursive
508 > info: info-am
509  
510   info-am:
511  
512 < install-data-am:
512 > install-data-am: install-dist_helpfDATA
513  
514 < install-dvi: install-dvi-recursive
514 > install-dvi: install-dvi-am
515  
516   install-dvi-am:
517  
518   install-exec-am:
519  
520 < install-html: install-html-recursive
520 > install-html: install-html-am
521  
522   install-html-am:
523  
524 < install-info: install-info-recursive
524 > install-info: install-info-am
525  
526   install-info-am:
527  
528   install-man:
529  
530 < install-pdf: install-pdf-recursive
530 > install-pdf: install-pdf-am
531  
532   install-pdf-am:
533  
534 < install-ps: install-ps-recursive
534 > install-ps: install-ps-am
535  
536   install-ps-am:
537  
538   installcheck-am:
539  
540 < maintainer-clean: maintainer-clean-recursive
540 > maintainer-clean: maintainer-clean-am
541          -rm -f Makefile
542   maintainer-clean-am: distclean-am maintainer-clean-generic
543  
544 < mostlyclean: mostlyclean-recursive
544 > mostlyclean: mostlyclean-am
545  
546   mostlyclean-am: mostlyclean-generic mostlyclean-libtool
547  
548 < pdf: pdf-recursive
548 > pdf: pdf-am
549  
550   pdf-am:
551  
552 < ps: ps-recursive
552 > ps: ps-am
553  
554   ps-am:
555  
556 < uninstall-am:
556 > uninstall-am: uninstall-dist_helpfDATA
557  
558 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
562 <        install-am install-strip tags-recursive
558 > .MAKE: install-am install-strip
559  
560 < .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
561 <        all all-am check check-am clean clean-generic clean-libtool \
562 <        ctags ctags-recursive distclean distclean-generic \
563 <        distclean-libtool distclean-tags distdir dvi dvi-am html \
564 <        html-am info info-am install install-am install-data \
569 <        install-data-am install-dvi install-dvi-am install-exec \
560 > .PHONY: all all-am check check-am clean clean-generic clean-libtool \
561 >        cscopelist-am ctags-am distclean distclean-generic \
562 >        distclean-libtool distdir dvi dvi-am html html-am info info-am \
563 >        install install-am install-data install-data-am \
564 >        install-dist_helpfDATA install-dvi install-dvi-am install-exec \
565          install-exec-am install-html install-html-am install-info \
566          install-info-am install-man install-pdf install-pdf-am \
567          install-ps install-ps-am install-strip installcheck \
568 <        installcheck-am installdirs installdirs-am maintainer-clean \
568 >        installcheck-am installdirs maintainer-clean \
569          maintainer-clean-generic mostlyclean mostlyclean-generic \
570 <        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
571 <        uninstall uninstall-am
570 >        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
571 >        uninstall-am uninstall-dist_helpfDATA
572 >
573  
574 + helpf: $(dist_helpf_DATA)
575  
576   # Tell versions [3.59,3.63) of GNU make to not export all variables.
577   # Otherwise a system limit (for SysV at least) may be exceeded.

Diff Legend

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