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