1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
95	$(top_srcdir)/m4/cppunit.m4 \
96	$(top_srcdir)/m4/ax_jni_include_dir.m4 \
97	$(top_srcdir)/m4/ac_prog_javac_works.m4 \
98	$(top_srcdir)/m4/ac_prog_javac.m4 \
99	$(top_srcdir)/m4/ac_prog_java_works.m4 \
100	$(top_srcdir)/m4/ac_prog_java.m4 \
101	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
102	$(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106	$(am__configure_deps) $(nobase_dist_data_DATA) \
107	$(nobase_include_HEADERS) $(am__DIST_COMMON)
108am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109 configure.lineno config.status.lineno
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/tsk/tsk_config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo "  GEN     " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126SOURCES =
127DIST_SOURCES =
128RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
129	ctags-recursive dvi-recursive html-recursive info-recursive \
130	install-data-recursive install-dvi-recursive \
131	install-exec-recursive install-html-recursive \
132	install-info-recursive install-pdf-recursive \
133	install-ps-recursive install-recursive installcheck-recursive \
134	installdirs-recursive pdf-recursive ps-recursive \
135	tags-recursive uninstall-recursive
136am__can_run_installinfo = \
137  case $$AM_UPDATE_INFO_DIR in \
138    n|no|NO) false;; \
139    *) (install-info --version) >/dev/null 2>&1;; \
140  esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144    *) f=$$p;; \
145  esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153  for p in $$list; do echo "$$p $$p"; done | \
154  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156    if (++n[$$2] == $(am__install_max)) \
157      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158    END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163  test -z "$$files" \
164    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166         $(am__cd) "$$dir" && rm -f $$files; }; \
167  }
168am__installdirs = "$(DESTDIR)$(datadir)" "$(DESTDIR)$(includedir)"
169DATA = $(nobase_dist_data_DATA)
170HEADERS = $(nobase_include_HEADERS)
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	cscope distdir distdir-am dist dist-all distcheck
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198CSCOPE = cscope
199DIST_SUBDIRS = $(SUBDIRS)
200am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \
201	$(top_srcdir)/config/config.guess \
202	$(top_srcdir)/config/config.sub \
203	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
204	$(top_srcdir)/config/missing config/compile \
205	config/config.guess config/config.sub config/install-sh \
206	config/ltmain.sh config/missing
207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208distdir = $(PACKAGE)-$(VERSION)
209top_distdir = $(distdir)
210am__remove_distdir = \
211  if test -d "$(distdir)"; then \
212    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
213      && rm -rf "$(distdir)" \
214      || { sleep 5 && rm -rf "$(distdir)"; }; \
215  else :; fi
216am__post_remove_distdir = $(am__remove_distdir)
217am__relativize = \
218  dir0=`pwd`; \
219  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
220  sed_rest='s,^[^/]*/*,,'; \
221  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
222  sed_butlast='s,/*[^/]*$$,,'; \
223  while test -n "$$dir1"; do \
224    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
225    if test "$$first" != "."; then \
226      if test "$$first" = ".."; then \
227        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
228        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
229      else \
230        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
231        if test "$$first2" = "$$first"; then \
232          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
233        else \
234          dir2="../$$dir2"; \
235        fi; \
236        dir0="$$dir0"/"$$first"; \
237      fi; \
238    fi; \
239    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
240  done; \
241  reldir="$$dir2"
242DIST_ARCHIVES = $(distdir).tar.gz
243GZIP_ENV = --best
244DIST_TARGETS = dist-gzip
245distuninstallcheck_listfiles = find . -type f -print
246am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
247  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
248distcleancheck_listfiles = find . -type f -print
249ACLOCAL = @ACLOCAL@
250ALLOCA = @ALLOCA@
251AMTAR = @AMTAR@
252AM_CFLAGS = @AM_CFLAGS@
253AM_CXXFLAGS = @AM_CXXFLAGS@
254AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
255ANT_FOUND = @ANT_FOUND@
256AR = @AR@
257AUTOCONF = @AUTOCONF@
258AUTOHEADER = @AUTOHEADER@
259AUTOMAKE = @AUTOMAKE@
260AWK = @AWK@
261CC = @CC@
262CCDEPMODE = @CCDEPMODE@
263CFLAGS = @CFLAGS@
264CPP = @CPP@
265CPPFLAGS = @CPPFLAGS@
266CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
267CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
268CPPUNIT_LIBS = @CPPUNIT_LIBS@
269CXX = @CXX@
270CXXCPP = @CXXCPP@
271CXXDEPMODE = @CXXDEPMODE@
272CXXFLAGS = @CXXFLAGS@
273CYGPATH_W = @CYGPATH_W@
274DEFS = @DEFS@
275DEPDIR = @DEPDIR@
276DLLTOOL = @DLLTOOL@
277DSYMUTIL = @DSYMUTIL@
278DUMPBIN = @DUMPBIN@
279ECHO_C = @ECHO_C@
280ECHO_N = @ECHO_N@
281ECHO_T = @ECHO_T@
282EGREP = @EGREP@
283EXEEXT = @EXEEXT@
284FGREP = @FGREP@
285GREP = @GREP@
286HAVE_CXX14 = @HAVE_CXX14@
287INSTALL = @INSTALL@
288INSTALL_DATA = @INSTALL_DATA@
289INSTALL_PROGRAM = @INSTALL_PROGRAM@
290INSTALL_SCRIPT = @INSTALL_SCRIPT@
291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292JAVA = @JAVA@
293JAVAC = @JAVAC@
294JNI_CPPFLAGS = @JNI_CPPFLAGS@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LIBTOOL = @LIBTOOL@
300LIBTSK_LDFLAGS = @LIBTSK_LDFLAGS@
301LIPO = @LIPO@
302LN_S = @LN_S@
303LTLIBOBJS = @LTLIBOBJS@
304LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
305MAINT = @MAINT@
306MAKEINFO = @MAKEINFO@
307MANIFEST_TOOL = @MANIFEST_TOOL@
308MKDIR_P = @MKDIR_P@
309NM = @NM@
310NMEDIT = @NMEDIT@
311OBJDUMP = @OBJDUMP@
312OBJEXT = @OBJEXT@
313OTOOL = @OTOOL@
314OTOOL64 = @OTOOL64@
315PACKAGE = @PACKAGE@
316PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
317PACKAGE_NAME = @PACKAGE_NAME@
318PACKAGE_STRING = @PACKAGE_STRING@
319PACKAGE_TARNAME = @PACKAGE_TARNAME@
320PACKAGE_URL = @PACKAGE_URL@
321PACKAGE_VERSION = @PACKAGE_VERSION@
322PATH_SEPARATOR = @PATH_SEPARATOR@
323PERL = @PERL@
324PTHREAD_CC = @PTHREAD_CC@
325PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
326PTHREAD_LIBS = @PTHREAD_LIBS@
327RANLIB = @RANLIB@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331STRIP = @STRIP@
332VERSION = @VERSION@
333Z_PATH = @Z_PATH@
334_ACJNI_JAVAC = @_ACJNI_JAVAC@
335abs_builddir = @abs_builddir@
336abs_srcdir = @abs_srcdir@
337abs_top_builddir = @abs_top_builddir@
338abs_top_srcdir = @abs_top_srcdir@
339ac_ct_AR = @ac_ct_AR@
340ac_ct_CC = @ac_ct_CC@
341ac_ct_CXX = @ac_ct_CXX@
342ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343am__include = @am__include@
344am__leading_dot = @am__leading_dot@
345am__quote = @am__quote@
346am__tar = @am__tar@
347am__untar = @am__untar@
348ax_pthread_config = @ax_pthread_config@
349bindir = @bindir@
350build = @build@
351build_alias = @build_alias@
352build_cpu = @build_cpu@
353build_os = @build_os@
354build_vendor = @build_vendor@
355builddir = @builddir@
356datadir = @datadir@
357datarootdir = @datarootdir@
358docdir = @docdir@
359dvidir = @dvidir@
360exec_prefix = @exec_prefix@
361host = @host@
362host_alias = @host_alias@
363host_cpu = @host_cpu@
364host_os = @host_os@
365host_vendor = @host_vendor@
366htmldir = @htmldir@
367includedir = @includedir@
368infodir = @infodir@
369install_sh = @install_sh@
370libdir = @libdir@
371libexecdir = @libexecdir@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378prefix = @prefix@
379program_transform_name = @program_transform_name@
380psdir = @psdir@
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@
389uudecode = @uudecode@
390
391# File that we want to include in the dist
392EXTRA_DIST = README_win32.txt README.md INSTALL.txt ChangeLog.txt NEWS.txt API-CHANGES.txt \
393    licenses/GNU-COPYING licenses/IBM-LICENSE \
394    licenses/cpl1.0.txt licenses/bsd.txt licenses/mit.txt \
395    m4/*.m4 \
396    docs/README.txt \
397    packages/sleuthkit.spec \
398    win32/BUILDING.txt \
399    win32/*/*.vcxproj \
400    win32/tsk-win.sln \
401    win32/NugetPackages.props \
402    win32/docs/* \
403    bindings/java/README.txt \
404    bindings/java/*.xml \
405    bindings/java/doxygen/Doxyfile \
406    bindings/java/doxygen/*.dox \
407    bindings/java/doxygen/*.html \
408    bindings/java/nbproject/project.xml \
409    bindings/java/src/org/sleuthkit/datamodel/*.java \
410    bindings/java/src/org/sleuthkit/datamodel/*.html \
411    bindings/java/src/org/sleuthkit/datamodel/*.properties \
412    bindings/java/src/org/sleuthkit/datamodel/blackboardutils/*.java \
413    bindings/java/src/org/sleuthkit/datamodel/blackboardutils/attributes/*.java \
414    bindings/java/src/org/sleuthkit/datamodel/Examples/*.java \
415    bindings/java/src/*.html \
416    case-uco/java/*.xml \
417    case-uco/java/nbproject/*.xml \
418    case-uco/java/nbproject/*.properties \
419    case-uco/java/src/org/sleuthkit/caseuco/*.java
420
421ACLOCAL_AMFLAGS = -I m4
422
423# directories to compile
424@CPPUNIT_TRUE@UNIT_TESTS = unit_tests
425@X_JNI_FALSE@JAVA_BINDINGS =
426
427# Compile java bindings if all of the dependencies existed
428@X_JNI_TRUE@JAVA_BINDINGS = bindings/java
429@X_JNI_FALSE@JAVA_CASEUCO =
430@X_JNI_TRUE@JAVA_CASEUCO = case-uco/java
431SUBDIRS = tsk
432nobase_include_HEADERS = tsk/libtsk.h tsk/tsk_incs.h \
433    tsk/base/tsk_base.h tsk/base/tsk_os.h \
434    tsk/img/tsk_img.h tsk/vs/tsk_vs.h tsk/img/pool.hpp \
435    tsk/vs/tsk_bsd.h tsk/vs/tsk_dos.h tsk/vs/tsk_gpt.h \
436    tsk/vs/tsk_mac.h tsk/vs/tsk_sun.h \
437    tsk/fs/tsk_fs.h tsk/fs/tsk_ffs.h tsk/fs/tsk_ext2fs.h tsk/fs/tsk_fatfs.h \
438    tsk/fs/tsk_ntfs.h tsk/fs/tsk_iso9660.h tsk/fs/tsk_hfs.h tsk/fs/tsk_yaffs.h \
439    tsk/fs/tsk_apfs.h tsk/fs/tsk_apfs.hpp tsk/fs/apfs_fs.h tsk/fs/apfs_fs.hpp tsk/fs/apfs_compat.hpp \
440    tsk/fs/decmpfs.h tsk/fs/tsk_exfatfs.h tsk/fs/tsk_fatxxfs.h \
441    tsk/hashdb/tsk_hashdb.h tsk/auto/tsk_auto.h \
442    tsk/auto/tsk_is_image_supported.h tsk/auto/guid.h \
443    tsk/pool/tsk_pool.h tsk/pool/tsk_pool.hpp tsk/pool/tsk_apfs.h tsk/pool/tsk_apfs.hpp \
444	tsk/pool/pool_compat.hpp tsk/pool/apfs_pool_compat.hpp \
445    tsk/util/crypto.hpp tsk/util/lw_shared_ptr.hpp tsk/util/span.hpp
446
447nobase_dist_data_DATA = tsk/sorter/default.sort tsk/sorter/freebsd.sort \
448    tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort \
449    tsk/sorter/solaris.sort tsk/sorter/windows.sort
450
451all: all-recursive
452
453.SUFFIXES:
454am--refresh: Makefile
455	@:
456$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
457	@for dep in $?; do \
458	  case '$(am__configure_deps)' in \
459	    *$$dep*) \
460	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
461	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
462		&& exit 0; \
463	      exit 1;; \
464	  esac; \
465	done; \
466	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
467	$(am__cd) $(top_srcdir) && \
468	  $(AUTOMAKE) --foreign Makefile
469Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
470	@case '$?' in \
471	  *config.status*) \
472	    echo ' $(SHELL) ./config.status'; \
473	    $(SHELL) ./config.status;; \
474	  *) \
475	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
476	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
477	esac;
478
479$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
480	$(SHELL) ./config.status --recheck
481
482$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
483	$(am__cd) $(srcdir) && $(AUTOCONF)
484$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
485	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
486$(am__aclocal_m4_deps):
487
488mostlyclean-libtool:
489	-rm -f *.lo
490
491clean-libtool:
492	-rm -rf .libs _libs
493
494distclean-libtool:
495	-rm -f libtool config.lt
496install-nobase_dist_dataDATA: $(nobase_dist_data_DATA)
497	@$(NORMAL_INSTALL)
498	@list='$(nobase_dist_data_DATA)'; test -n "$(datadir)" || list=; \
499	if test -n "$$list"; then \
500	  echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
501	  $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
502	fi; \
503	$(am__nobase_list) | while read dir files; do \
504	  xfiles=; for file in $$files; do \
505	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
506	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
507	  test -z "$$xfiles" || { \
508	    test "x$$dir" = x. || { \
509	      echo " $(MKDIR_P) '$(DESTDIR)$(datadir)/$$dir'"; \
510	      $(MKDIR_P) "$(DESTDIR)$(datadir)/$$dir"; }; \
511	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(datadir)/$$dir'"; \
512	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(datadir)/$$dir" || exit $$?; }; \
513	done
514
515uninstall-nobase_dist_dataDATA:
516	@$(NORMAL_UNINSTALL)
517	@list='$(nobase_dist_data_DATA)'; test -n "$(datadir)" || list=; \
518	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
519	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
520install-nobase_includeHEADERS: $(nobase_include_HEADERS)
521	@$(NORMAL_INSTALL)
522	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
523	if test -n "$$list"; then \
524	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
525	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
526	fi; \
527	$(am__nobase_list) | while read dir files; do \
528	  xfiles=; for file in $$files; do \
529	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
530	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
531	  test -z "$$xfiles" || { \
532	    test "x$$dir" = x. || { \
533	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
534	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
535	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
536	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
537	done
538
539uninstall-nobase_includeHEADERS:
540	@$(NORMAL_UNINSTALL)
541	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
542	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
543	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
544
545# This directory's subdirectories are mostly independent; you can cd
546# into them and run 'make' without going through this Makefile.
547# To change the values of 'make' variables: instead of editing Makefiles,
548# (1) if the variable is set in 'config.status', edit 'config.status'
549#     (which will cause the Makefiles to be regenerated when you run 'make');
550# (2) otherwise, pass the desired values on the 'make' command line.
551$(am__recursive_targets):
552	@fail=; \
553	if $(am__make_keepgoing); then \
554	  failcom='fail=yes'; \
555	else \
556	  failcom='exit 1'; \
557	fi; \
558	dot_seen=no; \
559	target=`echo $@ | sed s/-recursive//`; \
560	case "$@" in \
561	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
562	  *) list='$(SUBDIRS)' ;; \
563	esac; \
564	for subdir in $$list; do \
565	  echo "Making $$target in $$subdir"; \
566	  if test "$$subdir" = "."; then \
567	    dot_seen=yes; \
568	    local_target="$$target-am"; \
569	  else \
570	    local_target="$$target"; \
571	  fi; \
572	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
573	  || eval $$failcom; \
574	done; \
575	if test "$$dot_seen" = "no"; then \
576	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
577	fi; test -z "$$fail"
578
579ID: $(am__tagged_files)
580	$(am__define_uniq_tagged_files); mkid -fID $$unique
581tags: tags-recursive
582TAGS: tags
583
584tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
585	set x; \
586	here=`pwd`; \
587	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
588	  include_option=--etags-include; \
589	  empty_fix=.; \
590	else \
591	  include_option=--include; \
592	  empty_fix=; \
593	fi; \
594	list='$(SUBDIRS)'; for subdir in $$list; do \
595	  if test "$$subdir" = .; then :; else \
596	    test ! -f $$subdir/TAGS || \
597	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
598	  fi; \
599	done; \
600	$(am__define_uniq_tagged_files); \
601	shift; \
602	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
603	  test -n "$$unique" || unique=$$empty_fix; \
604	  if test $$# -gt 0; then \
605	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606	      "$$@" $$unique; \
607	  else \
608	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609	      $$unique; \
610	  fi; \
611	fi
612ctags: ctags-recursive
613
614CTAGS: ctags
615ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
616	$(am__define_uniq_tagged_files); \
617	test -z "$(CTAGS_ARGS)$$unique" \
618	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
619	     $$unique
620
621GTAGS:
622	here=`$(am__cd) $(top_builddir) && pwd` \
623	  && $(am__cd) $(top_srcdir) \
624	  && gtags -i $(GTAGS_ARGS) "$$here"
625cscope: cscope.files
626	test ! -s cscope.files \
627	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
628clean-cscope:
629	-rm -f cscope.files
630cscope.files: clean-cscope cscopelist
631cscopelist: cscopelist-recursive
632
633cscopelist-am: $(am__tagged_files)
634	list='$(am__tagged_files)'; \
635	case "$(srcdir)" in \
636	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
637	  *) sdir=$(subdir)/$(srcdir) ;; \
638	esac; \
639	for i in $$list; do \
640	  if test -f "$$i"; then \
641	    echo "$(subdir)/$$i"; \
642	  else \
643	    echo "$$sdir/$$i"; \
644	  fi; \
645	done >> $(top_builddir)/cscope.files
646
647distclean-tags:
648	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
649	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
650
651distdir: $(BUILT_SOURCES)
652	$(MAKE) $(AM_MAKEFLAGS) distdir-am
653
654distdir-am: $(DISTFILES)
655	$(am__remove_distdir)
656	test -d "$(distdir)" || mkdir "$(distdir)"
657	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659	list='$(DISTFILES)'; \
660	  dist_files=`for file in $$list; do echo $$file; done | \
661	  sed -e "s|^$$srcdirstrip/||;t" \
662	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
663	case $$dist_files in \
664	  */*) $(MKDIR_P) `echo "$$dist_files" | \
665			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
666			   sort -u` ;; \
667	esac; \
668	for file in $$dist_files; do \
669	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
670	  if test -d $$d/$$file; then \
671	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
672	    if test -d "$(distdir)/$$file"; then \
673	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
674	    fi; \
675	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
676	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
677	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
678	    fi; \
679	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
680	  else \
681	    test -f "$(distdir)/$$file" \
682	    || cp -p $$d/$$file "$(distdir)/$$file" \
683	    || exit 1; \
684	  fi; \
685	done
686	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
687	  if test "$$subdir" = .; then :; else \
688	    $(am__make_dryrun) \
689	      || test -d "$(distdir)/$$subdir" \
690	      || $(MKDIR_P) "$(distdir)/$$subdir" \
691	      || exit 1; \
692	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
693	    $(am__relativize); \
694	    new_distdir=$$reldir; \
695	    dir1=$$subdir; dir2="$(top_distdir)"; \
696	    $(am__relativize); \
697	    new_top_distdir=$$reldir; \
698	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
699	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
700	    ($(am__cd) $$subdir && \
701	      $(MAKE) $(AM_MAKEFLAGS) \
702	        top_distdir="$$new_top_distdir" \
703	        distdir="$$new_distdir" \
704		am__remove_distdir=: \
705		am__skip_length_check=: \
706		am__skip_mode_fix=: \
707	        distdir) \
708	      || exit 1; \
709	  fi; \
710	done
711	-test -n "$(am__skip_mode_fix)" \
712	|| find "$(distdir)" -type d ! -perm -755 \
713		-exec chmod u+rwx,go+rx {} \; -o \
714	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
715	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
716	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
717	|| chmod -R a+r "$(distdir)"
718dist-gzip: distdir
719	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
720	$(am__post_remove_distdir)
721
722dist-bzip2: distdir
723	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
724	$(am__post_remove_distdir)
725
726dist-lzip: distdir
727	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
728	$(am__post_remove_distdir)
729
730dist-xz: distdir
731	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
732	$(am__post_remove_distdir)
733
734dist-zstd: distdir
735	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
736	$(am__post_remove_distdir)
737
738dist-tarZ: distdir
739	@echo WARNING: "Support for distribution archives compressed with" \
740		       "legacy program 'compress' is deprecated." >&2
741	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
742	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
743	$(am__post_remove_distdir)
744
745dist-shar: distdir
746	@echo WARNING: "Support for shar distribution archives is" \
747	               "deprecated." >&2
748	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
749	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
750	$(am__post_remove_distdir)
751
752dist-zip: distdir
753	-rm -f $(distdir).zip
754	zip -rq $(distdir).zip $(distdir)
755	$(am__post_remove_distdir)
756
757dist dist-all:
758	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
759	$(am__post_remove_distdir)
760
761# This target untars the dist file and tries a VPATH configuration.  Then
762# it guarantees that the distribution is self-contained by making another
763# tarfile.
764distcheck: dist
765	case '$(DIST_ARCHIVES)' in \
766	*.tar.gz*) \
767	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
768	*.tar.bz2*) \
769	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
770	*.tar.lz*) \
771	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
772	*.tar.xz*) \
773	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
774	*.tar.Z*) \
775	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
776	*.shar.gz*) \
777	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
778	*.zip*) \
779	  unzip $(distdir).zip ;;\
780	*.tar.zst*) \
781	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
782	esac
783	chmod -R a-w $(distdir)
784	chmod u+w $(distdir)
785	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
786	chmod a-w $(distdir)
787	test -d $(distdir)/_build || exit 0; \
788	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
789	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
790	  && am__cwd=`pwd` \
791	  && $(am__cd) $(distdir)/_build/sub \
792	  && ../../configure \
793	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
794	    $(DISTCHECK_CONFIGURE_FLAGS) \
795	    --srcdir=../.. --prefix="$$dc_install_base" \
796	  && $(MAKE) $(AM_MAKEFLAGS) \
797	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
798	  && $(MAKE) $(AM_MAKEFLAGS) check \
799	  && $(MAKE) $(AM_MAKEFLAGS) install \
800	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
801	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
802	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
803	        distuninstallcheck \
804	  && chmod -R a-w "$$dc_install_base" \
805	  && ({ \
806	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
807	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
808	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
809	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
810	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
811	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
812	  && rm -rf "$$dc_destdir" \
813	  && $(MAKE) $(AM_MAKEFLAGS) dist \
814	  && rm -rf $(DIST_ARCHIVES) \
815	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
816	  && cd "$$am__cwd" \
817	  || exit 1
818	$(am__post_remove_distdir)
819	@(echo "$(distdir) archives ready for distribution: "; \
820	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
821	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
822distuninstallcheck:
823	@test -n '$(distuninstallcheck_dir)' || { \
824	  echo 'ERROR: trying to run $@ with an empty' \
825	       '$$(distuninstallcheck_dir)' >&2; \
826	  exit 1; \
827	}; \
828	$(am__cd) '$(distuninstallcheck_dir)' || { \
829	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
830	  exit 1; \
831	}; \
832	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
833	   || { echo "ERROR: files left after uninstall:" ; \
834	        if test -n "$(DESTDIR)"; then \
835	          echo "  (check DESTDIR support)"; \
836	        fi ; \
837	        $(distuninstallcheck_listfiles) ; \
838	        exit 1; } >&2
839distcleancheck: distclean
840	@if test '$(srcdir)' = . ; then \
841	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
842	  exit 1 ; \
843	fi
844	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
845	  || { echo "ERROR: files left in build directory after distclean:" ; \
846	       $(distcleancheck_listfiles) ; \
847	       exit 1; } >&2
848check-am: all-am
849check: check-recursive
850all-am: Makefile $(DATA) $(HEADERS)
851installdirs: installdirs-recursive
852installdirs-am:
853	for dir in "$(DESTDIR)$(datadir)" "$(DESTDIR)$(includedir)"; do \
854	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
855	done
856install: install-recursive
857install-exec: install-exec-recursive
858install-data: install-data-recursive
859uninstall: uninstall-recursive
860
861install-am: all-am
862	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
863
864installcheck: installcheck-recursive
865install-strip:
866	if test -z '$(STRIP)'; then \
867	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
868	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
869	      install; \
870	else \
871	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
872	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
873	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
874	fi
875mostlyclean-generic:
876
877clean-generic:
878
879distclean-generic:
880	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
881	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
882
883maintainer-clean-generic:
884	@echo "This command is intended for maintainers to use"
885	@echo "it deletes files that may require special tools to rebuild."
886clean: clean-recursive
887
888clean-am: clean-generic clean-libtool mostlyclean-am
889
890distclean: distclean-recursive
891	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
892	-rm -f Makefile
893distclean-am: clean-am distclean-generic distclean-libtool \
894	distclean-tags
895
896dvi: dvi-recursive
897
898dvi-am:
899
900html: html-recursive
901
902html-am:
903
904info: info-recursive
905
906info-am:
907
908install-data-am: install-nobase_dist_dataDATA \
909	install-nobase_includeHEADERS
910
911install-dvi: install-dvi-recursive
912
913install-dvi-am:
914
915install-exec-am:
916
917install-html: install-html-recursive
918
919install-html-am:
920
921install-info: install-info-recursive
922
923install-info-am:
924
925install-man:
926
927install-pdf: install-pdf-recursive
928
929install-pdf-am:
930
931install-ps: install-ps-recursive
932
933install-ps-am:
934
935installcheck-am:
936
937maintainer-clean: maintainer-clean-recursive
938	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
939	-rm -rf $(top_srcdir)/autom4te.cache
940	-rm -f Makefile
941maintainer-clean-am: distclean-am maintainer-clean-generic
942
943mostlyclean: mostlyclean-recursive
944
945mostlyclean-am: mostlyclean-generic mostlyclean-libtool
946
947pdf: pdf-recursive
948
949pdf-am:
950
951ps: ps-recursive
952
953ps-am:
954
955uninstall-am: uninstall-nobase_dist_dataDATA \
956	uninstall-nobase_includeHEADERS
957
958.MAKE: $(am__recursive_targets) install-am install-strip
959
960.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
961	am--refresh check check-am clean clean-cscope clean-generic \
962	clean-libtool cscope cscopelist-am ctags ctags-am dist \
963	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
964	dist-xz dist-zip dist-zstd distcheck distclean \
965	distclean-generic distclean-libtool distclean-tags \
966	distcleancheck distdir distuninstallcheck dvi dvi-am html \
967	html-am info info-am install install-am install-data \
968	install-data-am install-dvi install-dvi-am install-exec \
969	install-exec-am install-html install-html-am install-info \
970	install-info-am install-man install-nobase_dist_dataDATA \
971	install-nobase_includeHEADERS install-pdf install-pdf-am \
972	install-ps install-ps-am install-strip installcheck \
973	installcheck-am installdirs installdirs-am maintainer-clean \
974	maintainer-clean-generic mostlyclean mostlyclean-generic \
975	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
976	uninstall-am uninstall-nobase_dist_dataDATA \
977	uninstall-nobase_includeHEADERS
978
979.PRECIOUS: Makefile
980
981
982api-docs:
983	doxygen tsk/docs/Doxyfile
984	cd bindings/java/doxygen; doxygen Doxyfile
985
986man-html:
987	cd man;build-html
988
989# Tell versions [3.59,3.63) of GNU make to not export all variables.
990# Otherwise a system limit (for SysV at least) may be exceeded.
991.NOEXPORT:
992