| 1 |
< |
# Makefile.in generated by automake 1.13.1 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.13.2 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
| 4 |
> |
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 |
|
|
| 6 |
|
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
|
# gives unlimited permission to copy and/or distribute it, |
| 15 |
|
@SET_MAKE@ |
| 16 |
|
|
| 17 |
|
VPATH = @srcdir@ |
| 18 |
< |
am__make_dryrun = \ |
| 19 |
< |
{ \ |
| 20 |
< |
am__dry=no; \ |
| 18 |
> |
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 19 |
> |
am__make_running_with_option = \ |
| 20 |
> |
case $${target_option-} in \ |
| 21 |
> |
?) ;; \ |
| 22 |
> |
*) echo "am__make_running_with_option: internal error: invalid" \ |
| 23 |
> |
"target option '$${target_option-}' specified" >&2; \ |
| 24 |
> |
exit 1;; \ |
| 25 |
> |
esac; \ |
| 26 |
> |
has_opt=no; \ |
| 27 |
> |
sane_makeflags=$$MAKEFLAGS; \ |
| 28 |
> |
if $(am__is_gnu_make); then \ |
| 29 |
> |
sane_makeflags=$$MFLAGS; \ |
| 30 |
> |
else \ |
| 31 |
|
case $$MAKEFLAGS in \ |
| 32 |
|
*\\[\ \ ]*) \ |
| 33 |
< |
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
| 34 |
< |
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
| 35 |
< |
*) \ |
| 36 |
< |
for am__flg in $$MAKEFLAGS; do \ |
| 37 |
< |
case $$am__flg in \ |
| 38 |
< |
*=*|--*) ;; \ |
| 39 |
< |
*n*) am__dry=yes; break;; \ |
| 40 |
< |
esac; \ |
| 41 |
< |
done;; \ |
| 33 |
> |
bs=\\; \ |
| 34 |
> |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 35 |
> |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 36 |
> |
esac; \ |
| 37 |
> |
fi; \ |
| 38 |
> |
skip_next=no; \ |
| 39 |
> |
strip_trailopt () \ |
| 40 |
> |
{ \ |
| 41 |
> |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 42 |
> |
}; \ |
| 43 |
> |
for flg in $$sane_makeflags; do \ |
| 44 |
> |
test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 45 |
> |
case $$flg in \ |
| 46 |
> |
*=*|--*) continue;; \ |
| 47 |
> |
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 48 |
> |
-*I?*) strip_trailopt 'I';; \ |
| 49 |
> |
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 50 |
> |
-*O?*) strip_trailopt 'O';; \ |
| 51 |
> |
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 52 |
> |
-*l?*) strip_trailopt 'l';; \ |
| 53 |
> |
-[dEDm]) skip_next=yes;; \ |
| 54 |
> |
-[JT]) skip_next=yes;; \ |
| 55 |
> |
esac; \ |
| 56 |
> |
case $$flg in \ |
| 57 |
> |
*$$target_option*) has_opt=yes; break;; \ |
| 58 |
|
esac; \ |
| 59 |
< |
test $$am__dry = yes; \ |
| 60 |
< |
} |
| 59 |
> |
done; \ |
| 60 |
> |
test $$has_opt = yes |
| 61 |
> |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 62 |
> |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 63 |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
| 64 |
|
pkgincludedir = $(includedir)/@PACKAGE@ |
| 65 |
|
pkglibdir = $(libdir)/@PACKAGE@ |