1 |
michael |
8757 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. |
2 |
michael |
912 |
# @configure_input@ |
3 |
|
|
|
4 |
michael |
8757 |
# Copyright (C) 1994-2018 Free Software Foundation, Inc. |
5 |
michael |
1425 |
|
6 |
michael |
912 |
# 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. |
9 |
|
|
|
10 |
|
|
# This program is distributed in the hope that it will be useful, |
11 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
12 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 |
|
|
# PARTICULAR PURPOSE. |
14 |
|
|
|
15 |
|
|
@SET_MAKE@ |
16 |
michael |
2028 |
|
17 |
michael |
912 |
VPATH = @srcdir@ |
18 |
michael |
5395 |
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 |
michael |
2064 |
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 |
michael |
1338 |
case $$MAKEFLAGS in \ |
42 |
|
|
*\\[\ \ ]*) \ |
43 |
michael |
2064 |
bs=\\; \ |
44 |
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
45 |
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
46 |
michael |
1338 |
esac; \ |
47 |
michael |
2064 |
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 |
michael |
912 |
pkgdatadir = $(datadir)/@PACKAGE@ |
74 |
michael |
945 |
pkgincludedir = $(includedir)/@PACKAGE@ |
75 |
michael |
912 |
pkglibdir = $(libdir)/@PACKAGE@ |
76 |
michael |
945 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
77 |
michael |
912 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
78 |
|
|
install_sh_DATA = $(install_sh) -c -m 644 |
79 |
|
|
install_sh_PROGRAM = $(install_sh) -c |
80 |
|
|
install_sh_SCRIPT = $(install_sh) -c |
81 |
|
|
INSTALL_HEADER = $(INSTALL_DATA) |
82 |
|
|
transform = $(program_transform_name) |
83 |
|
|
NORMAL_INSTALL = : |
84 |
|
|
PRE_INSTALL = : |
85 |
|
|
POST_INSTALL = : |
86 |
|
|
NORMAL_UNINSTALL = : |
87 |
|
|
PRE_UNINSTALL = : |
88 |
|
|
POST_UNINSTALL = : |
89 |
|
|
build_triplet = @build@ |
90 |
|
|
host_triplet = @host@ |
91 |
|
|
subdir = help |
92 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
93 |
michael |
8356 |
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
94 |
michael |
2491 |
$(top_srcdir)/m4/ax_append_flag.m4 \ |
95 |
michael |
4979 |
$(top_srcdir)/m4/ax_arg_enable_assert.m4 \ |
96 |
michael |
4360 |
$(top_srcdir)/m4/ax_arg_enable_debugging.m4 \ |
97 |
michael |
8330 |
$(top_srcdir)/m4/ax_arg_enable_efence.m4 \ |
98 |
michael |
4360 |
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
99 |
|
|
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
100 |
michael |
9184 |
$(top_srcdir)/m4/ax_arg_with_tls.m4 \ |
101 |
michael |
2491 |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
102 |
michael |
8356 |
$(top_srcdir)/m4/ax_define_dir.m4 \ |
103 |
michael |
8370 |
$(top_srcdir)/m4/ax_gcc_stack_protect.m4 \ |
104 |
michael |
4360 |
$(top_srcdir)/m4/ax_library_net.m4 \ |
105 |
michael |
3838 |
$(top_srcdir)/m4/ax_require_defined.m4 \ |
106 |
michael |
9184 |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \ |
107 |
|
|
$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
108 |
|
|
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
109 |
|
|
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
110 |
michael |
912 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
111 |
|
|
$(ACLOCAL_M4) |
112 |
michael |
5395 |
DIST_COMMON = $(srcdir)/Makefile.am $(dist_helpf_DATA) \ |
113 |
|
|
$(am__DIST_COMMON) |
114 |
michael |
912 |
mkinstalldirs = $(install_sh) -d |
115 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h |
116 |
|
|
CONFIG_CLEAN_FILES = |
117 |
michael |
945 |
CONFIG_CLEAN_VPATH_FILES = |
118 |
michael |
1720 |
AM_V_P = $(am__v_P_@AM_V@) |
119 |
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
120 |
|
|
am__v_P_0 = false |
121 |
|
|
am__v_P_1 = : |
122 |
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@) |
123 |
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
124 |
|
|
am__v_GEN_0 = @echo " GEN " $@; |
125 |
|
|
am__v_GEN_1 = |
126 |
|
|
AM_V_at = $(am__v_at_@AM_V@) |
127 |
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
128 |
|
|
am__v_at_0 = @ |
129 |
|
|
am__v_at_1 = |
130 |
michael |
912 |
SOURCES = |
131 |
|
|
DIST_SOURCES = |
132 |
michael |
1338 |
am__can_run_installinfo = \ |
133 |
|
|
case $$AM_UPDATE_INFO_DIR in \ |
134 |
|
|
n|no|NO) false;; \ |
135 |
|
|
*) (install-info --version) >/dev/null 2>&1;; \ |
136 |
|
|
esac |
137 |
michael |
2028 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
138 |
|
|
am__vpath_adj = case $$p in \ |
139 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
140 |
|
|
*) f=$$p;; \ |
141 |
|
|
esac; |
142 |
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
143 |
|
|
am__install_max = 40 |
144 |
|
|
am__nobase_strip_setup = \ |
145 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
146 |
|
|
am__nobase_strip = \ |
147 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
148 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \ |
149 |
|
|
for p in $$list; do echo "$$p $$p"; done | \ |
150 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
151 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
152 |
|
|
if (++n[$$2] == $(am__install_max)) \ |
153 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
154 |
|
|
END { for (dir in files) print dir, files[dir] }' |
155 |
|
|
am__base_list = \ |
156 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
157 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
158 |
|
|
am__uninstall_files_from_dir = { \ |
159 |
|
|
test -z "$$files" \ |
160 |
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
161 |
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
162 |
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \ |
163 |
|
|
} |
164 |
|
|
am__installdirs = "$(DESTDIR)$(helpfdir)" |
165 |
|
|
DATA = $(dist_helpf_DATA) |
166 |
michael |
1720 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
167 |
michael |
5395 |
am__DIST_COMMON = $(srcdir)/Makefile.in |
168 |
michael |
912 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
169 |
|
|
ACLOCAL = @ACLOCAL@ |
170 |
|
|
AMTAR = @AMTAR@ |
171 |
michael |
1720 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
172 |
michael |
912 |
AR = @AR@ |
173 |
|
|
AUTOCONF = @AUTOCONF@ |
174 |
|
|
AUTOHEADER = @AUTOHEADER@ |
175 |
|
|
AUTOMAKE = @AUTOMAKE@ |
176 |
|
|
AWK = @AWK@ |
177 |
|
|
CC = @CC@ |
178 |
|
|
CCDEPMODE = @CCDEPMODE@ |
179 |
|
|
CFLAGS = @CFLAGS@ |
180 |
|
|
CPP = @CPP@ |
181 |
|
|
CPPFLAGS = @CPPFLAGS@ |
182 |
|
|
CYGPATH_W = @CYGPATH_W@ |
183 |
|
|
DATADIR = @DATADIR@ |
184 |
|
|
DEFS = @DEFS@ |
185 |
|
|
DEPDIR = @DEPDIR@ |
186 |
michael |
1106 |
DLLTOOL = @DLLTOOL@ |
187 |
db |
941 |
DSYMUTIL = @DSYMUTIL@ |
188 |
michael |
945 |
DUMPBIN = @DUMPBIN@ |
189 |
michael |
912 |
ECHO_C = @ECHO_C@ |
190 |
|
|
ECHO_N = @ECHO_N@ |
191 |
|
|
ECHO_T = @ECHO_T@ |
192 |
|
|
EGREP = @EGREP@ |
193 |
|
|
EXEEXT = @EXEEXT@ |
194 |
michael |
945 |
FGREP = @FGREP@ |
195 |
michael |
912 |
GREP = @GREP@ |
196 |
|
|
INCLTDL = @INCLTDL@ |
197 |
|
|
INSTALL = @INSTALL@ |
198 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
199 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
200 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
201 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
202 |
michael |
945 |
LD = @LD@ |
203 |
michael |
912 |
LDFLAGS = @LDFLAGS@ |
204 |
|
|
LEX = @LEX@ |
205 |
|
|
LEXLIB = @LEXLIB@ |
206 |
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
207 |
michael |
945 |
LIBADD_DL = @LIBADD_DL@ |
208 |
|
|
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ |
209 |
|
|
LIBADD_DLOPEN = @LIBADD_DLOPEN@ |
210 |
|
|
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ |
211 |
michael |
912 |
LIBDIR = @LIBDIR@ |
212 |
|
|
LIBLTDL = @LIBLTDL@ |
213 |
|
|
LIBOBJS = @LIBOBJS@ |
214 |
|
|
LIBS = @LIBS@ |
215 |
|
|
LIBTOOL = @LIBTOOL@ |
216 |
michael |
945 |
LIPO = @LIPO@ |
217 |
michael |
912 |
LN_S = @LN_S@ |
218 |
|
|
LOCALSTATEDIR = @LOCALSTATEDIR@ |
219 |
michael |
945 |
LTDLDEPS = @LTDLDEPS@ |
220 |
|
|
LTDLINCL = @LTDLINCL@ |
221 |
|
|
LTDLOPEN = @LTDLOPEN@ |
222 |
michael |
912 |
LTLIBOBJS = @LTLIBOBJS@ |
223 |
michael |
4961 |
LT_ARGZ_H = @LT_ARGZ_H@ |
224 |
michael |
945 |
LT_CONFIG_H = @LT_CONFIG_H@ |
225 |
|
|
LT_DLLOADERS = @LT_DLLOADERS@ |
226 |
|
|
LT_DLPREOPEN = @LT_DLPREOPEN@ |
227 |
michael |
5395 |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
228 |
michael |
912 |
MAINT = @MAINT@ |
229 |
|
|
MAKEINFO = @MAKEINFO@ |
230 |
michael |
1106 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
231 |
michael |
912 |
MKDIR_P = @MKDIR_P@ |
232 |
michael |
945 |
NM = @NM@ |
233 |
db |
941 |
NMEDIT = @NMEDIT@ |
234 |
michael |
945 |
OBJDUMP = @OBJDUMP@ |
235 |
michael |
912 |
OBJEXT = @OBJEXT@ |
236 |
michael |
945 |
OTOOL = @OTOOL@ |
237 |
|
|
OTOOL64 = @OTOOL64@ |
238 |
michael |
912 |
PACKAGE = @PACKAGE@ |
239 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
240 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@ |
241 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@ |
242 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
243 |
michael |
967 |
PACKAGE_URL = @PACKAGE_URL@ |
244 |
michael |
912 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
245 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
246 |
|
|
PREFIX = @PREFIX@ |
247 |
|
|
RANLIB = @RANLIB@ |
248 |
|
|
SED = @SED@ |
249 |
|
|
SET_MAKE = @SET_MAKE@ |
250 |
|
|
SHELL = @SHELL@ |
251 |
|
|
STRIP = @STRIP@ |
252 |
|
|
SYSCONFDIR = @SYSCONFDIR@ |
253 |
|
|
VERSION = @VERSION@ |
254 |
|
|
YACC = @YACC@ |
255 |
|
|
YFLAGS = @YFLAGS@ |
256 |
|
|
abs_builddir = @abs_builddir@ |
257 |
|
|
abs_srcdir = @abs_srcdir@ |
258 |
|
|
abs_top_builddir = @abs_top_builddir@ |
259 |
|
|
abs_top_srcdir = @abs_top_srcdir@ |
260 |
michael |
1106 |
ac_ct_AR = @ac_ct_AR@ |
261 |
michael |
912 |
ac_ct_CC = @ac_ct_CC@ |
262 |
michael |
945 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
263 |
michael |
912 |
am__include = @am__include@ |
264 |
|
|
am__leading_dot = @am__leading_dot@ |
265 |
|
|
am__quote = @am__quote@ |
266 |
|
|
am__tar = @am__tar@ |
267 |
|
|
am__untar = @am__untar@ |
268 |
|
|
bindir = @bindir@ |
269 |
|
|
build = @build@ |
270 |
|
|
build_alias = @build_alias@ |
271 |
|
|
build_cpu = @build_cpu@ |
272 |
|
|
build_os = @build_os@ |
273 |
|
|
build_vendor = @build_vendor@ |
274 |
|
|
builddir = @builddir@ |
275 |
|
|
datadir = @datadir@ |
276 |
|
|
datarootdir = @datarootdir@ |
277 |
|
|
docdir = @docdir@ |
278 |
|
|
dvidir = @dvidir@ |
279 |
|
|
exec_prefix = @exec_prefix@ |
280 |
|
|
host = @host@ |
281 |
|
|
host_alias = @host_alias@ |
282 |
|
|
host_cpu = @host_cpu@ |
283 |
|
|
host_os = @host_os@ |
284 |
|
|
host_vendor = @host_vendor@ |
285 |
|
|
htmldir = @htmldir@ |
286 |
|
|
includedir = @includedir@ |
287 |
|
|
infodir = @infodir@ |
288 |
|
|
install_sh = @install_sh@ |
289 |
|
|
libdir = @libdir@ |
290 |
|
|
libexecdir = @libexecdir@ |
291 |
|
|
localedir = @localedir@ |
292 |
|
|
localstatedir = @localstatedir@ |
293 |
michael |
945 |
ltdl_LIBOBJS = @ltdl_LIBOBJS@ |
294 |
|
|
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
295 |
michael |
912 |
mandir = @mandir@ |
296 |
michael |
1462 |
mkdir_p = @mkdir_p@ |
297 |
michael |
912 |
oldincludedir = @oldincludedir@ |
298 |
|
|
pdfdir = @pdfdir@ |
299 |
|
|
prefix = @prefix@ |
300 |
|
|
program_transform_name = @program_transform_name@ |
301 |
|
|
psdir = @psdir@ |
302 |
michael |
9161 |
runstatedir = @runstatedir@ |
303 |
michael |
912 |
sbindir = @sbindir@ |
304 |
|
|
sharedstatedir = @sharedstatedir@ |
305 |
|
|
srcdir = @srcdir@ |
306 |
michael |
945 |
sys_symbol_underscore = @sys_symbol_underscore@ |
307 |
michael |
912 |
sysconfdir = @sysconfdir@ |
308 |
|
|
target_alias = @target_alias@ |
309 |
db |
941 |
top_build_prefix = @top_build_prefix@ |
310 |
michael |
912 |
top_builddir = @top_builddir@ |
311 |
|
|
top_srcdir = @top_srcdir@ |
312 |
|
|
AUTOMAKE_OPTIONS = foreign |
313 |
michael |
2028 |
helpfdir = $(pkgdatadir)/help |
314 |
michael |
2040 |
dist_helpf_DATA = accept \ |
315 |
|
|
admin \ |
316 |
|
|
away \ |
317 |
|
|
close \ |
318 |
|
|
cmode \ |
319 |
|
|
connect \ |
320 |
|
|
die \ |
321 |
|
|
dline \ |
322 |
|
|
etrace \ |
323 |
|
|
hash \ |
324 |
|
|
help \ |
325 |
|
|
index \ |
326 |
|
|
info \ |
327 |
|
|
invite \ |
328 |
|
|
ison \ |
329 |
|
|
join \ |
330 |
|
|
kick \ |
331 |
|
|
kill \ |
332 |
|
|
kline \ |
333 |
|
|
knock \ |
334 |
|
|
links \ |
335 |
|
|
list \ |
336 |
|
|
locops \ |
337 |
|
|
lusers \ |
338 |
|
|
map \ |
339 |
|
|
module \ |
340 |
|
|
motd \ |
341 |
|
|
names \ |
342 |
|
|
nick \ |
343 |
|
|
notice \ |
344 |
|
|
oper \ |
345 |
|
|
part \ |
346 |
|
|
pass \ |
347 |
|
|
ping \ |
348 |
|
|
pong \ |
349 |
|
|
post \ |
350 |
|
|
privmsg \ |
351 |
|
|
quit \ |
352 |
|
|
rehash \ |
353 |
|
|
restart \ |
354 |
|
|
resv \ |
355 |
|
|
set \ |
356 |
|
|
squit \ |
357 |
|
|
stats \ |
358 |
|
|
time \ |
359 |
|
|
topic \ |
360 |
|
|
trace \ |
361 |
|
|
umode \ |
362 |
|
|
undline \ |
363 |
|
|
unkline \ |
364 |
|
|
unresv \ |
365 |
|
|
unxline \ |
366 |
|
|
user \ |
367 |
|
|
userhost \ |
368 |
|
|
version \ |
369 |
|
|
wallops \ |
370 |
|
|
who \ |
371 |
|
|
whois \ |
372 |
|
|
whowas \ |
373 |
|
|
xline |
374 |
michael |
912 |
|
375 |
michael |
2028 |
all: all-am |
376 |
|
|
|
377 |
michael |
912 |
.SUFFIXES: |
378 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
379 |
|
|
@for dep in $?; do \ |
380 |
|
|
case '$(am__configure_deps)' in \ |
381 |
|
|
*$$dep*) \ |
382 |
michael |
945 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
383 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \ |
384 |
michael |
912 |
exit 1;; \ |
385 |
|
|
esac; \ |
386 |
|
|
done; \ |
387 |
michael |
945 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ |
388 |
|
|
$(am__cd) $(top_srcdir) && \ |
389 |
|
|
$(AUTOMAKE) --foreign help/Makefile |
390 |
michael |
912 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
391 |
|
|
@case '$?' in \ |
392 |
|
|
*config.status*) \ |
393 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
394 |
|
|
*) \ |
395 |
michael |
8757 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
396 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
397 |
michael |
912 |
esac; |
398 |
|
|
|
399 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
400 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
401 |
|
|
|
402 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
403 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
404 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
405 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
406 |
michael |
945 |
$(am__aclocal_m4_deps): |
407 |
michael |
912 |
|
408 |
|
|
mostlyclean-libtool: |
409 |
|
|
-rm -f *.lo |
410 |
|
|
|
411 |
|
|
clean-libtool: |
412 |
|
|
-rm -rf .libs _libs |
413 |
michael |
2028 |
install-dist_helpfDATA: $(dist_helpf_DATA) |
414 |
|
|
@$(NORMAL_INSTALL) |
415 |
|
|
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
416 |
|
|
if test -n "$$list"; then \ |
417 |
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \ |
418 |
|
|
$(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \ |
419 |
michael |
912 |
fi; \ |
420 |
michael |
2028 |
for p in $$list; do \ |
421 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
422 |
|
|
echo "$$d$$p"; \ |
423 |
|
|
done | $(am__base_list) | \ |
424 |
|
|
while read files; do \ |
425 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \ |
426 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \ |
427 |
|
|
done |
428 |
michael |
1720 |
|
429 |
michael |
2028 |
uninstall-dist_helpfDATA: |
430 |
|
|
@$(NORMAL_UNINSTALL) |
431 |
|
|
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
432 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
433 |
|
|
dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir) |
434 |
|
|
tags TAGS: |
435 |
michael |
912 |
|
436 |
michael |
2028 |
ctags CTAGS: |
437 |
michael |
912 |
|
438 |
michael |
2028 |
cscope cscopelist: |
439 |
michael |
1373 |
|
440 |
michael |
912 |
|
441 |
michael |
8757 |
distdir: $(BUILT_SOURCES) |
442 |
|
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am |
443 |
|
|
|
444 |
|
|
distdir-am: $(DISTFILES) |
445 |
michael |
912 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
446 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
447 |
|
|
list='$(DISTFILES)'; \ |
448 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \ |
449 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \ |
450 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
451 |
|
|
case $$dist_files in \ |
452 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
453 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
454 |
|
|
sort -u` ;; \ |
455 |
|
|
esac; \ |
456 |
|
|
for file in $$dist_files; do \ |
457 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
458 |
|
|
if test -d $$d/$$file; then \ |
459 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
460 |
michael |
945 |
if test -d "$(distdir)/$$file"; then \ |
461 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
462 |
|
|
fi; \ |
463 |
michael |
912 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
464 |
michael |
945 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
465 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
466 |
michael |
912 |
fi; \ |
467 |
michael |
945 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
468 |
michael |
912 |
else \ |
469 |
michael |
945 |
test -f "$(distdir)/$$file" \ |
470 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
471 |
michael |
912 |
|| exit 1; \ |
472 |
|
|
fi; \ |
473 |
|
|
done |
474 |
michael |
2028 |
check-am: all-am |
475 |
|
|
check: check-am |
476 |
|
|
all-am: Makefile $(DATA) |
477 |
|
|
installdirs: |
478 |
|
|
for dir in "$(DESTDIR)$(helpfdir)"; do \ |
479 |
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
480 |
michael |
912 |
done |
481 |
michael |
2028 |
install: install-am |
482 |
|
|
install-exec: install-exec-am |
483 |
|
|
install-data: install-data-am |
484 |
|
|
uninstall: uninstall-am |
485 |
michael |
912 |
|
486 |
|
|
install-am: all-am |
487 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
488 |
|
|
|
489 |
michael |
2028 |
installcheck: installcheck-am |
490 |
michael |
912 |
install-strip: |
491 |
michael |
1257 |
if test -z '$(STRIP)'; then \ |
492 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
493 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
494 |
|
|
install; \ |
495 |
|
|
else \ |
496 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
497 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
498 |
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
499 |
|
|
fi |
500 |
michael |
912 |
mostlyclean-generic: |
501 |
|
|
|
502 |
|
|
clean-generic: |
503 |
|
|
|
504 |
|
|
distclean-generic: |
505 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
506 |
michael |
945 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
507 |
michael |
912 |
|
508 |
|
|
maintainer-clean-generic: |
509 |
|
|
@echo "This command is intended for maintainers to use" |
510 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
511 |
michael |
2028 |
clean: clean-am |
512 |
michael |
912 |
|
513 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am |
514 |
|
|
|
515 |
michael |
2028 |
distclean: distclean-am |
516 |
michael |
912 |
-rm -f Makefile |
517 |
michael |
2028 |
distclean-am: clean-am distclean-generic |
518 |
michael |
912 |
|
519 |
michael |
2028 |
dvi: dvi-am |
520 |
michael |
912 |
|
521 |
|
|
dvi-am: |
522 |
|
|
|
523 |
michael |
2028 |
html: html-am |
524 |
michael |
912 |
|
525 |
michael |
945 |
html-am: |
526 |
|
|
|
527 |
michael |
2028 |
info: info-am |
528 |
michael |
912 |
|
529 |
|
|
info-am: |
530 |
|
|
|
531 |
michael |
2028 |
install-data-am: install-dist_helpfDATA |
532 |
michael |
912 |
|
533 |
michael |
2028 |
install-dvi: install-dvi-am |
534 |
michael |
912 |
|
535 |
michael |
945 |
install-dvi-am: |
536 |
|
|
|
537 |
michael |
912 |
install-exec-am: |
538 |
|
|
|
539 |
michael |
2028 |
install-html: install-html-am |
540 |
michael |
912 |
|
541 |
michael |
945 |
install-html-am: |
542 |
|
|
|
543 |
michael |
2028 |
install-info: install-info-am |
544 |
michael |
912 |
|
545 |
michael |
945 |
install-info-am: |
546 |
|
|
|
547 |
michael |
912 |
install-man: |
548 |
|
|
|
549 |
michael |
2028 |
install-pdf: install-pdf-am |
550 |
michael |
912 |
|
551 |
michael |
945 |
install-pdf-am: |
552 |
|
|
|
553 |
michael |
2028 |
install-ps: install-ps-am |
554 |
michael |
912 |
|
555 |
michael |
945 |
install-ps-am: |
556 |
|
|
|
557 |
michael |
912 |
installcheck-am: |
558 |
|
|
|
559 |
michael |
2028 |
maintainer-clean: maintainer-clean-am |
560 |
michael |
912 |
-rm -f Makefile |
561 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
562 |
|
|
|
563 |
michael |
2028 |
mostlyclean: mostlyclean-am |
564 |
michael |
912 |
|
565 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
566 |
|
|
|
567 |
michael |
2028 |
pdf: pdf-am |
568 |
michael |
912 |
|
569 |
|
|
pdf-am: |
570 |
|
|
|
571 |
michael |
2028 |
ps: ps-am |
572 |
michael |
912 |
|
573 |
|
|
ps-am: |
574 |
|
|
|
575 |
michael |
2028 |
uninstall-am: uninstall-dist_helpfDATA |
576 |
michael |
912 |
|
577 |
michael |
2028 |
.MAKE: install-am install-strip |
578 |
michael |
912 |
|
579 |
michael |
2028 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
580 |
|
|
cscopelist-am ctags-am distclean distclean-generic \ |
581 |
|
|
distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
582 |
|
|
install install-am install-data install-data-am \ |
583 |
|
|
install-dist_helpfDATA install-dvi install-dvi-am install-exec \ |
584 |
|
|
install-exec-am install-html install-html-am install-info \ |
585 |
|
|
install-info-am install-man install-pdf install-pdf-am \ |
586 |
|
|
install-ps install-ps-am install-strip installcheck \ |
587 |
|
|
installcheck-am installdirs maintainer-clean \ |
588 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
589 |
|
|
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
590 |
|
|
uninstall-am uninstall-dist_helpfDATA |
591 |
michael |
912 |
|
592 |
michael |
5395 |
.PRECIOUS: Makefile |
593 |
michael |
945 |
|
594 |
michael |
5395 |
|
595 |
michael |
2028 |
helpf: $(dist_helpf_DATA) |
596 |
|
|
|
597 |
michael |
912 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
598 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
599 |
|
|
.NOEXPORT: |