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
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 = tsk
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
94	$(top_srcdir)/m4/cppunit.m4 \
95	$(top_srcdir)/m4/ax_jni_include_dir.m4 \
96	$(top_srcdir)/m4/ac_prog_javac_works.m4 \
97	$(top_srcdir)/m4/ac_prog_javac.m4 \
98	$(top_srcdir)/m4/ac_prog_java_works.m4 \
99	$(top_srcdir)/m4/ac_prog_java.m4 \
100	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = tsk_config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130am__uninstall_files_from_dir = { \
131  test -z "$$files" \
132    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134         $(am__cd) "$$dir" && rm -f $$files; }; \
135  }
136am__installdirs = "$(DESTDIR)$(libdir)"
137LTLIBRARIES = $(lib_LTLIBRARIES)
138libtsk_la_DEPENDENCIES = base/libtskbase.la img/libtskimg.la \
139	vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
140	auto/libtskauto.la
141am_libtsk_la_OBJECTS =
142libtsk_la_OBJECTS = $(am_libtsk_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147libtsk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149	$(libtsk_la_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@
163COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168	$(AM_CFLAGS) $(CFLAGS)
169AM_V_CC = $(am__v_CC_@AM_V@)
170am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171am__v_CC_0 = @echo "  CC      " $@;
172am__v_CC_1 =
173CCLD = $(CC)
174LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179am__v_CCLD_0 = @echo "  CCLD    " $@;
180am__v_CCLD_1 =
181SOURCES = $(libtsk_la_SOURCES)
182DIST_SOURCES = $(libtsk_la_SOURCES)
183RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
184	ctags-recursive dvi-recursive html-recursive info-recursive \
185	install-data-recursive install-dvi-recursive \
186	install-exec-recursive install-html-recursive \
187	install-info-recursive install-pdf-recursive \
188	install-ps-recursive install-recursive installcheck-recursive \
189	installdirs-recursive pdf-recursive ps-recursive \
190	tags-recursive uninstall-recursive
191am__can_run_installinfo = \
192  case $$AM_UPDATE_INFO_DIR in \
193    n|no|NO) false;; \
194    *) (install-info --version) >/dev/null 2>&1;; \
195  esac
196RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
197  distclean-recursive maintainer-clean-recursive
198am__recursive_targets = \
199  $(RECURSIVE_TARGETS) \
200  $(RECURSIVE_CLEAN_TARGETS) \
201  $(am__extra_recursive_targets)
202AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
203	distdir
204am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
205	$(LISP)tsk_config.h.in
206# Read a list of newline-separated strings from the standard input,
207# and print each of them once, without duplicates.  Input order is
208# *not* preserved.
209am__uniquify_input = $(AWK) '\
210  BEGIN { nonempty = 0; } \
211  { items[$$0] = 1; nonempty = 1; } \
212  END { if (nonempty) { for (i in items) print i; }; } \
213'
214# Make sure the list of sources is unique.  This is necessary because,
215# e.g., the same source file might be shared among _SOURCES variables
216# for different programs/libraries.
217am__define_uniq_tagged_files = \
218  list='$(am__tagged_files)'; \
219  unique=`for i in $$list; do \
220    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221  done | $(am__uniquify_input)`
222ETAGS = etags
223CTAGS = ctags
224DIST_SUBDIRS = $(SUBDIRS)
225am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/tsk_config.h.in
226DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227am__relativize = \
228  dir0=`pwd`; \
229  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
230  sed_rest='s,^[^/]*/*,,'; \
231  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
232  sed_butlast='s,/*[^/]*$$,,'; \
233  while test -n "$$dir1"; do \
234    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
235    if test "$$first" != "."; then \
236      if test "$$first" = ".."; then \
237        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
238        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
239      else \
240        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
241        if test "$$first2" = "$$first"; then \
242          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
243        else \
244          dir2="../$$dir2"; \
245        fi; \
246        dir0="$$dir0"/"$$first"; \
247      fi; \
248    fi; \
249    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
250  done; \
251  reldir="$$dir2"
252ACLOCAL = @ACLOCAL@
253ALLOCA = @ALLOCA@
254AMTAR = @AMTAR@
255AM_CFLAGS = @AM_CFLAGS@
256AM_CXXFLAGS = @AM_CXXFLAGS@
257AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258ANT_FOUND = @ANT_FOUND@
259AR = @AR@
260AUTOCONF = @AUTOCONF@
261AUTOHEADER = @AUTOHEADER@
262AUTOMAKE = @AUTOMAKE@
263AWK = @AWK@
264CC = @CC@
265CCDEPMODE = @CCDEPMODE@
266CFLAGS = @CFLAGS@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
270CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
271CPPUNIT_LIBS = @CPPUNIT_LIBS@
272CXX = @CXX@
273CXXCPP = @CXXCPP@
274CXXDEPMODE = @CXXDEPMODE@
275CXXFLAGS = @CXXFLAGS@
276CYGPATH_W = @CYGPATH_W@
277DEFS = @DEFS@
278DEPDIR = @DEPDIR@
279DLLTOOL = @DLLTOOL@
280DSYMUTIL = @DSYMUTIL@
281DUMPBIN = @DUMPBIN@
282ECHO_C = @ECHO_C@
283ECHO_N = @ECHO_N@
284ECHO_T = @ECHO_T@
285EGREP = @EGREP@
286EXEEXT = @EXEEXT@
287FGREP = @FGREP@
288GREP = @GREP@
289HAVE_CXX11 = @HAVE_CXX11@
290INSTALL = @INSTALL@
291INSTALL_DATA = @INSTALL_DATA@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295JAVA = @JAVA@
296JAVAC = @JAVAC@
297JNI_CPPFLAGS = @JNI_CPPFLAGS@
298LD = @LD@
299LDFLAGS = @LDFLAGS@
300LIBOBJS = @LIBOBJS@
301LIBS = @LIBS@
302LIBTOOL = @LIBTOOL@
303LIBTSK_LDFLAGS = @LIBTSK_LDFLAGS@
304LIPO = @LIPO@
305LN_S = @LN_S@
306LTLIBOBJS = @LTLIBOBJS@
307LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308MAINT = @MAINT@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MKDIR_P = @MKDIR_P@
312NM = @NM@
313NMEDIT = @NMEDIT@
314OBJDUMP = @OBJDUMP@
315OBJEXT = @OBJEXT@
316OTOOL = @OTOOL@
317OTOOL64 = @OTOOL64@
318PACKAGE = @PACKAGE@
319PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
320PACKAGE_NAME = @PACKAGE_NAME@
321PACKAGE_STRING = @PACKAGE_STRING@
322PACKAGE_TARNAME = @PACKAGE_TARNAME@
323PACKAGE_URL = @PACKAGE_URL@
324PACKAGE_VERSION = @PACKAGE_VERSION@
325PATH_SEPARATOR = @PATH_SEPARATOR@
326PERL = @PERL@
327PTHREAD_CC = @PTHREAD_CC@
328PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
329PTHREAD_LIBS = @PTHREAD_LIBS@
330RANLIB = @RANLIB@
331SED = @SED@
332SET_MAKE = @SET_MAKE@
333SHELL = @SHELL@
334STRIP = @STRIP@
335VERSION = @VERSION@
336Z_PATH = @Z_PATH@
337_ACJNI_JAVAC = @_ACJNI_JAVAC@
338abs_builddir = @abs_builddir@
339abs_srcdir = @abs_srcdir@
340abs_top_builddir = @abs_top_builddir@
341abs_top_srcdir = @abs_top_srcdir@
342ac_ct_AR = @ac_ct_AR@
343ac_ct_CC = @ac_ct_CC@
344ac_ct_CXX = @ac_ct_CXX@
345ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346am__include = @am__include@
347am__leading_dot = @am__leading_dot@
348am__quote = @am__quote@
349am__tar = @am__tar@
350am__untar = @am__untar@
351ax_pthread_config = @ax_pthread_config@
352bindir = @bindir@
353build = @build@
354build_alias = @build_alias@
355build_cpu = @build_cpu@
356build_os = @build_os@
357build_vendor = @build_vendor@
358builddir = @builddir@
359datadir = @datadir@
360datarootdir = @datarootdir@
361docdir = @docdir@
362dvidir = @dvidir@
363exec_prefix = @exec_prefix@
364host = @host@
365host_alias = @host_alias@
366host_cpu = @host_cpu@
367host_os = @host_os@
368host_vendor = @host_vendor@
369htmldir = @htmldir@
370includedir = @includedir@
371infodir = @infodir@
372install_sh = @install_sh@
373libdir = @libdir@
374libexecdir = @libexecdir@
375localedir = @localedir@
376localstatedir = @localstatedir@
377mandir = @mandir@
378mkdir_p = @mkdir_p@
379oldincludedir = @oldincludedir@
380pdfdir = @pdfdir@
381prefix = @prefix@
382program_transform_name = @program_transform_name@
383psdir = @psdir@
384sbindir = @sbindir@
385sharedstatedir = @sharedstatedir@
386srcdir = @srcdir@
387sysconfdir = @sysconfdir@
388target_alias = @target_alias@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392uudecode = @uudecode@
393
394# Compile the sub directories
395SUBDIRS = base img vs fs hashdb auto
396
397# Merge the libraries into one
398lib_LTLIBRARIES = libtsk.la
399libtsk_la_SOURCES =
400libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
401    vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
402    auto/libtskauto.la
403
404# current:revision:age
405libtsk_la_LDFLAGS = -version-info 19:0:0 $(LIBTSK_LDFLAGS)
406EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html
407all: tsk_config.h
408	$(MAKE) $(AM_MAKEFLAGS) all-recursive
409
410.SUFFIXES:
411$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
412	@for dep in $?; do \
413	  case '$(am__configure_deps)' in \
414	    *$$dep*) \
415	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
416	        && { if test -f $@; then exit 0; else break; fi; }; \
417	      exit 1;; \
418	  esac; \
419	done; \
420	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tsk/Makefile'; \
421	$(am__cd) $(top_srcdir) && \
422	  $(AUTOMAKE) --foreign tsk/Makefile
423Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424	@case '$?' in \
425	  *config.status*) \
426	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427	  *) \
428	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430	esac;
431
432$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439$(am__aclocal_m4_deps):
440
441tsk_config.h: stamp-h1
442	@test -f $@ || rm -f stamp-h1
443	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
444
445stamp-h1: $(srcdir)/tsk_config.h.in $(top_builddir)/config.status
446	@rm -f stamp-h1
447	cd $(top_builddir) && $(SHELL) ./config.status tsk/tsk_config.h
448$(srcdir)/tsk_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
450	rm -f stamp-h1
451	touch $@
452
453distclean-hdr:
454	-rm -f tsk_config.h stamp-h1
455
456install-libLTLIBRARIES: $(lib_LTLIBRARIES)
457	@$(NORMAL_INSTALL)
458	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
459	list2=; for p in $$list; do \
460	  if test -f $$p; then \
461	    list2="$$list2 $$p"; \
462	  else :; fi; \
463	done; \
464	test -z "$$list2" || { \
465	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
466	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
467	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
468	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
469	}
470
471uninstall-libLTLIBRARIES:
472	@$(NORMAL_UNINSTALL)
473	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
474	for p in $$list; do \
475	  $(am__strip_dir) \
476	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
477	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
478	done
479
480clean-libLTLIBRARIES:
481	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
482	@list='$(lib_LTLIBRARIES)'; \
483	locs=`for p in $$list; do echo $$p; done | \
484	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
485	      sort -u`; \
486	test -z "$$locs" || { \
487	  echo rm -f $${locs}; \
488	  rm -f $${locs}; \
489	}
490
491libtsk.la: $(libtsk_la_OBJECTS) $(libtsk_la_DEPENDENCIES) $(EXTRA_libtsk_la_DEPENDENCIES)
492	$(AM_V_CCLD)$(libtsk_la_LINK) -rpath $(libdir) $(libtsk_la_OBJECTS) $(libtsk_la_LIBADD) $(LIBS)
493
494mostlyclean-compile:
495	-rm -f *.$(OBJEXT)
496
497distclean-compile:
498	-rm -f *.tab.c
499
500mostlyclean-libtool:
501	-rm -f *.lo
502
503clean-libtool:
504	-rm -rf .libs _libs
505
506# This directory's subdirectories are mostly independent; you can cd
507# into them and run 'make' without going through this Makefile.
508# To change the values of 'make' variables: instead of editing Makefiles,
509# (1) if the variable is set in 'config.status', edit 'config.status'
510#     (which will cause the Makefiles to be regenerated when you run 'make');
511# (2) otherwise, pass the desired values on the 'make' command line.
512$(am__recursive_targets):
513	@fail=; \
514	if $(am__make_keepgoing); then \
515	  failcom='fail=yes'; \
516	else \
517	  failcom='exit 1'; \
518	fi; \
519	dot_seen=no; \
520	target=`echo $@ | sed s/-recursive//`; \
521	case "$@" in \
522	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
523	  *) list='$(SUBDIRS)' ;; \
524	esac; \
525	for subdir in $$list; do \
526	  echo "Making $$target in $$subdir"; \
527	  if test "$$subdir" = "."; then \
528	    dot_seen=yes; \
529	    local_target="$$target-am"; \
530	  else \
531	    local_target="$$target"; \
532	  fi; \
533	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
534	  || eval $$failcom; \
535	done; \
536	if test "$$dot_seen" = "no"; then \
537	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
538	fi; test -z "$$fail"
539
540ID: $(am__tagged_files)
541	$(am__define_uniq_tagged_files); mkid -fID $$unique
542tags: tags-recursive
543TAGS: tags
544
545tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
546	set x; \
547	here=`pwd`; \
548	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
549	  include_option=--etags-include; \
550	  empty_fix=.; \
551	else \
552	  include_option=--include; \
553	  empty_fix=; \
554	fi; \
555	list='$(SUBDIRS)'; for subdir in $$list; do \
556	  if test "$$subdir" = .; then :; else \
557	    test ! -f $$subdir/TAGS || \
558	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
559	  fi; \
560	done; \
561	$(am__define_uniq_tagged_files); \
562	shift; \
563	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
564	  test -n "$$unique" || unique=$$empty_fix; \
565	  if test $$# -gt 0; then \
566	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567	      "$$@" $$unique; \
568	  else \
569	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
570	      $$unique; \
571	  fi; \
572	fi
573ctags: ctags-recursive
574
575CTAGS: ctags
576ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
577	$(am__define_uniq_tagged_files); \
578	test -z "$(CTAGS_ARGS)$$unique" \
579	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
580	     $$unique
581
582GTAGS:
583	here=`$(am__cd) $(top_builddir) && pwd` \
584	  && $(am__cd) $(top_srcdir) \
585	  && gtags -i $(GTAGS_ARGS) "$$here"
586cscopelist: cscopelist-recursive
587
588cscopelist-am: $(am__tagged_files)
589	list='$(am__tagged_files)'; \
590	case "$(srcdir)" in \
591	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
592	  *) sdir=$(subdir)/$(srcdir) ;; \
593	esac; \
594	for i in $$list; do \
595	  if test -f "$$i"; then \
596	    echo "$(subdir)/$$i"; \
597	  else \
598	    echo "$$sdir/$$i"; \
599	  fi; \
600	done >> $(top_builddir)/cscope.files
601
602distclean-tags:
603	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
605distdir: $(DISTFILES)
606	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608	list='$(DISTFILES)'; \
609	  dist_files=`for file in $$list; do echo $$file; done | \
610	  sed -e "s|^$$srcdirstrip/||;t" \
611	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
612	case $$dist_files in \
613	  */*) $(MKDIR_P) `echo "$$dist_files" | \
614			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
615			   sort -u` ;; \
616	esac; \
617	for file in $$dist_files; do \
618	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
619	  if test -d $$d/$$file; then \
620	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
621	    if test -d "$(distdir)/$$file"; then \
622	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623	    fi; \
624	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
625	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
626	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627	    fi; \
628	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
629	  else \
630	    test -f "$(distdir)/$$file" \
631	    || cp -p $$d/$$file "$(distdir)/$$file" \
632	    || exit 1; \
633	  fi; \
634	done
635	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
636	  if test "$$subdir" = .; then :; else \
637	    $(am__make_dryrun) \
638	      || test -d "$(distdir)/$$subdir" \
639	      || $(MKDIR_P) "$(distdir)/$$subdir" \
640	      || exit 1; \
641	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
642	    $(am__relativize); \
643	    new_distdir=$$reldir; \
644	    dir1=$$subdir; dir2="$(top_distdir)"; \
645	    $(am__relativize); \
646	    new_top_distdir=$$reldir; \
647	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
648	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
649	    ($(am__cd) $$subdir && \
650	      $(MAKE) $(AM_MAKEFLAGS) \
651	        top_distdir="$$new_top_distdir" \
652	        distdir="$$new_distdir" \
653		am__remove_distdir=: \
654		am__skip_length_check=: \
655		am__skip_mode_fix=: \
656	        distdir) \
657	      || exit 1; \
658	  fi; \
659	done
660check-am: all-am
661check: check-recursive
662all-am: Makefile $(LTLIBRARIES) tsk_config.h
663installdirs: installdirs-recursive
664installdirs-am:
665	for dir in "$(DESTDIR)$(libdir)"; do \
666	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
667	done
668install: install-recursive
669install-exec: install-exec-recursive
670install-data: install-data-recursive
671uninstall: uninstall-recursive
672
673install-am: all-am
674	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675
676installcheck: installcheck-recursive
677install-strip:
678	if test -z '$(STRIP)'; then \
679	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681	      install; \
682	else \
683	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
686	fi
687mostlyclean-generic:
688
689clean-generic:
690
691distclean-generic:
692	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694
695maintainer-clean-generic:
696	@echo "This command is intended for maintainers to use"
697	@echo "it deletes files that may require special tools to rebuild."
698clean: clean-recursive
699
700clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
701	mostlyclean-am
702
703distclean: distclean-recursive
704	-rm -f Makefile
705distclean-am: clean-am distclean-compile distclean-generic \
706	distclean-hdr distclean-tags
707
708dvi: dvi-recursive
709
710dvi-am:
711
712html: html-recursive
713
714html-am:
715
716info: info-recursive
717
718info-am:
719
720install-data-am:
721
722install-dvi: install-dvi-recursive
723
724install-dvi-am:
725
726install-exec-am: install-libLTLIBRARIES
727
728install-html: install-html-recursive
729
730install-html-am:
731
732install-info: install-info-recursive
733
734install-info-am:
735
736install-man:
737
738install-pdf: install-pdf-recursive
739
740install-pdf-am:
741
742install-ps: install-ps-recursive
743
744install-ps-am:
745
746installcheck-am:
747
748maintainer-clean: maintainer-clean-recursive
749	-rm -f Makefile
750maintainer-clean-am: distclean-am maintainer-clean-generic
751
752mostlyclean: mostlyclean-recursive
753
754mostlyclean-am: mostlyclean-compile mostlyclean-generic \
755	mostlyclean-libtool
756
757pdf: pdf-recursive
758
759pdf-am:
760
761ps: ps-recursive
762
763ps-am:
764
765uninstall-am: uninstall-libLTLIBRARIES
766
767.MAKE: $(am__recursive_targets) all install-am install-strip
768
769.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
770	check-am clean clean-generic clean-libLTLIBRARIES \
771	clean-libtool cscopelist-am ctags ctags-am distclean \
772	distclean-compile distclean-generic distclean-hdr \
773	distclean-libtool distclean-tags distdir dvi dvi-am html \
774	html-am info info-am install install-am install-data \
775	install-data-am install-dvi install-dvi-am install-exec \
776	install-exec-am install-html install-html-am install-info \
777	install-info-am install-libLTLIBRARIES install-man install-pdf \
778	install-pdf-am install-ps install-ps-am install-strip \
779	installcheck installcheck-am installdirs installdirs-am \
780	maintainer-clean maintainer-clean-generic mostlyclean \
781	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
782	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
783	uninstall-libLTLIBRARIES
784
785.PRECIOUS: Makefile
786
787
788# Tell versions [3.59,3.63) of GNU make to not export all variables.
789# Otherwise a system limit (for SysV at least) may be exceeded.
790.NOEXPORT:
791