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

Comparing ircd-hybrid-8/src/Makefile.in (file contents):
Revision 1337 by michael, Sat Mar 31 10:29: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 16 | Line 16
16   @SET_MAKE@
17  
18   VPATH = @srcdir@
19 + am__make_dryrun = \
20 +  { \
21 +    am__dry=no; \
22 +    case $$MAKEFLAGS in \
23 +      *\\[\ \   ]*) \
24 +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25 +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 +      *) \
27 +        for am__flg in $$MAKEFLAGS; do \
28 +          case $$am__flg in \
29 +            *=*|--*) ;; \
30 +            *n*) am__dry=yes; break;; \
31 +          esac; \
32 +        done;; \
33 +    esac; \
34 +    test $$am__dry = yes; \
35 +  }
36   pkgdatadir = $(datadir)/@PACKAGE@
37   pkgincludedir = $(includedir)/@PACKAGE@
38   pkglibdir = $(libdir)/@PACKAGE@
# Line 96 | Line 113 | LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLF
113          --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
114   SOURCES = $(ircd_SOURCES)
115   DIST_SOURCES = $(ircd_SOURCES)
116 + am__can_run_installinfo = \
117 +  case $$AM_UPDATE_INFO_DIR in \
118 +    n|no|NO) false;; \
119 +    *) (install-info --version) >/dev/null 2>&1;; \
120 +  esac
121   ETAGS = etags
122   CTAGS = ctags
123   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
# Line 333 | Line 355 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
355   $(am__aclocal_m4_deps):
356   install-sbinPROGRAMS: $(sbin_PROGRAMS)
357          @$(NORMAL_INSTALL)
336        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
358          @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
359 +        if test -n "$$list"; then \
360 +          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
361 +          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
362 +        fi; \
363          for p in $$list; do echo "$$p $$p"; done | \
364          sed 's/$(EXEEXT)$$//' | \
365          while read p p1; do if test -f $$p || test -f $$p1; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines