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