| 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. |
| 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 |
|
m_accept_la_LIBADD = |
| 1375 |
|
|
| 1376 |
|
installcheck: installcheck-recursive |
| 1377 |
|
install-strip: |
| 1378 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1379 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1380 |
< |
`test -z '$(STRIP)' || \ |
| 1381 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 1378 |
> |
if test -z '$(STRIP)'; then \ |
| 1379 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1380 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1381 |
> |
install; \ |
| 1382 |
> |
else \ |
| 1383 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1384 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1385 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 1386 |
> |
fi |
| 1387 |
|
mostlyclean-generic: |
| 1388 |
|
|
| 1389 |
|
clean-generic: |