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