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

Comparing ircd-hybrid-8/contrib/Makefile.in (file contents):
Revision 1256 by michael, Fri Sep 30 10:47:53 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 66 | Line 66 | am__nobase_list = $(am__nobase_strip_set
66   am__base_list = \
67    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69 + am__uninstall_files_from_dir = { \
70 +  test -z "$$files" \
71 +    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
72 +    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
73 +         $(am__cd) "$$dir" && rm -f $$files; }; \
74 +  }
75   am__installdirs = "$(DESTDIR)$(modulesdir)"
76   LTLIBRARIES = $(modules_LTLIBRARIES)
77   example_module_la_LIBADD =
# Line 598 | Line 604 | install-am: all-am
604  
605   installcheck: installcheck-am
606   install-strip:
607 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609 <          `test -z '$(STRIP)' || \
610 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
607 >        if test -z '$(STRIP)'; then \
608 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610 >              install; \
611 >        else \
612 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
615 >        fi
616   mostlyclean-generic:
617  
618   clean-generic:

Diff Legend

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