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 = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
94	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
95	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/java.m4 \
96	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
97	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libbfio.m4 \
98	$(top_srcdir)/m4/libcdata.m4 $(top_srcdir)/m4/libcerror.m4 \
99	$(top_srcdir)/m4/libcfile.m4 $(top_srcdir)/m4/libclocale.m4 \
100	$(top_srcdir)/m4/libcnotify.m4 $(top_srcdir)/m4/libcpath.m4 \
101	$(top_srcdir)/m4/libcsplit.m4 $(top_srcdir)/m4/libcthreads.m4 \
102	$(top_srcdir)/m4/libfcache.m4 $(top_srcdir)/m4/libfdata.m4 \
103	$(top_srcdir)/m4/libfdatetime.m4 $(top_srcdir)/m4/libfguid.m4 \
104	$(top_srcdir)/m4/libfmapi.m4 $(top_srcdir)/m4/libfvalue.m4 \
105	$(top_srcdir)/m4/libfwnt.m4 $(top_srcdir)/m4/libtool.m4 \
106	$(top_srcdir)/m4/libuna.m4 $(top_srcdir)/m4/ltoptions.m4 \
107	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
108	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
109	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
110	$(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/python.m4 \
111	$(top_srcdir)/m4/tests.m4 $(top_srcdir)/m4/types.m4 \
112	$(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
113	$(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
117	$(am__configure_deps) $(am__DIST_COMMON)
118am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
119 configure.lineno config.status.lineno
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = $(top_builddir)/common/config.h
122CONFIG_CLEAN_FILES = include/libpff/definitions.h \
123	include/libpff/features.h include/libpff/types.h \
124	dpkg/changelog libpff.pc libpff.spec
125CONFIG_CLEAN_VPATH_FILES =
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138SOURCES =
139DIST_SOURCES =
140RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
141	ctags-recursive dvi-recursive html-recursive info-recursive \
142	install-data-recursive install-dvi-recursive \
143	install-exec-recursive install-html-recursive \
144	install-info-recursive install-pdf-recursive \
145	install-ps-recursive install-recursive installcheck-recursive \
146	installdirs-recursive pdf-recursive ps-recursive \
147	tags-recursive uninstall-recursive
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154am__vpath_adj = case $$p in \
155    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156    *) f=$$p;; \
157  esac;
158am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159am__install_max = 40
160am__nobase_strip_setup = \
161  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162am__nobase_strip = \
163  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164am__nobase_list = $(am__nobase_strip_setup); \
165  for p in $$list; do echo "$$p $$p"; done | \
166  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168    if (++n[$$2] == $(am__install_max)) \
169      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170    END { for (dir in files) print dir, files[dir] }'
171am__base_list = \
172  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174am__uninstall_files_from_dir = { \
175  test -z "$$files" \
176    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178         $(am__cd) "$$dir" && rm -f $$files; }; \
179  }
180am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
181DATA = $(pkgconfig_DATA)
182RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
183  distclean-recursive maintainer-clean-recursive
184am__recursive_targets = \
185  $(RECURSIVE_TARGETS) \
186  $(RECURSIVE_CLEAN_TARGETS) \
187  $(am__extra_recursive_targets)
188AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
189	cscope distdir dist dist-all distcheck
190am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191# Read a list of newline-separated strings from the standard input,
192# and print each of them once, without duplicates.  Input order is
193# *not* preserved.
194am__uniquify_input = $(AWK) '\
195  BEGIN { nonempty = 0; } \
196  { items[$$0] = 1; nonempty = 1; } \
197  END { if (nonempty) { for (i in items) print i; }; } \
198'
199# Make sure the list of sources is unique.  This is necessary because,
200# e.g., the same source file might be shared among _SOURCES variables
201# for different programs/libraries.
202am__define_uniq_tagged_files = \
203  list='$(am__tagged_files)'; \
204  unique=`for i in $$list; do \
205    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206  done | $(am__uniquify_input)`
207ETAGS = etags
208CTAGS = ctags
209CSCOPE = cscope
210DIST_SUBDIRS = $(SUBDIRS)
211am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libpff.pc.in \
212	$(srcdir)/libpff.spec.in $(top_srcdir)/dpkg/changelog.in \
213	$(top_srcdir)/include/libpff/definitions.h.in \
214	$(top_srcdir)/include/libpff/features.h.in \
215	$(top_srcdir)/include/libpff/types.h.in ABOUT-NLS AUTHORS \
216	COPYING ChangeLog INSTALL NEWS README compile config.guess \
217	config.rpath config.sub install-sh ltmain.sh missing
218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219distdir = $(PACKAGE)-$(VERSION)
220top_distdir = $(distdir)
221am__remove_distdir = \
222  if test -d "$(distdir)"; then \
223    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
224      && rm -rf "$(distdir)" \
225      || { sleep 5 && rm -rf "$(distdir)"; }; \
226  else :; fi
227am__post_remove_distdir = $(am__remove_distdir)
228am__relativize = \
229  dir0=`pwd`; \
230  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
231  sed_rest='s,^[^/]*/*,,'; \
232  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
233  sed_butlast='s,/*[^/]*$$,,'; \
234  while test -n "$$dir1"; do \
235    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
236    if test "$$first" != "."; then \
237      if test "$$first" = ".."; then \
238        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
239        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
240      else \
241        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
242        if test "$$first2" = "$$first"; then \
243          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
244        else \
245          dir2="../$$dir2"; \
246        fi; \
247        dir0="$$dir0"/"$$first"; \
248      fi; \
249    fi; \
250    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
251  done; \
252  reldir="$$dir2"
253DIST_ARCHIVES = $(distdir).tar.gz
254GZIP_ENV = --best
255DIST_TARGETS = dist-gzip
256distuninstallcheck_listfiles = find . -type f -print
257am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
258  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
259distcleancheck_listfiles = find . -type f -print
260ACLOCAL = @ACLOCAL@
261AMTAR = @AMTAR@
262AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263AR = @AR@
264AS = @AS@
265AUTOCONF = @AUTOCONF@
266AUTOHEADER = @AUTOHEADER@
267AUTOMAKE = @AUTOMAKE@
268AWK = @AWK@
269BASENAME = @BASENAME@
270CC = @CC@
271CCDEPMODE = @CCDEPMODE@
272CFLAGS = @CFLAGS@
273CPP = @CPP@
274CPPFLAGS = @CPPFLAGS@
275CYGPATH_W = @CYGPATH_W@
276DEFS = @DEFS@
277DEPDIR = @DEPDIR@
278DLLTOOL = @DLLTOOL@
279DPKG_DATE = @DPKG_DATE@
280DSYMUTIL = @DSYMUTIL@
281DUMPBIN = @DUMPBIN@
282ECHO_C = @ECHO_C@
283ECHO_N = @ECHO_N@
284ECHO_T = @ECHO_T@
285EGREP = @EGREP@
286EXEEXT = @EXEEXT@
287FGREP = @FGREP@
288GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
289GMSGFMT = @GMSGFMT@
290GMSGFMT_015 = @GMSGFMT_015@
291GREP = @GREP@
292HAVE_DLLMAIN = @HAVE_DLLMAIN@
293HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
294HAVE_LIBBFIO = @HAVE_LIBBFIO@
295HAVE_LIBCDATA = @HAVE_LIBCDATA@
296HAVE_LIBCERROR = @HAVE_LIBCERROR@
297HAVE_LIBCFILE = @HAVE_LIBCFILE@
298HAVE_LIBCLOCALE = @HAVE_LIBCLOCALE@
299HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
300HAVE_LIBCPATH = @HAVE_LIBCPATH@
301HAVE_LIBCSPLIT = @HAVE_LIBCSPLIT@
302HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
303HAVE_LIBFCACHE = @HAVE_LIBFCACHE@
304HAVE_LIBFDATA = @HAVE_LIBFDATA@
305HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
306HAVE_LIBFGUID = @HAVE_LIBFGUID@
307HAVE_LIBFMAPI = @HAVE_LIBFMAPI@
308HAVE_LIBFVALUE = @HAVE_LIBFVALUE@
309HAVE_LIBFWNT = @HAVE_LIBFWNT@
310HAVE_LIBUNA = @HAVE_LIBUNA@
311HAVE_LOCAL_LIBBFIO = @HAVE_LOCAL_LIBBFIO@
312HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
313HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
314HAVE_LOCAL_LIBCFILE = @HAVE_LOCAL_LIBCFILE@
315HAVE_LOCAL_LIBCLOCALE = @HAVE_LOCAL_LIBCLOCALE@
316HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
317HAVE_LOCAL_LIBCPATH = @HAVE_LOCAL_LIBCPATH@
318HAVE_LOCAL_LIBCSPLIT = @HAVE_LOCAL_LIBCSPLIT@
319HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
320HAVE_LOCAL_LIBFCACHE = @HAVE_LOCAL_LIBFCACHE@
321HAVE_LOCAL_LIBFDATA = @HAVE_LOCAL_LIBFDATA@
322HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
323HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
324HAVE_LOCAL_LIBFMAPI = @HAVE_LOCAL_LIBFMAPI@
325HAVE_LOCAL_LIBFVALUE = @HAVE_LOCAL_LIBFVALUE@
326HAVE_LOCAL_LIBFWNT = @HAVE_LOCAL_LIBFWNT@
327HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
328HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
329HAVE_OFF64_T = @HAVE_OFF64_T@
330HAVE_PTHREAD = @HAVE_PTHREAD@
331HAVE_SIZE32_T = @HAVE_SIZE32_T@
332HAVE_SIZE64_T = @HAVE_SIZE64_T@
333HAVE_SSIZE32_T = @HAVE_SSIZE32_T@
334HAVE_SSIZE64_T = @HAVE_SSIZE64_T@
335HAVE_STDINT_H = @HAVE_STDINT_H@
336HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
337HAVE_WCHAR_H = @HAVE_WCHAR_H@
338HAVE_WIDE_CHARACTER_TYPE = @HAVE_WIDE_CHARACTER_TYPE@
339HAVE_ZLIB = @HAVE_ZLIB@
340INSTALL = @INSTALL@
341INSTALL_DATA = @INSTALL_DATA@
342INSTALL_PROGRAM = @INSTALL_PROGRAM@
343INSTALL_SCRIPT = @INSTALL_SCRIPT@
344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345INTLLIBS = @INTLLIBS@
346INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
347JAR = @JAR@
348JAR_PACKAGE_DIR = @JAR_PACKAGE_DIR@
349JAVA = @JAVA@
350JAVAC = @JAVAC@
351JAVAH = @JAVAH@
352JAVA_CPPFLAGS = @JAVA_CPPFLAGS@
353JNI_LIBRARY_DIR = @JNI_LIBRARY_DIR@
354LD = @LD@
355LDFLAGS = @LDFLAGS@
356LIBBFIO_CPPFLAGS = @LIBBFIO_CPPFLAGS@
357LIBBFIO_LIBADD = @LIBBFIO_LIBADD@
358LIBCDATA_CPPFLAGS = @LIBCDATA_CPPFLAGS@
359LIBCDATA_LIBADD = @LIBCDATA_LIBADD@
360LIBCERROR_CPPFLAGS = @LIBCERROR_CPPFLAGS@
361LIBCERROR_LIBADD = @LIBCERROR_LIBADD@
362LIBCFILE_CPPFLAGS = @LIBCFILE_CPPFLAGS@
363LIBCFILE_LIBADD = @LIBCFILE_LIBADD@
364LIBCLOCALE_CPPFLAGS = @LIBCLOCALE_CPPFLAGS@
365LIBCLOCALE_LIBADD = @LIBCLOCALE_LIBADD@
366LIBCNOTIFY_CPPFLAGS = @LIBCNOTIFY_CPPFLAGS@
367LIBCNOTIFY_LIBADD = @LIBCNOTIFY_LIBADD@
368LIBCPATH_CPPFLAGS = @LIBCPATH_CPPFLAGS@
369LIBCPATH_LIBADD = @LIBCPATH_LIBADD@
370LIBCSPLIT_CPPFLAGS = @LIBCSPLIT_CPPFLAGS@
371LIBCSPLIT_LIBADD = @LIBCSPLIT_LIBADD@
372LIBCTHREADS_CPPFLAGS = @LIBCTHREADS_CPPFLAGS@
373LIBCTHREADS_LIBADD = @LIBCTHREADS_LIBADD@
374LIBFCACHE_CPPFLAGS = @LIBFCACHE_CPPFLAGS@
375LIBFCACHE_LIBADD = @LIBFCACHE_LIBADD@
376LIBFDATA_CPPFLAGS = @LIBFDATA_CPPFLAGS@
377LIBFDATA_LIBADD = @LIBFDATA_LIBADD@
378LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
379LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
380LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
381LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
382LIBFMAPI_CPPFLAGS = @LIBFMAPI_CPPFLAGS@
383LIBFMAPI_LIBADD = @LIBFMAPI_LIBADD@
384LIBFVALUE_CPPFLAGS = @LIBFVALUE_CPPFLAGS@
385LIBFVALUE_LIBADD = @LIBFVALUE_LIBADD@
386LIBFWNT_CPPFLAGS = @LIBFWNT_CPPFLAGS@
387LIBFWNT_LIBADD = @LIBFWNT_LIBADD@
388LIBICONV = @LIBICONV@
389LIBINTL = @LIBINTL@
390LIBOBJS = @LIBOBJS@
391LIBPFF_DLL_IMPORT = @LIBPFF_DLL_IMPORT@
392LIBS = @LIBS@
393LIBTOOL = @LIBTOOL@
394LIBTOOL_DEPS = @LIBTOOL_DEPS@
395LIBUNA_CPPFLAGS = @LIBUNA_CPPFLAGS@
396LIBUNA_LIBADD = @LIBUNA_LIBADD@
397LIPO = @LIPO@
398LN_S = @LN_S@
399LTLIBICONV = @LTLIBICONV@
400LTLIBINTL = @LTLIBINTL@
401LTLIBOBJS = @LTLIBOBJS@
402LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
403MAKEINFO = @MAKEINFO@
404MANIFEST_TOOL = @MANIFEST_TOOL@
405MKDIR_P = @MKDIR_P@
406MSGFMT = @MSGFMT@
407MSGFMT_015 = @MSGFMT_015@
408MSGMERGE = @MSGMERGE@
409NM = @NM@
410NMEDIT = @NMEDIT@
411OBJDUMP = @OBJDUMP@
412OBJEXT = @OBJEXT@
413OTOOL = @OTOOL@
414OTOOL64 = @OTOOL64@
415PACKAGE = @PACKAGE@
416PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
417PACKAGE_NAME = @PACKAGE_NAME@
418PACKAGE_STRING = @PACKAGE_STRING@
419PACKAGE_TARNAME = @PACKAGE_TARNAME@
420PACKAGE_URL = @PACKAGE_URL@
421PACKAGE_VERSION = @PACKAGE_VERSION@
422PATH_SEPARATOR = @PATH_SEPARATOR@
423PKGCONFIG = @PKGCONFIG@
424PKG_CONFIG = @PKG_CONFIG@
425PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
426PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
427POSUB = @POSUB@
428PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
429PTHREAD_LIBADD = @PTHREAD_LIBADD@
430PYTHON = @PYTHON@
431PYTHON2 = @PYTHON2@
432PYTHON2_CONFIG = @PYTHON2_CONFIG@
433PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
434PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
435PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
436PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
437PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
438PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
439PYTHON2_PREFIX = @PYTHON2_PREFIX@
440PYTHON2_VERSION = @PYTHON2_VERSION@
441PYTHON3 = @PYTHON3@
442PYTHON3_CONFIG = @PYTHON3_CONFIG@
443PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
444PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
445PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
446PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
447PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
448PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
449PYTHON3_PREFIX = @PYTHON3_PREFIX@
450PYTHON3_VERSION = @PYTHON3_VERSION@
451PYTHON_CONFIG = @PYTHON_CONFIG@
452PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
453PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
454PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
455PYTHON_LIBRARY_DIR = @PYTHON_LIBRARY_DIR@
456PYTHON_PACKAGE_DIR = @PYTHON_PACKAGE_DIR@
457PYTHON_PLATFORM = @PYTHON_PLATFORM@
458PYTHON_PREFIX = @PYTHON_PREFIX@
459PYTHON_VERSION = @PYTHON_VERSION@
460RANLIB = @RANLIB@
461READLINK = @READLINK@
462SED = @SED@
463SET_MAKE = @SET_MAKE@
464SHELL = @SHELL@
465SPEC_DATE = @SPEC_DATE@
466STATIC_LDFLAGS = @STATIC_LDFLAGS@
467STRIP = @STRIP@
468USE_NLS = @USE_NLS@
469VERSION = @VERSION@
470XGETTEXT = @XGETTEXT@
471XGETTEXT_015 = @XGETTEXT_015@
472XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
473ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
474ZLIB_LIBADD = @ZLIB_LIBADD@
475abs_builddir = @abs_builddir@
476abs_srcdir = @abs_srcdir@
477abs_top_builddir = @abs_top_builddir@
478abs_top_srcdir = @abs_top_srcdir@
479ac_ct_AR = @ac_ct_AR@
480ac_ct_CC = @ac_ct_CC@
481ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
482am__include = @am__include@
483am__leading_dot = @am__leading_dot@
484am__quote = @am__quote@
485am__tar = @am__tar@
486am__untar = @am__untar@
487ax_libbfio_pc_libs_private = @ax_libbfio_pc_libs_private@
488ax_libbfio_spec_build_requires = @ax_libbfio_spec_build_requires@
489ax_libbfio_spec_requires = @ax_libbfio_spec_requires@
490ax_libcdata_pc_libs_private = @ax_libcdata_pc_libs_private@
491ax_libcdata_spec_build_requires = @ax_libcdata_spec_build_requires@
492ax_libcdata_spec_requires = @ax_libcdata_spec_requires@
493ax_libcerror_pc_libs_private = @ax_libcerror_pc_libs_private@
494ax_libcerror_spec_build_requires = @ax_libcerror_spec_build_requires@
495ax_libcerror_spec_requires = @ax_libcerror_spec_requires@
496ax_libcfile_pc_libs_private = @ax_libcfile_pc_libs_private@
497ax_libcfile_spec_build_requires = @ax_libcfile_spec_build_requires@
498ax_libcfile_spec_requires = @ax_libcfile_spec_requires@
499ax_libclocale_pc_libs_private = @ax_libclocale_pc_libs_private@
500ax_libclocale_spec_build_requires = @ax_libclocale_spec_build_requires@
501ax_libclocale_spec_requires = @ax_libclocale_spec_requires@
502ax_libcnotify_pc_libs_private = @ax_libcnotify_pc_libs_private@
503ax_libcnotify_spec_build_requires = @ax_libcnotify_spec_build_requires@
504ax_libcnotify_spec_requires = @ax_libcnotify_spec_requires@
505ax_libcpath_pc_libs_private = @ax_libcpath_pc_libs_private@
506ax_libcpath_spec_build_requires = @ax_libcpath_spec_build_requires@
507ax_libcpath_spec_requires = @ax_libcpath_spec_requires@
508ax_libcsplit_pc_libs_private = @ax_libcsplit_pc_libs_private@
509ax_libcsplit_spec_build_requires = @ax_libcsplit_spec_build_requires@
510ax_libcsplit_spec_requires = @ax_libcsplit_spec_requires@
511ax_libcthreads_pc_libs_private = @ax_libcthreads_pc_libs_private@
512ax_libcthreads_spec_build_requires = @ax_libcthreads_spec_build_requires@
513ax_libcthreads_spec_requires = @ax_libcthreads_spec_requires@
514ax_libfcache_pc_libs_private = @ax_libfcache_pc_libs_private@
515ax_libfcache_spec_build_requires = @ax_libfcache_spec_build_requires@
516ax_libfcache_spec_requires = @ax_libfcache_spec_requires@
517ax_libfdata_pc_libs_private = @ax_libfdata_pc_libs_private@
518ax_libfdata_spec_build_requires = @ax_libfdata_spec_build_requires@
519ax_libfdata_spec_requires = @ax_libfdata_spec_requires@
520ax_libfdatetime_pc_libs_private = @ax_libfdatetime_pc_libs_private@
521ax_libfdatetime_spec_build_requires = @ax_libfdatetime_spec_build_requires@
522ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
523ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
524ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
525ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
526ax_libfmapi_pc_libs_private = @ax_libfmapi_pc_libs_private@
527ax_libfmapi_spec_build_requires = @ax_libfmapi_spec_build_requires@
528ax_libfmapi_spec_requires = @ax_libfmapi_spec_requires@
529ax_libfvalue_pc_libs_private = @ax_libfvalue_pc_libs_private@
530ax_libfvalue_spec_build_requires = @ax_libfvalue_spec_build_requires@
531ax_libfvalue_spec_requires = @ax_libfvalue_spec_requires@
532ax_libfwnt_pc_libs_private = @ax_libfwnt_pc_libs_private@
533ax_libfwnt_spec_build_requires = @ax_libfwnt_spec_build_requires@
534ax_libfwnt_spec_requires = @ax_libfwnt_spec_requires@
535ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
536ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
537ax_libuna_spec_requires = @ax_libuna_spec_requires@
538ax_pthread_pc_libs_private = @ax_pthread_pc_libs_private@
539ax_zlib_pc_libs_private = @ax_zlib_pc_libs_private@
540ax_zlib_spec_build_requires = @ax_zlib_spec_build_requires@
541ax_zlib_spec_requires = @ax_zlib_spec_requires@
542ax_zlib_static_spec_build_requires = @ax_zlib_static_spec_build_requires@
543ax_zlib_static_spec_requires = @ax_zlib_static_spec_requires@
544bindir = @bindir@
545build = @build@
546build_alias = @build_alias@
547build_cpu = @build_cpu@
548build_os = @build_os@
549build_vendor = @build_vendor@
550builddir = @builddir@
551datadir = @datadir@
552datarootdir = @datarootdir@
553docdir = @docdir@
554dvidir = @dvidir@
555exec_prefix = @exec_prefix@
556host = @host@
557host_alias = @host_alias@
558host_cpu = @host_cpu@
559host_os = @host_os@
560host_vendor = @host_vendor@
561htmldir = @htmldir@
562includedir = @includedir@
563infodir = @infodir@
564install_sh = @install_sh@
565libbfio_CFLAGS = @libbfio_CFLAGS@
566libbfio_LIBS = @libbfio_LIBS@
567libcdata_CFLAGS = @libcdata_CFLAGS@
568libcdata_LIBS = @libcdata_LIBS@
569libcerror_CFLAGS = @libcerror_CFLAGS@
570libcerror_LIBS = @libcerror_LIBS@
571libcfile_CFLAGS = @libcfile_CFLAGS@
572libcfile_LIBS = @libcfile_LIBS@
573libclocale_CFLAGS = @libclocale_CFLAGS@
574libclocale_LIBS = @libclocale_LIBS@
575libcnotify_CFLAGS = @libcnotify_CFLAGS@
576libcnotify_LIBS = @libcnotify_LIBS@
577libcpath_CFLAGS = @libcpath_CFLAGS@
578libcpath_LIBS = @libcpath_LIBS@
579libcsplit_CFLAGS = @libcsplit_CFLAGS@
580libcsplit_LIBS = @libcsplit_LIBS@
581libcthreads_CFLAGS = @libcthreads_CFLAGS@
582libcthreads_LIBS = @libcthreads_LIBS@
583libdir = @libdir@
584libexecdir = @libexecdir@
585libfcache_CFLAGS = @libfcache_CFLAGS@
586libfcache_LIBS = @libfcache_LIBS@
587libfdata_CFLAGS = @libfdata_CFLAGS@
588libfdata_LIBS = @libfdata_LIBS@
589libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
590libfdatetime_LIBS = @libfdatetime_LIBS@
591libfguid_CFLAGS = @libfguid_CFLAGS@
592libfguid_LIBS = @libfguid_LIBS@
593libfmapi_CFLAGS = @libfmapi_CFLAGS@
594libfmapi_LIBS = @libfmapi_LIBS@
595libfvalue_CFLAGS = @libfvalue_CFLAGS@
596libfvalue_LIBS = @libfvalue_LIBS@
597libfwnt_CFLAGS = @libfwnt_CFLAGS@
598libfwnt_LIBS = @libfwnt_LIBS@
599libpff_spec_build_requires = @libpff_spec_build_requires@
600libpff_spec_requires = @libpff_spec_requires@
601libuna_CFLAGS = @libuna_CFLAGS@
602libuna_LIBS = @libuna_LIBS@
603localedir = @localedir@
604localstatedir = @localstatedir@
605mandir = @mandir@
606mkdir_p = @mkdir_p@
607oldincludedir = @oldincludedir@
608pdfdir = @pdfdir@
609prefix = @prefix@
610program_transform_name = @program_transform_name@
611psdir = @psdir@
612pyexecdir = @pyexecdir@
613pyexecdir2 = @pyexecdir2@
614pyexecdir3 = @pyexecdir3@
615pythondir = @pythondir@
616pythondir2 = @pythondir2@
617pythondir3 = @pythondir3@
618sbindir = @sbindir@
619sharedstatedir = @sharedstatedir@
620srcdir = @srcdir@
621sysconfdir = @sysconfdir@
622target_alias = @target_alias@
623top_build_prefix = @top_build_prefix@
624top_builddir = @top_builddir@
625top_srcdir = @top_srcdir@
626zlib_CFLAGS = @zlib_CFLAGS@
627zlib_LIBS = @zlib_LIBS@
628ACLOCAL_AMFLAGS = -I m4
629SUBDIRS = \
630	include \
631	common \
632	libcerror \
633	libcthreads \
634	libcdata \
635	libclocale \
636	libcnotify \
637	libcsplit \
638	libuna \
639	libcfile \
640	libcpath \
641	libbfio \
642	libfcache \
643	libfdata \
644	libfdatetime \
645	libfguid \
646	libfvalue \
647	libfwnt \
648	libfmapi \
649	libpff \
650	pfftools \
651	jpff \
652	pypff \
653	pypff-python2 \
654	pypff-python3 \
655	po \
656	manuals \
657	tests \
658	msvscpp
659
660DPKG_FILES = \
661	dpkg/changelog \
662	dpkg/changelog.in \
663	dpkg/compat \
664	dpkg/control \
665	dpkg/copyright \
666	dpkg/rules \
667	dpkg/libpff.install \
668	dpkg/libpff-dev.install \
669	dpkg/libpff-python.install \
670	dpkg/libpff-python3.install \
671	dpkg/libpff-tools.install \
672	dpkg/source/format
673
674GETTEXT_FILES = \
675	config.rpath \
676	po/Makevars.in
677
678PKGCONFIG_FILES = \
679	libpff.pc.in
680
681SETUP_PY_FILES = \
682	setup.py
683
684SPEC_FILES = \
685	libpff.spec \
686	libpff.spec.in
687
688EXTRA_DIST = \
689	$(DPKG_FILES) \
690	$(GETTEXT_FILES) \
691	$(PKGCONFIG_FILES) \
692	$(SETUP_PY_FILES) \
693	$(SPEC_FILES)
694
695MAINTAINERCLEANFILES = \
696	Makefile.in
697
698pkgconfigdir = $(prefix)/libdata/pkgconfig
699pkgconfig_DATA = \
700	libpff.pc
701
702all: all-recursive
703
704.SUFFIXES:
705am--refresh: Makefile
706	@:
707$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
708	@for dep in $?; do \
709	  case '$(am__configure_deps)' in \
710	    *$$dep*) \
711	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
712	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
713		&& exit 0; \
714	      exit 1;; \
715	  esac; \
716	done; \
717	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
718	$(am__cd) $(top_srcdir) && \
719	  $(AUTOMAKE) --gnu Makefile
720Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
721	@case '$?' in \
722	  *config.status*) \
723	    echo ' $(SHELL) ./config.status'; \
724	    $(SHELL) ./config.status;; \
725	  *) \
726	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
727	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
728	esac;
729
730$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
731	$(SHELL) ./config.status --recheck
732
733$(top_srcdir)/configure:  $(am__configure_deps)
734	$(am__cd) $(srcdir) && $(AUTOCONF)
735$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
736	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
737$(am__aclocal_m4_deps):
738include/libpff/definitions.h: $(top_builddir)/config.status $(top_srcdir)/include/libpff/definitions.h.in
739	cd $(top_builddir) && $(SHELL) ./config.status $@
740include/libpff/features.h: $(top_builddir)/config.status $(top_srcdir)/include/libpff/features.h.in
741	cd $(top_builddir) && $(SHELL) ./config.status $@
742include/libpff/types.h: $(top_builddir)/config.status $(top_srcdir)/include/libpff/types.h.in
743	cd $(top_builddir) && $(SHELL) ./config.status $@
744dpkg/changelog: $(top_builddir)/config.status $(top_srcdir)/dpkg/changelog.in
745	cd $(top_builddir) && $(SHELL) ./config.status $@
746libpff.pc: $(top_builddir)/config.status $(srcdir)/libpff.pc.in
747	cd $(top_builddir) && $(SHELL) ./config.status $@
748libpff.spec: $(top_builddir)/config.status $(srcdir)/libpff.spec.in
749	cd $(top_builddir) && $(SHELL) ./config.status $@
750
751mostlyclean-libtool:
752	-rm -f *.lo
753
754clean-libtool:
755	-rm -rf .libs _libs
756
757distclean-libtool:
758	-rm -f libtool config.lt
759install-pkgconfigDATA: $(pkgconfig_DATA)
760	@$(NORMAL_INSTALL)
761	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
762	if test -n "$$list"; then \
763	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
764	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
765	fi; \
766	for p in $$list; do \
767	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
768	  echo "$$d$$p"; \
769	done | $(am__base_list) | \
770	while read files; do \
771	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
772	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
773	done
774
775uninstall-pkgconfigDATA:
776	@$(NORMAL_UNINSTALL)
777	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
778	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
779	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
780
781# This directory's subdirectories are mostly independent; you can cd
782# into them and run 'make' without going through this Makefile.
783# To change the values of 'make' variables: instead of editing Makefiles,
784# (1) if the variable is set in 'config.status', edit 'config.status'
785#     (which will cause the Makefiles to be regenerated when you run 'make');
786# (2) otherwise, pass the desired values on the 'make' command line.
787$(am__recursive_targets):
788	@fail=; \
789	if $(am__make_keepgoing); then \
790	  failcom='fail=yes'; \
791	else \
792	  failcom='exit 1'; \
793	fi; \
794	dot_seen=no; \
795	target=`echo $@ | sed s/-recursive//`; \
796	case "$@" in \
797	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
798	  *) list='$(SUBDIRS)' ;; \
799	esac; \
800	for subdir in $$list; do \
801	  echo "Making $$target in $$subdir"; \
802	  if test "$$subdir" = "."; then \
803	    dot_seen=yes; \
804	    local_target="$$target-am"; \
805	  else \
806	    local_target="$$target"; \
807	  fi; \
808	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
809	  || eval $$failcom; \
810	done; \
811	if test "$$dot_seen" = "no"; then \
812	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
813	fi; test -z "$$fail"
814
815ID: $(am__tagged_files)
816	$(am__define_uniq_tagged_files); mkid -fID $$unique
817tags: tags-recursive
818TAGS: tags
819
820tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
821	set x; \
822	here=`pwd`; \
823	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
824	  include_option=--etags-include; \
825	  empty_fix=.; \
826	else \
827	  include_option=--include; \
828	  empty_fix=; \
829	fi; \
830	list='$(SUBDIRS)'; for subdir in $$list; do \
831	  if test "$$subdir" = .; then :; else \
832	    test ! -f $$subdir/TAGS || \
833	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
834	  fi; \
835	done; \
836	$(am__define_uniq_tagged_files); \
837	shift; \
838	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
839	  test -n "$$unique" || unique=$$empty_fix; \
840	  if test $$# -gt 0; then \
841	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
842	      "$$@" $$unique; \
843	  else \
844	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
845	      $$unique; \
846	  fi; \
847	fi
848ctags: ctags-recursive
849
850CTAGS: ctags
851ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
852	$(am__define_uniq_tagged_files); \
853	test -z "$(CTAGS_ARGS)$$unique" \
854	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
855	     $$unique
856
857GTAGS:
858	here=`$(am__cd) $(top_builddir) && pwd` \
859	  && $(am__cd) $(top_srcdir) \
860	  && gtags -i $(GTAGS_ARGS) "$$here"
861cscope: cscope.files
862	test ! -s cscope.files \
863	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
864clean-cscope:
865	-rm -f cscope.files
866cscope.files: clean-cscope cscopelist
867cscopelist: cscopelist-recursive
868
869cscopelist-am: $(am__tagged_files)
870	list='$(am__tagged_files)'; \
871	case "$(srcdir)" in \
872	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
873	  *) sdir=$(subdir)/$(srcdir) ;; \
874	esac; \
875	for i in $$list; do \
876	  if test -f "$$i"; then \
877	    echo "$(subdir)/$$i"; \
878	  else \
879	    echo "$$sdir/$$i"; \
880	  fi; \
881	done >> $(top_builddir)/cscope.files
882
883distclean-tags:
884	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
885	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
886
887distdir: $(DISTFILES)
888	$(am__remove_distdir)
889	test -d "$(distdir)" || mkdir "$(distdir)"
890	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
891	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
892	list='$(DISTFILES)'; \
893	  dist_files=`for file in $$list; do echo $$file; done | \
894	  sed -e "s|^$$srcdirstrip/||;t" \
895	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
896	case $$dist_files in \
897	  */*) $(MKDIR_P) `echo "$$dist_files" | \
898			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
899			   sort -u` ;; \
900	esac; \
901	for file in $$dist_files; do \
902	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
903	  if test -d $$d/$$file; then \
904	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
905	    if test -d "$(distdir)/$$file"; then \
906	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
907	    fi; \
908	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
909	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
910	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
911	    fi; \
912	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
913	  else \
914	    test -f "$(distdir)/$$file" \
915	    || cp -p $$d/$$file "$(distdir)/$$file" \
916	    || exit 1; \
917	  fi; \
918	done
919	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
920	  if test "$$subdir" = .; then :; else \
921	    $(am__make_dryrun) \
922	      || test -d "$(distdir)/$$subdir" \
923	      || $(MKDIR_P) "$(distdir)/$$subdir" \
924	      || exit 1; \
925	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
926	    $(am__relativize); \
927	    new_distdir=$$reldir; \
928	    dir1=$$subdir; dir2="$(top_distdir)"; \
929	    $(am__relativize); \
930	    new_top_distdir=$$reldir; \
931	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
932	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
933	    ($(am__cd) $$subdir && \
934	      $(MAKE) $(AM_MAKEFLAGS) \
935	        top_distdir="$$new_top_distdir" \
936	        distdir="$$new_distdir" \
937		am__remove_distdir=: \
938		am__skip_length_check=: \
939		am__skip_mode_fix=: \
940	        distdir) \
941	      || exit 1; \
942	  fi; \
943	done
944	-test -n "$(am__skip_mode_fix)" \
945	|| find "$(distdir)" -type d ! -perm -755 \
946		-exec chmod u+rwx,go+rx {} \; -o \
947	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
948	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
949	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
950	|| chmod -R a+r "$(distdir)"
951dist-gzip: distdir
952	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
953	$(am__post_remove_distdir)
954
955dist-bzip2: distdir
956	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
957	$(am__post_remove_distdir)
958
959dist-lzip: distdir
960	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
961	$(am__post_remove_distdir)
962
963dist-xz: distdir
964	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
965	$(am__post_remove_distdir)
966
967dist-tarZ: distdir
968	@echo WARNING: "Support for distribution archives compressed with" \
969		       "legacy program 'compress' is deprecated." >&2
970	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
971	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
972	$(am__post_remove_distdir)
973
974dist-shar: distdir
975	@echo WARNING: "Support for shar distribution archives is" \
976	               "deprecated." >&2
977	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
978	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
979	$(am__post_remove_distdir)
980
981dist-zip: distdir
982	-rm -f $(distdir).zip
983	zip -rq $(distdir).zip $(distdir)
984	$(am__post_remove_distdir)
985
986dist dist-all:
987	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
988	$(am__post_remove_distdir)
989
990# This target untars the dist file and tries a VPATH configuration.  Then
991# it guarantees that the distribution is self-contained by making another
992# tarfile.
993distcheck: dist
994	case '$(DIST_ARCHIVES)' in \
995	*.tar.gz*) \
996	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
997	*.tar.bz2*) \
998	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
999	*.tar.lz*) \
1000	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1001	*.tar.xz*) \
1002	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1003	*.tar.Z*) \
1004	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1005	*.shar.gz*) \
1006	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1007	*.zip*) \
1008	  unzip $(distdir).zip ;;\
1009	esac
1010	chmod -R a-w $(distdir)
1011	chmod u+w $(distdir)
1012	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1013	chmod a-w $(distdir)
1014	test -d $(distdir)/_build || exit 0; \
1015	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1016	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1017	  && am__cwd=`pwd` \
1018	  && $(am__cd) $(distdir)/_build/sub \
1019	  && ../../configure \
1020	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1021	    $(DISTCHECK_CONFIGURE_FLAGS) \
1022	    --srcdir=../.. --prefix="$$dc_install_base" \
1023	  && $(MAKE) $(AM_MAKEFLAGS) \
1024	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1025	  && $(MAKE) $(AM_MAKEFLAGS) check \
1026	  && $(MAKE) $(AM_MAKEFLAGS) install \
1027	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1028	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1029	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1030	        distuninstallcheck \
1031	  && chmod -R a-w "$$dc_install_base" \
1032	  && ({ \
1033	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1034	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1035	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1036	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1037	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1038	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1039	  && rm -rf "$$dc_destdir" \
1040	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1041	  && rm -rf $(DIST_ARCHIVES) \
1042	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1043	  && cd "$$am__cwd" \
1044	  || exit 1
1045	$(am__post_remove_distdir)
1046	@(echo "$(distdir) archives ready for distribution: "; \
1047	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1048	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1049distuninstallcheck:
1050	@test -n '$(distuninstallcheck_dir)' || { \
1051	  echo 'ERROR: trying to run $@ with an empty' \
1052	       '$$(distuninstallcheck_dir)' >&2; \
1053	  exit 1; \
1054	}; \
1055	$(am__cd) '$(distuninstallcheck_dir)' || { \
1056	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1057	  exit 1; \
1058	}; \
1059	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1060	   || { echo "ERROR: files left after uninstall:" ; \
1061	        if test -n "$(DESTDIR)"; then \
1062	          echo "  (check DESTDIR support)"; \
1063	        fi ; \
1064	        $(distuninstallcheck_listfiles) ; \
1065	        exit 1; } >&2
1066distcleancheck: distclean
1067	@if test '$(srcdir)' = . ; then \
1068	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1069	  exit 1 ; \
1070	fi
1071	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1072	  || { echo "ERROR: files left in build directory after distclean:" ; \
1073	       $(distcleancheck_listfiles) ; \
1074	       exit 1; } >&2
1075check-am: all-am
1076check: check-recursive
1077all-am: Makefile $(DATA)
1078installdirs: installdirs-recursive
1079installdirs-am:
1080	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
1081	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1082	done
1083install: install-recursive
1084install-exec: install-exec-recursive
1085install-data: install-data-recursive
1086uninstall: uninstall-recursive
1087
1088install-am: all-am
1089	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1090
1091installcheck: installcheck-recursive
1092install-strip:
1093	if test -z '$(STRIP)'; then \
1094	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1095	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1096	      install; \
1097	else \
1098	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1099	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1100	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1101	fi
1102mostlyclean-generic:
1103
1104clean-generic:
1105
1106distclean-generic:
1107	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1108	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1109
1110maintainer-clean-generic:
1111	@echo "This command is intended for maintainers to use"
1112	@echo "it deletes files that may require special tools to rebuild."
1113	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1114clean: clean-recursive
1115
1116clean-am: clean-generic clean-libtool mostlyclean-am
1117
1118distclean-am: clean-am distclean-generic distclean-libtool \
1119	distclean-tags
1120
1121dvi: dvi-recursive
1122
1123dvi-am:
1124
1125html: html-recursive
1126
1127html-am:
1128
1129info: info-recursive
1130
1131info-am:
1132
1133install-data-am: install-pkgconfigDATA
1134
1135install-dvi: install-dvi-recursive
1136
1137install-dvi-am:
1138
1139install-exec-am:
1140
1141install-html: install-html-recursive
1142
1143install-html-am:
1144
1145install-info: install-info-recursive
1146
1147install-info-am:
1148
1149install-man:
1150
1151install-pdf: install-pdf-recursive
1152
1153install-pdf-am:
1154
1155install-ps: install-ps-recursive
1156
1157install-ps-am:
1158
1159installcheck-am:
1160
1161maintainer-clean: maintainer-clean-recursive
1162	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1163	-rm -rf $(top_srcdir)/autom4te.cache
1164	-rm -f Makefile
1165maintainer-clean-am: distclean-am maintainer-clean-generic
1166
1167mostlyclean: mostlyclean-recursive
1168
1169mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1170
1171pdf: pdf-recursive
1172
1173pdf-am:
1174
1175ps: ps-recursive
1176
1177ps-am:
1178
1179uninstall-am: uninstall-pkgconfigDATA
1180
1181.MAKE: $(am__recursive_targets) install-am install-strip
1182
1183.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1184	am--refresh check check-am clean clean-cscope clean-generic \
1185	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1186	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1187	dist-xz dist-zip distcheck distclean distclean-generic \
1188	distclean-libtool distclean-tags distcleancheck distdir \
1189	distuninstallcheck dvi dvi-am html html-am info info-am \
1190	install install-am install-data install-data-am install-dvi \
1191	install-dvi-am install-exec install-exec-am install-html \
1192	install-html-am install-info install-info-am install-man \
1193	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1194	install-ps-am install-strip installcheck installcheck-am \
1195	installdirs installdirs-am maintainer-clean \
1196	maintainer-clean-generic mostlyclean mostlyclean-generic \
1197	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1198	uninstall-am uninstall-pkgconfigDATA
1199
1200.PRECIOUS: Makefile
1201
1202
1203libtool: @LIBTOOL_DEPS@
1204	cd $(srcdir) && $(SHELL) ./config.status --recheck
1205
1206lib: library
1207
1208library:
1209	(cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
1210	(cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS))
1211	(cd $(srcdir)/libcdata && $(MAKE) $(AM_MAKEFLAGS))
1212	(cd $(srcdir)/libclocale && $(MAKE) $(AM_MAKEFLAGS))
1213	(cd $(srcdir)/libcnotify && $(MAKE) $(AM_MAKEFLAGS))
1214	(cd $(srcdir)/libcsplit && $(MAKE) $(AM_MAKEFLAGS))
1215	(cd $(srcdir)/libuna && $(MAKE) $(AM_MAKEFLAGS))
1216	(cd $(srcdir)/libcfile && $(MAKE) $(AM_MAKEFLAGS))
1217	(cd $(srcdir)/libcpath && $(MAKE) $(AM_MAKEFLAGS))
1218	(cd $(srcdir)/libbfio && $(MAKE) $(AM_MAKEFLAGS))
1219	(cd $(srcdir)/libfcache && $(MAKE) $(AM_MAKEFLAGS))
1220	(cd $(srcdir)/libfdata && $(MAKE) $(AM_MAKEFLAGS))
1221	(cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
1222	(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
1223	(cd $(srcdir)/libfvalue && $(MAKE) $(AM_MAKEFLAGS))
1224	(cd $(srcdir)/libfwnt && $(MAKE) $(AM_MAKEFLAGS))
1225	(cd $(srcdir)/libfmapi && $(MAKE) $(AM_MAKEFLAGS))
1226	(cd $(srcdir)/libpff && $(MAKE) $(AM_MAKEFLAGS))
1227	(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1228
1229distclean: clean
1230	/bin/rm -f Makefile
1231	/bin/rm -f config.status
1232	/bin/rm -f config.cache
1233	/bin/rm -f config.log
1234	/bin/rm -f libpff.pc
1235	/bin/rm -f libpff.spec
1236	@for dir in ${subdirs}; do \
1237		(cd $$dir && $(MAKE) distclean) \
1238		|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1239	done && test -z "$$fail"
1240
1241splint:
1242	(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
1243	(cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
1244	(cd $(srcdir)/libclocale && $(MAKE) splint $(AM_MAKEFLAGS))
1245	(cd $(srcdir)/libcnotify && $(MAKE) splint $(AM_MAKEFLAGS))
1246	(cd $(srcdir)/libcsplit && $(MAKE) splint $(AM_MAKEFLAGS))
1247	(cd $(srcdir)/libuna && $(MAKE) splint $(AM_MAKEFLAGS))
1248	(cd $(srcdir)/libcfile && $(MAKE) splint $(AM_MAKEFLAGS))
1249	(cd $(srcdir)/libcpath && $(MAKE) splint $(AM_MAKEFLAGS))
1250	(cd $(srcdir)/libbfio && $(MAKE) splint $(AM_MAKEFLAGS))
1251	(cd $(srcdir)/libfcache && $(MAKE) splint $(AM_MAKEFLAGS))
1252	(cd $(srcdir)/libfdata && $(MAKE) splint $(AM_MAKEFLAGS))
1253	(cd $(srcdir)/libfdatetime && $(MAKE) splint $(AM_MAKEFLAGS))
1254	(cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
1255	(cd $(srcdir)/libfvalue && $(MAKE) splint $(AM_MAKEFLAGS))
1256	(cd $(srcdir)/libfwnt && $(MAKE) splint $(AM_MAKEFLAGS))
1257	(cd $(srcdir)/libfmapi && $(MAKE) splint $(AM_MAKEFLAGS))
1258	(cd $(srcdir)/libpff && $(MAKE) splint $(AM_MAKEFLAGS))
1259	(cd $(srcdir)/pfftools && $(MAKE) splint $(AM_MAKEFLAGS))
1260	(cd $(srcdir)/pypff && $(MAKE) splint $(AM_MAKEFLAGS))
1261	(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
1262	(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
1263
1264# Tell versions [3.59,3.63) of GNU make to not export all variables.
1265# Otherwise a system limit (for SysV at least) may be exceeded.
1266.NOEXPORT:
1267