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