| 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. |
| 69 |
|
am__base_list = \ |
| 70 |
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 71 |
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 72 |
+ |
am__uninstall_files_from_dir = { \ |
| 73 |
+ |
test -z "$$files" \ |
| 74 |
+ |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 75 |
+ |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 76 |
+ |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
| 77 |
+ |
} |
| 78 |
|
am__installdirs = "$(DESTDIR)$(helpfdir)" |
| 79 |
|
DATA = $(dist_helpf_DATA) |
| 80 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 287 |
|
@$(NORMAL_UNINSTALL) |
| 288 |
|
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
| 289 |
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 290 |
< |
test -n "$$files" || exit 0; \ |
| 285 |
< |
echo " ( cd '$(DESTDIR)$(helpfdir)' && rm -f" $$files ")"; \ |
| 286 |
< |
cd "$(DESTDIR)$(helpfdir)" && rm -f $$files |
| 290 |
> |
dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir) |
| 291 |
|
tags: TAGS |
| 292 |
|
TAGS: |
| 293 |
|
|
| 342 |
|
|
| 343 |
|
installcheck: installcheck-am |
| 344 |
|
install-strip: |
| 345 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 346 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 347 |
< |
`test -z '$(STRIP)' || \ |
| 348 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 345 |
> |
if test -z '$(STRIP)'; then \ |
| 346 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 347 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 348 |
> |
install; \ |
| 349 |
> |
else \ |
| 350 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 351 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 352 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 353 |
> |
fi |
| 354 |
|
mostlyclean-generic: |
| 355 |
|
|
| 356 |
|
clean-generic: |