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