1 |
< |
# Makefile.in generated by automake 1.10.1 from Makefile.am. |
1 |
> |
# Makefile.in generated by automake 1.15.1 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 Free Software Foundation, Inc. |
4 |
> |
# Copyright (C) 1994-2017 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, |
8 |
|
# with or without modifications, as long as this notice is preserved. |
13 |
|
# PARTICULAR PURPOSE. |
14 |
|
|
15 |
|
@SET_MAKE@ |
16 |
+ |
|
17 |
|
VPATH = @srcdir@ |
18 |
+ |
am__is_gnu_make = { \ |
19 |
+ |
if test -z '$(MAKELEVEL)'; then \ |
20 |
+ |
false; \ |
21 |
+ |
elif test -n '$(MAKE_HOST)'; then \ |
22 |
+ |
true; \ |
23 |
+ |
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
24 |
+ |
true; \ |
25 |
+ |
else \ |
26 |
+ |
false; \ |
27 |
+ |
fi; \ |
28 |
+ |
} |
29 |
+ |
am__make_running_with_option = \ |
30 |
+ |
case $${target_option-} in \ |
31 |
+ |
?) ;; \ |
32 |
+ |
*) echo "am__make_running_with_option: internal error: invalid" \ |
33 |
+ |
"target option '$${target_option-}' specified" >&2; \ |
34 |
+ |
exit 1;; \ |
35 |
+ |
esac; \ |
36 |
+ |
has_opt=no; \ |
37 |
+ |
sane_makeflags=$$MAKEFLAGS; \ |
38 |
+ |
if $(am__is_gnu_make); then \ |
39 |
+ |
sane_makeflags=$$MFLAGS; \ |
40 |
+ |
else \ |
41 |
+ |
case $$MAKEFLAGS in \ |
42 |
+ |
*\\[\ \ ]*) \ |
43 |
+ |
bs=\\; \ |
44 |
+ |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
45 |
+ |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
46 |
+ |
esac; \ |
47 |
+ |
fi; \ |
48 |
+ |
skip_next=no; \ |
49 |
+ |
strip_trailopt () \ |
50 |
+ |
{ \ |
51 |
+ |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
52 |
+ |
}; \ |
53 |
+ |
for flg in $$sane_makeflags; do \ |
54 |
+ |
test $$skip_next = yes && { skip_next=no; continue; }; \ |
55 |
+ |
case $$flg in \ |
56 |
+ |
*=*|--*) continue;; \ |
57 |
+ |
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
58 |
+ |
-*I?*) strip_trailopt 'I';; \ |
59 |
+ |
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
60 |
+ |
-*O?*) strip_trailopt 'O';; \ |
61 |
+ |
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
62 |
+ |
-*l?*) strip_trailopt 'l';; \ |
63 |
+ |
-[dEDm]) skip_next=yes;; \ |
64 |
+ |
-[JT]) skip_next=yes;; \ |
65 |
+ |
esac; \ |
66 |
+ |
case $$flg in \ |
67 |
+ |
*$$target_option*) has_opt=yes; break;; \ |
68 |
+ |
esac; \ |
69 |
+ |
done; \ |
70 |
+ |
test $$has_opt = yes |
71 |
+ |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
72 |
+ |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
73 |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
18 |
– |
pkglibdir = $(libdir)/@PACKAGE@ |
74 |
|
pkgincludedir = $(includedir)/@PACKAGE@ |
75 |
+ |
pkglibdir = $(libdir)/@PACKAGE@ |
76 |
+ |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
77 |
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
78 |
|
install_sh_DATA = $(install_sh) -c -m 644 |
79 |
|
install_sh_PROGRAM = $(install_sh) -c |
89 |
|
build_triplet = @build@ |
90 |
|
host_triplet = @host@ |
91 |
|
subdir = help |
35 |
– |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
92 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
93 |
< |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
94 |
< |
$(top_srcdir)/configure.ac |
93 |
> |
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ |
94 |
> |
$(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
95 |
> |
$(top_srcdir)/m4/ax_append_flag.m4 \ |
96 |
> |
$(top_srcdir)/m4/ax_arg_disable_mempool.m4 \ |
97 |
> |
$(top_srcdir)/m4/ax_arg_enable_assert.m4 \ |
98 |
> |
$(top_srcdir)/m4/ax_arg_enable_debugging.m4 \ |
99 |
> |
$(top_srcdir)/m4/ax_arg_enable_efence.m4 \ |
100 |
> |
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
101 |
> |
$(top_srcdir)/m4/ax_arg_gnutls.m4 \ |
102 |
> |
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
103 |
> |
$(top_srcdir)/m4/ax_arg_openssl.m4 \ |
104 |
> |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
105 |
> |
$(top_srcdir)/m4/ax_library_net.m4 \ |
106 |
> |
$(top_srcdir)/m4/ax_mempool_chunksizes.m4 \ |
107 |
> |
$(top_srcdir)/m4/ax_require_defined.m4 \ |
108 |
> |
$(top_srcdir)/m4/gcc_stack_protect.m4 \ |
109 |
> |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \ |
110 |
> |
$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
111 |
> |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
112 |
> |
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
113 |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
114 |
|
$(ACLOCAL_M4) |
115 |
+ |
DIST_COMMON = $(srcdir)/Makefile.am $(dist_helpf_DATA) \ |
116 |
+ |
$(am__DIST_COMMON) |
117 |
|
mkinstalldirs = $(install_sh) -d |
118 |
|
CONFIG_HEADER = $(top_builddir)/config.h |
119 |
|
CONFIG_CLEAN_FILES = |
120 |
+ |
CONFIG_CLEAN_VPATH_FILES = |
121 |
+ |
AM_V_P = $(am__v_P_@AM_V@) |
122 |
+ |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
123 |
+ |
am__v_P_0 = false |
124 |
+ |
am__v_P_1 = : |
125 |
+ |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
126 |
+ |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
127 |
+ |
am__v_GEN_0 = @echo " GEN " $@; |
128 |
+ |
am__v_GEN_1 = |
129 |
+ |
AM_V_at = $(am__v_at_@AM_V@) |
130 |
+ |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
131 |
+ |
am__v_at_0 = @ |
132 |
+ |
am__v_at_1 = |
133 |
|
SOURCES = |
134 |
|
DIST_SOURCES = |
135 |
< |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
136 |
< |
html-recursive info-recursive install-data-recursive \ |
137 |
< |
install-dvi-recursive install-exec-recursive \ |
138 |
< |
install-html-recursive install-info-recursive \ |
139 |
< |
install-pdf-recursive install-ps-recursive install-recursive \ |
140 |
< |
installcheck-recursive installdirs-recursive pdf-recursive \ |
141 |
< |
ps-recursive uninstall-recursive |
142 |
< |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
143 |
< |
distclean-recursive maintainer-clean-recursive |
144 |
< |
ETAGS = etags |
145 |
< |
CTAGS = ctags |
146 |
< |
DIST_SUBDIRS = $(SUBDIRS) |
135 |
> |
am__can_run_installinfo = \ |
136 |
> |
case $$AM_UPDATE_INFO_DIR in \ |
137 |
> |
n|no|NO) false;; \ |
138 |
> |
*) (install-info --version) >/dev/null 2>&1;; \ |
139 |
> |
esac |
140 |
> |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
141 |
> |
am__vpath_adj = case $$p in \ |
142 |
> |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
143 |
> |
*) f=$$p;; \ |
144 |
> |
esac; |
145 |
> |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
146 |
> |
am__install_max = 40 |
147 |
> |
am__nobase_strip_setup = \ |
148 |
> |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
149 |
> |
am__nobase_strip = \ |
150 |
> |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
151 |
> |
am__nobase_list = $(am__nobase_strip_setup); \ |
152 |
> |
for p in $$list; do echo "$$p $$p"; done | \ |
153 |
> |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
154 |
> |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
155 |
> |
if (++n[$$2] == $(am__install_max)) \ |
156 |
> |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
157 |
> |
END { for (dir in files) print dir, files[dir] }' |
158 |
> |
am__base_list = \ |
159 |
> |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
160 |
> |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
161 |
> |
am__uninstall_files_from_dir = { \ |
162 |
> |
test -z "$$files" \ |
163 |
> |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
164 |
> |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
165 |
> |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
166 |
> |
} |
167 |
> |
am__installdirs = "$(DESTDIR)$(helpfdir)" |
168 |
> |
DATA = $(dist_helpf_DATA) |
169 |
> |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
170 |
> |
am__DIST_COMMON = $(srcdir)/Makefile.in |
171 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
172 |
|
ACLOCAL = @ACLOCAL@ |
173 |
|
AMTAR = @AMTAR@ |
174 |
+ |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
175 |
|
AR = @AR@ |
176 |
|
AUTOCONF = @AUTOCONF@ |
177 |
|
AUTOHEADER = @AUTOHEADER@ |
182 |
|
CFLAGS = @CFLAGS@ |
183 |
|
CPP = @CPP@ |
184 |
|
CPPFLAGS = @CPPFLAGS@ |
71 |
– |
CXX = @CXX@ |
72 |
– |
CXXCPP = @CXXCPP@ |
73 |
– |
CXXDEPMODE = @CXXDEPMODE@ |
74 |
– |
CXXFLAGS = @CXXFLAGS@ |
185 |
|
CYGPATH_W = @CYGPATH_W@ |
186 |
|
DATADIR = @DATADIR@ |
187 |
|
DEFS = @DEFS@ |
188 |
|
DEPDIR = @DEPDIR@ |
189 |
+ |
DLLTOOL = @DLLTOOL@ |
190 |
|
DSYMUTIL = @DSYMUTIL@ |
191 |
< |
ECHO = @ECHO@ |
191 |
> |
DUMPBIN = @DUMPBIN@ |
192 |
|
ECHO_C = @ECHO_C@ |
193 |
|
ECHO_N = @ECHO_N@ |
194 |
|
ECHO_T = @ECHO_T@ |
195 |
|
EGREP = @EGREP@ |
196 |
|
EXEEXT = @EXEEXT@ |
197 |
< |
F77 = @F77@ |
87 |
< |
FFLAGS = @FFLAGS@ |
197 |
> |
FGREP = @FGREP@ |
198 |
|
GREP = @GREP@ |
199 |
|
INCLTDL = @INCLTDL@ |
200 |
|
INSTALL = @INSTALL@ |
202 |
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
203 |
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
204 |
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
205 |
+ |
LD = @LD@ |
206 |
|
LDFLAGS = @LDFLAGS@ |
207 |
|
LEX = @LEX@ |
208 |
|
LEXLIB = @LEXLIB@ |
209 |
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
210 |
+ |
LIBADD_DL = @LIBADD_DL@ |
211 |
+ |
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ |
212 |
+ |
LIBADD_DLOPEN = @LIBADD_DLOPEN@ |
213 |
+ |
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ |
214 |
|
LIBDIR = @LIBDIR@ |
215 |
|
LIBLTDL = @LIBLTDL@ |
216 |
|
LIBOBJS = @LIBOBJS@ |
217 |
|
LIBS = @LIBS@ |
218 |
|
LIBTOOL = @LIBTOOL@ |
219 |
+ |
LIPO = @LIPO@ |
220 |
|
LN_S = @LN_S@ |
221 |
|
LOCALSTATEDIR = @LOCALSTATEDIR@ |
222 |
+ |
LTDLDEPS = @LTDLDEPS@ |
223 |
+ |
LTDLINCL = @LTDLINCL@ |
224 |
+ |
LTDLOPEN = @LTDLOPEN@ |
225 |
|
LTLIBOBJS = @LTLIBOBJS@ |
226 |
+ |
LT_ARGZ_H = @LT_ARGZ_H@ |
227 |
+ |
LT_CONFIG_H = @LT_CONFIG_H@ |
228 |
+ |
LT_DLLOADERS = @LT_DLLOADERS@ |
229 |
+ |
LT_DLPREOPEN = @LT_DLPREOPEN@ |
230 |
+ |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
231 |
|
MAINT = @MAINT@ |
232 |
|
MAKEINFO = @MAKEINFO@ |
233 |
+ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
234 |
|
MKDIR_P = @MKDIR_P@ |
235 |
+ |
NM = @NM@ |
236 |
|
NMEDIT = @NMEDIT@ |
237 |
+ |
OBJDUMP = @OBJDUMP@ |
238 |
|
OBJEXT = @OBJEXT@ |
239 |
+ |
OTOOL = @OTOOL@ |
240 |
+ |
OTOOL64 = @OTOOL64@ |
241 |
|
PACKAGE = @PACKAGE@ |
242 |
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
243 |
|
PACKAGE_NAME = @PACKAGE_NAME@ |
244 |
|
PACKAGE_STRING = @PACKAGE_STRING@ |
245 |
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
246 |
+ |
PACKAGE_URL = @PACKAGE_URL@ |
247 |
|
PACKAGE_VERSION = @PACKAGE_VERSION@ |
248 |
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
249 |
|
PREFIX = @PREFIX@ |
260 |
|
abs_srcdir = @abs_srcdir@ |
261 |
|
abs_top_builddir = @abs_top_builddir@ |
262 |
|
abs_top_srcdir = @abs_top_srcdir@ |
263 |
+ |
ac_ct_AR = @ac_ct_AR@ |
264 |
|
ac_ct_CC = @ac_ct_CC@ |
265 |
< |
ac_ct_CXX = @ac_ct_CXX@ |
135 |
< |
ac_ct_F77 = @ac_ct_F77@ |
265 |
> |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
266 |
|
am__include = @am__include@ |
267 |
|
am__leading_dot = @am__leading_dot@ |
268 |
|
am__quote = @am__quote@ |
293 |
|
libexecdir = @libexecdir@ |
294 |
|
localedir = @localedir@ |
295 |
|
localstatedir = @localstatedir@ |
296 |
+ |
ltdl_LIBOBJS = @ltdl_LIBOBJS@ |
297 |
+ |
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
298 |
|
mandir = @mandir@ |
299 |
|
mkdir_p = @mkdir_p@ |
300 |
|
oldincludedir = @oldincludedir@ |
305 |
|
sbindir = @sbindir@ |
306 |
|
sharedstatedir = @sharedstatedir@ |
307 |
|
srcdir = @srcdir@ |
308 |
< |
subdirs = @subdirs@ |
308 |
> |
sys_symbol_underscore = @sys_symbol_underscore@ |
309 |
|
sysconfdir = @sysconfdir@ |
310 |
|
target_alias = @target_alias@ |
311 |
|
top_build_prefix = @top_build_prefix@ |
312 |
|
top_builddir = @top_builddir@ |
313 |
|
top_srcdir = @top_srcdir@ |
314 |
|
AUTOMAKE_OPTIONS = foreign |
315 |
< |
SUBDIRS = opers users |
316 |
< |
all: all-recursive |
315 |
> |
helpfdir = $(pkgdatadir)/help |
316 |
> |
dist_helpf_DATA = accept \ |
317 |
> |
admin \ |
318 |
> |
away \ |
319 |
> |
close \ |
320 |
> |
cmode \ |
321 |
> |
connect \ |
322 |
> |
die \ |
323 |
> |
dline \ |
324 |
> |
etrace \ |
325 |
> |
hash \ |
326 |
> |
help \ |
327 |
> |
index \ |
328 |
> |
info \ |
329 |
> |
invite \ |
330 |
> |
ison \ |
331 |
> |
join \ |
332 |
> |
kick \ |
333 |
> |
kill \ |
334 |
> |
kline \ |
335 |
> |
knock \ |
336 |
> |
links \ |
337 |
> |
list \ |
338 |
> |
locops \ |
339 |
> |
lusers \ |
340 |
> |
map \ |
341 |
> |
module \ |
342 |
> |
motd \ |
343 |
> |
names \ |
344 |
> |
nick \ |
345 |
> |
notice \ |
346 |
> |
oper \ |
347 |
> |
part \ |
348 |
> |
pass \ |
349 |
> |
ping \ |
350 |
> |
pong \ |
351 |
> |
post \ |
352 |
> |
privmsg \ |
353 |
> |
quit \ |
354 |
> |
rehash \ |
355 |
> |
restart \ |
356 |
> |
resv \ |
357 |
> |
set \ |
358 |
> |
squit \ |
359 |
> |
stats \ |
360 |
> |
time \ |
361 |
> |
topic \ |
362 |
> |
trace \ |
363 |
> |
umode \ |
364 |
> |
undline \ |
365 |
> |
unkline \ |
366 |
> |
unresv \ |
367 |
> |
unxline \ |
368 |
> |
user \ |
369 |
> |
userhost \ |
370 |
> |
version \ |
371 |
> |
wallops \ |
372 |
> |
who \ |
373 |
> |
whois \ |
374 |
> |
whowas \ |
375 |
> |
xline |
376 |
> |
|
377 |
> |
all: all-am |
378 |
|
|
379 |
|
.SUFFIXES: |
380 |
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
381 |
|
@for dep in $?; do \ |
382 |
|
case '$(am__configure_deps)' in \ |
383 |
|
*$$dep*) \ |
384 |
< |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
385 |
< |
&& exit 0; \ |
384 |
> |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
385 |
> |
&& { if test -f $@; then exit 0; else break; fi; }; \ |
386 |
|
exit 1;; \ |
387 |
|
esac; \ |
388 |
|
done; \ |
389 |
< |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ |
390 |
< |
cd $(top_srcdir) && \ |
391 |
< |
$(AUTOMAKE) --foreign help/Makefile |
199 |
< |
.PRECIOUS: Makefile |
389 |
> |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ |
390 |
> |
$(am__cd) $(top_srcdir) && \ |
391 |
> |
$(AUTOMAKE) --foreign help/Makefile |
392 |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
393 |
|
@case '$?' in \ |
394 |
|
*config.status*) \ |
405 |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
406 |
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
407 |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
408 |
+ |
$(am__aclocal_m4_deps): |
409 |
|
|
410 |
|
mostlyclean-libtool: |
411 |
|
-rm -f *.lo |
412 |
|
|
413 |
|
clean-libtool: |
414 |
|
-rm -rf .libs _libs |
415 |
< |
|
416 |
< |
# This directory's subdirectories are mostly independent; you can cd |
417 |
< |
# into them and run `make' without going through this Makefile. |
418 |
< |
# To change the values of `make' variables: instead of editing Makefiles, |
419 |
< |
# (1) if the variable is set in `config.status', edit `config.status' |
420 |
< |
# (which will cause the Makefiles to be regenerated when you run `make'); |
421 |
< |
# (2) otherwise, pass the desired values on the `make' command line. |
422 |
< |
$(RECURSIVE_TARGETS): |
423 |
< |
@failcom='exit 1'; \ |
424 |
< |
for f in x $$MAKEFLAGS; do \ |
425 |
< |
case $$f in \ |
426 |
< |
*=* | --[!k]*);; \ |
427 |
< |
*k*) failcom='fail=yes';; \ |
428 |
< |
esac; \ |
236 |
< |
done; \ |
237 |
< |
dot_seen=no; \ |
238 |
< |
target=`echo $@ | sed s/-recursive//`; \ |
239 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
240 |
< |
echo "Making $$target in $$subdir"; \ |
241 |
< |
if test "$$subdir" = "."; then \ |
242 |
< |
dot_seen=yes; \ |
243 |
< |
local_target="$$target-am"; \ |
244 |
< |
else \ |
245 |
< |
local_target="$$target"; \ |
246 |
< |
fi; \ |
247 |
< |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
248 |
< |
|| eval $$failcom; \ |
249 |
< |
done; \ |
250 |
< |
if test "$$dot_seen" = "no"; then \ |
251 |
< |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
252 |
< |
fi; test -z "$$fail" |
253 |
< |
|
254 |
< |
$(RECURSIVE_CLEAN_TARGETS): |
255 |
< |
@failcom='exit 1'; \ |
256 |
< |
for f in x $$MAKEFLAGS; do \ |
257 |
< |
case $$f in \ |
258 |
< |
*=* | --[!k]*);; \ |
259 |
< |
*k*) failcom='fail=yes';; \ |
260 |
< |
esac; \ |
261 |
< |
done; \ |
262 |
< |
dot_seen=no; \ |
263 |
< |
case "$@" in \ |
264 |
< |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
265 |
< |
*) list='$(SUBDIRS)' ;; \ |
266 |
< |
esac; \ |
267 |
< |
rev=''; for subdir in $$list; do \ |
268 |
< |
if test "$$subdir" = "."; then :; else \ |
269 |
< |
rev="$$subdir $$rev"; \ |
270 |
< |
fi; \ |
271 |
< |
done; \ |
272 |
< |
rev="$$rev ."; \ |
273 |
< |
target=`echo $@ | sed s/-recursive//`; \ |
274 |
< |
for subdir in $$rev; do \ |
275 |
< |
echo "Making $$target in $$subdir"; \ |
276 |
< |
if test "$$subdir" = "."; then \ |
277 |
< |
local_target="$$target-am"; \ |
278 |
< |
else \ |
279 |
< |
local_target="$$target"; \ |
280 |
< |
fi; \ |
281 |
< |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
282 |
< |
|| eval $$failcom; \ |
283 |
< |
done && test -z "$$fail" |
284 |
< |
tags-recursive: |
285 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
286 |
< |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
287 |
< |
done |
288 |
< |
ctags-recursive: |
289 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
290 |
< |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
415 |
> |
install-dist_helpfDATA: $(dist_helpf_DATA) |
416 |
> |
@$(NORMAL_INSTALL) |
417 |
> |
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
418 |
> |
if test -n "$$list"; then \ |
419 |
> |
echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \ |
420 |
> |
$(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \ |
421 |
> |
fi; \ |
422 |
> |
for p in $$list; do \ |
423 |
> |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
424 |
> |
echo "$$d$$p"; \ |
425 |
> |
done | $(am__base_list) | \ |
426 |
> |
while read files; do \ |
427 |
> |
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \ |
428 |
> |
$(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \ |
429 |
|
done |
430 |
|
|
431 |
< |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
432 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
433 |
< |
unique=`for i in $$list; do \ |
434 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
435 |
< |
done | \ |
436 |
< |
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ |
437 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
438 |
< |
mkid -fID $$unique |
439 |
< |
tags: TAGS |
440 |
< |
|
303 |
< |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
304 |
< |
$(TAGS_FILES) $(LISP) |
305 |
< |
tags=; \ |
306 |
< |
here=`pwd`; \ |
307 |
< |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
308 |
< |
include_option=--etags-include; \ |
309 |
< |
empty_fix=.; \ |
310 |
< |
else \ |
311 |
< |
include_option=--include; \ |
312 |
< |
empty_fix=; \ |
313 |
< |
fi; \ |
314 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
315 |
< |
if test "$$subdir" = .; then :; else \ |
316 |
< |
test ! -f $$subdir/TAGS || \ |
317 |
< |
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
318 |
< |
fi; \ |
319 |
< |
done; \ |
320 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
321 |
< |
unique=`for i in $$list; do \ |
322 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
323 |
< |
done | \ |
324 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
325 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
326 |
< |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
327 |
< |
test -n "$$unique" || unique=$$empty_fix; \ |
328 |
< |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
329 |
< |
$$tags $$unique; \ |
330 |
< |
fi |
331 |
< |
ctags: CTAGS |
332 |
< |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
333 |
< |
$(TAGS_FILES) $(LISP) |
334 |
< |
tags=; \ |
335 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
336 |
< |
unique=`for i in $$list; do \ |
337 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
338 |
< |
done | \ |
339 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
340 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
341 |
< |
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
342 |
< |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
343 |
< |
$$tags $$unique |
344 |
< |
|
345 |
< |
GTAGS: |
346 |
< |
here=`$(am__cd) $(top_builddir) && pwd` \ |
347 |
< |
&& cd $(top_srcdir) \ |
348 |
< |
&& gtags -i $(GTAGS_ARGS) $$here |
431 |
> |
uninstall-dist_helpfDATA: |
432 |
> |
@$(NORMAL_UNINSTALL) |
433 |
> |
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
434 |
> |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
435 |
> |
dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir) |
436 |
> |
tags TAGS: |
437 |
> |
|
438 |
> |
ctags CTAGS: |
439 |
> |
|
440 |
> |
cscope cscopelist: |
441 |
|
|
350 |
– |
distclean-tags: |
351 |
– |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
442 |
|
|
443 |
|
distdir: $(DISTFILES) |
444 |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
456 |
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
457 |
|
if test -d $$d/$$file; then \ |
458 |
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
459 |
+ |
if test -d "$(distdir)/$$file"; then \ |
460 |
+ |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
461 |
+ |
fi; \ |
462 |
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
463 |
< |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
463 |
> |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
464 |
> |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
465 |
|
fi; \ |
466 |
< |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
466 |
> |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
467 |
|
else \ |
468 |
< |
test -f $(distdir)/$$file \ |
469 |
< |
|| cp -p $$d/$$file $(distdir)/$$file \ |
468 |
> |
test -f "$(distdir)/$$file" \ |
469 |
> |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
470 |
|
|| exit 1; \ |
471 |
|
fi; \ |
472 |
|
done |
379 |
– |
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
380 |
– |
if test "$$subdir" = .; then :; else \ |
381 |
– |
test -d "$(distdir)/$$subdir" \ |
382 |
– |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
383 |
– |
|| exit 1; \ |
384 |
– |
distdir=`$(am__cd) $(distdir) && pwd`; \ |
385 |
– |
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
386 |
– |
(cd $$subdir && \ |
387 |
– |
$(MAKE) $(AM_MAKEFLAGS) \ |
388 |
– |
top_distdir="$$top_distdir" \ |
389 |
– |
distdir="$$distdir/$$subdir" \ |
390 |
– |
am__remove_distdir=: \ |
391 |
– |
am__skip_length_check=: \ |
392 |
– |
distdir) \ |
393 |
– |
|| exit 1; \ |
394 |
– |
fi; \ |
395 |
– |
done |
473 |
|
check-am: all-am |
474 |
< |
check: check-recursive |
475 |
< |
all-am: Makefile |
476 |
< |
installdirs: installdirs-recursive |
477 |
< |
installdirs-am: |
478 |
< |
install: install-recursive |
479 |
< |
install-exec: install-exec-recursive |
480 |
< |
install-data: install-data-recursive |
481 |
< |
uninstall: uninstall-recursive |
474 |
> |
check: check-am |
475 |
> |
all-am: Makefile $(DATA) |
476 |
> |
installdirs: |
477 |
> |
for dir in "$(DESTDIR)$(helpfdir)"; do \ |
478 |
> |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
479 |
> |
done |
480 |
> |
install: install-am |
481 |
> |
install-exec: install-exec-am |
482 |
> |
install-data: install-data-am |
483 |
> |
uninstall: uninstall-am |
484 |
|
|
485 |
|
install-am: all-am |
486 |
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
487 |
|
|
488 |
< |
installcheck: installcheck-recursive |
488 |
> |
installcheck: installcheck-am |
489 |
|
install-strip: |
490 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
491 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
492 |
< |
`test -z '$(STRIP)' || \ |
493 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
490 |
> |
if test -z '$(STRIP)'; then \ |
491 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
492 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
493 |
> |
install; \ |
494 |
> |
else \ |
495 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
496 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
497 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
498 |
> |
fi |
499 |
|
mostlyclean-generic: |
500 |
|
|
501 |
|
clean-generic: |
502 |
|
|
503 |
|
distclean-generic: |
504 |
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
505 |
+ |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
506 |
|
|
507 |
|
maintainer-clean-generic: |
508 |
|
@echo "This command is intended for maintainers to use" |
509 |
|
@echo "it deletes files that may require special tools to rebuild." |
510 |
< |
clean: clean-recursive |
510 |
> |
clean: clean-am |
511 |
|
|
512 |
|
clean-am: clean-generic clean-libtool mostlyclean-am |
513 |
|
|
514 |
< |
distclean: distclean-recursive |
514 |
> |
distclean: distclean-am |
515 |
|
-rm -f Makefile |
516 |
< |
distclean-am: clean-am distclean-generic distclean-tags |
516 |
> |
distclean-am: clean-am distclean-generic |
517 |
|
|
518 |
< |
dvi: dvi-recursive |
518 |
> |
dvi: dvi-am |
519 |
|
|
520 |
|
dvi-am: |
521 |
|
|
522 |
< |
html: html-recursive |
522 |
> |
html: html-am |
523 |
> |
|
524 |
> |
html-am: |
525 |
|
|
526 |
< |
info: info-recursive |
526 |
> |
info: info-am |
527 |
|
|
528 |
|
info-am: |
529 |
|
|
530 |
< |
install-data-am: |
530 |
> |
install-data-am: install-dist_helpfDATA |
531 |
> |
|
532 |
> |
install-dvi: install-dvi-am |
533 |
|
|
534 |
< |
install-dvi: install-dvi-recursive |
534 |
> |
install-dvi-am: |
535 |
|
|
536 |
|
install-exec-am: |
537 |
|
|
538 |
< |
install-html: install-html-recursive |
538 |
> |
install-html: install-html-am |
539 |
|
|
540 |
< |
install-info: install-info-recursive |
540 |
> |
install-html-am: |
541 |
> |
|
542 |
> |
install-info: install-info-am |
543 |
> |
|
544 |
> |
install-info-am: |
545 |
|
|
546 |
|
install-man: |
547 |
|
|
548 |
< |
install-pdf: install-pdf-recursive |
548 |
> |
install-pdf: install-pdf-am |
549 |
> |
|
550 |
> |
install-pdf-am: |
551 |
|
|
552 |
< |
install-ps: install-ps-recursive |
552 |
> |
install-ps: install-ps-am |
553 |
> |
|
554 |
> |
install-ps-am: |
555 |
|
|
556 |
|
installcheck-am: |
557 |
|
|
558 |
< |
maintainer-clean: maintainer-clean-recursive |
558 |
> |
maintainer-clean: maintainer-clean-am |
559 |
|
-rm -f Makefile |
560 |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
561 |
|
|
562 |
< |
mostlyclean: mostlyclean-recursive |
562 |
> |
mostlyclean: mostlyclean-am |
563 |
|
|
564 |
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
565 |
|
|
566 |
< |
pdf: pdf-recursive |
566 |
> |
pdf: pdf-am |
567 |
|
|
568 |
|
pdf-am: |
569 |
|
|
570 |
< |
ps: ps-recursive |
570 |
> |
ps: ps-am |
571 |
|
|
572 |
|
ps-am: |
573 |
|
|
574 |
< |
uninstall-am: |
574 |
> |
uninstall-am: uninstall-dist_helpfDATA |
575 |
|
|
576 |
< |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ |
480 |
< |
install-strip |
576 |
> |
.MAKE: install-am install-strip |
577 |
|
|
578 |
< |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
579 |
< |
all all-am check check-am clean clean-generic clean-libtool \ |
580 |
< |
ctags ctags-recursive distclean distclean-generic \ |
581 |
< |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
582 |
< |
html-am info info-am install install-am install-data \ |
487 |
< |
install-data-am install-dvi install-dvi-am install-exec \ |
578 |
> |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
579 |
> |
cscopelist-am ctags-am distclean distclean-generic \ |
580 |
> |
distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
581 |
> |
install install-am install-data install-data-am \ |
582 |
> |
install-dist_helpfDATA install-dvi install-dvi-am install-exec \ |
583 |
|
install-exec-am install-html install-html-am install-info \ |
584 |
|
install-info-am install-man install-pdf install-pdf-am \ |
585 |
|
install-ps install-ps-am install-strip installcheck \ |
586 |
< |
installcheck-am installdirs installdirs-am maintainer-clean \ |
586 |
> |
installcheck-am installdirs maintainer-clean \ |
587 |
|
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
588 |
< |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
589 |
< |
uninstall uninstall-am |
588 |
> |
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
589 |
> |
uninstall-am uninstall-dist_helpfDATA |
590 |
> |
|
591 |
> |
.PRECIOUS: Makefile |
592 |
> |
|
593 |
> |
|
594 |
> |
helpf: $(dist_helpf_DATA) |
595 |
|
|
596 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
597 |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |