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

Comparing ircd-hybrid-8/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 256 | Line 256 | localstatedir = @localstatedir@
256   ltdl_LIBOBJS = @ltdl_LIBOBJS@
257   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
258   mandir = @mandir@
259 + mkdir_p = @mkdir_p@
260   oldincludedir = @oldincludedir@
261   pdfdir = @pdfdir@
262   prefix = @prefix@
# Line 343 | Line 344 | distclean-libtool:
344   # (1) if the variable is set in 'config.status', edit 'config.status'
345   #     (which will cause the Makefiles to be regenerated when you run 'make');
346   # (2) otherwise, pass the desired values on the 'make' command line.
347 < $(RECURSIVE_TARGETS):
347 > $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
348          @fail= failcom='exit 1'; \
349          for f in x $$MAKEFLAGS; do \
350            case $$f in \
# Line 353 | Line 354 | $(RECURSIVE_TARGETS):
354          done; \
355          dot_seen=no; \
356          target=`echo $@ | sed s/-recursive//`; \
357 <        list='$(SUBDIRS)'; for subdir in $$list; do \
357 >        case "$@" in \
358 >          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
359 >          *) list='$(SUBDIRS)' ;; \
360 >        esac; \
361 >        for subdir in $$list; do \
362            echo "Making $$target in $$subdir"; \
363            if test "$$subdir" = "."; then \
364              dot_seen=yes; \
# Line 367 | Line 372 | $(RECURSIVE_TARGETS):
372          if test "$$dot_seen" = "no"; then \
373            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374          fi; test -z "$$fail"
370
371 $(RECURSIVE_CLEAN_TARGETS):
372        @fail= failcom='exit 1'; \
373        for f in x $$MAKEFLAGS; do \
374          case $$f in \
375            *=* | --[!k]*);; \
376            *k*) failcom='fail=yes';; \
377          esac; \
378        done; \
379        dot_seen=no; \
380        case "$@" in \
381          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382          *) list='$(SUBDIRS)' ;; \
383        esac; \
384        rev=''; for subdir in $$list; do \
385          if test "$$subdir" = "."; then :; else \
386            rev="$$subdir $$rev"; \
387          fi; \
388        done; \
389        rev="$$rev ."; \
390        target=`echo $@ | sed s/-recursive//`; \
391        for subdir in $$rev; do \
392          echo "Making $$target in $$subdir"; \
393          if test "$$subdir" = "."; then \
394            local_target="$$target-am"; \
395          else \
396            local_target="$$target"; \
397          fi; \
398          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399          || eval $$failcom; \
400        done && test -z "$$fail"
375   tags-recursive:
376          list='$(SUBDIRS)'; for subdir in $$list; do \
377            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
# Line 617 | Line 591 | distcheck: dist
591          *.zip*) \
592            unzip $(distdir).zip ;;\
593          esac
594 <        chmod -R a-w $(distdir); chmod a+w $(distdir)
594 >        chmod -R a-w $(distdir); chmod u+w $(distdir)
595          mkdir $(distdir)/_build
596          mkdir $(distdir)/_inst
597          chmod a-w $(distdir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines