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

Comparing ircd-hybrid-8/modules/Makefile.in (file contents):
Revision 1461 by michael, Mon Jun 25 20:22:29 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 693 | Line 693 | localstatedir = @localstatedir@
693   ltdl_LIBOBJS = @ltdl_LIBOBJS@
694   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
695   mandir = @mandir@
696 + mkdir_p = @mkdir_p@
697   oldincludedir = @oldincludedir@
698   pdfdir = @pdfdir@
699   prefix = @prefix@
# Line 1182 | Line 1183 | clean-libtool:
1183   # (1) if the variable is set in 'config.status', edit 'config.status'
1184   #     (which will cause the Makefiles to be regenerated when you run 'make');
1185   # (2) otherwise, pass the desired values on the 'make' command line.
1186 < $(RECURSIVE_TARGETS):
1186 > $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1187          @fail= failcom='exit 1'; \
1188          for f in x $$MAKEFLAGS; do \
1189            case $$f in \
# Line 1192 | Line 1193 | $(RECURSIVE_TARGETS):
1193          done; \
1194          dot_seen=no; \
1195          target=`echo $@ | sed s/-recursive//`; \
1196 <        list='$(SUBDIRS)'; for subdir in $$list; do \
1196 >        case "$@" in \
1197 >          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1198 >          *) list='$(SUBDIRS)' ;; \
1199 >        esac; \
1200 >        for subdir in $$list; do \
1201            echo "Making $$target in $$subdir"; \
1202            if test "$$subdir" = "."; then \
1203              dot_seen=yes; \
# Line 1206 | Line 1211 | $(RECURSIVE_TARGETS):
1211          if test "$$dot_seen" = "no"; then \
1212            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1213          fi; test -z "$$fail"
1209
1210 $(RECURSIVE_CLEAN_TARGETS):
1211        @fail= failcom='exit 1'; \
1212        for f in x $$MAKEFLAGS; do \
1213          case $$f in \
1214            *=* | --[!k]*);; \
1215            *k*) failcom='fail=yes';; \
1216          esac; \
1217        done; \
1218        dot_seen=no; \
1219        case "$@" in \
1220          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1221          *) list='$(SUBDIRS)' ;; \
1222        esac; \
1223        rev=''; for subdir in $$list; do \
1224          if test "$$subdir" = "."; then :; else \
1225            rev="$$subdir $$rev"; \
1226          fi; \
1227        done; \
1228        rev="$$rev ."; \
1229        target=`echo $@ | sed s/-recursive//`; \
1230        for subdir in $$rev; do \
1231          echo "Making $$target in $$subdir"; \
1232          if test "$$subdir" = "."; then \
1233            local_target="$$target-am"; \
1234          else \
1235            local_target="$$target"; \
1236          fi; \
1237          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1238          || eval $$failcom; \
1239        done && test -z "$$fail"
1214   tags-recursive:
1215          list='$(SUBDIRS)'; for subdir in $$list; do \
1216            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines