Fix installation/uninstallation and distribution of Russian manpages
[amule.git] / src / utils / Makefile.in
blob2e8c82d8c78cc5355aafc61d3202d8a8abb79883
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37 $(top_srcdir)/automake/dist-hook.am
38 subdir = src/utils
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
41 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
42 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
43 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
44 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
45 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
46 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
47 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
48 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
49 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
50 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
51 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
52 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
53 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
54 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
55 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
56 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
57 $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_$(V))
65 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
66 am__v_GEN_0 = @echo " GEN " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69 am__v_at_0 = @
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73 html-recursive info-recursive install-data-recursive \
74 install-dvi-recursive install-exec-recursive \
75 install-html-recursive install-info-recursive \
76 install-pdf-recursive install-ps-recursive install-recursive \
77 installcheck-recursive installdirs-recursive pdf-recursive \
78 ps-recursive uninstall-recursive
79 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80 distclean-recursive maintainer-clean-recursive
81 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83 distdir
84 ETAGS = etags
85 CTAGS = ctags
86 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87 am__relativize = \
88 dir0=`pwd`; \
89 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90 sed_rest='s,^[^/]*/*,,'; \
91 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92 sed_butlast='s,/*[^/]*$$,,'; \
93 while test -n "$$dir1"; do \
94 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95 if test "$$first" != "."; then \
96 if test "$$first" = ".."; then \
97 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99 else \
100 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101 if test "$$first2" = "$$first"; then \
102 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103 else \
104 dir2="../$$dir2"; \
105 fi; \
106 dir0="$$dir0"/"$$first"; \
107 fi; \
108 fi; \
109 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110 done; \
111 reldir="$$dir2"
112 ACLOCAL = @ACLOCAL@
113 ALCC_MANPAGES = @ALCC_MANPAGES@
114 ALC_MANPAGES = @ALC_MANPAGES@
115 ALLOCA = @ALLOCA@
116 AMTAR = @AMTAR@
117 AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
118 AMULEWEB_DEFS = @AMULEWEB_DEFS@
119 AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
120 AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
121 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122 AR = @AR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 BFD_CPPFLAGS = @BFD_CPPFLAGS@
128 BFD_LIBS = @BFD_LIBS@
129 BUILD_CC = @BUILD_CC@
130 BUILD_CFLAGS = @BUILD_CFLAGS@
131 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
132 BUILD_EXEEXT = @BUILD_EXEEXT@
133 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
134 BUILD_LDFLAGS = @BUILD_LDFLAGS@
135 CAS_DEFS = @CAS_DEFS@
136 CAS_MANPAGES = @CAS_MANPAGES@
137 CATOBJEXT = @CATOBJEXT@
138 CC = @CC@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
144 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
145 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
146 CXX = @CXX@
147 CXXCPP = @CXXCPP@
148 CXXDEPMODE = @CXXDEPMODE@
149 CXXFLAGS = @CXXFLAGS@
150 CYGPATH_W = @CYGPATH_W@
151 DATADIRNAME = @DATADIRNAME@
152 DEBUGFLAG = @DEBUGFLAG@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 ED2K_MANPAGES = @ED2K_MANPAGES@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 GDLIB_CFLAGS = @GDLIB_CFLAGS@
162 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
163 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
164 GDLIB_LIBS = @GDLIB_LIBS@
165 GENCAT = @GENCAT@
166 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
167 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
168 GEOIP_LIBS = @GEOIP_LIBS@
169 GLIBC21 = @GLIBC21@
170 GMSGFMT = @GMSGFMT@
171 GREP = @GREP@
172 INCINTL = @INCINTL@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 INSTOBJEXT = @INSTOBJEXT@
179 INTLBISON = @INTLBISON@
180 INTLLIBS = @INTLLIBS@
181 INTLOBJS = @INTLOBJS@
182 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
183 KBUILDSYCOCA = @KBUILDSYCOCA@
184 KDE4_CONFIG = @KDE4_CONFIG@
185 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
186 KDE_HEADER_DIR = @KDE_HEADER_DIR@
187 KDE_ICON_PATH = @KDE_ICON_PATH@
188 KDE_MIME_PATH = @KDE_MIME_PATH@
189 KDE_MODULE_PATH = @KDE_MODULE_PATH@
190 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LEX = @LEX@
194 LEXLIB = @LEXLIB@
195 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
196 LIBICONV = @LIBICONV@
197 LIBINTL = @LIBINTL@
198 LIBOBJS = @LIBOBJS@
199 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
200 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
201 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
202 LIBPNG_LIBS = @LIBPNG_LIBS@
203 LIBS = @LIBS@
204 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
205 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
206 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
207 LIBUPNP_LIBS = @LIBUPNP_LIBS@
208 LTLIBICONV = @LTLIBICONV@
209 LTLIBINTL = @LTLIBINTL@
210 LTLIBOBJS = @LTLIBOBJS@
211 MAINT = @MAINT@
212 MAKEINFO = @MAKEINFO@
213 MKDIR_P = @MKDIR_P@
214 MKINSTALLDIRS = @MKINSTALLDIRS@
215 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
216 MSGFMT = @MSGFMT@
217 MSGMERGE = @MSGMERGE@
218 MULECFLAGS = @MULECFLAGS@
219 MULECPPFLAGS = @MULECPPFLAGS@
220 MULECXXFLAGS = @MULECXXFLAGS@
221 MULELDFLAGS = @MULELDFLAGS@
222 MULERCFLAGS = @MULERCFLAGS@
223 OBJEXT = @OBJEXT@
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 PKG_CONFIG = @PKG_CONFIG@
233 POSUB = @POSUB@
234 POW_LIB = @POW_LIB@
235 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
236 QT_CORE_LIBS = @QT_CORE_LIBS@
237 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
238 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
239 QT_GUI_LIBS = @QT_GUI_LIBS@
240 QT_MOC = @QT_MOC@
241 RANLIB = @RANLIB@
242 RC = @RC@
243 RCFLAGS = @RCFLAGS@
244 READLINE_LIBS = @READLINE_LIBS@
245 RESOLV_LIB = @RESOLV_LIB@
246 SET_MAKE = @SET_MAKE@
247 SHELL = @SHELL@
248 STRIP = @STRIP@
249 SVNDATE = @SVNDATE@
250 UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
251 USER_INSTALL_HOOK = @USER_INSTALL_HOOK@
252 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
253 USE_NLS = @USE_NLS@
254 VERSION = @VERSION@
255 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
256 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
257 WXBASE_LIBS = @WXBASE_LIBS@
258 WXCAS_MANPAGES = @WXCAS_MANPAGES@
259 WX_CFLAGS = @WX_CFLAGS@
260 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
261 WX_CONFIG_PATH = @WX_CONFIG_PATH@
262 WX_CPPFLAGS = @WX_CPPFLAGS@
263 WX_CXXFLAGS = @WX_CXXFLAGS@
264 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
265 WX_DEBUG = @WX_DEBUG@
266 WX_LIBS = @WX_LIBS@
267 WX_PORT = @WX_PORT@
268 WX_RESCOMP = @WX_RESCOMP@
269 WX_SHARED = @WX_SHARED@
270 WX_UNICODE = @WX_UNICODE@
271 WX_VERSION_FULL = @WX_VERSION_FULL@
272 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
273 WX_VERSION_MINOR = @WX_VERSION_MINOR@
274 XGETTEXT = @XGETTEXT@
275 YACC = @YACC@
276 YFLAGS = @YFLAGS@
277 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
278 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
279 ZLIB_LIBS = @ZLIB_LIBS@
280 abs_builddir = @abs_builddir@
281 abs_srcdir = @abs_srcdir@
282 abs_top_builddir = @abs_top_builddir@
283 abs_top_srcdir = @abs_top_srcdir@
284 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
285 ac_ct_CC = @ac_ct_CC@
286 ac_ct_CXX = @ac_ct_CXX@
287 am__include = @am__include@
288 am__leading_dot = @am__leading_dot@
289 am__quote = @am__quote@
290 am__tar = @am__tar@
291 am__untar = @am__untar@
292 bindir = @bindir@
293 build = @build@
294 build_alias = @build_alias@
295 build_cpu = @build_cpu@
296 build_os = @build_os@
297 build_vendor = @build_vendor@
298 builddir = @builddir@
299 datadir = @datadir@
300 datarootdir = @datarootdir@
301 docdir = @docdir@
302 dvidir = @dvidir@
303 exec_prefix = @exec_prefix@
304 host = @host@
305 host_alias = @host_alias@
306 host_cpu = @host_cpu@
307 host_os = @host_os@
308 host_vendor = @host_vendor@
309 htmldir = @htmldir@
310 includedir = @includedir@
311 infodir = @infodir@
312 install_sh = @install_sh@
313 libdir = @libdir@
314 libexecdir = @libexecdir@
315 localedir = @localedir@
316 localstatedir = @localstatedir@
317 mandir = @mandir@
318 mkdir_p = @mkdir_p@
319 oldincludedir = @oldincludedir@
320 pdfdir = @pdfdir@
321 prefix = @prefix@
322 program_transform_name = @program_transform_name@
323 psdir = @psdir@
324 sbindir = @sbindir@
325 sharedstatedir = @sharedstatedir@
326 srcdir = @srcdir@
327 sysconfdir = @sysconfdir@
328 target_alias = @target_alias@
329 top_build_prefix = @top_build_prefix@
330 top_builddir = @top_builddir@
331 top_srcdir = @top_srcdir@
332 @CAS_TRUE@OPT_CAS = cas
333 @WXCAS_TRUE@OPT_WXCAS = wxCas
334 @ALCC_TRUE@OPT_ALC = aLinkCreator
335 @ALC_TRUE@OPT_ALC = aLinkCreator
336 @XAS_TRUE@OPT_XAS = xas
337 @PLASMAMULE_TRUE@OPT_PLASMAMULE = plasmamule
338 @FILEVIEW_TRUE@OPT_FILEVIEW = fileview
339 SUBDIRS = $(OPT_FILEVIEW) $(OPT_XAS) $(OPT_CAS) $(OPT_WXCAS) $(OPT_ALC) ${OPT_PLASMAMULE}
340 DIST_SUBDIRS = fileview xas cas wxCas aLinkCreator plasmamule
341 MAINTAINERCLEANFILES = Makefile.in
342 EXTRA_DIST = mkFileSum.c
343 EXTRA__DIST__SUBDIRS = amps scripts
344 DISTCLEANFILES = scripts/denoiser.sed
345 all: all-recursive
347 .SUFFIXES:
348 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/automake/dist-hook.am $(am__configure_deps)
349 @for dep in $?; do \
350 case '$(am__configure_deps)' in \
351 *$$dep*) \
352 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353 && { if test -f $@; then exit 0; else break; fi; }; \
354 exit 1;; \
355 esac; \
356 done; \
357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/Makefile'; \
358 $(am__cd) $(top_srcdir) && \
359 $(AUTOMAKE) --foreign src/utils/Makefile
360 .PRECIOUS: Makefile
361 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362 @case '$?' in \
363 *config.status*) \
364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365 *) \
366 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
367 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
368 esac;
370 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(am__aclocal_m4_deps):
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run `make' without going through this Makefile.
381 # To change the values of `make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in `config.status', edit `config.status'
383 # (which will cause the Makefiles to be regenerated when you run `make');
384 # (2) otherwise, pass the desired values on the `make' command line.
385 $(RECURSIVE_TARGETS):
386 @fail= failcom='exit 1'; \
387 for f in x $$MAKEFLAGS; do \
388 case $$f in \
389 *=* | --[!k]*);; \
390 *k*) failcom='fail=yes';; \
391 esac; \
392 done; \
393 dot_seen=no; \
394 target=`echo $@ | sed s/-recursive//`; \
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 echo "Making $$target in $$subdir"; \
397 if test "$$subdir" = "."; then \
398 dot_seen=yes; \
399 local_target="$$target-am"; \
400 else \
401 local_target="$$target"; \
402 fi; \
403 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404 || eval $$failcom; \
405 done; \
406 if test "$$dot_seen" = "no"; then \
407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408 fi; test -z "$$fail"
410 $(RECURSIVE_CLEAN_TARGETS):
411 @fail= failcom='exit 1'; \
412 for f in x $$MAKEFLAGS; do \
413 case $$f in \
414 *=* | --[!k]*);; \
415 *k*) failcom='fail=yes';; \
416 esac; \
417 done; \
418 dot_seen=no; \
419 case "$@" in \
420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421 *) list='$(SUBDIRS)' ;; \
422 esac; \
423 rev=''; for subdir in $$list; do \
424 if test "$$subdir" = "."; then :; else \
425 rev="$$subdir $$rev"; \
426 fi; \
427 done; \
428 rev="$$rev ."; \
429 target=`echo $@ | sed s/-recursive//`; \
430 for subdir in $$rev; do \
431 echo "Making $$target in $$subdir"; \
432 if test "$$subdir" = "."; then \
433 local_target="$$target-am"; \
434 else \
435 local_target="$$target"; \
436 fi; \
437 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438 || eval $$failcom; \
439 done && test -z "$$fail"
440 tags-recursive:
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
443 done
444 ctags-recursive:
445 list='$(SUBDIRS)'; for subdir in $$list; do \
446 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
447 done
449 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451 unique=`for i in $$list; do \
452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453 done | \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
456 mkid -fID $$unique
457 tags: TAGS
459 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 set x; \
462 here=`pwd`; \
463 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464 include_option=--etags-include; \
465 empty_fix=.; \
466 else \
467 include_option=--include; \
468 empty_fix=; \
469 fi; \
470 list='$(SUBDIRS)'; for subdir in $$list; do \
471 if test "$$subdir" = .; then :; else \
472 test ! -f $$subdir/TAGS || \
473 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474 fi; \
475 done; \
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 shift; \
483 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484 test -n "$$unique" || unique=$$empty_fix; \
485 if test $$# -gt 0; then \
486 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487 "$$@" $$unique; \
488 else \
489 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490 $$unique; \
491 fi; \
493 ctags: CTAGS
494 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497 unique=`for i in $$list; do \
498 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499 done | \
500 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501 END { if (nonempty) { for (i in files) print i; }; }'`; \
502 test -z "$(CTAGS_ARGS)$$unique" \
503 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504 $$unique
506 GTAGS:
507 here=`$(am__cd) $(top_builddir) && pwd` \
508 && $(am__cd) $(top_srcdir) \
509 && gtags -i $(GTAGS_ARGS) "$$here"
511 distclean-tags:
512 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514 distdir: $(DISTFILES)
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524 sort -u` ;; \
525 esac; \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 fi; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 else \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
541 || exit 1; \
542 fi; \
543 done
544 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545 if test "$$subdir" = .; then :; else \
546 test -d "$(distdir)/$$subdir" \
547 || $(MKDIR_P) "$(distdir)/$$subdir" \
548 || exit 1; \
549 fi; \
550 done
551 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554 $(am__relativize); \
555 new_distdir=$$reldir; \
556 dir1=$$subdir; dir2="$(top_distdir)"; \
557 $(am__relativize); \
558 new_top_distdir=$$reldir; \
559 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561 ($(am__cd) $$subdir && \
562 $(MAKE) $(AM_MAKEFLAGS) \
563 top_distdir="$$new_top_distdir" \
564 distdir="$$new_distdir" \
565 am__remove_distdir=: \
566 am__skip_length_check=: \
567 am__skip_mode_fix=: \
568 distdir) \
569 || exit 1; \
570 fi; \
571 done
572 $(MAKE) $(AM_MAKEFLAGS) \
573 top_distdir="$(top_distdir)" distdir="$(distdir)" \
574 dist-hook
575 check-am: all-am
576 check: check-recursive
577 all-am: Makefile
578 installdirs: installdirs-recursive
579 installdirs-am:
580 install: install-recursive
581 install-exec: install-exec-recursive
582 install-data: install-data-recursive
583 uninstall: uninstall-recursive
585 install-am: all-am
586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588 installcheck: installcheck-recursive
589 install-strip:
590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592 `test -z '$(STRIP)' || \
593 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
594 mostlyclean-generic:
596 clean-generic:
598 distclean-generic:
599 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
600 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
603 maintainer-clean-generic:
604 @echo "This command is intended for maintainers to use"
605 @echo "it deletes files that may require special tools to rebuild."
606 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
607 clean: clean-recursive
609 clean-am: clean-generic mostlyclean-am
611 distclean: distclean-recursive
612 -rm -f Makefile
613 distclean-am: clean-am distclean-generic distclean-tags
615 dvi: dvi-recursive
617 dvi-am:
619 html: html-recursive
621 html-am:
623 info: info-recursive
625 info-am:
627 install-data-am:
629 install-dvi: install-dvi-recursive
631 install-dvi-am:
633 install-exec-am:
635 install-html: install-html-recursive
637 install-html-am:
639 install-info: install-info-recursive
641 install-info-am:
643 install-man:
645 install-pdf: install-pdf-recursive
647 install-pdf-am:
649 install-ps: install-ps-recursive
651 install-ps-am:
653 installcheck-am:
655 maintainer-clean: maintainer-clean-recursive
656 -rm -f Makefile
657 maintainer-clean-am: distclean-am maintainer-clean-generic
659 mostlyclean: mostlyclean-recursive
661 mostlyclean-am: mostlyclean-generic
663 pdf: pdf-recursive
665 pdf-am:
667 ps: ps-recursive
669 ps-am:
671 uninstall-am:
673 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
674 install-am install-strip tags-recursive
676 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
677 all all-am check check-am clean clean-generic ctags \
678 ctags-recursive dist-hook distclean distclean-generic \
679 distclean-tags distdir dvi dvi-am html html-am info info-am \
680 install install-am install-data install-data-am install-dvi \
681 install-dvi-am install-exec install-exec-am install-html \
682 install-html-am install-info install-info-am install-man \
683 install-pdf install-pdf-am install-ps install-ps-am \
684 install-strip installcheck installcheck-am installdirs \
685 installdirs-am maintainer-clean maintainer-clean-generic \
686 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
687 tags-recursive uninstall uninstall-am
689 dist-hook:
690 test -z "$(EXTRA__DIST__SUBDIRS)" || \
691 for d in $(EXTRA__DIST__SUBDIRS) ; do \
692 mkdir $(distdir)/$$d ; \
693 for f in `find $(srcdir)/$$d -name '.svn' -prune -o -printf "%P\n"` ; do \
694 if test -d $(srcdir)/$$d/$$f ; then \
695 mkdir $(distdir)/$$d/$$f ; \
696 else \
697 cp -p $(srcdir)/$$d/$$f $(distdir)/$$d/$$f ; \
698 fi ; \
699 done ; \
700 done
702 # Tell versions [3.59,3.63) of GNU make to not export all variables.
703 # Otherwise a system limit (for SysV at least) may be exceeded.
704 .NOEXPORT: