1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# tsk/Makefile.  Generated from Makefile.in by configure.
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
16
17
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)/sleuthkit
74pkgincludedir = $(includedir)/sleuthkit
75pkglibdir = $(libdir)/sleuthkit
76pkglibexecdir = $(libexecdir)/sleuthkit
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 = x86_64-pc-linux-gnu
90host_triplet = x86_64-pc-linux-gnu
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 pool/libtskpool.la util/libtskutil.la
141am_libtsk_la_OBJECTS =
142libtsk_la_OBJECTS = $(am_libtsk_la_OBJECTS)
143AM_V_lt = $(am__v_lt_$(V))
144am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
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_$(V))
151am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_$(V))
155am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_$(V))
159am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.
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_$(V))
170am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
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_$(V))
178am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
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 distdir-am
204am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
205	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 = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/missing aclocal-1.16
253ALLOCA =
254AMTAR = $${TAR-tar}
255AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter
256AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter
257AM_DEFAULT_VERBOSITY = 1
258ANT_FOUND =
259AR = ar
260AUTOCONF = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/missing autoconf
261AUTOHEADER = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/missing autoheader
262AUTOMAKE = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/missing automake-1.16
263AWK = gawk
264CC = gcc
265CCDEPMODE = depmode=gcc3
266CFLAGS = -g -O2
267CPP = gcc -E
268CPPFLAGS =  -pthread -I/usr/local/include
269CPPUNIT_CFLAGS =
270CPPUNIT_CONFIG = no
271CPPUNIT_LIBS =
272CXX = g++ -std=c++14
273CXXCPP = g++ -E -std=c++14
274CXXDEPMODE = depmode=gcc3
275CXXFLAGS = -g -O2
276CYGPATH_W = echo
277DEFS = -DHAVE_CONFIG_H
278DEPDIR = .deps
279DLLTOOL = false
280DSYMUTIL =
281DUMPBIN =
282ECHO_C =
283ECHO_N = -n
284ECHO_T =
285EGREP = /usr/bin/grep -E
286EXEEXT =
287FGREP = /usr/bin/grep -F
288GREP = /usr/bin/grep
289HAVE_CXX14 = 1
290INSTALL = /usr/bin/install -c
291INSTALL_DATA = ${INSTALL} -m 644
292INSTALL_PROGRAM = ${INSTALL}
293INSTALL_SCRIPT = ${INSTALL}
294INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
295JAVA =
296JAVAC =
297JNI_CPPFLAGS =
298LD = /usr/bin/ld -m elf_x86_64
299LDFLAGS =  -pthread -L/usr/local/lib
300LIBOBJS =
301LIBS = -ldl -lsqlite3 -ldl -lstdc++
302LIBTOOL = $(SHELL) $(top_builddir)/libtool
303LIBTSK_LDFLAGS =
304LIPO =
305LN_S = ln -s
306LTLIBOBJS =
307LT_SYS_LIBRARY_PATH =
308MAINT = #
309MAKEINFO = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/missing makeinfo
310MANIFEST_TOOL = :
311MKDIR_P = /usr/bin/mkdir -p
312NM = /usr/bin/nm -B
313NMEDIT =
314OBJDUMP = objdump
315OBJEXT = o
316OTOOL =
317OTOOL64 =
318PACKAGE = sleuthkit
319PACKAGE_BUGREPORT =
320PACKAGE_NAME = sleuthkit
321PACKAGE_STRING = sleuthkit 4.10.2
322PACKAGE_TARNAME = sleuthkit
323PACKAGE_URL =
324PACKAGE_VERSION = 4.10.2
325PATH_SEPARATOR = :
326PERL = /usr/bin/perl
327PTHREAD_CC = gcc
328PTHREAD_CFLAGS = -pthread
329PTHREAD_LIBS =
330RANLIB = ranlib
331SED = /usr/bin/sed
332SET_MAKE =
333SHELL = /bin/sh
334STRIP = strip
335VERSION = 4.10.2
336Z_PATH =
337_ACJNI_JAVAC =
338abs_builddir = /home/lordyesta/Projects/pytsk/sleuthkit/tsk
339abs_srcdir = /home/lordyesta/Projects/pytsk/sleuthkit/tsk
340abs_top_builddir = /home/lordyesta/Projects/pytsk/sleuthkit
341abs_top_srcdir = /home/lordyesta/Projects/pytsk/sleuthkit
342ac_ct_AR = ar
343ac_ct_CC = gcc
344ac_ct_CXX = g++
345ac_ct_DUMPBIN =
346am__include = include
347am__leading_dot = .
348am__quote =
349am__tar = tar --format=ustar -chf - "$$tardir"
350am__untar = tar -xf -
351ax_pthread_config =
352bindir = ${exec_prefix}/bin
353build = x86_64-pc-linux-gnu
354build_alias =
355build_cpu = x86_64
356build_os = linux-gnu
357build_vendor = pc
358builddir = .
359datadir = ${datarootdir}
360datarootdir = ${prefix}/share
361docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
362dvidir = ${docdir}
363exec_prefix = ${prefix}
364host = x86_64-pc-linux-gnu
365host_alias =
366host_cpu = x86_64
367host_os = linux-gnu
368host_vendor = pc
369htmldir = ${docdir}
370includedir = ${prefix}/include
371infodir = ${datarootdir}/info
372install_sh = ${SHELL} /home/lordyesta/Projects/pytsk/sleuthkit/config/install-sh
373libdir = ${exec_prefix}/lib
374libexecdir = ${exec_prefix}/libexec
375localedir = ${datarootdir}/locale
376localstatedir = ${prefix}/var
377mandir = ${datarootdir}/man
378mkdir_p = $(MKDIR_P)
379oldincludedir = /usr/include
380pdfdir = ${docdir}
381prefix = /usr/local
382program_transform_name = s,x,x,
383psdir = ${docdir}
384sbindir = ${exec_prefix}/sbin
385sharedstatedir = ${prefix}/com
386srcdir = .
387sysconfdir = ${prefix}/etc
388target_alias =
389top_build_prefix = ../
390top_builddir = ..
391top_srcdir = ..
392uudecode =
393
394# Compile the sub directories
395SUBDIRS = base img vs fs hashdb auto pool util
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 pool/libtskpool.la util/libtskutil.la
403
404# current:revision:age
405libtsk_la_LDFLAGS = -version-info 20:5:1 $(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: # $(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__maybe_remake_depfiles)'; \
429	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
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: # $(am__configure_deps)
436	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437$(ACLOCAL_M4): # $(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: # $(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: $(BUILT_SOURCES)
606	$(MAKE) $(AM_MAKEFLAGS) distdir-am
607
608distdir-am: $(DISTFILES)
609	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
611	list='$(DISTFILES)'; \
612	  dist_files=`for file in $$list; do echo $$file; done | \
613	  sed -e "s|^$$srcdirstrip/||;t" \
614	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
615	case $$dist_files in \
616	  */*) $(MKDIR_P) `echo "$$dist_files" | \
617			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
618			   sort -u` ;; \
619	esac; \
620	for file in $$dist_files; do \
621	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
622	  if test -d $$d/$$file; then \
623	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
624	    if test -d "$(distdir)/$$file"; then \
625	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626	    fi; \
627	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
628	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
629	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630	    fi; \
631	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
632	  else \
633	    test -f "$(distdir)/$$file" \
634	    || cp -p $$d/$$file "$(distdir)/$$file" \
635	    || exit 1; \
636	  fi; \
637	done
638	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
639	  if test "$$subdir" = .; then :; else \
640	    $(am__make_dryrun) \
641	      || test -d "$(distdir)/$$subdir" \
642	      || $(MKDIR_P) "$(distdir)/$$subdir" \
643	      || exit 1; \
644	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
645	    $(am__relativize); \
646	    new_distdir=$$reldir; \
647	    dir1=$$subdir; dir2="$(top_distdir)"; \
648	    $(am__relativize); \
649	    new_top_distdir=$$reldir; \
650	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
651	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
652	    ($(am__cd) $$subdir && \
653	      $(MAKE) $(AM_MAKEFLAGS) \
654	        top_distdir="$$new_top_distdir" \
655	        distdir="$$new_distdir" \
656		am__remove_distdir=: \
657		am__skip_length_check=: \
658		am__skip_mode_fix=: \
659	        distdir) \
660	      || exit 1; \
661	  fi; \
662	done
663check-am: all-am
664check: check-recursive
665all-am: Makefile $(LTLIBRARIES) tsk_config.h
666installdirs: installdirs-recursive
667installdirs-am:
668	for dir in "$(DESTDIR)$(libdir)"; do \
669	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
670	done
671install: install-recursive
672install-exec: install-exec-recursive
673install-data: install-data-recursive
674uninstall: uninstall-recursive
675
676install-am: all-am
677	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678
679installcheck: installcheck-recursive
680install-strip:
681	if test -z '$(STRIP)'; then \
682	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684	      install; \
685	else \
686	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689	fi
690mostlyclean-generic:
691
692clean-generic:
693
694distclean-generic:
695	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697
698maintainer-clean-generic:
699	@echo "This command is intended for maintainers to use"
700	@echo "it deletes files that may require special tools to rebuild."
701clean: clean-recursive
702
703clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
704	mostlyclean-am
705
706distclean: distclean-recursive
707	-rm -f Makefile
708distclean-am: clean-am distclean-compile distclean-generic \
709	distclean-hdr distclean-tags
710
711dvi: dvi-recursive
712
713dvi-am:
714
715html: html-recursive
716
717html-am:
718
719info: info-recursive
720
721info-am:
722
723install-data-am:
724
725install-dvi: install-dvi-recursive
726
727install-dvi-am:
728
729install-exec-am: install-libLTLIBRARIES
730
731install-html: install-html-recursive
732
733install-html-am:
734
735install-info: install-info-recursive
736
737install-info-am:
738
739install-man:
740
741install-pdf: install-pdf-recursive
742
743install-pdf-am:
744
745install-ps: install-ps-recursive
746
747install-ps-am:
748
749installcheck-am:
750
751maintainer-clean: maintainer-clean-recursive
752	-rm -f Makefile
753maintainer-clean-am: distclean-am maintainer-clean-generic
754
755mostlyclean: mostlyclean-recursive
756
757mostlyclean-am: mostlyclean-compile mostlyclean-generic \
758	mostlyclean-libtool
759
760pdf: pdf-recursive
761
762pdf-am:
763
764ps: ps-recursive
765
766ps-am:
767
768uninstall-am: uninstall-libLTLIBRARIES
769
770.MAKE: $(am__recursive_targets) all install-am install-strip
771
772.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
773	check-am clean clean-generic clean-libLTLIBRARIES \
774	clean-libtool cscopelist-am ctags ctags-am distclean \
775	distclean-compile distclean-generic distclean-hdr \
776	distclean-libtool distclean-tags distdir dvi dvi-am html \
777	html-am info info-am install install-am install-data \
778	install-data-am install-dvi install-dvi-am install-exec \
779	install-exec-am install-html install-html-am install-info \
780	install-info-am install-libLTLIBRARIES install-man install-pdf \
781	install-pdf-am install-ps install-ps-am install-strip \
782	installcheck installcheck-am installdirs installdirs-am \
783	maintainer-clean maintainer-clean-generic mostlyclean \
784	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
785	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
786	uninstall-libLTLIBRARIES
787
788.PRECIOUS: Makefile
789
790
791# Tell versions [3.59,3.63) of GNU make to not export all variables.
792# Otherwise a system limit (for SysV at least) may be exceeded.
793.NOEXPORT:
794