1 |
< |
# Makefile.in generated by automake 1.13.1 from Makefile.am. |
1 |
> |
# Makefile.in generated by automake 1.14.1 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 |
< |
*) \ |
26 |
< |
for am__flg in $$MAKEFLAGS; do \ |
27 |
< |
case $$am__flg in \ |
28 |
< |
*=*|--*) ;; \ |
29 |
< |
*n*) am__dry=yes; break;; \ |
30 |
< |
esac; \ |
31 |
< |
done;; \ |
33 |
> |
bs=\\; \ |
34 |
> |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
35 |
> |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
36 |
|
esac; \ |
37 |
< |
test $$am__dry = yes; \ |
38 |
< |
} |
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 |
> |
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@ |
82 |
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
83 |
|
$(dist_helpf_DATA) |
84 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
85 |
< |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
86 |
< |
$(top_srcdir)/configure.ac |
85 |
> |
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ |
86 |
> |
$(top_srcdir)/m4/argz.m4 \ |
87 |
> |
$(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
88 |
> |
$(top_srcdir)/m4/ax_append_flag.m4 \ |
89 |
> |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
90 |
> |
$(top_srcdir)/m4/ax_check_openssl.m4 \ |
91 |
> |
$(top_srcdir)/m4/ax_require_defined.m4 \ |
92 |
> |
$(top_srcdir)/m4/gcc_stack_protect.m4 \ |
93 |
> |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \ |
94 |
> |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
95 |
> |
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
96 |
> |
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
97 |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
98 |
|
$(ACLOCAL_M4) |
99 |
|
mkinstalldirs = $(install_sh) -d |
347 |
|
squit \ |
348 |
|
stats \ |
349 |
|
svinfo \ |
312 |
– |
testgecos \ |
313 |
– |
testline \ |
314 |
– |
testmask \ |
350 |
|
time \ |
351 |
|
topic \ |
352 |
|
trace \ |
357 |
|
unxline \ |
358 |
|
user \ |
359 |
|
userhost \ |
325 |
– |
users \ |
360 |
|
version \ |
361 |
|
wallops \ |
362 |
|
who \ |