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-8/help/Makefile.in (file contents), Revision 1338 by michael, Thu Apr 5 11:05:48 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.4 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.
5 > # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 > # Foundation, Inc.
7   # This Makefile.in is free software; the Free Software Foundation
8   # gives unlimited permission to copy and/or distribute it,
9   # with or without modifications, as long as this notice is preserved.
# 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; \
# Line 477 | Line 496 | install-am: all-am
496  
497   installcheck: installcheck-recursive
498   install-strip:
499 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501 <          `test -z '$(STRIP)' || \
502 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
499 >        if test -z '$(STRIP)'; then \
500 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502 >              install; \
503 >        else \
504 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
507 >        fi
508   mostlyclean-generic:
509  
510   clean-generic:

Diff Legend

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