• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
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
18
19VPATH = @srcdir@
20am__make_dryrun = \
21  { \
22    am__dry=no; \
23    case $$MAKEFLAGS in \
24      *\\[\ \	]*) \
25        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27      *) \
28        for am__flg in $$MAKEFLAGS; do \
29          case $$am__flg in \
30            *=*|--*) ;; \
31            *n*) am__dry=yes; break;; \
32          esac; \
33        done;; \
34    esac; \
35    test $$am__dry = yes; \
36  }
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55subdir = third-party/dht
56DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
57	$(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
60	$(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
61	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
62	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
63	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
64	$(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67mkinstalldirs = $(install_sh) -d
68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
70LIBRARIES = $(noinst_LIBRARIES)
71ARFLAGS = cru
72AM_V_AR = $(am__v_AR_@AM_V@)
73am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
74am__v_AR_0 = @echo "  AR    " $@;
75AM_V_at = $(am__v_at_@AM_V@)
76am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
77am__v_at_0 = @
78libdht_a_AR = $(AR) $(ARFLAGS)
79libdht_a_LIBADD =
80am_libdht_a_OBJECTS = dht.$(OBJEXT)
81libdht_a_OBJECTS = $(am_libdht_a_OBJECTS)
82DEFAULT_INCLUDES = -I.@am__isrc@
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85am__mv = mv -f
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88AM_V_lt = $(am__v_lt_@AM_V@)
89am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
90am__v_lt_0 = --silent
91LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
93	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94	$(AM_CFLAGS) $(CFLAGS)
95AM_V_CC = $(am__v_CC_@AM_V@)
96am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
97am__v_CC_0 = @echo "  CC    " $@;
98CCLD = $(CC)
99LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101	$(AM_LDFLAGS) $(LDFLAGS) -o $@
102AM_V_CCLD = $(am__v_CCLD_@AM_V@)
103am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
104am__v_CCLD_0 = @echo "  CCLD  " $@;
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN   " $@;
108SOURCES = $(libdht_a_SOURCES)
109DIST_SOURCES = $(libdht_a_SOURCES)
110am__can_run_installinfo = \
111  case $$AM_UPDATE_INFO_DIR in \
112    n|no|NO) false;; \
113    *) (install-info --version) >/dev/null 2>&1;; \
114  esac
115HEADERS = $(noinst_HEADERS)
116ETAGS = etags
117CTAGS = ctags
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119ACLOCAL = @ACLOCAL@
120ALL_LINGUAS = @ALL_LINGUAS@
121AMTAR = @AMTAR@
122AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CATALOGS = @CATALOGS@
129CATOBJEXT = @CATOBJEXT@
130CC = @CC@
131CCDEPMODE = @CCDEPMODE@
132CFLAGS = @CFLAGS@
133CPP = @CPP@
134CPPFLAGS = @CPPFLAGS@
135CURL_MINIMUM = @CURL_MINIMUM@
136CXX = @CXX@
137CXXCPP = @CXXCPP@
138CXXDEPMODE = @CXXDEPMODE@
139CXXFLAGS = @CXXFLAGS@
140CYGPATH_W = @CYGPATH_W@
141DATADIRNAME = @DATADIRNAME@
142DEFS = @DEFS@
143DEPDIR = @DEPDIR@
144DHT_CFLAGS = @DHT_CFLAGS@
145DHT_LIBS = @DHT_LIBS@
146DLLTOOL = @DLLTOOL@
147DSYMUTIL = @DSYMUTIL@
148DUMPBIN = @DUMPBIN@
149ECHO_C = @ECHO_C@
150ECHO_N = @ECHO_N@
151ECHO_T = @ECHO_T@
152EGREP = @EGREP@
153EXEEXT = @EXEEXT@
154FGREP = @FGREP@
155GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
156GIO_MINIMUM = @GIO_MINIMUM@
157GLIB_MINIMUM = @GLIB_MINIMUM@
158GMOFILES = @GMOFILES@
159GMSGFMT = @GMSGFMT@
160GREP = @GREP@
161GTK_CFLAGS = @GTK_CFLAGS@
162GTK_LIBS = @GTK_LIBS@
163GTK_MINIMUM = @GTK_MINIMUM@
164HAVE_CXX = @HAVE_CXX@
165INSTALL = @INSTALL@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170INSTOBJEXT = @INSTOBJEXT@
171INTLLIBS = @INTLLIBS@
172INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
173INTLTOOL_MERGE = @INTLTOOL_MERGE@
174INTLTOOL_PERL = @INTLTOOL_PERL@
175INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
177INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
178INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
179INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
180LD = @LD@
181LDFLAGS = @LDFLAGS@
182LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
183LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
184LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
185LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
186LIBCURL_LIBS = @LIBCURL_LIBS@
187LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
188LIBEVENT_LIBS = @LIBEVENT_LIBS@
189LIBEVENT_MINIUM = @LIBEVENT_MINIUM@
190LIBNATPMP_CFLAGS = @LIBNATPMP_CFLAGS@
191LIBNATPMP_LIBS = @LIBNATPMP_LIBS@
192LIBNATPMP_LIBS_QT = @LIBNATPMP_LIBS_QT@
193LIBOBJS = @LIBOBJS@
194LIBS = @LIBS@
195LIBTOOL = @LIBTOOL@
196LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
197LIBUPNP_LIBS = @LIBUPNP_LIBS@
198LIBUPNP_LIBS_QT = @LIBUPNP_LIBS_QT@
199LIBUTP_CFLAGS = @LIBUTP_CFLAGS@
200LIBUTP_LIBS = @LIBUTP_LIBS@
201LIBUTP_LIBS_QT = @LIBUTP_LIBS_QT@
202LIPO = @LIPO@
203LN_S = @LN_S@
204LTLIBOBJS = @LTLIBOBJS@
205MAKEINFO = @MAKEINFO@
206MANIFEST_TOOL = @MANIFEST_TOOL@
207MKDIR_P = @MKDIR_P@
208MKINSTALLDIRS = @MKINSTALLDIRS@
209MSGFMT = @MSGFMT@
210MSGMERGE = @MSGMERGE@
211NM = @NM@
212NMEDIT = @NMEDIT@
213OBJDUMP = @OBJDUMP@
214OBJEXT = @OBJEXT@
215OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
216OPENSSL_LIBS = @OPENSSL_LIBS@
217OPENSSL_MINIMUM = @OPENSSL_MINIMUM@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228PEERID_PREFIX = @PEERID_PREFIX@
229PKG_CONFIG = @PKG_CONFIG@
230POFILES = @POFILES@
231POSUB = @POSUB@
232PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
233PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
234PTHREAD_CC = @PTHREAD_CC@
235PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
236PTHREAD_LIBS = @PTHREAD_LIBS@
237RANLIB = @RANLIB@
238SED = @SED@
239SET_MAKE = @SET_MAKE@
240SHELL = @SHELL@
241STRIP = @STRIP@
242USERAGENT_PREFIX = @USERAGENT_PREFIX@
243USE_NLS = @USE_NLS@
244VERSION = @VERSION@
245WINDRES = @WINDRES@
246XGETTEXT = @XGETTEXT@
247ZLIB_CFLAGS = @ZLIB_CFLAGS@
248ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
249ZLIB_LIBS = @ZLIB_LIBS@
250abs_builddir = @abs_builddir@
251abs_srcdir = @abs_srcdir@
252abs_top_builddir = @abs_top_builddir@
253abs_top_srcdir = @abs_top_srcdir@
254ac_ct_AR = @ac_ct_AR@
255ac_ct_CC = @ac_ct_CC@
256ac_ct_CXX = @ac_ct_CXX@
257ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258acx_pthread_config = @acx_pthread_config@
259am__include = @am__include@
260am__leading_dot = @am__leading_dot@
261am__quote = @am__quote@
262am__tar = @am__tar@
263am__untar = @am__untar@
264bindir = @bindir@
265build = @build@
266build_alias = @build_alias@
267build_cpu = @build_cpu@
268build_os = @build_os@
269build_vendor = @build_vendor@
270builddir = @builddir@
271datadir = @datadir@
272datarootdir = @datarootdir@
273docdir = @docdir@
274dvidir = @dvidir@
275exec_prefix = @exec_prefix@
276host = @host@
277host_alias = @host_alias@
278host_cpu = @host_cpu@
279host_os = @host_os@
280host_vendor = @host_vendor@
281htmldir = @htmldir@
282includedir = @includedir@
283infodir = @infodir@
284install_sh = @install_sh@
285intltool__v_merge_options_ = @intltool__v_merge_options_@
286intltool__v_merge_options_0 = @intltool__v_merge_options_0@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301sysconfdir = @sysconfdir@
302target_alias = @target_alias@
303top_build_prefix = @top_build_prefix@
304top_builddir = @top_builddir@
305top_srcdir = @top_srcdir@
306transmissionlocaledir = @transmissionlocaledir@
307AM_CFLAGS = @PTHREAD_CFLAGS@ 
308noinst_LIBRARIES = libdht.a
309libdht_a_SOURCES = dht.c
310noinst_HEADERS = dht.h
311EXTRA_DIST = CHANGES dht-example.c LICENCE README
312all: all-am
313
314.SUFFIXES:
315.SUFFIXES: .c .lo .o .obj
316$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
317	@for dep in $?; do \
318	  case '$(am__configure_deps)' in \
319	    *$$dep*) \
320	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321	        && { if test -f $@; then exit 0; else break; fi; }; \
322	      exit 1;; \
323	  esac; \
324	done; \
325	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu third-party/dht/Makefile'; \
326	$(am__cd) $(top_srcdir) && \
327	  $(AUTOMAKE) --gnu third-party/dht/Makefile
328.PRECIOUS: Makefile
329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330	@case '$?' in \
331	  *config.status*) \
332	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333	  *) \
334	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336	esac;
337
338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341$(top_srcdir)/configure:  $(am__configure_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(am__aclocal_m4_deps):
346
347clean-noinstLIBRARIES:
348	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
349libdht.a: $(libdht_a_OBJECTS) $(libdht_a_DEPENDENCIES) $(EXTRA_libdht_a_DEPENDENCIES) 
350	$(AM_V_at)-rm -f libdht.a
351	$(AM_V_AR)$(libdht_a_AR) libdht.a $(libdht_a_OBJECTS) $(libdht_a_LIBADD)
352	$(AM_V_at)$(RANLIB) libdht.a
353
354mostlyclean-compile:
355	-rm -f *.$(OBJEXT)
356
357distclean-compile:
358	-rm -f *.tab.c
359
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dht.Po@am__quote@
361
362.c.o:
363@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
368
369.c.obj:
370@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
375
376.c.lo:
377@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
379@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
382
383mostlyclean-libtool:
384	-rm -f *.lo
385
386clean-libtool:
387	-rm -rf .libs _libs
388
389ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391	unique=`for i in $$list; do \
392	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393	  done | \
394	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396	mkid -fID $$unique
397tags: TAGS
398
399TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400		$(TAGS_FILES) $(LISP)
401	set x; \
402	here=`pwd`; \
403	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	shift; \
410	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411	  test -n "$$unique" || unique=$$empty_fix; \
412	  if test $$# -gt 0; then \
413	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414	      "$$@" $$unique; \
415	  else \
416	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417	      $$unique; \
418	  fi; \
419	fi
420ctags: CTAGS
421CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422		$(TAGS_FILES) $(LISP)
423	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424	unique=`for i in $$list; do \
425	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426	  done | \
427	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428	      END { if (nonempty) { for (i in files) print i; }; }'`; \
429	test -z "$(CTAGS_ARGS)$$unique" \
430	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431	     $$unique
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && $(am__cd) $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) "$$here"
437
438distclean-tags:
439	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(DISTFILES)
442	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444	list='$(DISTFILES)'; \
445	  dist_files=`for file in $$list; do echo $$file; done | \
446	  sed -e "s|^$$srcdirstrip/||;t" \
447	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448	case $$dist_files in \
449	  */*) $(MKDIR_P) `echo "$$dist_files" | \
450			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451			   sort -u` ;; \
452	esac; \
453	for file in $$dist_files; do \
454	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455	  if test -d $$d/$$file; then \
456	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457	    if test -d "$(distdir)/$$file"; then \
458	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459	    fi; \
460	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463	    fi; \
464	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465	  else \
466	    test -f "$(distdir)/$$file" \
467	    || cp -p $$d/$$file "$(distdir)/$$file" \
468	    || exit 1; \
469	  fi; \
470	done
471check-am: all-am
472check: check-am
473all-am: Makefile $(LIBRARIES) $(HEADERS)
474installdirs:
475install: install-am
476install-exec: install-exec-am
477install-data: install-data-am
478uninstall: uninstall-am
479
480install-am: all-am
481	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482
483installcheck: installcheck-am
484install-strip:
485	if test -z '$(STRIP)'; then \
486	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488	      install; \
489	else \
490	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
493	fi
494mostlyclean-generic:
495
496clean-generic:
497
498distclean-generic:
499	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
501
502maintainer-clean-generic:
503	@echo "This command is intended for maintainers to use"
504	@echo "it deletes files that may require special tools to rebuild."
505clean: clean-am
506
507clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
508	mostlyclean-am
509
510distclean: distclean-am
511	-rm -rf ./$(DEPDIR)
512	-rm -f Makefile
513distclean-am: clean-am distclean-compile distclean-generic \
514	distclean-tags
515
516dvi: dvi-am
517
518dvi-am:
519
520html: html-am
521
522html-am:
523
524info: info-am
525
526info-am:
527
528install-data-am:
529
530install-dvi: install-dvi-am
531
532install-dvi-am:
533
534install-exec-am:
535
536install-html: install-html-am
537
538install-html-am:
539
540install-info: install-info-am
541
542install-info-am:
543
544install-man:
545
546install-pdf: install-pdf-am
547
548install-pdf-am:
549
550install-ps: install-ps-am
551
552install-ps-am:
553
554installcheck-am:
555
556maintainer-clean: maintainer-clean-am
557	-rm -rf ./$(DEPDIR)
558	-rm -f Makefile
559maintainer-clean-am: distclean-am maintainer-clean-generic
560
561mostlyclean: mostlyclean-am
562
563mostlyclean-am: mostlyclean-compile mostlyclean-generic \
564	mostlyclean-libtool
565
566pdf: pdf-am
567
568pdf-am:
569
570ps: ps-am
571
572ps-am:
573
574uninstall-am:
575
576.MAKE: install-am install-strip
577
578.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
579	clean-libtool clean-noinstLIBRARIES ctags distclean \
580	distclean-compile distclean-generic distclean-libtool \
581	distclean-tags distdir dvi dvi-am html html-am info info-am \
582	install install-am install-data install-data-am install-dvi \
583	install-dvi-am install-exec install-exec-am install-html \
584	install-html-am install-info install-info-am install-man \
585	install-pdf install-pdf-am install-ps install-ps-am \
586	install-strip installcheck installcheck-am installdirs \
587	maintainer-clean maintainer-clean-generic mostlyclean \
588	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
589	pdf pdf-am ps ps-am tags uninstall uninstall-am
590
591
592# Tell versions [3.59,3.63) of GNU make to not export all variables.
593# Otherwise a system limit (for SysV at least) may be exceeded.
594.NOEXPORT:
595