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

Comparing ircd-hybrid-8/Makefile.in (file contents):
Revision 1310 by michael, Mon Mar 26 15:45:02 2012 UTC vs.
Revision 1338 by michael, Thu Apr 5 11:05:48 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.3 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,
# 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 59 | Line 76 | RECURSIVE_TARGETS = all-recursive check-
76          install-pdf-recursive install-ps-recursive install-recursive \
77          installcheck-recursive installdirs-recursive pdf-recursive \
78          ps-recursive uninstall-recursive
79 + am__can_run_installinfo = \
80 +  case $$AM_UPDATE_INFO_DIR in \
81 +    n|no|NO) false;; \
82 +    *) (install-info --version) >/dev/null 2>&1;; \
83 +  esac
84   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85    distclean-recursive maintainer-clean-recursive
86   AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
# Line 483 | Line 505 | distdir: $(DISTFILES)
505          done
506          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
507            if test "$$subdir" = .; then :; else \
508 <            test -d "$(distdir)/$$subdir" \
509 <            || $(MKDIR_P) "$(distdir)/$$subdir" \
510 <            || exit 1; \
511 <          fi; \
490 <        done
491 <        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492 <          if test "$$subdir" = .; then :; else \
508 >            $(am__make_dryrun) \
509 >              || test -d "$(distdir)/$$subdir" \
510 >              || $(MKDIR_P) "$(distdir)/$$subdir" \
511 >              || exit 1; \
512              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
513              $(am__relativize); \
514              new_distdir=$$reldir; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines