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 1257 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1356 by michael, Sat Apr 21 19:56:44 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.2 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.5 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Line 15 | Line 15
15  
16   @SET_MAKE@
17   VPATH = @srcdir@
18 + am__make_dryrun = \
19 +  { \
20 +    am__dry=no; \
21 +    case $$MAKEFLAGS in \
22 +      *\\[\ \   ]*) \
23 +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24 +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 +      *) \
26 +        for am__flg in $$MAKEFLAGS; do \
27 +          case $$am__flg in \
28 +            *=*|--*) ;; \
29 +            *n*) am__dry=yes; break;; \
30 +          esac; \
31 +        done;; \
32 +    esac; \
33 +    test $$am__dry = yes; \
34 +  }
35   pkgdatadir = $(datadir)/@PACKAGE@
36   pkgincludedir = $(includedir)/@PACKAGE@
37   pkglibdir = $(libdir)/@PACKAGE@
# Line 53 | Line 70 | RECURSIVE_TARGETS = all-recursive check-
70          install-pdf-recursive install-ps-recursive install-recursive \
71          installcheck-recursive installdirs-recursive pdf-recursive \
72          ps-recursive uninstall-recursive
73 + am__can_run_installinfo = \
74 +  case $$AM_UPDATE_INFO_DIR in \
75 +    n|no|NO) false;; \
76 +    *) (install-info --version) >/dev/null 2>&1;; \
77 +  esac
78   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79    distclean-recursive maintainer-clean-recursive
80   AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
# Line 436 | Line 458 | distdir: $(DISTFILES)
458          done
459          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
460            if test "$$subdir" = .; then :; else \
461 <            test -d "$(distdir)/$$subdir" \
462 <            || $(MKDIR_P) "$(distdir)/$$subdir" \
463 <            || exit 1; \
464 <          fi; \
443 <        done
444 <        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445 <          if test "$$subdir" = .; then :; else \
461 >            $(am__make_dryrun) \
462 >              || test -d "$(distdir)/$$subdir" \
463 >              || $(MKDIR_P) "$(distdir)/$$subdir" \
464 >              || exit 1; \
465              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466              $(am__relativize); \
467              new_distdir=$$reldir; \

Diff Legend

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