1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = src/scripts/usb
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/src/scripts/m4/libtool.m4 \
94	$(top_srcdir)/src/scripts/m4/ltoptions.m4 \
95	$(top_srcdir)/src/scripts/m4/ltsugar.m4 \
96	$(top_srcdir)/src/scripts/m4/ltversion.m4 \
97	$(top_srcdir)/src/scripts/m4/lt~obsolete.m4 \
98	$(top_srcdir)/acinclude.m4 \
99	$(top_srcdir)/src/scripts/m4/acx_pthread.m4 \
100	$(top_srcdir)/module/swig/perl5/perl5.m4 \
101	$(top_srcdir)/module/swig/php/php.m4 \
102	$(top_srcdir)/module/swig/python/python.m4 \
103	$(top_srcdir)/module/owtcl/tcl.m4 $(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/src/include/config.h
109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123SOURCES =
124DIST_SOURCES =
125RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126	ctags-recursive dvi-recursive html-recursive info-recursive \
127	install-data-recursive install-dvi-recursive \
128	install-exec-recursive install-html-recursive \
129	install-info-recursive install-pdf-recursive \
130	install-ps-recursive install-recursive installcheck-recursive \
131	installdirs-recursive pdf-recursive ps-recursive \
132	tags-recursive uninstall-recursive
133am__can_run_installinfo = \
134  case $$AM_UPDATE_INFO_DIR in \
135    n|no|NO) false;; \
136    *) (install-info --version) >/dev/null 2>&1;; \
137  esac
138RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
139  distclean-recursive maintainer-clean-recursive
140am__recursive_targets = \
141  $(RECURSIVE_TARGETS) \
142  $(RECURSIVE_CLEAN_TARGETS) \
143  $(am__extra_recursive_targets)
144AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
145	distdir
146am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147# Read a list of newline-separated strings from the standard input,
148# and print each of them once, without duplicates.  Input order is
149# *not* preserved.
150am__uniquify_input = $(AWK) '\
151  BEGIN { nonempty = 0; } \
152  { items[$$0] = 1; nonempty = 1; } \
153  END { if (nonempty) { for (i in items) print i; }; } \
154'
155# Make sure the list of sources is unique.  This is necessary because,
156# e.g., the same source file might be shared among _SOURCES variables
157# for different programs/libraries.
158am__define_uniq_tagged_files = \
159  list='$(am__tagged_files)'; \
160  unique=`for i in $$list; do \
161    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162  done | $(am__uniquify_input)`
163ETAGS = etags
164CTAGS = ctags
165DIST_SUBDIRS = $(SUBDIRS)
166am__DIST_COMMON = $(srcdir)/Makefile.in
167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168am__relativize = \
169  dir0=`pwd`; \
170  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171  sed_rest='s,^[^/]*/*,,'; \
172  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
173  sed_butlast='s,/*[^/]*$$,,'; \
174  while test -n "$$dir1"; do \
175    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
176    if test "$$first" != "."; then \
177      if test "$$first" = ".."; then \
178        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
179        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180      else \
181        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
182        if test "$$first2" = "$$first"; then \
183          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
184        else \
185          dir2="../$$dir2"; \
186        fi; \
187        dir0="$$dir0"/"$$first"; \
188      fi; \
189    fi; \
190    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
191  done; \
192  reldir="$$dir2"
193ACLOCAL = @ACLOCAL@
194AMTAR = @AMTAR@
195AM_CPPFLAGS = @AM_CPPFLAGS@
196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197AR = @AR@
198AS = @AS@
199AUTOCONF = @AUTOCONF@
200AUTOHEADER = @AUTOHEADER@
201AUTOMAKE = @AUTOMAKE@
202AWK = @AWK@
203BINDIR = @BINDIR@
204CC = @CC@
205CCDEPMODE = @CCDEPMODE@
206CFLAGS = @CFLAGS@
207CHECK_CFLAGS = @CHECK_CFLAGS@
208CHECK_LIBS = @CHECK_LIBS@
209CPP = @CPP@
210CPPFLAGS = @CPPFLAGS@
211CYGPATH_W = @CYGPATH_W@
212DATADIR = @DATADIR@
213DEFS = @DEFS@
214DEPDIR = @DEPDIR@
215DLLTOOL = @DLLTOOL@
216DL_LIBS = @DL_LIBS@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219ECHO = @ECHO@
220ECHO_C = @ECHO_C@
221ECHO_N = @ECHO_N@
222ECHO_T = @ECHO_T@
223EGREP = @EGREP@
224ENABLE_AVAHI = @ENABLE_AVAHI@
225ENABLE_DEBUG = @ENABLE_DEBUG@
226ENABLE_FTDI = @ENABLE_FTDI@
227ENABLE_I2C = @ENABLE_I2C@
228ENABLE_MUTEX_DEBUG = @ENABLE_MUTEX_DEBUG@
229ENABLE_OWCAPI = @ENABLE_OWCAPI@
230ENABLE_OWEXTERNAL = @ENABLE_OWEXTERNAL@
231ENABLE_OWFS = @ENABLE_OWFS@
232ENABLE_OWFTPD = @ENABLE_OWFTPD@
233ENABLE_OWHTTPD = @ENABLE_OWHTTPD@
234ENABLE_OWLIB = @ENABLE_OWLIB@
235ENABLE_OWMALLOC = @ENABLE_OWMALLOC@
236ENABLE_OWMON = @ENABLE_OWMON@
237ENABLE_OWNET = @ENABLE_OWNET@
238ENABLE_OWNETLIB = @ENABLE_OWNETLIB@
239ENABLE_OWPERL = @ENABLE_OWPERL@
240ENABLE_OWPHP = @ENABLE_OWPHP@
241ENABLE_OWPYTHON = @ENABLE_OWPYTHON@
242ENABLE_OWSERVER = @ENABLE_OWSERVER@
243ENABLE_OWSHELL = @ENABLE_OWSHELL@
244ENABLE_OWTAP = @ENABLE_OWTAP@
245ENABLE_OWTCL = @ENABLE_OWTCL@
246ENABLE_PARPORT = @ENABLE_PARPORT@
247ENABLE_PERL = @ENABLE_PERL@
248ENABLE_PHP = @ENABLE_PHP@
249ENABLE_PROFILING = @ENABLE_PROFILING@
250ENABLE_PYTHON = @ENABLE_PYTHON@
251ENABLE_SWIG = @ENABLE_SWIG@
252ENABLE_USB = @ENABLE_USB@
253ENABLE_W1 = @ENABLE_W1@
254ENABLE_ZERO = @ENABLE_ZERO@
255EXEEXT = @EXEEXT@
256EXTRACFLAGS = @EXTRACFLAGS@
257FGREP = @FGREP@
258FUSE_FLAGS = @FUSE_FLAGS@
259FUSE_INCLUDES = @FUSE_INCLUDES@
260FUSE_LIBS = @FUSE_LIBS@
261GREP = @GREP@
262HAVE_CYGWIN = @HAVE_CYGWIN@
263HAVE_DARWIN = @HAVE_DARWIN@
264HAVE_DEBIAN = @HAVE_DEBIAN@
265HAVE_FREEBSD = @HAVE_FREEBSD@
266INSTALL = @INSTALL@
267INSTALL_DATA = @INSTALL_DATA@
268INSTALL_PROGRAM = @INSTALL_PROGRAM@
269INSTALL_SCRIPT = @INSTALL_SCRIPT@
270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271LD = @LD@
272LDFLAGS = @LDFLAGS@
273LD_EXTRALIBS = @LD_EXTRALIBS@
274LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@
275LIBAVAHI_LIBS = @LIBAVAHI_LIBS@
276LIBDIR = @LIBDIR@
277LIBFTDI_CFLAGS = @LIBFTDI_CFLAGS@
278LIBFTDI_CONFIG = @LIBFTDI_CONFIG@
279LIBFTDI_LIBS = @LIBFTDI_LIBS@
280LIBOBJS = @LIBOBJS@
281LIBPOSTFIX = @LIBPOSTFIX@
282LIBS = @LIBS@
283LIBTOOL = @LIBTOOL@
284LIBTOOL_DEPS = @LIBTOOL_DEPS@
285LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
286LIBUSB_LIBS = @LIBUSB_LIBS@
287LIPO = @LIPO@
288LN_S = @LN_S@
289LTLIBOBJS = @LTLIBOBJS@
290LT_AGE = @LT_AGE@
291LT_CURRENT = @LT_CURRENT@
292LT_RELEASE = @LT_RELEASE@
293LT_REVISION = @LT_REVISION@
294LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
295MAKEINFO = @MAKEINFO@
296MANIFEST_TOOL = @MANIFEST_TOOL@
297MKDIR_P = @MKDIR_P@
298MQ_LIBS = @MQ_LIBS@
299M_LIBS = @M_LIBS@
300NM = @NM@
301NMEDIT = @NMEDIT@
302OBJDUMP = @OBJDUMP@
303OBJEXT = @OBJEXT@
304OSLIBS = @OSLIBS@
305OTOOL = @OTOOL@
306OTOOL64 = @OTOOL64@
307OWFSROOT = @OWFSROOT@
308OWFS_BINARY_AGE = @OWFS_BINARY_AGE@
309OWFS_INTERFACE_AGE = @OWFS_INTERFACE_AGE@
310OWTCL_INSTALL_PATH = @OWTCL_INSTALL_PATH@
311OW_ALLOC_DEBUG = @OW_ALLOC_DEBUG@
312OW_AVAHI = @OW_AVAHI@
313OW_CYGWIN = @OW_CYGWIN@
314OW_DARWIN = @OW_DARWIN@
315OW_DEBUG = @OW_DEBUG@
316OW_FTDI = @OW_FTDI@
317OW_I2C = @OW_I2C@
318OW_MUTEX_DEBUG = @OW_MUTEX_DEBUG@
319OW_PARPORT = @OW_PARPORT@
320OW_USB = @OW_USB@
321OW_UTHASH = @OW_UTHASH@
322OW_W1 = @OW_W1@
323OW_ZERO = @OW_ZERO@
324PACKAGE = @PACKAGE@
325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326PACKAGE_NAME = @PACKAGE_NAME@
327PACKAGE_STRING = @PACKAGE_STRING@
328PACKAGE_TARNAME = @PACKAGE_TARNAME@
329PACKAGE_URL = @PACKAGE_URL@
330PACKAGE_VERSION = @PACKAGE_VERSION@
331PATH_SEPARATOR = @PATH_SEPARATOR@
332PERL = @PERL@
333PERL5CCFLAGS = @PERL5CCFLAGS@
334PERL5DIR = @PERL5DIR@
335PERL5DYNAMICLINKING = @PERL5DYNAMICLINKING@
336PERL5EXT = @PERL5EXT@
337PERL5LIB = @PERL5LIB@
338PERL5NAME = @PERL5NAME@
339PHP = @PHP@
340PHPCONFIG = @PHPCONFIG@
341PHPEXT = @PHPEXT@
342PHPINC = @PHPINC@
343PHPLIBDIR = @PHPLIBDIR@
344PIC_FLAGS = @PIC_FLAGS@
345PKG_CONFIG = @PKG_CONFIG@
346PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
347PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
348POW_LIB = @POW_LIB@
349PTHREAD_CC = @PTHREAD_CC@
350PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
351PTHREAD_LIBS = @PTHREAD_LIBS@
352PYSITEDIR = @PYSITEDIR@
353PYTHON = @PYTHON@
354PYTHONCONFIG = @PYTHONCONFIG@
355PYTHONDYNAMICLINKING = @PYTHONDYNAMICLINKING@
356PYVERSION = @PYVERSION@
357RANLIB = @RANLIB@
358RM = @RM@
359RPM = @RPM@
360RPMBUILD = @RPMBUILD@
361SED = @SED@
362SET_MAKE = @SET_MAKE@
363SHELL = @SHELL@
364SOELIM = @SOELIM@
365STRIP = @STRIP@
366SWIG = @SWIG@
367TCL_BIN_DIR = @TCL_BIN_DIR@
368TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@
369TCL_BUILD_STUB_LIB_SPEC = @TCL_BUILD_STUB_LIB_SPEC@
370TCL_CFLAGS = @TCL_CFLAGS@
371TCL_COMPAT_OBJS = @TCL_COMPAT_OBJS@
372TCL_DEFS = @TCL_DEFS@
373TCL_EXEC_PREFIX = @TCL_EXEC_PREFIX@
374TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
375TCL_LD_FLAGS = @TCL_LD_FLAGS@
376TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
377TCL_LIBS = @TCL_LIBS@
378TCL_LIB_FILE = @TCL_LIB_FILE@
379TCL_LIB_FLAG = @TCL_LIB_FLAG@
380TCL_LIB_SPEC = @TCL_LIB_SPEC@
381TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
382TCL_PREFIX = @TCL_PREFIX@
383TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
384TCL_SHLIB_LD = @TCL_SHLIB_LD@
385TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
386TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
387TCL_SRC_DIR = @TCL_SRC_DIR@
388TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
389TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
390TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
391TCL_VERSION = @TCL_VERSION@
392TEST = @TEST@
393VERSION = @VERSION@
394VERSION_MAJOR = @VERSION_MAJOR@
395VERSION_MINOR = @VERSION_MINOR@
396VERSION_PATCHLEVEL = @VERSION_PATCHLEVEL@
397abs_builddir = @abs_builddir@
398abs_srcdir = @abs_srcdir@
399abs_top_builddir = @abs_top_builddir@
400abs_top_srcdir = @abs_top_srcdir@
401ac_ct_AR = @ac_ct_AR@
402ac_ct_CC = @ac_ct_CC@
403ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
404acx_pthread_config = @acx_pthread_config@
405am__include = @am__include@
406am__leading_dot = @am__leading_dot@
407am__quote = @am__quote@
408am__tar = @am__tar@
409am__untar = @am__untar@
410bindir = @bindir@
411build = @build@
412build_alias = @build_alias@
413build_cpu = @build_cpu@
414build_os = @build_os@
415build_vendor = @build_vendor@
416builddir = @builddir@
417datadir = @datadir@
418datarootdir = @datarootdir@
419docdir = @docdir@
420dvidir = @dvidir@
421exec_prefix = @exec_prefix@
422fuse_include_path = @fuse_include_path@
423fuse_lib_path = @fuse_lib_path@
424host = @host@
425host_alias = @host_alias@
426host_cpu = @host_cpu@
427host_os = @host_os@
428host_vendor = @host_vendor@
429htmldir = @htmldir@
430includedir = @includedir@
431infodir = @infodir@
432install_sh = @install_sh@
433libcheck_CFLAGS = @libcheck_CFLAGS@
434libcheck_LIBS = @libcheck_LIBS@
435libdir = @libdir@
436libexecdir = @libexecdir@
437localedir = @localedir@
438localstatedir = @localstatedir@
439mandir = @mandir@
440mkdir_p = @mkdir_p@
441oldincludedir = @oldincludedir@
442pdfdir = @pdfdir@
443pkgconfigdir = @pkgconfigdir@
444prefix = @prefix@
445program_transform_name = @program_transform_name@
446psdir = @psdir@
447runstatedir = @runstatedir@
448sbindir = @sbindir@
449sharedstatedir = @sharedstatedir@
450srcdir = @srcdir@
451sysconfdir = @sysconfdir@
452systemdsystemunitdir = @systemdsystemunitdir@
453target = @target@
454target_alias = @target_alias@
455target_cpu = @target_cpu@
456target_os = @target_os@
457target_vendor = @target_vendor@
458top_build_prefix = @top_build_prefix@
459top_builddir = @top_builddir@
460top_srcdir = @top_srcdir@
461SUBDIRS = windows cygwin
462EXTRA_DIST = Readme.txt fedora_setup.sh suse_setup.sh
463all: all-recursive
464
465.SUFFIXES:
466$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
467	@for dep in $?; do \
468	  case '$(am__configure_deps)' in \
469	    *$$dep*) \
470	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
471	        && { if test -f $@; then exit 0; else break; fi; }; \
472	      exit 1;; \
473	  esac; \
474	done; \
475	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/scripts/usb/Makefile'; \
476	$(am__cd) $(top_srcdir) && \
477	  $(AUTOMAKE) --foreign src/scripts/usb/Makefile
478Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479	@case '$?' in \
480	  *config.status*) \
481	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
482	  *) \
483	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
484	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
485	esac;
486
487$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489
490$(top_srcdir)/configure:  $(am__configure_deps)
491	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
493	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494$(am__aclocal_m4_deps):
495
496mostlyclean-libtool:
497	-rm -f *.lo
498
499clean-libtool:
500	-rm -rf .libs _libs
501
502# This directory's subdirectories are mostly independent; you can cd
503# into them and run 'make' without going through this Makefile.
504# To change the values of 'make' variables: instead of editing Makefiles,
505# (1) if the variable is set in 'config.status', edit 'config.status'
506#     (which will cause the Makefiles to be regenerated when you run 'make');
507# (2) otherwise, pass the desired values on the 'make' command line.
508$(am__recursive_targets):
509	@fail=; \
510	if $(am__make_keepgoing); then \
511	  failcom='fail=yes'; \
512	else \
513	  failcom='exit 1'; \
514	fi; \
515	dot_seen=no; \
516	target=`echo $@ | sed s/-recursive//`; \
517	case "$@" in \
518	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
519	  *) list='$(SUBDIRS)' ;; \
520	esac; \
521	for subdir in $$list; do \
522	  echo "Making $$target in $$subdir"; \
523	  if test "$$subdir" = "."; then \
524	    dot_seen=yes; \
525	    local_target="$$target-am"; \
526	  else \
527	    local_target="$$target"; \
528	  fi; \
529	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
530	  || eval $$failcom; \
531	done; \
532	if test "$$dot_seen" = "no"; then \
533	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
534	fi; test -z "$$fail"
535
536ID: $(am__tagged_files)
537	$(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-recursive
539TAGS: tags
540
541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542	set x; \
543	here=`pwd`; \
544	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
545	  include_option=--etags-include; \
546	  empty_fix=.; \
547	else \
548	  include_option=--include; \
549	  empty_fix=; \
550	fi; \
551	list='$(SUBDIRS)'; for subdir in $$list; do \
552	  if test "$$subdir" = .; then :; else \
553	    test ! -f $$subdir/TAGS || \
554	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
555	  fi; \
556	done; \
557	$(am__define_uniq_tagged_files); \
558	shift; \
559	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
560	  test -n "$$unique" || unique=$$empty_fix; \
561	  if test $$# -gt 0; then \
562	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563	      "$$@" $$unique; \
564	  else \
565	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	      $$unique; \
567	  fi; \
568	fi
569ctags: ctags-recursive
570
571CTAGS: ctags
572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573	$(am__define_uniq_tagged_files); \
574	test -z "$(CTAGS_ARGS)$$unique" \
575	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576	     $$unique
577
578GTAGS:
579	here=`$(am__cd) $(top_builddir) && pwd` \
580	  && $(am__cd) $(top_srcdir) \
581	  && gtags -i $(GTAGS_ARGS) "$$here"
582cscopelist: cscopelist-recursive
583
584cscopelist-am: $(am__tagged_files)
585	list='$(am__tagged_files)'; \
586	case "$(srcdir)" in \
587	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588	  *) sdir=$(subdir)/$(srcdir) ;; \
589	esac; \
590	for i in $$list; do \
591	  if test -f "$$i"; then \
592	    echo "$(subdir)/$$i"; \
593	  else \
594	    echo "$$sdir/$$i"; \
595	  fi; \
596	done >> $(top_builddir)/cscope.files
597
598distclean-tags:
599	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600
601distdir: $(DISTFILES)
602	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604	list='$(DISTFILES)'; \
605	  dist_files=`for file in $$list; do echo $$file; done | \
606	  sed -e "s|^$$srcdirstrip/||;t" \
607	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
608	case $$dist_files in \
609	  */*) $(MKDIR_P) `echo "$$dist_files" | \
610			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
611			   sort -u` ;; \
612	esac; \
613	for file in $$dist_files; do \
614	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
615	  if test -d $$d/$$file; then \
616	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
617	    if test -d "$(distdir)/$$file"; then \
618	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619	    fi; \
620	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
621	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
622	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623	    fi; \
624	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
625	  else \
626	    test -f "$(distdir)/$$file" \
627	    || cp -p $$d/$$file "$(distdir)/$$file" \
628	    || exit 1; \
629	  fi; \
630	done
631	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
632	  if test "$$subdir" = .; then :; else \
633	    $(am__make_dryrun) \
634	      || test -d "$(distdir)/$$subdir" \
635	      || $(MKDIR_P) "$(distdir)/$$subdir" \
636	      || exit 1; \
637	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
638	    $(am__relativize); \
639	    new_distdir=$$reldir; \
640	    dir1=$$subdir; dir2="$(top_distdir)"; \
641	    $(am__relativize); \
642	    new_top_distdir=$$reldir; \
643	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
644	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
645	    ($(am__cd) $$subdir && \
646	      $(MAKE) $(AM_MAKEFLAGS) \
647	        top_distdir="$$new_top_distdir" \
648	        distdir="$$new_distdir" \
649		am__remove_distdir=: \
650		am__skip_length_check=: \
651		am__skip_mode_fix=: \
652	        distdir) \
653	      || exit 1; \
654	  fi; \
655	done
656check-am: all-am
657check: check-recursive
658all-am: Makefile
659installdirs: installdirs-recursive
660installdirs-am:
661install: install-recursive
662install-exec: install-exec-recursive
663install-data: install-data-recursive
664uninstall: uninstall-recursive
665
666install-am: all-am
667	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669installcheck: installcheck-recursive
670install-strip:
671	if test -z '$(STRIP)'; then \
672	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674	      install; \
675	else \
676	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679	fi
680mostlyclean-generic:
681
682clean-generic:
683
684distclean-generic:
685	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687
688maintainer-clean-generic:
689	@echo "This command is intended for maintainers to use"
690	@echo "it deletes files that may require special tools to rebuild."
691clean: clean-recursive
692
693clean-am: clean-generic clean-libtool mostlyclean-am
694
695distclean: distclean-recursive
696	-rm -f Makefile
697distclean-am: clean-am distclean-generic distclean-tags
698
699dvi: dvi-recursive
700
701dvi-am:
702
703html: html-recursive
704
705html-am:
706
707info: info-recursive
708
709info-am:
710
711install-data-am:
712
713install-dvi: install-dvi-recursive
714
715install-dvi-am:
716
717install-exec-am:
718
719install-html: install-html-recursive
720
721install-html-am:
722
723install-info: install-info-recursive
724
725install-info-am:
726
727install-man:
728
729install-pdf: install-pdf-recursive
730
731install-pdf-am:
732
733install-ps: install-ps-recursive
734
735install-ps-am:
736
737installcheck-am:
738
739maintainer-clean: maintainer-clean-recursive
740	-rm -f Makefile
741maintainer-clean-am: distclean-am maintainer-clean-generic
742
743mostlyclean: mostlyclean-recursive
744
745mostlyclean-am: mostlyclean-generic mostlyclean-libtool
746
747pdf: pdf-recursive
748
749pdf-am:
750
751ps: ps-recursive
752
753ps-am:
754
755uninstall-am:
756
757.MAKE: $(am__recursive_targets) install-am install-strip
758
759.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
760	check-am clean clean-generic clean-libtool cscopelist-am ctags \
761	ctags-am distclean distclean-generic distclean-libtool \
762	distclean-tags distdir dvi dvi-am html html-am info info-am \
763	install install-am install-data install-data-am install-dvi \
764	install-dvi-am install-exec install-exec-am install-html \
765	install-html-am install-info install-info-am install-man \
766	install-pdf install-pdf-am install-ps install-ps-am \
767	install-strip installcheck installcheck-am installdirs \
768	installdirs-am maintainer-clean maintainer-clean-generic \
769	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
770	ps ps-am tags tags-am uninstall uninstall-am
771
772.PRECIOUS: Makefile
773
774
775# Tell versions [3.59,3.63) of GNU make to not export all variables.
776# Otherwise a system limit (for SysV at least) may be exceeded.
777.NOEXPORT:
778