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