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

Comparing ircd-hybrid-8/etc/Makefile.in (file contents):
Revision 1256 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1257 by michael, Sun Jan 15 06:28:46 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.2 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 70 | Line 70 | am__nobase_list = $(am__nobase_strip_set
70   am__base_list = \
71    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73 + am__uninstall_files_from_dir = { \
74 +  test -z "$$files" \
75 +    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
76 +    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
77 +         $(am__cd) "$$dir" && rm -f $$files; }; \
78 +  }
79   am__installdirs = "$(DESTDIR)$(sysconfdir)"
80   DATA = $(dist_sysconf_DATA)
81   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
# Line 272 | Line 278 | uninstall-dist_sysconfDATA:
278          @$(NORMAL_UNINSTALL)
279          @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
280          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
281 <        test -n "$$files" || exit 0; \
276 <        echo " ( cd '$(DESTDIR)$(sysconfdir)' && rm -f" $$files ")"; \
277 <        cd "$(DESTDIR)$(sysconfdir)" && rm -f $$files
281 >        dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
282   tags: TAGS
283   TAGS:
284  
# Line 329 | Line 333 | install-am: all-am
333  
334   installcheck: installcheck-am
335   install-strip:
336 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338 <          `test -z '$(STRIP)' || \
339 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
336 >        if test -z '$(STRIP)'; then \
337 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
339 >              install; \
340 >        else \
341 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
343 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
344 >        fi
345   mostlyclean-generic:
346  
347   clean-generic:

Diff Legend

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