1# Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6# Foundation, 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@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = web
55DIST_COMMON = $(dist_data_DATA) $(srcdir)/Makefile.am \
56	$(srcdir)/Makefile.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
59	$(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
60	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
61	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
62	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
63	$(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66mkinstalldirs = $(install_sh) -d
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69AM_V_GEN = $(am__v_GEN_@AM_V@)
70am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71am__v_GEN_0 = @echo "  GEN   " $@;
72AM_V_at = $(am__v_at_@AM_V@)
73am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
74am__v_at_0 = @
75SOURCES =
76DIST_SOURCES =
77RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78	html-recursive info-recursive install-data-recursive \
79	install-dvi-recursive install-exec-recursive \
80	install-html-recursive install-info-recursive \
81	install-pdf-recursive install-ps-recursive install-recursive \
82	installcheck-recursive installdirs-recursive pdf-recursive \
83	ps-recursive uninstall-recursive
84am__can_run_installinfo = \
85  case $$AM_UPDATE_INFO_DIR in \
86    n|no|NO) false;; \
87    *) (install-info --version) >/dev/null 2>&1;; \
88  esac
89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90am__vpath_adj = case $$p in \
91    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92    *) f=$$p;; \
93  esac;
94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95am__install_max = 40
96am__nobase_strip_setup = \
97  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98am__nobase_strip = \
99  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100am__nobase_list = $(am__nobase_strip_setup); \
101  for p in $$list; do echo "$$p $$p"; done | \
102  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104    if (++n[$$2] == $(am__install_max)) \
105      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106    END { for (dir in files) print dir, files[dir] }'
107am__base_list = \
108  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110am__uninstall_files_from_dir = { \
111  test -z "$$files" \
112    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
113    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
114         $(am__cd) "$$dir" && rm -f $$files; }; \
115  }
116am__installdirs = "$(DESTDIR)$(datadir)"
117DATA = $(dist_data_DATA)
118RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
119  distclean-recursive maintainer-clean-recursive
120AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
121	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
122	distdir
123ETAGS = etags
124CTAGS = ctags
125DIST_SUBDIRS = $(SUBDIRS)
126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127am__relativize = \
128  dir0=`pwd`; \
129  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
130  sed_rest='s,^[^/]*/*,,'; \
131  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
132  sed_butlast='s,/*[^/]*$$,,'; \
133  while test -n "$$dir1"; do \
134    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135    if test "$$first" != "."; then \
136      if test "$$first" = ".."; then \
137        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
138        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
139      else \
140        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
141        if test "$$first2" = "$$first"; then \
142          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143        else \
144          dir2="../$$dir2"; \
145        fi; \
146        dir0="$$dir0"/"$$first"; \
147      fi; \
148    fi; \
149    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150  done; \
151  reldir="$$dir2"
152ACLOCAL = @ACLOCAL@
153ALL_LINGUAS = @ALL_LINGUAS@
154AMTAR = @AMTAR@
155AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156AR = @AR@
157AUTOCONF = @AUTOCONF@
158AUTOHEADER = @AUTOHEADER@
159AUTOMAKE = @AUTOMAKE@
160AWK = @AWK@
161CATALOGS = @CATALOGS@
162CATOBJEXT = @CATOBJEXT@
163CC = @CC@
164CCDEPMODE = @CCDEPMODE@
165CFLAGS = @CFLAGS@
166CPP = @CPP@
167CPPFLAGS = @CPPFLAGS@
168CURL_MINIMUM = @CURL_MINIMUM@
169CXX = @CXX@
170CXXCPP = @CXXCPP@
171CXXDEPMODE = @CXXDEPMODE@
172CXXFLAGS = @CXXFLAGS@
173CYGPATH_W = @CYGPATH_W@
174DATADIRNAME = @DATADIRNAME@
175DEFS = @DEFS@
176DEPDIR = @DEPDIR@
177DHT_CFLAGS = @DHT_CFLAGS@
178DHT_LIBS = @DHT_LIBS@
179DLLTOOL = @DLLTOOL@
180DSYMUTIL = @DSYMUTIL@
181DUMPBIN = @DUMPBIN@
182ECHO_C = @ECHO_C@
183ECHO_N = @ECHO_N@
184ECHO_T = @ECHO_T@
185EGREP = @EGREP@
186EXEEXT = @EXEEXT@
187FGREP = @FGREP@
188GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
189GIO_MINIMUM = @GIO_MINIMUM@
190GLIB_MINIMUM = @GLIB_MINIMUM@
191GMOFILES = @GMOFILES@
192GMSGFMT = @GMSGFMT@
193GREP = @GREP@
194GTK_CFLAGS = @GTK_CFLAGS@
195GTK_LIBS = @GTK_LIBS@
196GTK_MINIMUM = @GTK_MINIMUM@
197HAVE_CXX = @HAVE_CXX@
198INSTALL = @INSTALL@
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203INSTOBJEXT = @INSTOBJEXT@
204INTLLIBS = @INTLLIBS@
205INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
206INTLTOOL_MERGE = @INTLTOOL_MERGE@
207INTLTOOL_PERL = @INTLTOOL_PERL@
208INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
209INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
210INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
211INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
212INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
213LD = @LD@
214LDFLAGS = @LDFLAGS@
215LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
216LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
217LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
218LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
219LIBCURL_LIBS = @LIBCURL_LIBS@
220LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
221LIBEVENT_LIBS = @LIBEVENT_LIBS@
222LIBEVENT_MINIUM = @LIBEVENT_MINIUM@
223LIBNATPMP_CFLAGS = @LIBNATPMP_CFLAGS@
224LIBNATPMP_LIBS = @LIBNATPMP_LIBS@
225LIBNATPMP_LIBS_QT = @LIBNATPMP_LIBS_QT@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
230LIBUPNP_LIBS = @LIBUPNP_LIBS@
231LIBUPNP_LIBS_QT = @LIBUPNP_LIBS_QT@
232LIBUTP_CFLAGS = @LIBUTP_CFLAGS@
233LIBUTP_LIBS = @LIBUTP_LIBS@
234LIBUTP_LIBS_QT = @LIBUTP_LIBS_QT@
235LIPO = @LIPO@
236LN_S = @LN_S@
237LTLIBOBJS = @LTLIBOBJS@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MKDIR_P = @MKDIR_P@
241MKINSTALLDIRS = @MKINSTALLDIRS@
242MSGFMT = @MSGFMT@
243MSGMERGE = @MSGMERGE@
244NM = @NM@
245NMEDIT = @NMEDIT@
246OBJDUMP = @OBJDUMP@
247OBJEXT = @OBJEXT@
248OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
249OPENSSL_LIBS = @OPENSSL_LIBS@
250OPENSSL_MINIMUM = @OPENSSL_MINIMUM@
251OTOOL = @OTOOL@
252OTOOL64 = @OTOOL64@
253PACKAGE = @PACKAGE@
254PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255PACKAGE_NAME = @PACKAGE_NAME@
256PACKAGE_STRING = @PACKAGE_STRING@
257PACKAGE_TARNAME = @PACKAGE_TARNAME@
258PACKAGE_URL = @PACKAGE_URL@
259PACKAGE_VERSION = @PACKAGE_VERSION@
260PATH_SEPARATOR = @PATH_SEPARATOR@
261PEERID_PREFIX = @PEERID_PREFIX@
262PKG_CONFIG = @PKG_CONFIG@
263POFILES = @POFILES@
264POSUB = @POSUB@
265PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
266PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
267PTHREAD_CC = @PTHREAD_CC@
268PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
269PTHREAD_LIBS = @PTHREAD_LIBS@
270RANLIB = @RANLIB@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274STRIP = @STRIP@
275USERAGENT_PREFIX = @USERAGENT_PREFIX@
276USE_NLS = @USE_NLS@
277VERSION = @VERSION@
278WINDRES = @WINDRES@
279XGETTEXT = @XGETTEXT@
280ZLIB_CFLAGS = @ZLIB_CFLAGS@
281ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
282ZLIB_LIBS = @ZLIB_LIBS@
283abs_builddir = @abs_builddir@
284abs_srcdir = @abs_srcdir@
285abs_top_builddir = @abs_top_builddir@
286abs_top_srcdir = @abs_top_srcdir@
287ac_ct_AR = @ac_ct_AR@
288ac_ct_CC = @ac_ct_CC@
289ac_ct_CXX = @ac_ct_CXX@
290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291acx_pthread_config = @acx_pthread_config@
292am__include = @am__include@
293am__leading_dot = @am__leading_dot@
294am__quote = @am__quote@
295am__tar = @am__tar@
296am__untar = @am__untar@
297bindir = @bindir@
298build = @build@
299build_alias = @build_alias@
300build_cpu = @build_cpu@
301build_os = @build_os@
302build_vendor = @build_vendor@
303builddir = @builddir@
304datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
305datarootdir = @datarootdir@
306docdir = @docdir@
307dvidir = @dvidir@
308exec_prefix = @exec_prefix@
309host = @host@
310host_alias = @host_alias@
311host_cpu = @host_cpu@
312host_os = @host_os@
313host_vendor = @host_vendor@
314htmldir = @htmldir@
315includedir = @includedir@
316infodir = @infodir@
317install_sh = @install_sh@
318intltool__v_merge_options_ = @intltool__v_merge_options_@
319intltool__v_merge_options_0 = @intltool__v_merge_options_0@
320libdir = @libdir@
321libexecdir = @libexecdir@
322localedir = @localedir@
323localstatedir = @localstatedir@
324mandir = @mandir@
325mkdir_p = @mkdir_p@
326oldincludedir = @oldincludedir@
327pdfdir = @pdfdir@
328prefix = @prefix@
329program_transform_name = @program_transform_name@
330psdir = @psdir@
331sbindir = @sbindir@
332sharedstatedir = @sharedstatedir@
333srcdir = @srcdir@
334sysconfdir = @sysconfdir@
335target_alias = @target_alias@
336top_build_prefix = @top_build_prefix@
337top_builddir = @top_builddir@
338top_srcdir = @top_srcdir@
339transmissionlocaledir = @transmissionlocaledir@
340dist_data_DATA = \
341  index.html \
342  LICENSE
343
344SUBDIRS = \
345  images \
346  style \
347  javascript
348
349all: all-recursive
350
351.SUFFIXES:
352$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
353	@for dep in $?; do \
354	  case '$(am__configure_deps)' in \
355	    *$$dep*) \
356	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357	        && { if test -f $@; then exit 0; else break; fi; }; \
358	      exit 1;; \
359	  esac; \
360	done; \
361	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/Makefile'; \
362	$(am__cd) $(top_srcdir) && \
363	  $(AUTOMAKE) --gnu web/Makefile
364.PRECIOUS: Makefile
365Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366	@case '$?' in \
367	  *config.status*) \
368	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369	  *) \
370	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372	esac;
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377$(top_srcdir)/configure:  $(am__configure_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(am__aclocal_m4_deps):
382
383mostlyclean-libtool:
384	-rm -f *.lo
385
386clean-libtool:
387	-rm -rf .libs _libs
388install-dist_dataDATA: $(dist_data_DATA)
389	@$(NORMAL_INSTALL)
390	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
391	if test -n "$$list"; then \
392	  echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
393	  $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
394	fi; \
395	for p in $$list; do \
396	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
397	  echo "$$d$$p"; \
398	done | $(am__base_list) | \
399	while read files; do \
400	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
401	  $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
402	done
403
404uninstall-dist_dataDATA:
405	@$(NORMAL_UNINSTALL)
406	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
407	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
408	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
409
410# This directory's subdirectories are mostly independent; you can cd
411# into them and run `make' without going through this Makefile.
412# To change the values of `make' variables: instead of editing Makefiles,
413# (1) if the variable is set in `config.status', edit `config.status'
414#     (which will cause the Makefiles to be regenerated when you run `make');
415# (2) otherwise, pass the desired values on the `make' command line.
416$(RECURSIVE_TARGETS):
417	@fail= failcom='exit 1'; \
418	for f in x $$MAKEFLAGS; do \
419	  case $$f in \
420	    *=* | --[!k]*);; \
421	    *k*) failcom='fail=yes';; \
422	  esac; \
423	done; \
424	dot_seen=no; \
425	target=`echo $@ | sed s/-recursive//`; \
426	list='$(SUBDIRS)'; for subdir in $$list; do \
427	  echo "Making $$target in $$subdir"; \
428	  if test "$$subdir" = "."; then \
429	    dot_seen=yes; \
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; \
437	if test "$$dot_seen" = "no"; then \
438	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
439	fi; test -z "$$fail"
440
441$(RECURSIVE_CLEAN_TARGETS):
442	@fail= failcom='exit 1'; \
443	for f in x $$MAKEFLAGS; do \
444	  case $$f in \
445	    *=* | --[!k]*);; \
446	    *k*) failcom='fail=yes';; \
447	  esac; \
448	done; \
449	dot_seen=no; \
450	case "$@" in \
451	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
452	  *) list='$(SUBDIRS)' ;; \
453	esac; \
454	rev=''; for subdir in $$list; do \
455	  if test "$$subdir" = "."; then :; else \
456	    rev="$$subdir $$rev"; \
457	  fi; \
458	done; \
459	rev="$$rev ."; \
460	target=`echo $@ | sed s/-recursive//`; \
461	for subdir in $$rev; do \
462	  echo "Making $$target in $$subdir"; \
463	  if test "$$subdir" = "."; then \
464	    local_target="$$target-am"; \
465	  else \
466	    local_target="$$target"; \
467	  fi; \
468	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
469	  || eval $$failcom; \
470	done && test -z "$$fail"
471tags-recursive:
472	list='$(SUBDIRS)'; for subdir in $$list; do \
473	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
474	done
475ctags-recursive:
476	list='$(SUBDIRS)'; for subdir in $$list; do \
477	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
478	done
479
480ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
481	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
482	unique=`for i in $$list; do \
483	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484	  done | \
485	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486	      END { if (nonempty) { for (i in files) print i; }; }'`; \
487	mkid -fID $$unique
488tags: TAGS
489
490TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491		$(TAGS_FILES) $(LISP)
492	set x; \
493	here=`pwd`; \
494	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
495	  include_option=--etags-include; \
496	  empty_fix=.; \
497	else \
498	  include_option=--include; \
499	  empty_fix=; \
500	fi; \
501	list='$(SUBDIRS)'; for subdir in $$list; do \
502	  if test "$$subdir" = .; then :; else \
503	    test ! -f $$subdir/TAGS || \
504	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
505	  fi; \
506	done; \
507	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508	unique=`for i in $$list; do \
509	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510	  done | \
511	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512	      END { if (nonempty) { for (i in files) print i; }; }'`; \
513	shift; \
514	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515	  test -n "$$unique" || unique=$$empty_fix; \
516	  if test $$# -gt 0; then \
517	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518	      "$$@" $$unique; \
519	  else \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      $$unique; \
522	  fi; \
523	fi
524ctags: CTAGS
525CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526		$(TAGS_FILES) $(LISP)
527	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528	unique=`for i in $$list; do \
529	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530	  done | \
531	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532	      END { if (nonempty) { for (i in files) print i; }; }'`; \
533	test -z "$(CTAGS_ARGS)$$unique" \
534	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535	     $$unique
536
537GTAGS:
538	here=`$(am__cd) $(top_builddir) && pwd` \
539	  && $(am__cd) $(top_srcdir) \
540	  && gtags -i $(GTAGS_ARGS) "$$here"
541
542distclean-tags:
543	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544
545distdir: $(DISTFILES)
546	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548	list='$(DISTFILES)'; \
549	  dist_files=`for file in $$list; do echo $$file; done | \
550	  sed -e "s|^$$srcdirstrip/||;t" \
551	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552	case $$dist_files in \
553	  */*) $(MKDIR_P) `echo "$$dist_files" | \
554			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555			   sort -u` ;; \
556	esac; \
557	for file in $$dist_files; do \
558	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559	  if test -d $$d/$$file; then \
560	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561	    if test -d "$(distdir)/$$file"; then \
562	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563	    fi; \
564	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567	    fi; \
568	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569	  else \
570	    test -f "$(distdir)/$$file" \
571	    || cp -p $$d/$$file "$(distdir)/$$file" \
572	    || exit 1; \
573	  fi; \
574	done
575	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576	  if test "$$subdir" = .; then :; else \
577	    $(am__make_dryrun) \
578	      || test -d "$(distdir)/$$subdir" \
579	      || $(MKDIR_P) "$(distdir)/$$subdir" \
580	      || exit 1; \
581	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582	    $(am__relativize); \
583	    new_distdir=$$reldir; \
584	    dir1=$$subdir; dir2="$(top_distdir)"; \
585	    $(am__relativize); \
586	    new_top_distdir=$$reldir; \
587	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589	    ($(am__cd) $$subdir && \
590	      $(MAKE) $(AM_MAKEFLAGS) \
591	        top_distdir="$$new_top_distdir" \
592	        distdir="$$new_distdir" \
593		am__remove_distdir=: \
594		am__skip_length_check=: \
595		am__skip_mode_fix=: \
596	        distdir) \
597	      || exit 1; \
598	  fi; \
599	done
600check-am: all-am
601check: check-recursive
602all-am: Makefile $(DATA)
603installdirs: installdirs-recursive
604installdirs-am:
605	for dir in "$(DESTDIR)$(datadir)"; do \
606	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
607	done
608install: install-recursive
609install-exec: install-exec-recursive
610install-data: install-data-recursive
611uninstall: uninstall-recursive
612
613install-am: all-am
614	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-recursive
617install-strip:
618	if test -z '$(STRIP)'; then \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	      install; \
622	else \
623	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626	fi
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636	@echo "This command is intended for maintainers to use"
637	@echo "it deletes files that may require special tools to rebuild."
638clean: clean-recursive
639
640clean-am: clean-generic clean-libtool mostlyclean-am
641
642distclean: distclean-recursive
643	-rm -f Makefile
644distclean-am: clean-am distclean-generic distclean-tags
645
646dvi: dvi-recursive
647
648dvi-am:
649
650html: html-recursive
651
652html-am:
653
654info: info-recursive
655
656info-am:
657
658install-data-am: install-dist_dataDATA
659
660install-dvi: install-dvi-recursive
661
662install-dvi-am:
663
664install-exec-am:
665
666install-html: install-html-recursive
667
668install-html-am:
669
670install-info: install-info-recursive
671
672install-info-am:
673
674install-man:
675
676install-pdf: install-pdf-recursive
677
678install-pdf-am:
679
680install-ps: install-ps-recursive
681
682install-ps-am:
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-recursive
687	-rm -f Makefile
688maintainer-clean-am: distclean-am maintainer-clean-generic
689
690mostlyclean: mostlyclean-recursive
691
692mostlyclean-am: mostlyclean-generic mostlyclean-libtool
693
694pdf: pdf-recursive
695
696pdf-am:
697
698ps: ps-recursive
699
700ps-am:
701
702uninstall-am: uninstall-dist_dataDATA
703
704.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
705	install-am install-strip tags-recursive
706
707.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
708	all all-am check check-am clean clean-generic clean-libtool \
709	ctags ctags-recursive distclean distclean-generic \
710	distclean-libtool distclean-tags distdir dvi dvi-am html \
711	html-am info info-am install install-am install-data \
712	install-data-am install-dist_dataDATA install-dvi \
713	install-dvi-am install-exec install-exec-am install-html \
714	install-html-am install-info install-info-am install-man \
715	install-pdf install-pdf-am install-ps install-ps-am \
716	install-strip installcheck installcheck-am installdirs \
717	installdirs-am maintainer-clean maintainer-clean-generic \
718	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
719	ps ps-am tags tags-recursive uninstall uninstall-am \
720	uninstall-dist_dataDATA
721
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.NOEXPORT:
726