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-8/help/Makefile.in (file contents):
Revision 1425 by michael, Wed Jun 6 08:44:22 2012 UTC vs.
Revision 1462 by michael, Fri Jul 13 19:27:24 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.12.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.12.2 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994-2012 Free Software Foundation, Inc.
# Line 233 | Line 233 | localstatedir = @localstatedir@
233   ltdl_LIBOBJS = @ltdl_LIBOBJS@
234   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
235   mandir = @mandir@
236 + mkdir_p = @mkdir_p@
237   oldincludedir = @oldincludedir@
238   pdfdir = @pdfdir@
239   prefix = @prefix@
# Line 295 | Line 296 | clean-libtool:
296   # (1) if the variable is set in 'config.status', edit 'config.status'
297   #     (which will cause the Makefiles to be regenerated when you run 'make');
298   # (2) otherwise, pass the desired values on the 'make' command line.
299 < $(RECURSIVE_TARGETS):
299 > $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
300          @fail= failcom='exit 1'; \
301          for f in x $$MAKEFLAGS; do \
302            case $$f in \
# Line 305 | Line 306 | $(RECURSIVE_TARGETS):
306          done; \
307          dot_seen=no; \
308          target=`echo $@ | sed s/-recursive//`; \
309 <        list='$(SUBDIRS)'; for subdir in $$list; do \
309 >        case "$@" in \
310 >          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311 >          *) list='$(SUBDIRS)' ;; \
312 >        esac; \
313 >        for subdir in $$list; do \
314            echo "Making $$target in $$subdir"; \
315            if test "$$subdir" = "."; then \
316              dot_seen=yes; \
# Line 319 | Line 324 | $(RECURSIVE_TARGETS):
324          if test "$$dot_seen" = "no"; then \
325            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326          fi; test -z "$$fail"
322
323 $(RECURSIVE_CLEAN_TARGETS):
324        @fail= failcom='exit 1'; \
325        for f in x $$MAKEFLAGS; do \
326          case $$f in \
327            *=* | --[!k]*);; \
328            *k*) failcom='fail=yes';; \
329          esac; \
330        done; \
331        dot_seen=no; \
332        case "$@" in \
333          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
334          *) list='$(SUBDIRS)' ;; \
335        esac; \
336        rev=''; for subdir in $$list; do \
337          if test "$$subdir" = "."; then :; else \
338            rev="$$subdir $$rev"; \
339          fi; \
340        done; \
341        rev="$$rev ."; \
342        target=`echo $@ | sed s/-recursive//`; \
343        for subdir in $$rev; do \
344          echo "Making $$target in $$subdir"; \
345          if test "$$subdir" = "."; then \
346            local_target="$$target-am"; \
347          else \
348            local_target="$$target"; \
349          fi; \
350          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351          || eval $$failcom; \
352        done && test -z "$$fail"
327   tags-recursive:
328          list='$(SUBDIRS)'; for subdir in $$list; do \
329            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \

Diff Legend

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