• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
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/javascript
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  common.js \
342  dialog.js \
343  file-row.js \
344  formatter.js \
345  inspector.js \
346  notifications.js \
347  prefs-dialog.js \
348  remote.js \
349  torrent.js \
350  torrent-row.js \
351  transmission.js
352
353SUBDIRS = \
354  jquery
355
356all: all-recursive
357
358.SUFFIXES:
359$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/javascript/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --gnu web/javascript/Makefile
371.PRECIOUS: Makefile
372Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373	@case '$?' in \
374	  *config.status*) \
375	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376	  *) \
377	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379	esac;
380
381$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
384$(top_srcdir)/configure:  $(am__configure_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(am__aclocal_m4_deps):
389
390mostlyclean-libtool:
391	-rm -f *.lo
392
393clean-libtool:
394	-rm -rf .libs _libs
395install-dist_dataDATA: $(dist_data_DATA)
396	@$(NORMAL_INSTALL)
397	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
398	if test -n "$$list"; then \
399	  echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
400	  $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
401	fi; \
402	for p in $$list; do \
403	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404	  echo "$$d$$p"; \
405	done | $(am__base_list) | \
406	while read files; do \
407	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
408	  $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
409	done
410
411uninstall-dist_dataDATA:
412	@$(NORMAL_UNINSTALL)
413	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
414	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
416
417# This directory's subdirectories are mostly independent; you can cd
418# into them and run `make' without going through this Makefile.
419# To change the values of `make' variables: instead of editing Makefiles,
420# (1) if the variable is set in `config.status', edit `config.status'
421#     (which will cause the Makefiles to be regenerated when you run `make');
422# (2) otherwise, pass the desired values on the `make' command line.
423$(RECURSIVE_TARGETS):
424	@fail= failcom='exit 1'; \
425	for f in x $$MAKEFLAGS; do \
426	  case $$f in \
427	    *=* | --[!k]*);; \
428	    *k*) failcom='fail=yes';; \
429	  esac; \
430	done; \
431	dot_seen=no; \
432	target=`echo $@ | sed s/-recursive//`; \
433	list='$(SUBDIRS)'; for subdir in $$list; do \
434	  echo "Making $$target in $$subdir"; \
435	  if test "$$subdir" = "."; then \
436	    dot_seen=yes; \
437	    local_target="$$target-am"; \
438	  else \
439	    local_target="$$target"; \
440	  fi; \
441	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442	  || eval $$failcom; \
443	done; \
444	if test "$$dot_seen" = "no"; then \
445	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
446	fi; test -z "$$fail"
447
448$(RECURSIVE_CLEAN_TARGETS):
449	@fail= failcom='exit 1'; \
450	for f in x $$MAKEFLAGS; do \
451	  case $$f in \
452	    *=* | --[!k]*);; \
453	    *k*) failcom='fail=yes';; \
454	  esac; \
455	done; \
456	dot_seen=no; \
457	case "$@" in \
458	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
459	  *) list='$(SUBDIRS)' ;; \
460	esac; \
461	rev=''; for subdir in $$list; do \
462	  if test "$$subdir" = "."; then :; else \
463	    rev="$$subdir $$rev"; \
464	  fi; \
465	done; \
466	rev="$$rev ."; \
467	target=`echo $@ | sed s/-recursive//`; \
468	for subdir in $$rev; do \
469	  echo "Making $$target in $$subdir"; \
470	  if test "$$subdir" = "."; then \
471	    local_target="$$target-am"; \
472	  else \
473	    local_target="$$target"; \
474	  fi; \
475	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
476	  || eval $$failcom; \
477	done && test -z "$$fail"
478tags-recursive:
479	list='$(SUBDIRS)'; for subdir in $$list; do \
480	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
481	done
482ctags-recursive:
483	list='$(SUBDIRS)'; for subdir in $$list; do \
484	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
485	done
486
487ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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	mkid -fID $$unique
495tags: TAGS
496
497TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
498		$(TAGS_FILES) $(LISP)
499	set x; \
500	here=`pwd`; \
501	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
502	  include_option=--etags-include; \
503	  empty_fix=.; \
504	else \
505	  include_option=--include; \
506	  empty_fix=; \
507	fi; \
508	list='$(SUBDIRS)'; for subdir in $$list; do \
509	  if test "$$subdir" = .; then :; else \
510	    test ! -f $$subdir/TAGS || \
511	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
512	  fi; \
513	done; \
514	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
515	unique=`for i in $$list; do \
516	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517	  done | \
518	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519	      END { if (nonempty) { for (i in files) print i; }; }'`; \
520	shift; \
521	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522	  test -n "$$unique" || unique=$$empty_fix; \
523	  if test $$# -gt 0; then \
524	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525	      "$$@" $$unique; \
526	  else \
527	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528	      $$unique; \
529	  fi; \
530	fi
531ctags: CTAGS
532CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
533		$(TAGS_FILES) $(LISP)
534	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
535	unique=`for i in $$list; do \
536	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537	  done | \
538	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539	      END { if (nonempty) { for (i in files) print i; }; }'`; \
540	test -z "$(CTAGS_ARGS)$$unique" \
541	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542	     $$unique
543
544GTAGS:
545	here=`$(am__cd) $(top_builddir) && pwd` \
546	  && $(am__cd) $(top_srcdir) \
547	  && gtags -i $(GTAGS_ARGS) "$$here"
548
549distclean-tags:
550	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
552distdir: $(DISTFILES)
553	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555	list='$(DISTFILES)'; \
556	  dist_files=`for file in $$list; do echo $$file; done | \
557	  sed -e "s|^$$srcdirstrip/||;t" \
558	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559	case $$dist_files in \
560	  */*) $(MKDIR_P) `echo "$$dist_files" | \
561			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562			   sort -u` ;; \
563	esac; \
564	for file in $$dist_files; do \
565	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566	  if test -d $$d/$$file; then \
567	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568	    if test -d "$(distdir)/$$file"; then \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
573	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574	    fi; \
575	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
576	  else \
577	    test -f "$(distdir)/$$file" \
578	    || cp -p $$d/$$file "$(distdir)/$$file" \
579	    || exit 1; \
580	  fi; \
581	done
582	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
583	  if test "$$subdir" = .; then :; else \
584	    $(am__make_dryrun) \
585	      || test -d "$(distdir)/$$subdir" \
586	      || $(MKDIR_P) "$(distdir)/$$subdir" \
587	      || exit 1; \
588	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
589	    $(am__relativize); \
590	    new_distdir=$$reldir; \
591	    dir1=$$subdir; dir2="$(top_distdir)"; \
592	    $(am__relativize); \
593	    new_top_distdir=$$reldir; \
594	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
595	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
596	    ($(am__cd) $$subdir && \
597	      $(MAKE) $(AM_MAKEFLAGS) \
598	        top_distdir="$$new_top_distdir" \
599	        distdir="$$new_distdir" \
600		am__remove_distdir=: \
601		am__skip_length_check=: \
602		am__skip_mode_fix=: \
603	        distdir) \
604	      || exit 1; \
605	  fi; \
606	done
607check-am: all-am
608check: check-recursive
609all-am: Makefile $(DATA)
610installdirs: installdirs-recursive
611installdirs-am:
612	for dir in "$(DESTDIR)$(datadir)"; do \
613	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
614	done
615install: install-recursive
616install-exec: install-exec-recursive
617install-data: install-data-recursive
618uninstall: uninstall-recursive
619
620install-am: all-am
621	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622
623installcheck: installcheck-recursive
624install-strip:
625	if test -z '$(STRIP)'; then \
626	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628	      install; \
629	else \
630	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
633	fi
634mostlyclean-generic:
635
636clean-generic:
637
638distclean-generic:
639	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
640	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
641
642maintainer-clean-generic:
643	@echo "This command is intended for maintainers to use"
644	@echo "it deletes files that may require special tools to rebuild."
645clean: clean-recursive
646
647clean-am: clean-generic clean-libtool mostlyclean-am
648
649distclean: distclean-recursive
650	-rm -f Makefile
651distclean-am: clean-am distclean-generic distclean-tags
652
653dvi: dvi-recursive
654
655dvi-am:
656
657html: html-recursive
658
659html-am:
660
661info: info-recursive
662
663info-am:
664
665install-data-am: install-dist_dataDATA
666
667install-dvi: install-dvi-recursive
668
669install-dvi-am:
670
671install-exec-am:
672
673install-html: install-html-recursive
674
675install-html-am:
676
677install-info: install-info-recursive
678
679install-info-am:
680
681install-man:
682
683install-pdf: install-pdf-recursive
684
685install-pdf-am:
686
687install-ps: install-ps-recursive
688
689install-ps-am:
690
691installcheck-am:
692
693maintainer-clean: maintainer-clean-recursive
694	-rm -f Makefile
695maintainer-clean-am: distclean-am maintainer-clean-generic
696
697mostlyclean: mostlyclean-recursive
698
699mostlyclean-am: mostlyclean-generic mostlyclean-libtool
700
701pdf: pdf-recursive
702
703pdf-am:
704
705ps: ps-recursive
706
707ps-am:
708
709uninstall-am: uninstall-dist_dataDATA
710
711.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
712	install-am install-strip tags-recursive
713
714.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
715	all all-am check check-am clean clean-generic clean-libtool \
716	ctags ctags-recursive distclean distclean-generic \
717	distclean-libtool distclean-tags distdir dvi dvi-am html \
718	html-am info info-am install install-am install-data \
719	install-data-am install-dist_dataDATA install-dvi \
720	install-dvi-am install-exec install-exec-am install-html \
721	install-html-am install-info install-info-am install-man \
722	install-pdf install-pdf-am install-ps install-ps-am \
723	install-strip installcheck installcheck-am installdirs \
724	installdirs-am maintainer-clean maintainer-clean-generic \
725	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
726	ps ps-am tags tags-recursive uninstall uninstall-am \
727	uninstall-dist_dataDATA
728
729
730# Tell versions [3.59,3.63) of GNU make to not export all variables.
731# Otherwise a system limit (for SysV at least) may be exceeded.
732.NOEXPORT:
733