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@
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 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 = tsk tools tests samples man unit_tests bindings/java
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_CXX11 = @HAVE_CXX11@
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 licenses/cpl1.0.txt \
394    m4/*.m4 \
395    docs/README.txt \
396    packages/sleuthkit.spec \
397    win32/BUILDING.txt \
398    win32/NOTES.txt \
399    win32/*/*.vcxproj \
400    win32/tsk-win.sln \
401    win32/docs/* \
402    bindings/java/README.txt \
403    bindings/java/*.xml \
404    bindings/java/doxygen/Doxyfile \
405    bindings/java/doxygen/*.dox \
406    bindings/java/doxygen/*.html \
407    bindings/java/nbproject/project.xml \
408    bindings/java/src/org/sleuthkit/datamodel/*.java \
409    bindings/java/src/org/sleuthkit/datamodel/*.html \
410    bindings/java/src/org/sleuthkit/datamodel/*.properties \
411    bindings/java/src/org/sleuthkit/datamodel/Examples/*.java \
412    bindings/java/src/*.html \
413    framework/*.txt \
414    framework/Makefile.am \
415    framework/bootstrap \
416    framework/config/* \
417    framework/config.h.in \
418    framework/configure.ac \
419    framework/m4/* \
420    framework/tsk/framework/*.h \
421    framework/tsk/framework/Makefile.am \
422    framework/tsk/framework/extraction/Makefile.am \
423    framework/tsk/framework/extraction/*.cpp \
424    framework/tsk/framework/extraction/*.h \
425    framework/tsk/framework/file/Makefile.am \
426    framework/tsk/framework/file/*.cpp \
427    framework/tsk/framework/file/*.h \
428    framework/tsk/framework/pipeline/Makefile.am \
429    framework/tsk/framework/pipeline/*.cpp \
430    framework/tsk/framework/pipeline/*.h \
431    framework/tsk/framework/services/Makefile.am \
432    framework/tsk/framework/services/*.cpp \
433    framework/tsk/framework/services/*.h \
434    framework/tsk/framework/utilities/Makefile.am \
435    framework/tsk/framework/utilities/*.cpp \
436    framework/tsk/framework/utilities/*.h \
437    framework/modules/* \
438    framework/SampleConfig/*.xml \
439    framework/docs/* \
440    framework/man/* \
441    framework/tools/tsk_analyzeimg/Makefile.am \
442    framework/tools/tsk_analyzeimg/*.cpp \
443    framework/tools/tsk_validatepipeline/Makefile.am \
444    framework/tools/tsk_validatepipeline/*.cpp \
445    framework/tools/Makefile.am \
446    framework/msvcpp/*/*.vcxproj \
447    framework/msvcpp/*/*.sln \
448    framework/msvcpp/Makefile
449
450ACLOCAL_AMFLAGS = -I m4
451
452# directories to compile
453@CPPUNIT_TRUE@UNIT_TESTS = unit_tests
454@X_JNI_FALSE@JAVA_BINDINGS =
455
456# Compile java bindings if all of the dependencies existed
457@X_JNI_TRUE@JAVA_BINDINGS = bindings/java
458SUBDIRS = tsk tools tests samples man $(UNIT_TESTS) $(JAVA_BINDINGS)
459nobase_include_HEADERS = tsk/libtsk.h tsk/tsk_incs.h \
460    tsk/base/tsk_base.h tsk/base/tsk_os.h \
461    tsk/img/tsk_img.h tsk/vs/tsk_vs.h \
462    tsk/vs/tsk_bsd.h tsk/vs/tsk_dos.h tsk/vs/tsk_gpt.h \
463    tsk/vs/tsk_mac.h tsk/vs/tsk_sun.h \
464    tsk/fs/tsk_fs.h tsk/fs/tsk_ffs.h tsk/fs/tsk_ext2fs.h tsk/fs/tsk_fatfs.h \
465    tsk/fs/tsk_ntfs.h tsk/fs/tsk_iso9660.h tsk/fs/tsk_hfs.h tsk/fs/tsk_yaffs.h \
466    tsk/fs/tsk_exfatfs.h tsk/fs/tsk_fatxxfs.h \
467    tsk/hashdb/tsk_hashdb.h tsk/auto/tsk_auto.h \
468    tsk/auto/tsk_is_image_supported.h
469
470nobase_dist_data_DATA = tsk/sorter/default.sort tsk/sorter/freebsd.sort \
471    tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort \
472    tsk/sorter/solaris.sort tsk/sorter/windows.sort
473
474all: all-recursive
475
476.SUFFIXES:
477am--refresh: Makefile
478	@:
479$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
480	@for dep in $?; do \
481	  case '$(am__configure_deps)' in \
482	    *$$dep*) \
483	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
484	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
485		&& exit 0; \
486	      exit 1;; \
487	  esac; \
488	done; \
489	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
490	$(am__cd) $(top_srcdir) && \
491	  $(AUTOMAKE) --foreign Makefile
492Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
493	@case '$?' in \
494	  *config.status*) \
495	    echo ' $(SHELL) ./config.status'; \
496	    $(SHELL) ./config.status;; \
497	  *) \
498	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
499	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
500	esac;
501
502$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
503	$(SHELL) ./config.status --recheck
504
505$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
506	$(am__cd) $(srcdir) && $(AUTOCONF)
507$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
508	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
509$(am__aclocal_m4_deps):
510
511mostlyclean-libtool:
512	-rm -f *.lo
513
514clean-libtool:
515	-rm -rf .libs _libs
516
517distclean-libtool:
518	-rm -f libtool config.lt
519install-nobase_dist_dataDATA: $(nobase_dist_data_DATA)
520	@$(NORMAL_INSTALL)
521	@list='$(nobase_dist_data_DATA)'; test -n "$(datadir)" || list=; \
522	if test -n "$$list"; then \
523	  echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
524	  $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
525	fi; \
526	$(am__nobase_list) | while read dir files; do \
527	  xfiles=; for file in $$files; do \
528	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
529	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
530	  test -z "$$xfiles" || { \
531	    test "x$$dir" = x. || { \
532	      echo " $(MKDIR_P) '$(DESTDIR)$(datadir)/$$dir'"; \
533	      $(MKDIR_P) "$(DESTDIR)$(datadir)/$$dir"; }; \
534	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(datadir)/$$dir'"; \
535	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(datadir)/$$dir" || exit $$?; }; \
536	done
537
538uninstall-nobase_dist_dataDATA:
539	@$(NORMAL_UNINSTALL)
540	@list='$(nobase_dist_data_DATA)'; test -n "$(datadir)" || list=; \
541	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
542	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
543install-nobase_includeHEADERS: $(nobase_include_HEADERS)
544	@$(NORMAL_INSTALL)
545	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
546	if test -n "$$list"; then \
547	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
548	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
549	fi; \
550	$(am__nobase_list) | while read dir files; do \
551	  xfiles=; for file in $$files; do \
552	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
553	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
554	  test -z "$$xfiles" || { \
555	    test "x$$dir" = x. || { \
556	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
557	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
558	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
559	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
560	done
561
562uninstall-nobase_includeHEADERS:
563	@$(NORMAL_UNINSTALL)
564	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
565	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
566	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
567
568# This directory's subdirectories are mostly independent; you can cd
569# into them and run 'make' without going through this Makefile.
570# To change the values of 'make' variables: instead of editing Makefiles,
571# (1) if the variable is set in 'config.status', edit 'config.status'
572#     (which will cause the Makefiles to be regenerated when you run 'make');
573# (2) otherwise, pass the desired values on the 'make' command line.
574$(am__recursive_targets):
575	@fail=; \
576	if $(am__make_keepgoing); then \
577	  failcom='fail=yes'; \
578	else \
579	  failcom='exit 1'; \
580	fi; \
581	dot_seen=no; \
582	target=`echo $@ | sed s/-recursive//`; \
583	case "$@" in \
584	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
585	  *) list='$(SUBDIRS)' ;; \
586	esac; \
587	for subdir in $$list; do \
588	  echo "Making $$target in $$subdir"; \
589	  if test "$$subdir" = "."; then \
590	    dot_seen=yes; \
591	    local_target="$$target-am"; \
592	  else \
593	    local_target="$$target"; \
594	  fi; \
595	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
596	  || eval $$failcom; \
597	done; \
598	if test "$$dot_seen" = "no"; then \
599	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
600	fi; test -z "$$fail"
601
602ID: $(am__tagged_files)
603	$(am__define_uniq_tagged_files); mkid -fID $$unique
604tags: tags-recursive
605TAGS: tags
606
607tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608	set x; \
609	here=`pwd`; \
610	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
611	  include_option=--etags-include; \
612	  empty_fix=.; \
613	else \
614	  include_option=--include; \
615	  empty_fix=; \
616	fi; \
617	list='$(SUBDIRS)'; for subdir in $$list; do \
618	  if test "$$subdir" = .; then :; else \
619	    test ! -f $$subdir/TAGS || \
620	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
621	  fi; \
622	done; \
623	$(am__define_uniq_tagged_files); \
624	shift; \
625	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626	  test -n "$$unique" || unique=$$empty_fix; \
627	  if test $$# -gt 0; then \
628	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629	      "$$@" $$unique; \
630	  else \
631	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
632	      $$unique; \
633	  fi; \
634	fi
635ctags: ctags-recursive
636
637CTAGS: ctags
638ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639	$(am__define_uniq_tagged_files); \
640	test -z "$(CTAGS_ARGS)$$unique" \
641	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
642	     $$unique
643
644GTAGS:
645	here=`$(am__cd) $(top_builddir) && pwd` \
646	  && $(am__cd) $(top_srcdir) \
647	  && gtags -i $(GTAGS_ARGS) "$$here"
648cscope: cscope.files
649	test ! -s cscope.files \
650	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
651clean-cscope:
652	-rm -f cscope.files
653cscope.files: clean-cscope cscopelist
654cscopelist: cscopelist-recursive
655
656cscopelist-am: $(am__tagged_files)
657	list='$(am__tagged_files)'; \
658	case "$(srcdir)" in \
659	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660	  *) sdir=$(subdir)/$(srcdir) ;; \
661	esac; \
662	for i in $$list; do \
663	  if test -f "$$i"; then \
664	    echo "$(subdir)/$$i"; \
665	  else \
666	    echo "$$sdir/$$i"; \
667	  fi; \
668	done >> $(top_builddir)/cscope.files
669
670distclean-tags:
671	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
673
674distdir: $(DISTFILES)
675	$(am__remove_distdir)
676	test -d "$(distdir)" || mkdir "$(distdir)"
677	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
679	list='$(DISTFILES)'; \
680	  dist_files=`for file in $$list; do echo $$file; done | \
681	  sed -e "s|^$$srcdirstrip/||;t" \
682	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
683	case $$dist_files in \
684	  */*) $(MKDIR_P) `echo "$$dist_files" | \
685			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
686			   sort -u` ;; \
687	esac; \
688	for file in $$dist_files; do \
689	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
690	  if test -d $$d/$$file; then \
691	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
692	    if test -d "$(distdir)/$$file"; then \
693	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694	    fi; \
695	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
696	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
697	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
698	    fi; \
699	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
700	  else \
701	    test -f "$(distdir)/$$file" \
702	    || cp -p $$d/$$file "$(distdir)/$$file" \
703	    || exit 1; \
704	  fi; \
705	done
706	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
707	  if test "$$subdir" = .; then :; else \
708	    $(am__make_dryrun) \
709	      || test -d "$(distdir)/$$subdir" \
710	      || $(MKDIR_P) "$(distdir)/$$subdir" \
711	      || exit 1; \
712	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
713	    $(am__relativize); \
714	    new_distdir=$$reldir; \
715	    dir1=$$subdir; dir2="$(top_distdir)"; \
716	    $(am__relativize); \
717	    new_top_distdir=$$reldir; \
718	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
719	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
720	    ($(am__cd) $$subdir && \
721	      $(MAKE) $(AM_MAKEFLAGS) \
722	        top_distdir="$$new_top_distdir" \
723	        distdir="$$new_distdir" \
724		am__remove_distdir=: \
725		am__skip_length_check=: \
726		am__skip_mode_fix=: \
727	        distdir) \
728	      || exit 1; \
729	  fi; \
730	done
731	-test -n "$(am__skip_mode_fix)" \
732	|| find "$(distdir)" -type d ! -perm -755 \
733		-exec chmod u+rwx,go+rx {} \; -o \
734	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
735	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
736	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
737	|| chmod -R a+r "$(distdir)"
738dist-gzip: distdir
739	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
740	$(am__post_remove_distdir)
741
742dist-bzip2: distdir
743	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
744	$(am__post_remove_distdir)
745
746dist-lzip: distdir
747	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
748	$(am__post_remove_distdir)
749
750dist-xz: distdir
751	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
752	$(am__post_remove_distdir)
753
754dist-tarZ: distdir
755	@echo WARNING: "Support for distribution archives compressed with" \
756		       "legacy program 'compress' is deprecated." >&2
757	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
758	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
759	$(am__post_remove_distdir)
760
761dist-shar: distdir
762	@echo WARNING: "Support for shar distribution archives is" \
763	               "deprecated." >&2
764	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
765	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
766	$(am__post_remove_distdir)
767
768dist-zip: distdir
769	-rm -f $(distdir).zip
770	zip -rq $(distdir).zip $(distdir)
771	$(am__post_remove_distdir)
772
773dist dist-all:
774	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
775	$(am__post_remove_distdir)
776
777# This target untars the dist file and tries a VPATH configuration.  Then
778# it guarantees that the distribution is self-contained by making another
779# tarfile.
780distcheck: dist
781	case '$(DIST_ARCHIVES)' in \
782	*.tar.gz*) \
783	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
784	*.tar.bz2*) \
785	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
786	*.tar.lz*) \
787	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
788	*.tar.xz*) \
789	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
790	*.tar.Z*) \
791	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
792	*.shar.gz*) \
793	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
794	*.zip*) \
795	  unzip $(distdir).zip ;;\
796	esac
797	chmod -R a-w $(distdir)
798	chmod u+w $(distdir)
799	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
800	chmod a-w $(distdir)
801	test -d $(distdir)/_build || exit 0; \
802	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
803	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
804	  && am__cwd=`pwd` \
805	  && $(am__cd) $(distdir)/_build/sub \
806	  && ../../configure \
807	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
808	    $(DISTCHECK_CONFIGURE_FLAGS) \
809	    --srcdir=../.. --prefix="$$dc_install_base" \
810	  && $(MAKE) $(AM_MAKEFLAGS) \
811	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
812	  && $(MAKE) $(AM_MAKEFLAGS) check \
813	  && $(MAKE) $(AM_MAKEFLAGS) install \
814	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
815	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
816	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
817	        distuninstallcheck \
818	  && chmod -R a-w "$$dc_install_base" \
819	  && ({ \
820	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
821	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
822	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
823	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
824	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
825	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
826	  && rm -rf "$$dc_destdir" \
827	  && $(MAKE) $(AM_MAKEFLAGS) dist \
828	  && rm -rf $(DIST_ARCHIVES) \
829	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
830	  && cd "$$am__cwd" \
831	  || exit 1
832	$(am__post_remove_distdir)
833	@(echo "$(distdir) archives ready for distribution: "; \
834	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
835	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
836distuninstallcheck:
837	@test -n '$(distuninstallcheck_dir)' || { \
838	  echo 'ERROR: trying to run $@ with an empty' \
839	       '$$(distuninstallcheck_dir)' >&2; \
840	  exit 1; \
841	}; \
842	$(am__cd) '$(distuninstallcheck_dir)' || { \
843	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
844	  exit 1; \
845	}; \
846	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
847	   || { echo "ERROR: files left after uninstall:" ; \
848	        if test -n "$(DESTDIR)"; then \
849	          echo "  (check DESTDIR support)"; \
850	        fi ; \
851	        $(distuninstallcheck_listfiles) ; \
852	        exit 1; } >&2
853distcleancheck: distclean
854	@if test '$(srcdir)' = . ; then \
855	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
856	  exit 1 ; \
857	fi
858	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
859	  || { echo "ERROR: files left in build directory after distclean:" ; \
860	       $(distcleancheck_listfiles) ; \
861	       exit 1; } >&2
862check-am: all-am
863check: check-recursive
864all-am: Makefile $(DATA) $(HEADERS)
865installdirs: installdirs-recursive
866installdirs-am:
867	for dir in "$(DESTDIR)$(datadir)" "$(DESTDIR)$(includedir)"; do \
868	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
869	done
870install: install-recursive
871install-exec: install-exec-recursive
872install-data: install-data-recursive
873uninstall: uninstall-recursive
874
875install-am: all-am
876	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
877
878installcheck: installcheck-recursive
879install-strip:
880	if test -z '$(STRIP)'; then \
881	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
882	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
883	      install; \
884	else \
885	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
886	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
887	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
888	fi
889mostlyclean-generic:
890
891clean-generic:
892
893distclean-generic:
894	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
895	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
896
897maintainer-clean-generic:
898	@echo "This command is intended for maintainers to use"
899	@echo "it deletes files that may require special tools to rebuild."
900clean: clean-recursive
901
902clean-am: clean-generic clean-libtool mostlyclean-am
903
904distclean: distclean-recursive
905	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
906	-rm -f Makefile
907distclean-am: clean-am distclean-generic distclean-libtool \
908	distclean-tags
909
910dvi: dvi-recursive
911
912dvi-am:
913
914html: html-recursive
915
916html-am:
917
918info: info-recursive
919
920info-am:
921
922install-data-am: install-nobase_dist_dataDATA \
923	install-nobase_includeHEADERS
924
925install-dvi: install-dvi-recursive
926
927install-dvi-am:
928
929install-exec-am:
930
931install-html: install-html-recursive
932
933install-html-am:
934
935install-info: install-info-recursive
936
937install-info-am:
938
939install-man:
940
941install-pdf: install-pdf-recursive
942
943install-pdf-am:
944
945install-ps: install-ps-recursive
946
947install-ps-am:
948
949installcheck-am:
950
951maintainer-clean: maintainer-clean-recursive
952	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
953	-rm -rf $(top_srcdir)/autom4te.cache
954	-rm -f Makefile
955maintainer-clean-am: distclean-am maintainer-clean-generic
956
957mostlyclean: mostlyclean-recursive
958
959mostlyclean-am: mostlyclean-generic mostlyclean-libtool
960
961pdf: pdf-recursive
962
963pdf-am:
964
965ps: ps-recursive
966
967ps-am:
968
969uninstall-am: uninstall-nobase_dist_dataDATA \
970	uninstall-nobase_includeHEADERS
971
972.MAKE: $(am__recursive_targets) install-am install-strip
973
974.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
975	am--refresh check check-am clean clean-cscope clean-generic \
976	clean-libtool cscope cscopelist-am ctags ctags-am dist \
977	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
978	dist-xz dist-zip distcheck distclean distclean-generic \
979	distclean-libtool distclean-tags distcleancheck distdir \
980	distuninstallcheck dvi dvi-am html html-am info info-am \
981	install install-am install-data install-data-am install-dvi \
982	install-dvi-am install-exec install-exec-am install-html \
983	install-html-am install-info install-info-am install-man \
984	install-nobase_dist_dataDATA install-nobase_includeHEADERS \
985	install-pdf install-pdf-am install-ps install-ps-am \
986	install-strip installcheck installcheck-am installdirs \
987	installdirs-am maintainer-clean maintainer-clean-generic \
988	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
989	ps ps-am tags tags-am uninstall uninstall-am \
990	uninstall-nobase_dist_dataDATA uninstall-nobase_includeHEADERS
991
992.PRECIOUS: Makefile
993
994
995api-docs:
996	doxygen tsk/docs/Doxyfile
997# doxygen framework/docs/Doxyfile
998	cd bindings/java/doxygen; doxygen Doxyfile
999
1000man-html:
1001	cd man;build-html
1002
1003# Tell versions [3.59,3.63) of GNU make to not export all variables.
1004# Otherwise a system limit (for SysV at least) may be exceeded.
1005.NOEXPORT:
1006