1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = include
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \
94	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
95	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
96	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
97	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
100	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
101	$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/byteorder.m4 \
102	$(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \
106	$(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/include/sane/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 =
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(includedir)"
158HEADERS = $(nobase_include_HEADERS)
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates.  Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164  BEGIN { nonempty = 0; } \
165  { items[$$0] = 1; nonempty = 1; } \
166  END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique.  This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172  list='$(am__tagged_files)'; \
173  unique=`for i in $$list; do \
174    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175  done | $(am__uniquify_input)`
176ETAGS = etags
177CTAGS = ctags
178am__DIST_COMMON = $(srcdir)/Makefile.in
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180ACLOCAL = @ACLOCAL@
181ALLOCA = @ALLOCA@
182AMTAR = @AMTAR@
183AM_CFLAGS = @AM_CFLAGS@
184AM_CPPFLAGS = @AM_CPPFLAGS@
185AM_CXXFLAGS = @AM_CXXFLAGS@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187AM_LDFLAGS = @AM_LDFLAGS@
188AR = @AR@
189AS = @AS@
190AUTOCONF = @AUTOCONF@
191AUTOHEADER = @AUTOHEADER@
192AUTOMAKE = @AUTOMAKE@
193AVAHI_CFLAGS = @AVAHI_CFLAGS@
194AVAHI_LIBS = @AVAHI_LIBS@
195AWK = @AWK@
196BACKENDS = @BACKENDS@
197BACKEND_CONFS_ENABLED = @BACKEND_CONFS_ENABLED@
198BACKEND_LIBS_ENABLED = @BACKEND_LIBS_ENABLED@
199BACKEND_MANS_ENABLED = @BACKEND_MANS_ENABLED@
200CC = @CC@
201CCDEPMODE = @CCDEPMODE@
202CFLAGS = @CFLAGS@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CXX = @CXX@
206CXXCPP = @CXXCPP@
207CXXDEPMODE = @CXXDEPMODE@
208CXXFLAGS = @CXXFLAGS@
209CYGPATH_W = @CYGPATH_W@
210DEFS = @DEFS@
211DEPDIR = @DEPDIR@
212DLLTOOL = @DLLTOOL@
213DL_LIBS = @DL_LIBS@
214DSYMUTIL = @DSYMUTIL@
215DUMPBIN = @DUMPBIN@
216DYNAMIC_FLAG = @DYNAMIC_FLAG@
217ECHO_C = @ECHO_C@
218ECHO_N = @ECHO_N@
219ECHO_T = @ECHO_T@
220EGREP = @EGREP@
221EXEEXT = @EXEEXT@
222FGREP = @FGREP@
223GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
224GMSGFMT = @GMSGFMT@
225GMSGFMT_015 = @GMSGFMT_015@
226GPHOTO2_CPPFLAGS = @GPHOTO2_CPPFLAGS@
227GPHOTO2_LDFLAGS = @GPHOTO2_LDFLAGS@
228GPHOTO2_LIBS = @GPHOTO2_LIBS@
229GREP = @GREP@
230HAVE_CXX11 = @HAVE_CXX11@
231HAVE_GPHOTO2 = @HAVE_GPHOTO2@
232IEEE1284_LIBS = @IEEE1284_LIBS@
233INSTALL = @INSTALL@
234INSTALL_DATA = @INSTALL_DATA@
235INSTALL_LOCKPATH = @INSTALL_LOCKPATH@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239INTLLIBS = @INTLLIBS@
240INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
241JPEG_LIBS = @JPEG_LIBS@
242LD = @LD@
243LDFLAGS = @LDFLAGS@
244LIBICONV = @LIBICONV@
245LIBINTL = @LIBINTL@
246LIBOBJS = @LIBOBJS@
247LIBS = @LIBS@
248LIBTOOL = @LIBTOOL@
249LIBV4L_CFLAGS = @LIBV4L_CFLAGS@
250LIBV4L_LIBS = @LIBV4L_LIBS@
251LIPO = @LIPO@
252LN_S = @LN_S@
253LOCKPATH_GROUP = @LOCKPATH_GROUP@
254LTALLOCA = @LTALLOCA@
255LTLIBICONV = @LTLIBICONV@
256LTLIBINTL = @LTLIBINTL@
257LTLIBOBJS = @LTLIBOBJS@
258LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
259MAKEINFO = @MAKEINFO@
260MANIFEST_TOOL = @MANIFEST_TOOL@
261MATH_LIB = @MATH_LIB@
262MKDIR_P = @MKDIR_P@
263MSGFMT = @MSGFMT@
264MSGFMT_015 = @MSGFMT_015@
265MSGMERGE = @MSGMERGE@
266NM = @NM@
267NMEDIT = @NMEDIT@
268OBJDUMP = @OBJDUMP@
269OBJEXT = @OBJEXT@
270OTOOL = @OTOOL@
271OTOOL64 = @OTOOL64@
272PACKAGE = @PACKAGE@
273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274PACKAGE_NAME = @PACKAGE_NAME@
275PACKAGE_STRING = @PACKAGE_STRING@
276PACKAGE_TARNAME = @PACKAGE_TARNAME@
277PACKAGE_URL = @PACKAGE_URL@
278PACKAGE_VERSION = @PACKAGE_VERSION@
279PATH_SEPARATOR = @PATH_SEPARATOR@
280PKG_CONFIG = @PKG_CONFIG@
281PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
282PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
283PNG_LIBS = @PNG_LIBS@
284POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
285POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
286POSUB = @POSUB@
287PRELOADABLE_BACKENDS = @PRELOADABLE_BACKENDS@
288PRELOADABLE_BACKENDS_ENABLED = @PRELOADABLE_BACKENDS_ENABLED@
289PTHREAD_LIBS = @PTHREAD_LIBS@
290PYTHON = @PYTHON@
291PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
292PYTHON_PLATFORM = @PYTHON_PLATFORM@
293PYTHON_PREFIX = @PYTHON_PREFIX@
294PYTHON_VERSION = @PYTHON_VERSION@
295RANLIB = @RANLIB@
296RESMGR_LIBS = @RESMGR_LIBS@
297SANEI_SANEI_JPEG_LO = @SANEI_SANEI_JPEG_LO@
298SANEI_THREAD_LIBS = @SANEI_THREAD_LIBS@
299SANE_CONFIG_PATH = @SANE_CONFIG_PATH@
300SCSI_LIBS = @SCSI_LIBS@
301SED = @SED@
302SET_MAKE = @SET_MAKE@
303SHELL = @SHELL@
304SNMP_CFLAGS = @SNMP_CFLAGS@
305SNMP_CONFIG_PATH = @SNMP_CONFIG_PATH@
306SNMP_LIBS = @SNMP_LIBS@
307SOCKET_LIBS = @SOCKET_LIBS@
308STRICT_LDFLAGS = @STRICT_LDFLAGS@
309STRIP = @STRIP@
310SYSLOG_LIBS = @SYSLOG_LIBS@
311SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
312SYSTEMD_LIBS = @SYSTEMD_LIBS@
313TIFF_LIBS = @TIFF_LIBS@
314USB_CFLAGS = @USB_CFLAGS@
315USB_LIBS = @USB_LIBS@
316USE_NLS = @USE_NLS@
317VERSION = @VERSION@
318V_MAJOR = @V_MAJOR@
319V_MINOR = @V_MINOR@
320V_REV = @V_REV@
321XGETTEXT = @XGETTEXT@
322XGETTEXT_015 = @XGETTEXT_015@
323XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
324XML_CFLAGS = @XML_CFLAGS@
325XML_LIBS = @XML_LIBS@
326abs_builddir = @abs_builddir@
327abs_srcdir = @abs_srcdir@
328abs_top_builddir = @abs_top_builddir@
329abs_top_srcdir = @abs_top_srcdir@
330ac_ct_AR = @ac_ct_AR@
331ac_ct_CC = @ac_ct_CC@
332ac_ct_CXX = @ac_ct_CXX@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346configdir = @configdir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351effective_target = @effective_target@
352exec_prefix = @exec_prefix@
353host = @host@
354host_alias = @host_alias@
355host_cpu = @host_cpu@
356host_os = @host_os@
357host_vendor = @host_vendor@
358htmldir = @htmldir@
359includedir = @includedir@
360infodir = @infodir@
361install_sh = @install_sh@
362libcurl_CFLAGS = @libcurl_CFLAGS@
363libcurl_LIBS = @libcurl_LIBS@
364libdir = @libdir@
365libexecdir = @libexecdir@
366localedir = @localedir@
367localstatedir = @localstatedir@
368locksanedir = @locksanedir@
369mandir = @mandir@
370mkdir_p = @mkdir_p@
371oldincludedir = @oldincludedir@
372pdfdir = @pdfdir@
373pkgpyexecdir = @pkgpyexecdir@
374pkgpythondir = @pkgpythondir@
375prefix = @prefix@
376program_transform_name = @program_transform_name@
377psdir = @psdir@
378pyexecdir = @pyexecdir@
379pythondir = @pythondir@
380runstatedir = @runstatedir@
381sbindir = @sbindir@
382sharedstatedir = @sharedstatedir@
383srcdir = @srcdir@
384sysconfdir = @sysconfdir@
385target_alias = @target_alias@
386top_build_prefix = @top_build_prefix@
387top_builddir = @top_builddir@
388top_srcdir = @top_srcdir@
389nobase_include_HEADERS = sane/sane.h sane/saneopts.h
390EXTRA_DIST = lalloca.h lassert.h lgetopt.h md5.h font_6x11.h \
391	sane/config.h.in sane/sanei.h sane/sanei_ab306.h \
392	sane/sanei_access.h sane/sanei_auth.h sane/sanei_backend.h \
393	sane/sanei_cderror.h sane/sanei_codec_ascii.h \
394	sane/sanei_codec_bin.h sane/sanei_config.h sane/sanei_debug.h \
395	sane/sanei_jinclude.h sane/sanei_jpeg.h sane/sanei_lm983x.h \
396	sane/sanei_net.h sane/sanei_pa4s2.h sane/sanei_pio.h \
397	sane/sanei_pp.h sane/sanei_pv8630.h sane/sanei_scsi.h \
398	sane/sanei_tcp.h sane/sanei_thread.h sane/sanei_udp.h \
399	sane/sanei_usb.h sane/sanei_wire.h sane/sanei_magic.h \
400	sane/sanei_ir.h
401all: all-am
402
403.SUFFIXES:
404$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
405	@for dep in $?; do \
406	  case '$(am__configure_deps)' in \
407	    *$$dep*) \
408	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409	        && { if test -f $@; then exit 0; else break; fi; }; \
410	      exit 1;; \
411	  esac; \
412	done; \
413	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
414	$(am__cd) $(top_srcdir) && \
415	  $(AUTOMAKE) --gnu include/Makefile
416Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417	@case '$?' in \
418	  *config.status*) \
419	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420	  *) \
421	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
422	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
423	esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
428$(top_srcdir)/configure:  $(am__configure_deps)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
431	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432$(am__aclocal_m4_deps):
433
434mostlyclean-libtool:
435	-rm -f *.lo
436
437clean-libtool:
438	-rm -rf .libs _libs
439install-nobase_includeHEADERS: $(nobase_include_HEADERS)
440	@$(NORMAL_INSTALL)
441	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
442	if test -n "$$list"; then \
443	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
444	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
445	fi; \
446	$(am__nobase_list) | while read dir files; do \
447	  xfiles=; for file in $$files; do \
448	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
449	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
450	  test -z "$$xfiles" || { \
451	    test "x$$dir" = x. || { \
452	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
453	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
454	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
455	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
456	done
457
458uninstall-nobase_includeHEADERS:
459	@$(NORMAL_UNINSTALL)
460	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
461	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
462	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
463
464ID: $(am__tagged_files)
465	$(am__define_uniq_tagged_files); mkid -fID $$unique
466tags: tags-am
467TAGS: tags
468
469tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
470	set x; \
471	here=`pwd`; \
472	$(am__define_uniq_tagged_files); \
473	shift; \
474	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475	  test -n "$$unique" || unique=$$empty_fix; \
476	  if test $$# -gt 0; then \
477	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	      "$$@" $$unique; \
479	  else \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      $$unique; \
482	  fi; \
483	fi
484ctags: ctags-am
485
486CTAGS: ctags
487ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488	$(am__define_uniq_tagged_files); \
489	test -z "$(CTAGS_ARGS)$$unique" \
490	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491	     $$unique
492
493GTAGS:
494	here=`$(am__cd) $(top_builddir) && pwd` \
495	  && $(am__cd) $(top_srcdir) \
496	  && gtags -i $(GTAGS_ARGS) "$$here"
497cscopelist: cscopelist-am
498
499cscopelist-am: $(am__tagged_files)
500	list='$(am__tagged_files)'; \
501	case "$(srcdir)" in \
502	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
503	  *) sdir=$(subdir)/$(srcdir) ;; \
504	esac; \
505	for i in $$list; do \
506	  if test -f "$$i"; then \
507	    echo "$(subdir)/$$i"; \
508	  else \
509	    echo "$$sdir/$$i"; \
510	  fi; \
511	done >> $(top_builddir)/cscope.files
512
513distclean-tags:
514	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
515
516distdir: $(BUILT_SOURCES)
517	$(MAKE) $(AM_MAKEFLAGS) distdir-am
518
519distdir-am: $(DISTFILES)
520	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522	list='$(DISTFILES)'; \
523	  dist_files=`for file in $$list; do echo $$file; done | \
524	  sed -e "s|^$$srcdirstrip/||;t" \
525	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526	case $$dist_files in \
527	  */*) $(MKDIR_P) `echo "$$dist_files" | \
528			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529			   sort -u` ;; \
530	esac; \
531	for file in $$dist_files; do \
532	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533	  if test -d $$d/$$file; then \
534	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535	    if test -d "$(distdir)/$$file"; then \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541	    fi; \
542	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543	  else \
544	    test -f "$(distdir)/$$file" \
545	    || cp -p $$d/$$file "$(distdir)/$$file" \
546	    || exit 1; \
547	  fi; \
548	done
549check-am: all-am
550check: check-am
551all-am: Makefile $(HEADERS)
552installdirs:
553	for dir in "$(DESTDIR)$(includedir)"; do \
554	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555	done
556install: install-am
557install-exec: install-exec-am
558install-data: install-data-am
559uninstall: uninstall-am
560
561install-am: all-am
562	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563
564installcheck: installcheck-am
565install-strip:
566	if test -z '$(STRIP)'; then \
567	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569	      install; \
570	else \
571	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
574	fi
575mostlyclean-generic:
576
577clean-generic:
578
579distclean-generic:
580	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
582
583maintainer-clean-generic:
584	@echo "This command is intended for maintainers to use"
585	@echo "it deletes files that may require special tools to rebuild."
586clean: clean-am
587
588clean-am: clean-generic clean-libtool mostlyclean-am
589
590distclean: distclean-am
591	-rm -f Makefile
592distclean-am: clean-am distclean-generic distclean-tags
593
594dvi: dvi-am
595
596dvi-am:
597
598html: html-am
599
600html-am:
601
602info: info-am
603
604info-am:
605
606install-data-am: install-nobase_includeHEADERS
607
608install-dvi: install-dvi-am
609
610install-dvi-am:
611
612install-exec-am:
613
614install-html: install-html-am
615
616install-html-am:
617
618install-info: install-info-am
619
620install-info-am:
621
622install-man:
623
624install-pdf: install-pdf-am
625
626install-pdf-am:
627
628install-ps: install-ps-am
629
630install-ps-am:
631
632installcheck-am:
633
634maintainer-clean: maintainer-clean-am
635	-rm -f Makefile
636maintainer-clean-am: distclean-am maintainer-clean-generic
637
638mostlyclean: mostlyclean-am
639
640mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641
642pdf: pdf-am
643
644pdf-am:
645
646ps: ps-am
647
648ps-am:
649
650uninstall-am: uninstall-nobase_includeHEADERS
651
652.MAKE: install-am install-strip
653
654.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
655	clean-libtool cscopelist-am ctags ctags-am distclean \
656	distclean-generic distclean-libtool distclean-tags distdir dvi \
657	dvi-am html html-am info info-am install install-am \
658	install-data install-data-am install-dvi install-dvi-am \
659	install-exec install-exec-am install-html install-html-am \
660	install-info install-info-am install-man \
661	install-nobase_includeHEADERS install-pdf install-pdf-am \
662	install-ps install-ps-am install-strip installcheck \
663	installcheck-am installdirs maintainer-clean \
664	maintainer-clean-generic mostlyclean mostlyclean-generic \
665	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
666	uninstall-am uninstall-nobase_includeHEADERS
667
668.PRECIOUS: Makefile
669
670
671# Tell versions [3.59,3.63) of GNU make to not export all variables.
672# Otherwise a system limit (for SysV at least) may be exceeded.
673.NOEXPORT:
674