1 |
< |
# Makefile.in generated by automake 1.11.1 from Makefile.am. |
1 |
> |
# Makefile.in generated by automake 1.14.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, 2009 Free Software Foundation, |
6 |
< |
# 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, |
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 = 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@ |
79 |
|
build_triplet = @build@ |
80 |
|
host_triplet = @host@ |
81 |
|
subdir = help |
82 |
< |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
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 |
100 |
|
CONFIG_HEADER = $(top_builddir)/config.h |
101 |
|
CONFIG_CLEAN_FILES = |
102 |
|
CONFIG_CLEAN_VPATH_FILES = |
103 |
+ |
AM_V_P = $(am__v_P_@AM_V@) |
104 |
+ |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
105 |
+ |
am__v_P_0 = false |
106 |
+ |
am__v_P_1 = : |
107 |
+ |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
108 |
+ |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
109 |
+ |
am__v_GEN_0 = @echo " GEN " $@; |
110 |
+ |
am__v_GEN_1 = |
111 |
+ |
AM_V_at = $(am__v_at_@AM_V@) |
112 |
+ |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
113 |
+ |
am__v_at_0 = @ |
114 |
+ |
am__v_at_1 = |
115 |
|
SOURCES = |
116 |
|
DIST_SOURCES = |
117 |
< |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
118 |
< |
html-recursive info-recursive install-data-recursive \ |
119 |
< |
install-dvi-recursive install-exec-recursive \ |
120 |
< |
install-html-recursive install-info-recursive \ |
121 |
< |
install-pdf-recursive install-ps-recursive install-recursive \ |
122 |
< |
installcheck-recursive installdirs-recursive pdf-recursive \ |
123 |
< |
ps-recursive uninstall-recursive |
124 |
< |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
125 |
< |
distclean-recursive maintainer-clean-recursive |
126 |
< |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
127 |
< |
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
128 |
< |
distdir |
129 |
< |
ETAGS = etags |
130 |
< |
CTAGS = ctags |
131 |
< |
DIST_SUBDIRS = $(SUBDIRS) |
117 |
> |
am__can_run_installinfo = \ |
118 |
> |
case $$AM_UPDATE_INFO_DIR in \ |
119 |
> |
n|no|NO) false;; \ |
120 |
> |
*) (install-info --version) >/dev/null 2>&1;; \ |
121 |
> |
esac |
122 |
> |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
123 |
> |
am__vpath_adj = case $$p in \ |
124 |
> |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
125 |
> |
*) f=$$p;; \ |
126 |
> |
esac; |
127 |
> |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
128 |
> |
am__install_max = 40 |
129 |
> |
am__nobase_strip_setup = \ |
130 |
> |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
131 |
> |
am__nobase_strip = \ |
132 |
> |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
133 |
> |
am__nobase_list = $(am__nobase_strip_setup); \ |
134 |
> |
for p in $$list; do echo "$$p $$p"; done | \ |
135 |
> |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
136 |
> |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
137 |
> |
if (++n[$$2] == $(am__install_max)) \ |
138 |
> |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
139 |
> |
END { for (dir in files) print dir, files[dir] }' |
140 |
> |
am__base_list = \ |
141 |
> |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
142 |
> |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
143 |
> |
am__uninstall_files_from_dir = { \ |
144 |
> |
test -z "$$files" \ |
145 |
> |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
146 |
> |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
147 |
> |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
148 |
> |
} |
149 |
> |
am__installdirs = "$(DESTDIR)$(helpfdir)" |
150 |
> |
DATA = $(dist_helpf_DATA) |
151 |
> |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
152 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
65 |
– |
am__relativize = \ |
66 |
– |
dir0=`pwd`; \ |
67 |
– |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
68 |
– |
sed_rest='s,^[^/]*/*,,'; \ |
69 |
– |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
70 |
– |
sed_butlast='s,/*[^/]*$$,,'; \ |
71 |
– |
while test -n "$$dir1"; do \ |
72 |
– |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
73 |
– |
if test "$$first" != "."; then \ |
74 |
– |
if test "$$first" = ".."; then \ |
75 |
– |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
76 |
– |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
77 |
– |
else \ |
78 |
– |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
79 |
– |
if test "$$first2" = "$$first"; then \ |
80 |
– |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
81 |
– |
else \ |
82 |
– |
dir2="../$$dir2"; \ |
83 |
– |
fi; \ |
84 |
– |
dir0="$$dir0"/"$$first"; \ |
85 |
– |
fi; \ |
86 |
– |
fi; \ |
87 |
– |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
88 |
– |
done; \ |
89 |
– |
reldir="$$dir2" |
153 |
|
ACLOCAL = @ACLOCAL@ |
154 |
|
AMTAR = @AMTAR@ |
155 |
+ |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
156 |
|
AR = @AR@ |
157 |
|
ARGZ_H = @ARGZ_H@ |
158 |
|
AUTOCONF = @AUTOCONF@ |
292 |
|
top_builddir = @top_builddir@ |
293 |
|
top_srcdir = @top_srcdir@ |
294 |
|
AUTOMAKE_OPTIONS = foreign |
295 |
< |
SUBDIRS = opers users |
296 |
< |
all: all-recursive |
295 |
> |
helpfdir = $(pkgdatadir)/help |
296 |
> |
dist_helpf_DATA = accept \ |
297 |
> |
admin \ |
298 |
> |
away \ |
299 |
> |
capab \ |
300 |
> |
challenge \ |
301 |
> |
close \ |
302 |
> |
cmode \ |
303 |
> |
connect \ |
304 |
> |
die \ |
305 |
> |
dline \ |
306 |
> |
eob \ |
307 |
> |
error \ |
308 |
> |
etrace \ |
309 |
> |
gline \ |
310 |
> |
gungline \ |
311 |
> |
hash \ |
312 |
> |
help \ |
313 |
> |
index \ |
314 |
> |
info \ |
315 |
> |
invite \ |
316 |
> |
ison \ |
317 |
> |
join \ |
318 |
> |
kick \ |
319 |
> |
kill \ |
320 |
> |
kline \ |
321 |
> |
knock \ |
322 |
> |
links \ |
323 |
> |
list \ |
324 |
> |
locops \ |
325 |
> |
lusers \ |
326 |
> |
map \ |
327 |
> |
module \ |
328 |
> |
motd \ |
329 |
> |
names \ |
330 |
> |
nick \ |
331 |
> |
notice \ |
332 |
> |
oper \ |
333 |
> |
operwall \ |
334 |
> |
part \ |
335 |
> |
pass \ |
336 |
> |
ping \ |
337 |
> |
pong \ |
338 |
> |
post \ |
339 |
> |
privmsg \ |
340 |
> |
quit \ |
341 |
> |
rehash \ |
342 |
> |
restart \ |
343 |
> |
resv \ |
344 |
> |
server \ |
345 |
> |
set \ |
346 |
> |
sjoin \ |
347 |
> |
squit \ |
348 |
> |
stats \ |
349 |
> |
svinfo \ |
350 |
> |
time \ |
351 |
> |
topic \ |
352 |
> |
trace \ |
353 |
> |
umode \ |
354 |
> |
undline \ |
355 |
> |
unkline \ |
356 |
> |
unresv \ |
357 |
> |
unxline \ |
358 |
> |
user \ |
359 |
> |
userhost \ |
360 |
> |
version \ |
361 |
> |
wallops \ |
362 |
> |
who \ |
363 |
> |
whois \ |
364 |
> |
whowas \ |
365 |
> |
xline |
366 |
> |
|
367 |
> |
all: all-am |
368 |
|
|
369 |
|
.SUFFIXES: |
370 |
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
403 |
|
|
404 |
|
clean-libtool: |
405 |
|
-rm -rf .libs _libs |
406 |
< |
|
407 |
< |
# This directory's subdirectories are mostly independent; you can cd |
408 |
< |
# into them and run `make' without going through this Makefile. |
409 |
< |
# To change the values of `make' variables: instead of editing Makefiles, |
410 |
< |
# (1) if the variable is set in `config.status', edit `config.status' |
411 |
< |
# (which will cause the Makefiles to be regenerated when you run `make'); |
412 |
< |
# (2) otherwise, pass the desired values on the `make' command line. |
413 |
< |
$(RECURSIVE_TARGETS): |
414 |
< |
@fail= failcom='exit 1'; \ |
415 |
< |
for f in x $$MAKEFLAGS; do \ |
416 |
< |
case $$f in \ |
417 |
< |
*=* | --[!k]*);; \ |
418 |
< |
*k*) failcom='fail=yes';; \ |
419 |
< |
esac; \ |
285 |
< |
done; \ |
286 |
< |
dot_seen=no; \ |
287 |
< |
target=`echo $@ | sed s/-recursive//`; \ |
288 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
289 |
< |
echo "Making $$target in $$subdir"; \ |
290 |
< |
if test "$$subdir" = "."; then \ |
291 |
< |
dot_seen=yes; \ |
292 |
< |
local_target="$$target-am"; \ |
293 |
< |
else \ |
294 |
< |
local_target="$$target"; \ |
295 |
< |
fi; \ |
296 |
< |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
297 |
< |
|| eval $$failcom; \ |
298 |
< |
done; \ |
299 |
< |
if test "$$dot_seen" = "no"; then \ |
300 |
< |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
301 |
< |
fi; test -z "$$fail" |
302 |
< |
|
303 |
< |
$(RECURSIVE_CLEAN_TARGETS): |
304 |
< |
@fail= failcom='exit 1'; \ |
305 |
< |
for f in x $$MAKEFLAGS; do \ |
306 |
< |
case $$f in \ |
307 |
< |
*=* | --[!k]*);; \ |
308 |
< |
*k*) failcom='fail=yes';; \ |
309 |
< |
esac; \ |
310 |
< |
done; \ |
311 |
< |
dot_seen=no; \ |
312 |
< |
case "$@" in \ |
313 |
< |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
314 |
< |
*) list='$(SUBDIRS)' ;; \ |
315 |
< |
esac; \ |
316 |
< |
rev=''; for subdir in $$list; do \ |
317 |
< |
if test "$$subdir" = "."; then :; else \ |
318 |
< |
rev="$$subdir $$rev"; \ |
319 |
< |
fi; \ |
320 |
< |
done; \ |
321 |
< |
rev="$$rev ."; \ |
322 |
< |
target=`echo $@ | sed s/-recursive//`; \ |
323 |
< |
for subdir in $$rev; do \ |
324 |
< |
echo "Making $$target in $$subdir"; \ |
325 |
< |
if test "$$subdir" = "."; then \ |
326 |
< |
local_target="$$target-am"; \ |
327 |
< |
else \ |
328 |
< |
local_target="$$target"; \ |
329 |
< |
fi; \ |
330 |
< |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
331 |
< |
|| eval $$failcom; \ |
332 |
< |
done && test -z "$$fail" |
333 |
< |
tags-recursive: |
334 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
335 |
< |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
336 |
< |
done |
337 |
< |
ctags-recursive: |
338 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
339 |
< |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
406 |
> |
install-dist_helpfDATA: $(dist_helpf_DATA) |
407 |
> |
@$(NORMAL_INSTALL) |
408 |
> |
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
409 |
> |
if test -n "$$list"; then \ |
410 |
> |
echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \ |
411 |
> |
$(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \ |
412 |
> |
fi; \ |
413 |
> |
for p in $$list; do \ |
414 |
> |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
415 |
> |
echo "$$d$$p"; \ |
416 |
> |
done | $(am__base_list) | \ |
417 |
> |
while read files; do \ |
418 |
> |
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \ |
419 |
> |
$(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \ |
420 |
|
done |
421 |
|
|
422 |
< |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
423 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
424 |
< |
unique=`for i in $$list; do \ |
425 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
426 |
< |
done | \ |
427 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
428 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
429 |
< |
mkid -fID $$unique |
430 |
< |
tags: TAGS |
431 |
< |
|
352 |
< |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
353 |
< |
$(TAGS_FILES) $(LISP) |
354 |
< |
set x; \ |
355 |
< |
here=`pwd`; \ |
356 |
< |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
357 |
< |
include_option=--etags-include; \ |
358 |
< |
empty_fix=.; \ |
359 |
< |
else \ |
360 |
< |
include_option=--include; \ |
361 |
< |
empty_fix=; \ |
362 |
< |
fi; \ |
363 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
364 |
< |
if test "$$subdir" = .; then :; else \ |
365 |
< |
test ! -f $$subdir/TAGS || \ |
366 |
< |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
367 |
< |
fi; \ |
368 |
< |
done; \ |
369 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
370 |
< |
unique=`for i in $$list; do \ |
371 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
372 |
< |
done | \ |
373 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
374 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
375 |
< |
shift; \ |
376 |
< |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
377 |
< |
test -n "$$unique" || unique=$$empty_fix; \ |
378 |
< |
if test $$# -gt 0; then \ |
379 |
< |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
380 |
< |
"$$@" $$unique; \ |
381 |
< |
else \ |
382 |
< |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
383 |
< |
$$unique; \ |
384 |
< |
fi; \ |
385 |
< |
fi |
386 |
< |
ctags: CTAGS |
387 |
< |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
388 |
< |
$(TAGS_FILES) $(LISP) |
389 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
390 |
< |
unique=`for i in $$list; do \ |
391 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
392 |
< |
done | \ |
393 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
394 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
395 |
< |
test -z "$(CTAGS_ARGS)$$unique" \ |
396 |
< |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
397 |
< |
$$unique |
398 |
< |
|
399 |
< |
GTAGS: |
400 |
< |
here=`$(am__cd) $(top_builddir) && pwd` \ |
401 |
< |
&& $(am__cd) $(top_srcdir) \ |
402 |
< |
&& gtags -i $(GTAGS_ARGS) "$$here" |
422 |
> |
uninstall-dist_helpfDATA: |
423 |
> |
@$(NORMAL_UNINSTALL) |
424 |
> |
@list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \ |
425 |
> |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
426 |
> |
dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir) |
427 |
> |
tags TAGS: |
428 |
> |
|
429 |
> |
ctags CTAGS: |
430 |
> |
|
431 |
> |
cscope cscopelist: |
432 |
|
|
404 |
– |
distclean-tags: |
405 |
– |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
433 |
|
|
434 |
|
distdir: $(DISTFILES) |
435 |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
461 |
|
|| exit 1; \ |
462 |
|
fi; \ |
463 |
|
done |
437 |
– |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
438 |
– |
if test "$$subdir" = .; then :; else \ |
439 |
– |
test -d "$(distdir)/$$subdir" \ |
440 |
– |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
441 |
– |
|| exit 1; \ |
442 |
– |
fi; \ |
443 |
– |
done |
444 |
– |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
445 |
– |
if test "$$subdir" = .; then :; else \ |
446 |
– |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
447 |
– |
$(am__relativize); \ |
448 |
– |
new_distdir=$$reldir; \ |
449 |
– |
dir1=$$subdir; dir2="$(top_distdir)"; \ |
450 |
– |
$(am__relativize); \ |
451 |
– |
new_top_distdir=$$reldir; \ |
452 |
– |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
453 |
– |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
454 |
– |
($(am__cd) $$subdir && \ |
455 |
– |
$(MAKE) $(AM_MAKEFLAGS) \ |
456 |
– |
top_distdir="$$new_top_distdir" \ |
457 |
– |
distdir="$$new_distdir" \ |
458 |
– |
am__remove_distdir=: \ |
459 |
– |
am__skip_length_check=: \ |
460 |
– |
am__skip_mode_fix=: \ |
461 |
– |
distdir) \ |
462 |
– |
|| exit 1; \ |
463 |
– |
fi; \ |
464 |
– |
done |
464 |
|
check-am: all-am |
465 |
< |
check: check-recursive |
466 |
< |
all-am: Makefile |
467 |
< |
installdirs: installdirs-recursive |
468 |
< |
installdirs-am: |
469 |
< |
install: install-recursive |
470 |
< |
install-exec: install-exec-recursive |
471 |
< |
install-data: install-data-recursive |
472 |
< |
uninstall: uninstall-recursive |
465 |
> |
check: check-am |
466 |
> |
all-am: Makefile $(DATA) |
467 |
> |
installdirs: |
468 |
> |
for dir in "$(DESTDIR)$(helpfdir)"; do \ |
469 |
> |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
470 |
> |
done |
471 |
> |
install: install-am |
472 |
> |
install-exec: install-exec-am |
473 |
> |
install-data: install-data-am |
474 |
> |
uninstall: uninstall-am |
475 |
|
|
476 |
|
install-am: all-am |
477 |
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
478 |
|
|
479 |
< |
installcheck: installcheck-recursive |
479 |
> |
installcheck: installcheck-am |
480 |
|
install-strip: |
481 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
482 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
483 |
< |
`test -z '$(STRIP)' || \ |
484 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
481 |
> |
if test -z '$(STRIP)'; then \ |
482 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
483 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
484 |
> |
install; \ |
485 |
> |
else \ |
486 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
487 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
488 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
489 |
> |
fi |
490 |
|
mostlyclean-generic: |
491 |
|
|
492 |
|
clean-generic: |
498 |
|
maintainer-clean-generic: |
499 |
|
@echo "This command is intended for maintainers to use" |
500 |
|
@echo "it deletes files that may require special tools to rebuild." |
501 |
< |
clean: clean-recursive |
501 |
> |
clean: clean-am |
502 |
|
|
503 |
|
clean-am: clean-generic clean-libtool mostlyclean-am |
504 |
|
|
505 |
< |
distclean: distclean-recursive |
505 |
> |
distclean: distclean-am |
506 |
|
-rm -f Makefile |
507 |
< |
distclean-am: clean-am distclean-generic distclean-tags |
507 |
> |
distclean-am: clean-am distclean-generic |
508 |
|
|
509 |
< |
dvi: dvi-recursive |
509 |
> |
dvi: dvi-am |
510 |
|
|
511 |
|
dvi-am: |
512 |
|
|
513 |
< |
html: html-recursive |
513 |
> |
html: html-am |
514 |
|
|
515 |
|
html-am: |
516 |
|
|
517 |
< |
info: info-recursive |
517 |
> |
info: info-am |
518 |
|
|
519 |
|
info-am: |
520 |
|
|
521 |
< |
install-data-am: |
521 |
> |
install-data-am: install-dist_helpfDATA |
522 |
|
|
523 |
< |
install-dvi: install-dvi-recursive |
523 |
> |
install-dvi: install-dvi-am |
524 |
|
|
525 |
|
install-dvi-am: |
526 |
|
|
527 |
|
install-exec-am: |
528 |
|
|
529 |
< |
install-html: install-html-recursive |
529 |
> |
install-html: install-html-am |
530 |
|
|
531 |
|
install-html-am: |
532 |
|
|
533 |
< |
install-info: install-info-recursive |
533 |
> |
install-info: install-info-am |
534 |
|
|
535 |
|
install-info-am: |
536 |
|
|
537 |
|
install-man: |
538 |
|
|
539 |
< |
install-pdf: install-pdf-recursive |
539 |
> |
install-pdf: install-pdf-am |
540 |
|
|
541 |
|
install-pdf-am: |
542 |
|
|
543 |
< |
install-ps: install-ps-recursive |
543 |
> |
install-ps: install-ps-am |
544 |
|
|
545 |
|
install-ps-am: |
546 |
|
|
547 |
|
installcheck-am: |
548 |
|
|
549 |
< |
maintainer-clean: maintainer-clean-recursive |
549 |
> |
maintainer-clean: maintainer-clean-am |
550 |
|
-rm -f Makefile |
551 |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
552 |
|
|
553 |
< |
mostlyclean: mostlyclean-recursive |
553 |
> |
mostlyclean: mostlyclean-am |
554 |
|
|
555 |
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
556 |
|
|
557 |
< |
pdf: pdf-recursive |
557 |
> |
pdf: pdf-am |
558 |
|
|
559 |
|
pdf-am: |
560 |
|
|
561 |
< |
ps: ps-recursive |
561 |
> |
ps: ps-am |
562 |
|
|
563 |
|
ps-am: |
564 |
|
|
565 |
< |
uninstall-am: |
565 |
> |
uninstall-am: uninstall-dist_helpfDATA |
566 |
|
|
567 |
< |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
562 |
< |
install-am install-strip tags-recursive |
567 |
> |
.MAKE: install-am install-strip |
568 |
|
|
569 |
< |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
570 |
< |
all all-am check check-am clean clean-generic clean-libtool \ |
571 |
< |
ctags ctags-recursive distclean distclean-generic \ |
572 |
< |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
573 |
< |
html-am info info-am install install-am install-data \ |
569 |
< |
install-data-am install-dvi install-dvi-am install-exec \ |
569 |
> |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
570 |
> |
cscopelist-am ctags-am distclean distclean-generic \ |
571 |
> |
distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
572 |
> |
install install-am install-data install-data-am \ |
573 |
> |
install-dist_helpfDATA install-dvi install-dvi-am install-exec \ |
574 |
|
install-exec-am install-html install-html-am install-info \ |
575 |
|
install-info-am install-man install-pdf install-pdf-am \ |
576 |
|
install-ps install-ps-am install-strip installcheck \ |
577 |
< |
installcheck-am installdirs installdirs-am maintainer-clean \ |
577 |
> |
installcheck-am installdirs maintainer-clean \ |
578 |
|
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
579 |
< |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
580 |
< |
uninstall uninstall-am |
579 |
> |
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
580 |
> |
uninstall-am uninstall-dist_helpfDATA |
581 |
> |
|
582 |
|
|
583 |
+ |
helpf: $(dist_helpf_DATA) |
584 |
|
|
585 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
586 |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |