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