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