diff -Nru libewf-20140815/Makefile.am libewf-20140816/Makefile.am --- libewf-20140815/Makefile.am 2023-10-28 06:30:50.000000000 +0000 +++ libewf-20140816/Makefile.am 2023-12-03 09:02:54.000000000 +0000 @@ -26,8 +26,6 @@ ewftools \ ewf.net \ pyewf \ - pyewf-python2 \ - pyewf-python3 \ po \ documents \ manuals \ diff -Nru libewf-20140815/Makefile.in libewf-20140816/Makefile.in --- libewf-20140815/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/Makefile.in 2023-12-03 12:15:09.000000000 +0000 @@ -458,26 +458,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -664,11 +644,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ @@ -709,8 +685,6 @@ ewftools \ ewf.net \ pyewf \ - pyewf-python2 \ - pyewf-python3 \ po \ documents \ manuals \ diff -Nru libewf-20140815/common/Makefile.in libewf-20140816/common/Makefile.in --- libewf-20140815/common/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/common/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -357,26 +357,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -563,11 +543,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/common/config.h libewf-20140816/common/config.h --- libewf-20140815/common/config.h 2023-11-19 08:09:49.000000000 +0000 +++ libewf-20140816/common/config.h 2023-12-03 09:03:25.000000000 +0000 @@ -734,7 +734,7 @@ #define PACKAGE_NAME "libewf" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libewf 20140815" +#define PACKAGE_STRING "libewf 20140816" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libewf" @@ -743,7 +743,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20140815" +#define PACKAGE_VERSION "20140816" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -772,7 +772,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "20140815" +#define VERSION "20140816" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ diff -Nru libewf-20140815/config.guess libewf-20140816/config.guess --- libewf-20140815/config.guess 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/config.guess 2023-12-03 12:15:09.000000000 +0000 @@ -1,10 +1,10 @@ #!/usr/bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2022 Free Software Foundation, Inc. +# Copyright 1992-2023 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2023-06-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ usage="\ Usage: $0 [OPTION] -Output the configuration name of the system \`$me' is run on. +Output the configuration name of the system '$me' is run on. Options: -h, --help print this help, then exit @@ -60,13 +60,13 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2022 Free Software Foundation, Inc. +Copyright 1992-2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" -Try \`$me --help' for more information." +Try '$me --help' for more information." # Parse command line while test $# -gt 0 ; do @@ -102,8 +102,8 @@ # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. +# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still +# use 'HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. @@ -459,7 +459,7 @@ UNAME_RELEASE=`uname -v` ;; esac - # Japanese Language versions have a version number like `4.1.3-JL'. + # Japanese Language versions have a version number like '4.1.3-JL'. SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` GUESS=sparc-sun-sunos$SUN_REL ;; @@ -966,6 +966,12 @@ GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC ;; + x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*) + GUESS="$UNAME_MACHINE-pc-managarm-mlibc" + ;; + *:[Mm]anagarm:*:*) + GUESS="$UNAME_MACHINE-unknown-managarm-mlibc" + ;; *:Minix:*:*) GUESS=$UNAME_MACHINE-unknown-minix ;; @@ -1036,7 +1042,7 @@ k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) @@ -1191,7 +1197,7 @@ GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION ;; i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility + # If we were able to find 'uname', then EMX Unix compatibility # is probably installed. GUESS=$UNAME_MACHINE-pc-os2-emx ;; @@ -1332,7 +1338,7 @@ GUESS=ns32k-sni-sysv fi ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort # says GUESS=i586-unisys-sysv4 ;; diff -Nru libewf-20140815/config.sub libewf-20140816/config.sub --- libewf-20140815/config.sub 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/config.sub 2023-12-03 12:15:09.000000000 +0000 @@ -1,10 +1,10 @@ #!/usr/bin/sh # Configuration validation subroutine script. -# Copyright 1992-2022 Free Software Foundation, Inc. +# Copyright 1992-2023 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-03' +timestamp='2023-06-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -76,13 +76,13 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2022 Free Software Foundation, Inc. +Copyright 1992-2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" -Try \`$me --help' for more information." +Try '$me --help' for more information." # Parse command line while test $# -gt 0 ; do @@ -130,7 +130,7 @@ # Separate into logical components for further validation case $1 in *-*-*-*-*) - echo Invalid configuration \`"$1"\': more than four components >&2 + echo "Invalid configuration '$1': more than four components" >&2 exit 1 ;; *-*-*-*) @@ -145,7 +145,7 @@ nto-qnx* | linux-* | uclinux-uclibc* \ | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ - | storm-chaos* | os2-emx* | rtmk-nova*) + | storm-chaos* | os2-emx* | rtmk-nova* | managarm-*) basic_machine=$field1 basic_os=$maybe_os ;; @@ -943,7 +943,7 @@ EOF IFS=$saved_IFS ;; - # We use `pc' rather than `unknown' + # We use 'pc' rather than 'unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) @@ -1075,7 +1075,7 @@ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) cpu=i586 ;; - pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*) + pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*) cpu=i686 ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) @@ -1207,7 +1207,7 @@ | k1om \ | le32 | le64 \ | lm32 \ - | loongarch32 | loongarch64 | loongarchx32 \ + | loongarch32 | loongarch64 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ @@ -1285,7 +1285,7 @@ ;; *) - echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 + echo "Invalid configuration '$1': machine '$cpu-$vendor' not recognized" 1>&2 exit 1 ;; esac @@ -1341,6 +1341,10 @@ kernel=linux os=`echo "$basic_os" | sed -e 's|linux|gnu|'` ;; + managarm*) + kernel=managarm + os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'` + ;; *) kernel= os=$basic_os @@ -1754,7 +1758,7 @@ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ - | fiwix* ) + | fiwix* | mlibc* ) ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) @@ -1762,8 +1766,11 @@ ;; none) ;; + kernel* ) + # Restricted further below + ;; *) - echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2 + echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2 exit 1 ;; esac @@ -1772,14 +1779,24 @@ # (given a valid OS), if there is a kernel. case $kernel-$os in linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ - | linux-musl* | linux-relibc* | linux-uclibc* ) + | linux-musl* | linux-relibc* | linux-uclibc* | linux-mlibc* ) ;; uclinux-uclibc* ) ;; - -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) + managarm-mlibc* | managarm-kernel* ) + ;; + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* ) # These are just libc implementations, not actual OSes, and thus # require a kernel. - echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2 + echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2 + exit 1 + ;; + -kernel* ) + echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2 + exit 1 + ;; + *-kernel* ) + echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2 exit 1 ;; kfreebsd*-gnu* | kopensolaris*-gnu*) @@ -1796,7 +1813,7 @@ # Blank kernel with real OS is always fine. ;; *-*) - echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2 + echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2 exit 1 ;; esac diff -Nru libewf-20140815/configure libewf-20140816/configure --- libewf-20140815/configure 2023-11-19 08:39:09.000000000 +0000 +++ libewf-20140816/configure 2023-12-03 12:15:07.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libewf 20140815. +# Generated by GNU Autoconf 2.71 for libewf 20140816. # # Report bugs to . # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libewf' PACKAGE_TARNAME='libewf' -PACKAGE_VERSION='20140815' -PACKAGE_STRING='libewf 20140815' +PACKAGE_VERSION='20140816' +PACKAGE_STRING='libewf 20140816' PACKAGE_BUGREPORT='joachim.metz@gmail.com' PACKAGE_URL='' @@ -727,36 +727,8 @@ libodraw_CFLAGS HAVE_PYTHON_TESTS_FALSE HAVE_PYTHON_TESTS_TRUE -HAVE_PYTHON3_FALSE -HAVE_PYTHON3_TRUE -HAVE_PYTHON2_FALSE -HAVE_PYTHON2_TRUE HAVE_PYTHON_FALSE HAVE_PYTHON_TRUE -PYTHON3_PACKAGE_DIR -PYTHON3_LIBRARY_DIR -pyexecdir3 -pythondir3 -PYTHON3_EXEC_PREFIX -PYTHON3_PREFIX -PYTHON3_LDFLAGS -PYTHON3_CPPFLAGS -PYTHON3_CONFIG -PYTHON3_PLATFORM -PYTHON3_VERSION -PYTHON3 -PYTHON2_PACKAGE_DIR -PYTHON2_LIBRARY_DIR -pyexecdir2 -pythondir2 -PYTHON2_EXEC_PREFIX -PYTHON2_PREFIX -PYTHON2_LDFLAGS -PYTHON2_CPPFLAGS -PYTHON2_CONFIG -PYTHON2_PLATFORM -PYTHON2_VERSION -PYTHON2 PYTHON_PACKAGE_DIR PYTHON_LIBRARY_DIR pyexecdir @@ -1185,10 +1157,6 @@ with_pyprefix enable_python with_pythondir -enable_python2 -with_pythondir2 -enable_python3 -with_pythondir3 with_libodraw with_libsmdev with_libsmraw @@ -1808,7 +1776,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libewf 20140815 to adapt to many kinds of systems. +\`configure' configures libewf 20140816 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1879,7 +1847,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libewf 20140815:";; + short | recursive ) echo "Configuration of libewf 20140816:";; esac cat <<\_ACEOF @@ -1919,8 +1887,6 @@ [default=auto-detect] --enable-v1-api enable version 1 API [default=no] --enable-python build Python bindings [default=no] - --enable-python2 build Python 2 bindings [default=no] - --enable-python3 build Python 3 bindings [default=no] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -2005,10 +1971,6 @@ of pythondir instead of --prefix [default=no] --with-pythondir[=no] use to specify the Python directory (pythondir) [default=no] - --with-pythondir2[=no] use to specify the Python 2 directory (pythondir2) - [default=no] - --with-pythondir3[=no] use to specify the Python 3 directory (pythondir3) - [default=no] --with-libodraw[=DIR] search for libodraw in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] @@ -2203,7 +2165,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libewf configure 20140815 +libewf configure 20140816 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2924,7 +2886,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libewf $as_me 20140815, which was +It was created by libewf $as_me 20140816, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4413,7 +4375,7 @@ # Define the identity of the package. PACKAGE='libewf' - VERSION='20140815' + VERSION='20140816' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -66293,86 +66255,6 @@ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_with_pythondir" >&5 printf "%s\n" "$ac_cv_with_pythondir" >&6; } - - # Check whether --enable-python2 was given. -if test ${enable_python2+y} -then : - enableval=$enable_python2; ac_cv_enable_python2=$enableval -else $as_nop - ac_cv_enable_python2=no -fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable build Python 2 bindings" >&5 -printf %s "checking whether to enable build Python 2 bindings... " >&6; } -if test ${ac_cv_enable_python2+y} -then : - printf %s "(cached) " >&6 -else $as_nop - ac_cv_enable_python2=no -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_enable_python2" >&5 -printf "%s\n" "$ac_cv_enable_python2" >&6; } - - -# Check whether --with-pythondir2 was given. -if test ${with_pythondir2+y} -then : - withval=$with_pythondir2; ac_cv_with_pythondir2=$withval -else $as_nop - ac_cv_with_pythondir2=no -fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use use to specify the Python 2 directory (pythondir2)" >&5 -printf %s "checking whether to use use to specify the Python 2 directory (pythondir2)... " >&6; } -if test ${ac_cv_with_pythondir2+y} -then : - printf %s "(cached) " >&6 -else $as_nop - ac_cv_with_pythondir2=no -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_with_pythondir2" >&5 -printf "%s\n" "$ac_cv_with_pythondir2" >&6; } - - - # Check whether --enable-python3 was given. -if test ${enable_python3+y} -then : - enableval=$enable_python3; ac_cv_enable_python3=$enableval -else $as_nop - ac_cv_enable_python3=no -fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable build Python 3 bindings" >&5 -printf %s "checking whether to enable build Python 3 bindings... " >&6; } -if test ${ac_cv_enable_python3+y} -then : - printf %s "(cached) " >&6 -else $as_nop - ac_cv_enable_python3=no -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_enable_python3" >&5 -printf "%s\n" "$ac_cv_enable_python3" >&6; } - - -# Check whether --with-pythondir3 was given. -if test ${with_pythondir3+y} -then : - withval=$with_pythondir3; ac_cv_with_pythondir3=$withval -else $as_nop - ac_cv_with_pythondir3=no -fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use use to specify the Python 3 directory (pythondir3)" >&5 -printf %s "checking whether to use use to specify the Python 3 directory (pythondir3)... " >&6; } -if test ${ac_cv_with_pythondir3+y} -then : - printf %s "(cached) " >&6 -else $as_nop - ac_cv_with_pythondir3=no -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_with_pythondir3" >&5 -printf "%s\n" "$ac_cv_with_pythondir3" >&6; } - if test "x${ac_cv_enable_python}" != xno then : if test "x${PYTHON_VERSION}" != x @@ -66669,492 +66551,6 @@ fi - if test "x${ac_cv_enable_python2}" != xno -then : - ax_python2_progs="python2 python2.7 python2.6 python2.5" - for ac_prog in $ax_python2_progs -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_PYTHON2+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$PYTHON2"; then - ac_cv_prog_PYTHON2="$PYTHON2" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_PYTHON2="$ac_prog" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -PYTHON2=$ac_cv_prog_PYTHON2 -if test -n "$PYTHON2"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON2" >&5 -printf "%s\n" "$PYTHON2" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - - test -n "$PYTHON2" && break -done - - if test "x${PYTHON2}" != x -then : - ax_prog_python2_version=`${PYTHON2} -c "import sys; sys.stdout.write('%d.%d' % (sys.version_info[0], sys.version_info[1]))" 2>/dev/null`; - PYTHON2_VERSION=$ax_prog_python2_version - - - ax_prog_python2_platform=`${PYTHON2} -c "import sys; sys.stdout.write(sys.platform)" 2>/dev/null`; - PYTHON2_PLATFORM=$ax_prog_python2_platform - - -else $as_nop - as_fn_error $? "Unable to find python2" "$LINENO" 5 - -fi - PYTHON2=$PYTHON2 - - - if test "x${PYTHON2_CONFIG}" = x -then : - for ac_prog in python2-config python2.7-config python2.6-config python2.5-config -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_PYTHON2_CONFIG+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$PYTHON2_CONFIG"; then - ac_cv_prog_PYTHON2_CONFIG="$PYTHON2_CONFIG" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_PYTHON2_CONFIG="$ac_prog" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -PYTHON2_CONFIG=$ac_cv_prog_PYTHON2_CONFIG -if test -n "$PYTHON2_CONFIG"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON2_CONFIG" >&5 -printf "%s\n" "$PYTHON2_CONFIG" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - - test -n "$PYTHON2_CONFIG" && break -done - - -fi - if test "x${PYTHON2_CONFIG}" = x -then : - as_fn_error $? "Unable to find python2-config" "$LINENO" 5 - -fi - PYTHON2_CONFIG=$PYTHON2_CONFIG - - - - if test "x${PYTHON2_CONFIG}" != x -then : - PYTHON2_INCLUDES=`${PYTHON2_CONFIG} --includes 2>/dev/null`; - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Python verison 2 includes" >&5 -printf %s "checking for Python verison 2 includes... " >&6; } - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON2_INCLUDES" >&5 -printf "%s\n" "$PYTHON2_INCLUDES" >&6; } - - PYTHON2_LDFLAGS=`${PYTHON2_CONFIG} --ldflags 2>/dev/null`; - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Python 2 libraries" >&5 -printf %s "checking for Python 2 libraries... " >&6; } - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON2_LDFLAGS" >&5 -printf "%s\n" "$PYTHON2_LDFLAGS" >&6; } - - case $host_os in #( - cygwin*) : - PYTHON2_LDFLAGS="${PYTHON2_LDFLAGS} -no-undefined" ;; #( - *) : - ;; #( - *) : - ;; -esac - - BACKUP_CPPFLAGS="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PYTHON2_INCLUDES}" - - for ac_header in Python.h -do : - ac_fn_c_check_header_compile "$LINENO" "Python.h" "ac_cv_header_Python_h" "$ac_includes_default" -if test "x$ac_cv_header_Python_h" = xyes -then : - printf "%s\n" "#define HAVE_PYTHON_H 1" >>confdefs.h - ac_cv_header_python2_h=yes -else $as_nop - ac_cv_header_python2_h=no -fi - -done - - CPPFLAGS="${BACKUP_CPPFLAGS}" - -fi - - if test "x${ac_cv_header_python2_h}" != xyes -then : - ac_cv_enable_python2=no -else $as_nop - ac_cv_enable_python2=$PYTHON2_VERSION - PYTHON2_CPPFLAGS=$PYTHON2_INCLUDES - - - PYTHON2_LDFLAGS=$PYTHON2_LDFLAGS - - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python2_prefix="\${prefix}" -else $as_nop - ax_python2_prefix=`${PYTHON2_CONFIG} --prefix 2>/dev/null` -fi - - PYTHON2_PREFIX=$ax_python2_prefix - - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python2_exec_prefix="\${exec_prefix}" -else $as_nop - ax_python2_exec_prefix=`${PYTHON2_CONFIG} --exec-prefix 2>/dev/null` -fi - - PYTHON2_EXEC_PREFIX=$ax_python2_exec_prefix - - - ax_python2_pythondir_suffix=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(0, 0, prefix=''))" 2>/dev/null`; - - if test "x${ac_cv_with_pythondir2}" = x || test "x${ac_cv_with_pythondir2}" = xno -then : - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python2_pythondir="${ax_python_prefix}/${ax_python2_pythondir_suffix}" -else $as_nop - ax_python2_pythondir=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib()) " 2>/dev/null` -fi -else $as_nop - ax_python2_pythondir=$ac_cv_with_pythondir2 -fi - - pythondir2=$ax_python2_pythondir - - - ax_python2_pyexecdir_suffix=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(1, 0, prefix=''))" 2>/dev/null`; - ax_python2_library_dir=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(True)) " 2>/dev/null`; - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python2_pyexecdir="${ax_python2_exec_prefix}/${ax_python2_pyexecdir_suffix}" -else $as_nop - ax_python2_pyexecdir=$ax_python2_library_dir -fi - - pyexecdir2=$ax_python2_pyexecdir - - - PYTHON2_LIBRARY_DIR=$ax_python2_pyexecdir_suffix - - - PYTHON2_PACKAGE_DIR=$ax_python2_library_dir - - -fi - -fi - - if test "x${ac_cv_enable_python3}" != xno -then : - ax_python3_progs="python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0" - for ac_prog in $ax_python3_progs -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_PYTHON3+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$PYTHON3"; then - ac_cv_prog_PYTHON3="$PYTHON3" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_PYTHON3="$ac_prog" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -PYTHON3=$ac_cv_prog_PYTHON3 -if test -n "$PYTHON3"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON3" >&5 -printf "%s\n" "$PYTHON3" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - - test -n "$PYTHON3" && break -done - - if test "x${PYTHON3}" != x -then : - ax_prog_python3_version=`${PYTHON3} -c "import sys; sys.stdout.write('%d.%d' % (sys.version_info[0], sys.version_info[1]))" 2>/dev/null`; - PYTHON3_VERSION=$ax_prog_python3_version - - - ax_prog_python3_platform=`${PYTHON3} -c "import sys; sys.stdout.write(sys.platform)" 2>/dev/null`; - PYTHON3_PLATFORM=$ax_prog_python3_platform - - -else $as_nop - as_fn_error $? "Unable to find python3" "$LINENO" 5 - -fi - PYTHON3=$PYTHON3 - - - if test "x${PYTHON3_CONFIG}" = x -then : - for ac_prog in python3-config python3.12-config python3.11-config python3.10-config python3.9-config python3.8-config python3.7-config python3.6-config python3.5-config python3.4-config python3.3-config python3.2-config python3.1-config python3.0-config -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_PYTHON3_CONFIG+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$PYTHON3_CONFIG"; then - ac_cv_prog_PYTHON3_CONFIG="$PYTHON3_CONFIG" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_PYTHON3_CONFIG="$ac_prog" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -PYTHON3_CONFIG=$ac_cv_prog_PYTHON3_CONFIG -if test -n "$PYTHON3_CONFIG"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON3_CONFIG" >&5 -printf "%s\n" "$PYTHON3_CONFIG" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - - test -n "$PYTHON3_CONFIG" && break -done - - -fi - if test "x${PYTHON3_CONFIG}" = x -then : - as_fn_error $? "Unable to find python3-config" "$LINENO" 5 - -fi - PYTHON3_CONFIG=$PYTHON3_CONFIG - - - - if test "x${PYTHON3_CONFIG}" != x -then : - PYTHON3_INCLUDES=`${PYTHON3_CONFIG} --includes 2>/dev/null`; - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Python verison 3 includes" >&5 -printf %s "checking for Python verison 3 includes... " >&6; } - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON3_INCLUDES" >&5 -printf "%s\n" "$PYTHON3_INCLUDES" >&6; } - - PYTHON3_LDFLAGS=`${PYTHON3_CONFIG} --ldflags 2>/dev/null`; - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Python 3 libraries" >&5 -printf %s "checking for Python 3 libraries... " >&6; } - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON3_LDFLAGS" >&5 -printf "%s\n" "$PYTHON3_LDFLAGS" >&6; } - - case $host_os in #( - cygwin*) : - PYTHON3_LDFLAGS="${PYTHON3_LDFLAGS} -no-undefined" ;; #( - *) : - ;; #( - *) : - ;; -esac - - BACKUP_CPPFLAGS="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PYTHON3_INCLUDES}" - - for ac_header in Python.h -do : - ac_fn_c_check_header_compile "$LINENO" "Python.h" "ac_cv_header_Python_h" "$ac_includes_default" -if test "x$ac_cv_header_Python_h" = xyes -then : - printf "%s\n" "#define HAVE_PYTHON_H 1" >>confdefs.h - ac_cv_header_python3_h=yes -else $as_nop - ac_cv_header_python3_h=no -fi - -done - - CPPFLAGS="${BACKUP_CPPFLAGS}" - -fi - - if test "x${ac_cv_header_python3_h}" != xyes -then : - ac_cv_enable_python3=no -else $as_nop - ac_cv_enable_python3=$PYTHON3_VERSION - PYTHON3_CPPFLAGS=$PYTHON3_INCLUDES - - - PYTHON3_LDFLAGS=$PYTHON3_LDFLAGS - - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python3_prefix="\${prefix}" -else $as_nop - ax_python3_prefix=`${PYTHON3_CONFIG} --prefix 2>/dev/null` -fi - - PYTHON3_PREFIX=$ax_python3_prefix - - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python3_exec_prefix="\${exec_prefix}" -else $as_nop - ax_python3_exec_prefix=`${PYTHON3_CONFIG} --exec-prefix 2>/dev/null` -fi - - PYTHON3_EXEC_PREFIX=$ax_python3_exec_prefix - - - ax_python3_pythondir_suffix=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(0, 0, prefix=''))" 2>/dev/null`; - - if test "x${ac_cv_with_pythondir3}" = x || test "x${ac_cv_with_pythondir3}" = xno -then : - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python3_pythondir="${ax_python_prefix}/${ax_python3_pythondir_suffix}" -else $as_nop - ax_python3_pythondir=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib()) " 2>/dev/null` -fi -else $as_nop - ax_python3_pythondir=$ac_cv_with_pythondir3 -fi - - pythondir3=$ax_python3_pythondir - - - ax_python3_pyexecdir_suffix=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(1, 0, prefix=''))" 2>/dev/null`; - ax_python3_library_dir=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(True)) " 2>/dev/null`; - - if test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno -then : - ax_python3_pyexecdir="${ax_python3_exec_prefix}/${ax_python3_pyexecdir_suffix}" -else $as_nop - ax_python3_pyexecdir=$ax_python3_library_dir -fi - - pyexecdir3=$ax_python3_pyexecdir - - - PYTHON3_LIBRARY_DIR=$ax_python3_pyexecdir_suffix - - - PYTHON3_PACKAGE_DIR=$ax_python3_library_dir - - -fi - -fi - if test "x${ac_cv_enable_python}" != xno; then HAVE_PYTHON_TRUE= HAVE_PYTHON_FALSE='#' @@ -67164,25 +66560,7 @@ fi - if test "x${ac_cv_enable_python2}" != xno; then - HAVE_PYTHON2_TRUE= - HAVE_PYTHON2_FALSE='#' -else - HAVE_PYTHON2_TRUE='#' - HAVE_PYTHON2_FALSE= -fi - - - if test "x${ac_cv_enable_python3}" != xno; then - HAVE_PYTHON3_TRUE= - HAVE_PYTHON3_FALSE='#' -else - HAVE_PYTHON3_TRUE='#' - HAVE_PYTHON3_FALSE= -fi - - - if test "x${ac_cv_enable_python}" != xno || test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno; then + if test "x${ac_cv_enable_python}" != xno; then HAVE_PYTHON_TESTS_TRUE= HAVE_PYTHON_TESTS_FALSE='#' else @@ -67191,31 +66569,8 @@ fi - if test "x${ac_cv_enable_python}" = xno -then : - if test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno -then : - if test "x${ac_cv_enable_python2}" != xno -then : - ac_cv_enable_python=${ac_cv_enable_python2} -else $as_nop - ac_cv_enable_python="" -fi - if test "x${ac_cv_enable_python3}" != xno -then : - if test "x${ac_cv_enable_python}" != x -then : - ac_cv_enable_python="${ac_cv_enable_python}, " -fi - ac_cv_enable_python="${ac_cv_enable_python}${ac_cv_enable_python3}" -fi - -fi - -fi - -if test "x${ac_cv_enable_python}" != xno || test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno +if test "x${ac_cv_enable_python}" != xno then : ac_fn_c_check_header_compile "$LINENO" "stdarg.h" "ac_cv_header_stdarg_h" "$ac_includes_default" if test "x$ac_cv_header_stdarg_h" = xyes @@ -72706,10 +72061,6 @@ ac_config_files="$ac_config_files pyewf/Makefile" -ac_config_files="$ac_config_files pyewf-python2/Makefile" - -ac_config_files="$ac_config_files pyewf-python3/Makefile" - ac_config_files="$ac_config_files ewf.net/Makefile" ac_config_files="$ac_config_files libodraw/Makefile" @@ -72986,14 +72337,6 @@ as_fn_error $? "conditional \"HAVE_PYTHON\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${HAVE_PYTHON2_TRUE}" && test -z "${HAVE_PYTHON2_FALSE}"; then - as_fn_error $? "conditional \"HAVE_PYTHON2\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${HAVE_PYTHON3_TRUE}" && test -z "${HAVE_PYTHON3_FALSE}"; then - as_fn_error $? "conditional \"HAVE_PYTHON3\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_PYTHON_TESTS_TRUE}" && test -z "${HAVE_PYTHON_TESTS_FALSE}"; then as_fn_error $? "conditional \"HAVE_PYTHON_TESTS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -73400,7 +72743,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libewf $as_me 20140815, which was +This file was extended by libewf $as_me 20140816, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -73468,7 +72811,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libewf config.status 20140815 +libewf config.status 20140816 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" @@ -74012,8 +73355,6 @@ "libhmac/Makefile") CONFIG_FILES="$CONFIG_FILES libhmac/Makefile" ;; "libewf/Makefile") CONFIG_FILES="$CONFIG_FILES libewf/Makefile" ;; "pyewf/Makefile") CONFIG_FILES="$CONFIG_FILES pyewf/Makefile" ;; - "pyewf-python2/Makefile") CONFIG_FILES="$CONFIG_FILES pyewf-python2/Makefile" ;; - "pyewf-python3/Makefile") CONFIG_FILES="$CONFIG_FILES pyewf-python3/Makefile" ;; "ewf.net/Makefile") CONFIG_FILES="$CONFIG_FILES ewf.net/Makefile" ;; "libodraw/Makefile") CONFIG_FILES="$CONFIG_FILES libodraw/Makefile" ;; "libsmdev/Makefile") CONFIG_FILES="$CONFIG_FILES libsmdev/Makefile" ;; diff -Nru libewf-20140815/configure.ac libewf-20140816/configure.ac --- libewf-20140815/configure.ac 2023-11-19 06:24:34.000000000 +0000 +++ libewf-20140816/configure.ac 2023-12-03 09:02:54.000000000 +0000 @@ -2,7 +2,7 @@ AC_INIT( [libewf], - [20140815], + [20140816], [joachim.metz@gmail.com]) AC_CONFIG_SRCDIR( @@ -159,7 +159,7 @@ AX_PYTHON_CHECK_ENABLE AS_IF( - [test "x${ac_cv_enable_python}" != xno || test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno], + [test "x${ac_cv_enable_python}" != xno], [dnl Headers included in pyewf/pyewf_error.c AC_CHECK_HEADERS([stdarg.h varargs.h]) @@ -245,8 +245,6 @@ AC_CONFIG_FILES([libhmac/Makefile]) AC_CONFIG_FILES([libewf/Makefile]) AC_CONFIG_FILES([pyewf/Makefile]) -AC_CONFIG_FILES([pyewf-python2/Makefile]) -AC_CONFIG_FILES([pyewf-python3/Makefile]) AC_CONFIG_FILES([ewf.net/Makefile]) AC_CONFIG_FILES([libodraw/Makefile]) AC_CONFIG_FILES([libsmdev/Makefile]) diff -Nru libewf-20140815/debian/changelog libewf-20140816/debian/changelog --- libewf-20140815/debian/changelog 2023-11-19 09:26:46.000000000 +0000 +++ libewf-20140816/debian/changelog 2023-12-04 05:30:03.000000000 +0000 @@ -1,11 +1,11 @@ -libewf (20140815-1ppa1~jammy) jammy; urgency=low +libewf (20140816-1ppa1~jammy) jammy; urgency=low * Modifications for PPA release. - -- Joachim Metz Sun, 19 Nov 2023 10:26:46 +0100 + -- Joachim Metz Mon, 04 Dec 2023 06:30:03 +0100 -libewf (20140815-1) unstable; urgency=low +libewf (20140816-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Sun, 19 Nov 2023 09:39:28 +0100 + -- Joachim Metz Sun, 03 Dec 2023 13:15:24 +0100 diff -Nru libewf-20140815/debian/rules libewf-20140816/debian/rules --- libewf-20140815/debian/rules 2023-11-19 06:19:03.000000000 +0000 +++ libewf-20140816/debian/rules 2023-12-03 09:03:21.000000000 +0000 @@ -11,7 +11,7 @@ .PHONY: override_dh_auto_configure override_dh_auto_configure: - dh_auto_configure -- --enable-python3 CFLAGS="-g" + dh_auto_configure -- --enable-python CFLAGS="-g" .PHONY: override_dh_install override_dh_install: diff -Nru libewf-20140815/documents/Makefile.in libewf-20140816/documents/Makefile.in --- libewf-20140815/documents/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/documents/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -339,26 +339,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -545,11 +525,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/dpkg/changelog libewf-20140816/dpkg/changelog --- libewf-20140815/dpkg/changelog 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/dpkg/changelog 2023-12-03 12:15:25.000000000 +0000 @@ -1,5 +1,5 @@ -libewf (20140815-1) unstable; urgency=low +libewf (20140816-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Sun, 19 Nov 2023 09:39:28 +0100 + -- Joachim Metz Sun, 03 Dec 2023 13:15:24 +0100 diff -Nru libewf-20140815/dpkg/rules libewf-20140816/dpkg/rules --- libewf-20140815/dpkg/rules 2023-11-19 06:19:03.000000000 +0000 +++ libewf-20140816/dpkg/rules 2023-12-03 09:03:21.000000000 +0000 @@ -11,7 +11,7 @@ .PHONY: override_dh_auto_configure override_dh_auto_configure: - dh_auto_configure -- --enable-python3 CFLAGS="-g" + dh_auto_configure -- --enable-python CFLAGS="-g" .PHONY: override_dh_install override_dh_install: diff -Nru libewf-20140815/ewf.net/Makefile.in libewf-20140816/ewf.net/Makefile.in --- libewf-20140815/ewf.net/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/ewf.net/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -339,26 +339,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -545,11 +525,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/ewf.net/ewf.net.rc libewf-20140816/ewf.net/ewf.net.rc --- libewf-20140815/ewf.net/ewf.net.rc 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/ewf.net/ewf.net.rc 2023-12-03 12:15:25.000000000 +0000 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Managed .Net wrapper library for libewf\0" - VALUE "FileVersion", "20140815" "\0" + VALUE "FileVersion", "20140816" "\0" VALUE "InternalName", "ewf.net.dll\0" VALUE "LegalCopyright", "(c) 2006-2014, Joachim Metz \0" VALUE "OriginalFilename", "ewf.net.dll\0" VALUE "ProductName", "ewf.net\0" - VALUE "ProductVersion", "20140815" "\0" + VALUE "ProductVersion", "20140816" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libewf-legacy/\0" END END diff -Nru libewf-20140815/ewftools/Makefile.in libewf-20140816/ewftools/Makefile.in --- libewf-20140815/ewftools/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/ewftools/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -479,26 +479,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -685,11 +665,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/examples/Makefile.in libewf-20140816/examples/Makefile.in --- libewf-20140815/examples/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/examples/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -339,26 +339,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -545,11 +525,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/include/Makefile.in libewf-20140816/include/Makefile.in --- libewf-20140815/include/Makefile.in 2023-11-19 08:39:11.000000000 +0000 +++ libewf-20140816/include/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -387,26 +387,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -593,11 +573,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/include/libewf/definitions.h libewf-20140816/include/libewf/definitions.h --- libewf-20140815/include/libewf/definitions.h 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/include/libewf/definitions.h 2023-12-03 12:15:25.000000000 +0000 @@ -24,11 +24,11 @@ #include -#define LIBEWF_VERSION 20140815 +#define LIBEWF_VERSION 20140816 /* The version string */ -#define LIBEWF_VERSION_STRING "20140815" +#define LIBEWF_VERSION_STRING "20140816" /* The access flags definitions * bit 1 set to 1 for read access diff -Nru libewf-20140815/libbfio/Makefile.in libewf-20140816/libbfio/Makefile.in --- libewf-20140815/libbfio/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libbfio/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -422,26 +422,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -628,11 +608,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcdata/Makefile.in libewf-20140816/libcdata/Makefile.in --- libewf-20140815/libcdata/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcdata/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -418,26 +418,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -624,11 +604,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcdatetime/Makefile.in libewf-20140816/libcdatetime/Makefile.in --- libewf-20140815/libcdatetime/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcdatetime/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -402,26 +402,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -608,11 +588,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcerror/Makefile.in libewf-20140816/libcerror/Makefile.in --- libewf-20140815/libcerror/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcerror/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -397,26 +397,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -603,11 +583,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcfile/Makefile.in libewf-20140816/libcfile/Makefile.in --- libewf-20140815/libcfile/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcfile/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -404,26 +404,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -610,11 +590,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libclocale/Makefile.in libewf-20140816/libclocale/Makefile.in --- libewf-20140815/libclocale/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libclocale/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -401,26 +401,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -607,11 +587,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcnotify/Makefile.in libewf-20140816/libcnotify/Makefile.in --- libewf-20140815/libcnotify/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcnotify/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -400,26 +400,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -606,11 +586,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcpath/Makefile.in libewf-20140816/libcpath/Makefile.in --- libewf-20140815/libcpath/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcpath/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -398,26 +398,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -604,11 +584,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcsplit/Makefile.in libewf-20140816/libcsplit/Makefile.in --- libewf-20140815/libcsplit/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcsplit/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -408,26 +408,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -614,11 +594,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libcthreads/Makefile.in libewf-20140816/libcthreads/Makefile.in --- libewf-20140815/libcthreads/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libcthreads/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -422,26 +422,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -628,11 +608,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libewf/Makefile.in libewf-20140816/libewf/Makefile.in --- libewf-20140815/libewf/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libewf/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -463,26 +463,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -669,11 +649,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libewf/libewf.rc libewf-20140816/libewf/libewf.rc --- libewf-20140815/libewf/libewf.rc 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/libewf/libewf.rc 2023-12-03 12:15:25.000000000 +0000 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to access the Expert Witness Compression Format (EWF)\0" - VALUE "FileVersion", "20140815" "\0" + VALUE "FileVersion", "20140816" "\0" VALUE "InternalName", "libewf.dll\0" VALUE "LegalCopyright", "(C) 2006-2021, Joachim Metz \0" VALUE "OriginalFilename", "libewf.dll\0" VALUE "ProductName", "libewf\0" - VALUE "ProductVersion", "20140815" "\0" + VALUE "ProductVersion", "20140816" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libewf-legacy/\0" END END diff -Nru libewf-20140815/libewf/libewf_definitions.h libewf-20140816/libewf/libewf_definitions.h --- libewf-20140815/libewf/libewf_definitions.h 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/libewf/libewf_definitions.h 2023-12-03 12:15:25.000000000 +0000 @@ -33,11 +33,11 @@ #include #else -#define LIBEWF_VERSION 20140815 +#define LIBEWF_VERSION 20140816 /* The version string */ -#define LIBEWF_VERSION_STRING "20140815" +#define LIBEWF_VERSION_STRING "20140816" /* The access flags definitions * bit 1 set to 1 for read access diff -Nru libewf-20140815/libewf.spec libewf-20140816/libewf.spec --- libewf-20140815/libewf.spec 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/libewf.spec 2023-12-03 12:15:25.000000000 +0000 @@ -1,5 +1,5 @@ Name: libewf -Version: 20140815 +Version: 20140816 Release: 1 Summary: Library to access the Expert Witness Compression Format (EWF) Group: System Environment/Libraries @@ -35,7 +35,7 @@ Summary: Python 3 bindings for libewf Group: System Environment/Libraries Requires: libewf = %{version}-%{release} python3 -BuildRequires: python3-devel +BuildRequires: python3-devel python3-setuptools %description -n libewf-python3 Python 3 bindings for libewf @@ -53,7 +53,7 @@ %setup -q %build -%configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --enable-python3 +%configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --enable-python make %{?_smp_mflags} %install @@ -101,5 +101,5 @@ %exclude %{_bindir}/ewfdebug %changelog -* Sun Nov 19 2023 Joachim Metz 20140815-1 +* Sun Dec 3 2023 Joachim Metz 20140816-1 - Auto-generated diff -Nru libewf-20140815/libewf.spec.in libewf-20140816/libewf.spec.in --- libewf-20140815/libewf.spec.in 2023-11-19 06:24:51.000000000 +0000 +++ libewf-20140816/libewf.spec.in 2023-12-03 12:14:02.000000000 +0000 @@ -35,7 +35,7 @@ Summary: Python 3 bindings for libewf Group: System Environment/Libraries Requires: libewf = %{version}-%{release} python3 -BuildRequires: python3-devel +BuildRequires: python3-devel python3-setuptools %description -n libewf-python3 Python 3 bindings for libewf @@ -53,7 +53,7 @@ %setup -q %build -%configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --enable-python3 +%configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --enable-python make %{?_smp_mflags} %install diff -Nru libewf-20140815/libfcache/Makefile.in libewf-20140816/libfcache/Makefile.in --- libewf-20140815/libfcache/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libfcache/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -404,26 +404,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -610,11 +590,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libfdata/Makefile.in libewf-20140816/libfdata/Makefile.in --- libewf-20140815/libfdata/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libfdata/Makefile.in 2023-12-03 12:15:10.000000000 +0000 @@ -421,26 +421,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -627,11 +607,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libfvalue/Makefile.in libewf-20140816/libfvalue/Makefile.in --- libewf-20140815/libfvalue/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libfvalue/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -439,26 +439,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -645,11 +625,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libhmac/Makefile.am libewf-20140816/libhmac/Makefile.am --- libewf-20140815/libhmac/Makefile.am 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/Makefile.am 2023-12-03 12:14:49.000000000 +0000 @@ -33,9 +33,11 @@ Makefile.in distclean: clean - /bin/rm -f Makefile + -rm -f Makefile -splint: +sources-local: $(BUILT_SOURCES) + +splint-local: @echo "Running splint on libhmac ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libhmac_la_SOURCES) diff -Nru libewf-20140815/libhmac/Makefile.in libewf-20140816/libhmac/Makefile.in --- libewf-20140815/libhmac/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libhmac/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -421,26 +421,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -627,11 +607,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ @@ -978,6 +954,8 @@ sources-am: sources-local +splint: splint-am + splint-am: splint-local uninstall-am: @@ -996,16 +974,18 @@ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - sources-am sources-local splint splint-am splint-local tags \ - tags-am uninstall uninstall-am + sources-am sources-local splint-am splint-local tags tags-am \ + uninstall uninstall-am .PRECIOUS: Makefile distclean: clean - /bin/rm -f Makefile + -rm -f Makefile + +sources-local: $(BUILT_SOURCES) -splint: +splint-local: @echo "Running splint on libhmac ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libhmac_la_SOURCES) diff -Nru libewf-20140815/libhmac/libhmac_definitions.h libewf-20140816/libhmac/libhmac_definitions.h --- libewf-20140815/libhmac/libhmac_definitions.h 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_definitions.h 2023-12-03 12:14:49.000000000 +0000 @@ -34,11 +34,11 @@ * for local use of libhmac */ #else -#define LIBHMAC_VERSION 20230407 +#define LIBHMAC_VERSION 20231127 /* The libhmac version string */ -#define LIBHMAC_VERSION_STRING "20230407" +#define LIBHMAC_VERSION_STRING "20231127" /* The digest hash sizes */ diff -Nru libewf-20140815/libhmac/libhmac_md5_context.c libewf-20140816/libhmac/libhmac_md5_context.c --- libewf-20140815/libhmac/libhmac_md5_context.c 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_md5_context.c 2023-12-03 12:14:49.000000000 +0000 @@ -1088,24 +1088,14 @@ return( -1 ); } - if( hash_size > (size_t) UINT_MAX ) + if( ( hash_size < (size_t) LIBHMAC_MD5_HASH_SIZE ) + || ( hash_size > (size_t) UINT_MAX ) ) { libcerror_error_set( error, LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM, - "%s: invalid hash size value exceeds maximum.", - function ); - - return( -1 ); - } - if( hash_size < (size_t) LIBHMAC_MD5_HASH_SIZE ) - { - libcerror_error_set( - error, - LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL, - "%s: invalid hash size value too small.", + LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS, + "%s: invalid hash size value out of bounds.", function ); return( -1 ); diff -Nru libewf-20140815/libhmac/libhmac_sha1_context.c libewf-20140816/libhmac/libhmac_sha1_context.c --- libewf-20140815/libhmac/libhmac_sha1_context.c 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_sha1_context.c 2023-12-03 12:14:49.000000000 +0000 @@ -1161,24 +1161,14 @@ return( -1 ); } - if( hash_size > (size_t) UINT_MAX ) + if( ( hash_size < (size_t) LIBHMAC_SHA1_HASH_SIZE ) + || ( hash_size > (size_t) UINT_MAX ) ) { libcerror_error_set( error, LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM, - "%s: invalid hash size value exceeds maximum.", - function ); - - return( -1 ); - } - if( hash_size < (size_t) LIBHMAC_SHA1_HASH_SIZE ) - { - libcerror_error_set( - error, - LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL, - "%s: invalid hash size value too small.", + LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS, + "%s: invalid hash size value out of bounds.", function ); return( -1 ); diff -Nru libewf-20140815/libhmac/libhmac_sha224_context.c libewf-20140816/libhmac/libhmac_sha224_context.c --- libewf-20140815/libhmac/libhmac_sha224_context.c 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_sha224_context.c 2023-12-03 12:14:49.000000000 +0000 @@ -1120,24 +1120,14 @@ return( -1 ); } - if( hash_size > (size_t) UINT_MAX ) + if( ( hash_size < (size_t) LIBHMAC_SHA224_HASH_SIZE ) + || ( hash_size > (size_t) UINT_MAX ) ) { libcerror_error_set( error, LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM, - "%s: invalid hash size value exceeds maximum.", - function ); - - return( -1 ); - } - if( hash_size < (size_t) LIBHMAC_SHA224_HASH_SIZE ) - { - libcerror_error_set( - error, - LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL, - "%s: invalid hash size value too small.", + LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS, + "%s: invalid hash size value out of bounds.", function ); return( -1 ); diff -Nru libewf-20140815/libhmac/libhmac_sha256_context.c libewf-20140816/libhmac/libhmac_sha256_context.c --- libewf-20140815/libhmac/libhmac_sha256_context.c 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_sha256_context.c 2023-12-03 12:14:49.000000000 +0000 @@ -1120,24 +1120,14 @@ return( -1 ); } - if( hash_size > (size_t) UINT_MAX ) + if( ( hash_size < (size_t) LIBHMAC_SHA256_HASH_SIZE ) + || ( hash_size > (size_t) UINT_MAX ) ) { libcerror_error_set( error, LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM, - "%s: invalid hash size value exceeds maximum.", - function ); - - return( -1 ); - } - if( hash_size < (size_t) LIBHMAC_SHA256_HASH_SIZE ) - { - libcerror_error_set( - error, - LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL, - "%s: invalid hash size value too small.", + LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS, + "%s: invalid hash size value out of bounds.", function ); return( -1 ); diff -Nru libewf-20140815/libhmac/libhmac_sha512_context.c libewf-20140816/libhmac/libhmac_sha512_context.c --- libewf-20140815/libhmac/libhmac_sha512_context.c 2023-11-19 08:38:39.000000000 +0000 +++ libewf-20140816/libhmac/libhmac_sha512_context.c 2023-12-03 12:14:49.000000000 +0000 @@ -1156,24 +1156,14 @@ return( -1 ); } - if( hash_size > (size_t) UINT_MAX ) + if( ( hash_size < (size_t) LIBHMAC_SHA512_HASH_SIZE ) + || ( hash_size > (size_t) UINT_MAX ) ) { libcerror_error_set( error, LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM, - "%s: invalid hash size value exceeds maximum.", - function ); - - return( -1 ); - } - if( hash_size < (size_t) LIBHMAC_SHA512_HASH_SIZE ) - { - libcerror_error_set( - error, - LIBCERROR_ERROR_DOMAIN_ARGUMENTS, - LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL, - "%s: invalid hash size value too small.", + LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS, + "%s: invalid hash size value out of bounds.", function ); return( -1 ); diff -Nru libewf-20140815/libmfdata/Makefile.in libewf-20140816/libmfdata/Makefile.in --- libewf-20140815/libmfdata/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libmfdata/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -422,26 +422,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -628,11 +608,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libodraw/Makefile.in libewf-20140816/libodraw/Makefile.in --- libewf-20140815/libodraw/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libodraw/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -443,26 +443,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -649,11 +629,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/libsmdev/Makefile.am libewf-20140816/libsmdev/Makefile.am --- libewf-20140815/libsmdev/Makefile.am 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/Makefile.am 2023-12-03 12:14:51.000000000 +0000 @@ -43,9 +43,11 @@ Makefile.in distclean: clean - /bin/rm -f Makefile + -rm -f Makefile -splint: +sources-local: $(BUILT_SOURCES) + +splint-local: @echo "Running splint on libsmdev ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libsmdev_la_SOURCES) diff -Nru libewf-20140815/libsmdev/Makefile.in libewf-20140816/libsmdev/Makefile.in --- libewf-20140815/libsmdev/Makefile.in 2023-11-19 08:39:12.000000000 +0000 +++ libewf-20140816/libsmdev/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -421,26 +421,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -627,11 +607,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ @@ -988,6 +964,8 @@ sources-am: sources-local +splint: splint-am + splint-am: splint-local uninstall-am: @@ -1006,16 +984,18 @@ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - sources-am sources-local splint splint-am splint-local tags \ - tags-am uninstall uninstall-am + sources-am sources-local splint-am splint-local tags tags-am \ + uninstall uninstall-am .PRECIOUS: Makefile distclean: clean - /bin/rm -f Makefile + -rm -f Makefile + +sources-local: $(BUILT_SOURCES) -splint: +splint-local: @echo "Running splint on libsmdev ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libsmdev_la_SOURCES) diff -Nru libewf-20140815/libsmdev/libsmdev_ata.c libewf-20140816/libsmdev/libsmdev_ata.c --- libewf-20140815/libsmdev/libsmdev_ata.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_ata.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * ATA/ATAPI functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_ata.h libewf-20140816/libsmdev/libsmdev_ata.h --- libewf-20140815/libsmdev/libsmdev_ata.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_ata.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * ATA/ATAPI functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_codepage.h libewf-20140816/libsmdev/libsmdev_codepage.h --- libewf-20140815/libsmdev/libsmdev_codepage.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_codepage.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Codepage functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_debug.c libewf-20140816/libsmdev/libsmdev_debug.c --- libewf-20140815/libsmdev/libsmdev_debug.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_debug.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Debug functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_debug.h libewf-20140816/libsmdev/libsmdev_debug.h --- libewf-20140815/libsmdev/libsmdev_debug.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_debug.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Debug functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_definitions.h libewf-20140816/libsmdev/libsmdev_definitions.h --- libewf-20140815/libsmdev/libsmdev_definitions.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_definitions.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * @@ -35,11 +35,11 @@ #else -#define LIBSMDEV_VERSION 20221028 +#define LIBSMDEV_VERSION 20231128 /* The version string */ -#define LIBSMDEV_VERSION_STRING "20221028" +#define LIBSMDEV_VERSION_STRING "20231128" /* The access flags definitions * bit 1 set to 1 for read access diff -Nru libewf-20140815/libsmdev/libsmdev_error.c libewf-20140816/libsmdev/libsmdev_error.c --- libewf-20140815/libsmdev/libsmdev_error.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_error.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_error.h libewf-20140816/libsmdev/libsmdev_error.h --- libewf-20140815/libsmdev/libsmdev_error.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_error.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_extern.h libewf-20140816/libsmdev/libsmdev_extern.h --- libewf-20140815/libsmdev/libsmdev_extern.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_extern.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_handle.c libewf-20140816/libsmdev/libsmdev_handle.c --- libewf-20140815/libsmdev/libsmdev_handle.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_handle.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Handle functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * @@ -690,6 +690,8 @@ goto on_error; } } +#if !defined( __CYGWIN__ ) + /* Use this function to double the read-ahead system buffer on POSIX system * This provides for some additional performance */ @@ -707,6 +709,8 @@ goto on_error; } +#endif /* !defined( __CYGWIN__ ) */ + return( 1 ); on_error: @@ -932,6 +936,8 @@ goto on_error; } } +#if !defined( __CYGWIN__ ) + /* Use this function to double the read-ahead system buffer on POSIX system * This provides for some additional performance */ @@ -949,6 +955,8 @@ goto on_error; } +#endif /* !defined( __CYGWIN__ ) */ + return( 1 ); on_error: diff -Nru libewf-20140815/libsmdev/libsmdev_handle.h libewf-20140816/libsmdev/libsmdev_handle.h --- libewf-20140815/libsmdev/libsmdev_handle.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_handle.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Handle functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libcdata.h libewf-20140816/libsmdev/libsmdev_libcdata.h --- libewf-20140815/libsmdev/libsmdev_libcdata.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libcdata.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The libcdata header wrapper * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libcerror.h libewf-20140816/libsmdev/libsmdev_libcerror.h --- libewf-20140815/libsmdev/libsmdev_libcerror.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libcerror.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libcfile.h libewf-20140816/libsmdev/libsmdev_libcfile.h --- libewf-20140815/libsmdev/libsmdev_libcfile.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libcfile.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The internal libcfile header * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libclocale.h libewf-20140816/libsmdev/libsmdev_libclocale.h --- libewf-20140815/libsmdev/libsmdev_libclocale.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libclocale.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The libclocale header wrapper * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libcnotify.h libewf-20140816/libsmdev/libsmdev_libcnotify.h --- libewf-20140815/libsmdev/libsmdev_libcnotify.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libcnotify.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The libcnotify header wrapper * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_libuna.h libewf-20140816/libsmdev/libsmdev_libuna.h --- libewf-20140815/libsmdev/libsmdev_libuna.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_libuna.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The libuna header wrapper * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_notify.c libewf-20140816/libsmdev/libsmdev_notify.c --- libewf-20140815/libsmdev/libsmdev_notify.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_notify.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_notify.h libewf-20140816/libsmdev/libsmdev_notify.h --- libewf-20140815/libsmdev/libsmdev_notify.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_notify.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_optical_disc.c libewf-20140816/libsmdev/libsmdev_optical_disc.c --- libewf-20140815/libsmdev/libsmdev_optical_disc.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_optical_disc.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Optical disk functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_optical_disc.h libewf-20140816/libsmdev/libsmdev_optical_disc.h --- libewf-20140815/libsmdev/libsmdev_optical_disc.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_optical_disc.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Optical disk functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_scsi.c libewf-20140816/libsmdev/libsmdev_scsi.c --- libewf-20140815/libsmdev/libsmdev_scsi.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_scsi.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * SCSI functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_scsi.h libewf-20140816/libsmdev/libsmdev_scsi.h --- libewf-20140815/libsmdev/libsmdev_scsi.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_scsi.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * SCSI functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_sector_range.c libewf-20140816/libsmdev/libsmdev_sector_range.c --- libewf-20140815/libsmdev/libsmdev_sector_range.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_sector_range.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Sector range functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_sector_range.h libewf-20140816/libsmdev/libsmdev_sector_range.h --- libewf-20140815/libsmdev/libsmdev_sector_range.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_sector_range.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Sector range functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_string.c libewf-20140816/libsmdev/libsmdev_string.c --- libewf-20140815/libsmdev/libsmdev_string.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_string.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * System character type string functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_string.h libewf-20140816/libsmdev/libsmdev_string.h --- libewf-20140815/libsmdev/libsmdev_string.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_string.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Character type string functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_support.c libewf-20140816/libsmdev/libsmdev_support.c --- libewf-20140815/libsmdev/libsmdev_support.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_support.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_support.h libewf-20140816/libsmdev/libsmdev_support.h --- libewf-20140815/libsmdev/libsmdev_support.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_support.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_track_value.c libewf-20140816/libsmdev/libsmdev_track_value.c --- libewf-20140815/libsmdev/libsmdev_track_value.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_track_value.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Track value functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_track_value.h libewf-20140816/libsmdev/libsmdev_track_value.h --- libewf-20140815/libsmdev/libsmdev_track_value.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_track_value.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Track value functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_types.h libewf-20140816/libsmdev/libsmdev_types.h --- libewf-20140815/libsmdev/libsmdev_types.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_types.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * The internal type definitions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_unused.h libewf-20140816/libsmdev/libsmdev_unused.h --- libewf-20140815/libsmdev/libsmdev_unused.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_unused.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_usb.c libewf-20140816/libsmdev/libsmdev_usb.c --- libewf-20140815/libsmdev/libsmdev_usb.c 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_usb.c 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * USB functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmdev/libsmdev_usb.h libewf-20140816/libsmdev/libsmdev_usb.h --- libewf-20140815/libsmdev/libsmdev_usb.h 2023-11-19 08:38:42.000000000 +0000 +++ libewf-20140816/libsmdev/libsmdev_usb.h 2023-12-03 12:14:51.000000000 +0000 @@ -1,7 +1,7 @@ /* * USB functions * - * Copyright (C) 2010-2022, Joachim Metz + * Copyright (C) 2010-2023, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff -Nru libewf-20140815/libsmraw/Makefile.am libewf-20140816/libsmraw/Makefile.am --- libewf-20140815/libsmraw/Makefile.am 2023-11-19 08:38:48.000000000 +0000 +++ libewf-20140816/libsmraw/Makefile.am 2023-12-03 12:14:53.000000000 +0000 @@ -46,9 +46,11 @@ Makefile.in distclean: clean - /bin/rm -f Makefile + -rm -f Makefile -splint: +sources-local: $(BUILT_SOURCES) + +splint-local: @echo "Running splint on libsmraw ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libsmraw_la_SOURCES) diff -Nru libewf-20140815/libsmraw/Makefile.in libewf-20140816/libsmraw/Makefile.in --- libewf-20140815/libsmraw/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/libsmraw/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -411,26 +411,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -617,11 +597,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ @@ -971,6 +947,8 @@ sources-am: sources-local +splint: splint-am + splint-am: splint-local uninstall-am: @@ -989,16 +967,18 @@ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - sources-am sources-local splint splint-am splint-local tags \ - tags-am uninstall uninstall-am + sources-am sources-local splint-am splint-local tags tags-am \ + uninstall uninstall-am .PRECIOUS: Makefile distclean: clean - /bin/rm -f Makefile + -rm -f Makefile + +sources-local: $(BUILT_SOURCES) -splint: +splint-local: @echo "Running splint on libsmraw ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libsmraw_la_SOURCES) diff -Nru libewf-20140815/libsmraw/libsmraw_definitions.h libewf-20140816/libsmraw/libsmraw_definitions.h --- libewf-20140815/libsmraw/libsmraw_definitions.h 2023-11-19 08:38:48.000000000 +0000 +++ libewf-20140816/libsmraw/libsmraw_definitions.h 2023-12-03 12:14:53.000000000 +0000 @@ -35,11 +35,11 @@ #else -#define LIBSMRAW_VERSION 20230320 +#define LIBSMRAW_VERSION 20231127 /* The version string */ -#define LIBSMRAW_VERSION_STRING "20230320" +#define LIBSMRAW_VERSION_STRING "20231127" /* The access flags definitions * bit 1 set to 1 for read access diff -Nru libewf-20140815/libsmraw/libsmraw_information_file.c libewf-20140816/libsmraw/libsmraw_information_file.c --- libewf-20140815/libsmraw/libsmraw_information_file.c 2023-11-19 08:38:47.000000000 +0000 +++ libewf-20140816/libsmraw/libsmraw_information_file.c 2023-12-03 12:14:53.000000000 +0000 @@ -278,11 +278,11 @@ } if( ( access_flags & LIBSMRAW_ACCESS_FLAG_WRITE ) != 0 ) { - mode = FILE_STREAM_OPEN_WRITE; + mode = (system_character_t *) FILE_STREAM_OPEN_WRITE; } else { - mode = FILE_STREAM_OPEN_READ; + mode = (system_character_t *) FILE_STREAM_OPEN_READ; } #if defined( HAVE_WIDE_SYSTEM_CHARACTER ) information_file->file_stream = file_stream_open_wide( diff -Nru libewf-20140815/libuna/Makefile.in libewf-20140816/libuna/Makefile.in --- libewf-20140815/libuna/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/libuna/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -576,26 +576,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -782,11 +762,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/m4/python.m4 libewf-20140816/m4/python.m4 --- libewf-20140815/m4/python.m4 2023-10-28 06:00:15.000000000 +0000 +++ libewf-20140816/m4/python.m4 2023-12-03 09:03:21.000000000 +0000 @@ -1,6 +1,6 @@ dnl Functions for Python bindings dnl -dnl Version: 20230923 +dnl Version: 20231119 dnl Function to check if the python binary is available dnl "python${PYTHON_VERSION} python python# python#.#" @@ -28,60 +28,6 @@ [$PYTHON]) ]) -dnl Function to check if the python2 binary is available -dnl "python2 python2.#" -AC_DEFUN([AX_PROG_PYTHON2], - [ax_python2_progs="python2 python2.7 python2.6 python2.5" - AC_CHECK_PROGS( - [PYTHON2], - [$ax_python2_progs]) - AS_IF( - [test "x${PYTHON2}" != x], - [ax_prog_python2_version=`${PYTHON2} -c "import sys; sys.stdout.write('%d.%d' % (sys.version_info[[0]], sys.version_info[[1]]))" 2>/dev/null`; - AC_SUBST( - [PYTHON2_VERSION], - [$ax_prog_python2_version]) - - ax_prog_python2_platform=`${PYTHON2} -c "import sys; sys.stdout.write(sys.platform)" 2>/dev/null`; - AC_SUBST( - [PYTHON2_PLATFORM], - [$ax_prog_python2_platform]) - ], - [AC_MSG_ERROR( - [Unable to find python2]) - ]) - AC_SUBST( - [PYTHON2], - [$PYTHON2]) - ]) - -dnl Function to check if the python3 binary is available -dnl "python3 python3.#" -AC_DEFUN([AX_PROG_PYTHON3], - [ax_python3_progs="python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0" - AC_CHECK_PROGS( - [PYTHON3], - [$ax_python3_progs]) - AS_IF( - [test "x${PYTHON3}" != x], - [ax_prog_python3_version=`${PYTHON3} -c "import sys; sys.stdout.write('%d.%d' % (sys.version_info[[0]], sys.version_info[[1]]))" 2>/dev/null`; - AC_SUBST( - [PYTHON3_VERSION], - [$ax_prog_python3_version]) - - ax_prog_python3_platform=`${PYTHON3} -c "import sys; sys.stdout.write(sys.platform)" 2>/dev/null`; - AC_SUBST( - [PYTHON3_PLATFORM], - [$ax_prog_python3_platform]) - ], - [AC_MSG_ERROR( - [Unable to find python3]) - ]) - AC_SUBST( - [PYTHON3], - [$PYTHON3]) - ]) - dnl Function to check if the python-config binary is available dnl "python${PYTHON_VERSION}-config python-config" AC_DEFUN([AX_PROG_PYTHON_CONFIG], @@ -107,42 +53,6 @@ [$PYTHON_CONFIG]) ]) -dnl Function to check if the python2-config binary is available -AC_DEFUN([AX_PROG_PYTHON2_CONFIG], - [AS_IF( - [test "x${PYTHON2_CONFIG}" = x], - [AC_CHECK_PROGS( - [PYTHON2_CONFIG], - [python2-config python2.7-config python2.6-config python2.5-config]) - ]) - AS_IF( - [test "x${PYTHON2_CONFIG}" = x], - [AC_MSG_ERROR( - [Unable to find python2-config]) - ]) - AC_SUBST( - [PYTHON2_CONFIG], - [$PYTHON2_CONFIG]) - ]) - -dnl Function to check if the python3-config binary is available -AC_DEFUN([AX_PROG_PYTHON3_CONFIG], - [AS_IF( - [test "x${PYTHON3_CONFIG}" = x], - [AC_CHECK_PROGS( - [PYTHON3_CONFIG], - [python3-config python3.12-config python3.11-config python3.10-config python3.9-config python3.8-config python3.7-config python3.6-config python3.5-config python3.4-config python3.3-config python3.2-config python3.1-config python3.0-config]) - ]) - AS_IF( - [test "x${PYTHON3_CONFIG}" = x], - [AC_MSG_ERROR( - [Unable to find python3-config]) - ]) - AC_SUBST( - [PYTHON3_CONFIG], - [$PYTHON3_CONFIG]) - ]) - dnl Function to detect if a Python build environment is available AC_DEFUN([AX_PYTHON_CHECK], [AX_PROG_PYTHON @@ -254,228 +164,6 @@ ]) ]) -dnl Function to detect if a Python 2 build environment is available -AC_DEFUN([AX_PYTHON2_CHECK], - [AX_PROG_PYTHON2 - AX_PROG_PYTHON2_CONFIG - - AS_IF( - [test "x${PYTHON2_CONFIG}" != x], - [dnl Check for Python 2 includes - PYTHON2_INCLUDES=`${PYTHON2_CONFIG} --includes 2>/dev/null`; - - AC_MSG_CHECKING( - [for Python verison 2 includes]) - AC_MSG_RESULT( - [$PYTHON2_INCLUDES]) - - dnl Check for Python 2 libraries - PYTHON2_LDFLAGS=`${PYTHON2_CONFIG} --ldflags 2>/dev/null`; - - AC_MSG_CHECKING( - [for Python 2 libraries]) - AC_MSG_RESULT( - [$PYTHON2_LDFLAGS]) - - dnl For CygWin add the -no-undefined linker flag - AS_CASE( - [$host_os], - [cygwin*],[PYTHON2_LDFLAGS="${PYTHON2_LDFLAGS} -no-undefined"], - [*],[]) - - dnl Check for the existence of Python.h - BACKUP_CPPFLAGS="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PYTHON2_INCLUDES}" - - AC_CHECK_HEADERS( - [Python.h], - [ac_cv_header_python2_h=yes], - [ac_cv_header_python2_h=no]) - - CPPFLAGS="${BACKUP_CPPFLAGS}" - ]) - - AS_IF( - [test "x${ac_cv_header_python2_h}" != xyes], - [ac_cv_enable_python2=no], - [ac_cv_enable_python2=$PYTHON2_VERSION - AC_SUBST( - [PYTHON2_CPPFLAGS], - [$PYTHON2_INCLUDES]) - - AC_SUBST( - [PYTHON2_LDFLAGS], - [$PYTHON2_LDFLAGS]) - - dnl Check for Python prefix - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python2_prefix="\${prefix}"], - [ax_python2_prefix=`${PYTHON2_CONFIG} --prefix 2>/dev/null`]) - - AC_SUBST( - [PYTHON2_PREFIX], - [$ax_python2_prefix]) - - dnl Check for Python exec-prefix - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python2_exec_prefix="\${exec_prefix}"], - [ax_python2_exec_prefix=`${PYTHON2_CONFIG} --exec-prefix 2>/dev/null`]) - - AC_SUBST( - [PYTHON2_EXEC_PREFIX], - [$ax_python2_exec_prefix]) - - dnl Check for Python 2 library directory - ax_python2_pythondir_suffix=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(0, 0, prefix=''))" 2>/dev/null`; - - AS_IF( - [test "x${ac_cv_with_pythondir2}" = x || test "x${ac_cv_with_pythondir2}" = xno], - [AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python2_pythondir="${ax_python_prefix}/${ax_python2_pythondir_suffix}"], - [ax_python2_pythondir=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib()) " 2>/dev/null`])], - [ax_python2_pythondir=$ac_cv_with_pythondir2]) - - AC_SUBST( - [pythondir2], - [$ax_python2_pythondir]) - - dnl Check for Python 2 platform specific library directory - ax_python2_pyexecdir_suffix=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(1, 0, prefix=''))" 2>/dev/null`; - ax_python2_library_dir=`${PYTHON2} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(True)) " 2>/dev/null`; - - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python2_pyexecdir="${ax_python2_exec_prefix}/${ax_python2_pyexecdir_suffix}"], - [ax_python2_pyexecdir=$ax_python2_library_dir]) - - AC_SUBST( - [pyexecdir2], - [$ax_python2_pyexecdir]) - - AC_SUBST( - [PYTHON2_LIBRARY_DIR], - [$ax_python2_pyexecdir_suffix]) - - AC_SUBST( - [PYTHON2_PACKAGE_DIR], - [$ax_python2_library_dir]) - ]) - ]) - -dnl Function to detect if a Python 3 build environment is available -AC_DEFUN([AX_PYTHON3_CHECK], - [AX_PROG_PYTHON3 - AX_PROG_PYTHON3_CONFIG - - AS_IF( - [test "x${PYTHON3_CONFIG}" != x], - [dnl Check for Python 3 includes - PYTHON3_INCLUDES=`${PYTHON3_CONFIG} --includes 2>/dev/null`; - - AC_MSG_CHECKING( - [for Python verison 3 includes]) - AC_MSG_RESULT( - [$PYTHON3_INCLUDES]) - - dnl Check for Python 3 libraries - PYTHON3_LDFLAGS=`${PYTHON3_CONFIG} --ldflags 2>/dev/null`; - - AC_MSG_CHECKING( - [for Python 3 libraries]) - AC_MSG_RESULT( - [$PYTHON3_LDFLAGS]) - - dnl For CygWin add the -no-undefined linker flag - AS_CASE( - [$host_os], - [cygwin*],[PYTHON3_LDFLAGS="${PYTHON3_LDFLAGS} -no-undefined"], - [*],[]) - - dnl Check for the existence of Python.h - BACKUP_CPPFLAGS="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PYTHON3_INCLUDES}" - - AC_CHECK_HEADERS( - [Python.h], - [ac_cv_header_python3_h=yes], - [ac_cv_header_python3_h=no]) - - CPPFLAGS="${BACKUP_CPPFLAGS}" - ]) - - AS_IF( - [test "x${ac_cv_header_python3_h}" != xyes], - [ac_cv_enable_python3=no], - [ac_cv_enable_python3=$PYTHON3_VERSION - AC_SUBST( - [PYTHON3_CPPFLAGS], - [$PYTHON3_INCLUDES]) - - AC_SUBST( - [PYTHON3_LDFLAGS], - [$PYTHON3_LDFLAGS]) - - dnl Check for Python prefix - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python3_prefix="\${prefix}"], - [ax_python3_prefix=`${PYTHON3_CONFIG} --prefix 2>/dev/null`]) - - AC_SUBST( - [PYTHON3_PREFIX], - [$ax_python3_prefix]) - - dnl Check for Python exec-prefix - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python3_exec_prefix="\${exec_prefix}"], - [ax_python3_exec_prefix=`${PYTHON3_CONFIG} --exec-prefix 2>/dev/null`]) - - AC_SUBST( - [PYTHON3_EXEC_PREFIX], - [$ax_python3_exec_prefix]) - - dnl Check for Python 3 library directory - ax_python3_pythondir_suffix=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(0, 0, prefix=''))" 2>/dev/null`; - - AS_IF( - [test "x${ac_cv_with_pythondir3}" = x || test "x${ac_cv_with_pythondir3}" = xno], - [AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python3_pythondir="${ax_python_prefix}/${ax_python3_pythondir_suffix}"], - [ax_python3_pythondir=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib()) " 2>/dev/null`])], - [ax_python3_pythondir=$ac_cv_with_pythondir3]) - - AC_SUBST( - [pythondir3], - [$ax_python3_pythondir]) - - dnl Check for Python 3 platform specific library directory - ax_python3_pyexecdir_suffix=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(1, 0, prefix=''))" 2>/dev/null`; - ax_python3_library_dir=`${PYTHON3} -c "import sys; import distutils.sysconfig; sys.stdout.write(distutils.sysconfig.get_python_lib(True)) " 2>/dev/null`; - - AS_IF( - [test "x${ac_cv_with_pyprefix}" = x || test "x${ac_cv_with_pyprefix}" = xno], - [ax_python3_pyexecdir="${ax_python3_exec_prefix}/${ax_python3_pyexecdir_suffix}"], - [ax_python3_pyexecdir=$ax_python3_library_dir]) - - AC_SUBST( - [pyexecdir3], - [$ax_python3_pyexecdir]) - - AC_SUBST( - [PYTHON3_LIBRARY_DIR], - [$ax_python3_pyexecdir_suffix]) - - AC_SUBST( - [PYTHON3_PACKAGE_DIR], - [$ax_python3_library_dir]) - ]) - ]) - dnl Function to determine the prefix of pythondir AC_DEFUN([AX_PYTHON_CHECK_PYPREFIX], [AX_COMMON_ARG_WITH( @@ -502,74 +190,17 @@ [no], [no]) - AX_COMMON_ARG_ENABLE( - [python2], - [python2], - [build Python 2 bindings], - [no]) - AX_COMMON_ARG_WITH( - [pythondir2], - [pythondir2], - [use to specify the Python 2 directory (pythondir2)], - [no], - [no]) - - AX_COMMON_ARG_ENABLE( - [python3], - [python3], - [build Python 3 bindings], - [no]) - AX_COMMON_ARG_WITH( - [pythondir3], - [pythondir3], - [use to specify the Python 3 directory (pythondir3)], - [no], - [no]) - AS_IF( [test "x${ac_cv_enable_python}" != xno], [AX_PYTHON_CHECK]) - AS_IF( - [test "x${ac_cv_enable_python2}" != xno], - [AX_PYTHON2_CHECK]) - - AS_IF( - [test "x${ac_cv_enable_python3}" != xno], - [AX_PYTHON3_CHECK]) - AM_CONDITIONAL( HAVE_PYTHON, [test "x${ac_cv_enable_python}" != xno]) AM_CONDITIONAL( - HAVE_PYTHON2, - [test "x${ac_cv_enable_python2}" != xno]) - - AM_CONDITIONAL( - HAVE_PYTHON3, - [test "x${ac_cv_enable_python3}" != xno]) - - AM_CONDITIONAL( HAVE_PYTHON_TESTS, - [test "x${ac_cv_enable_python}" != xno || test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno]) - - AS_IF( - [test "x${ac_cv_enable_python}" = xno], - [AS_IF( - [test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno], - [AS_IF( - [test "x${ac_cv_enable_python2}" != xno], - [ac_cv_enable_python=${ac_cv_enable_python2}], - [ac_cv_enable_python=""]) - AS_IF( - [test "x${ac_cv_enable_python3}" != xno], - [AS_IF( - [test "x${ac_cv_enable_python}" != x], - [ac_cv_enable_python="${ac_cv_enable_python}, "]) - ac_cv_enable_python="${ac_cv_enable_python}${ac_cv_enable_python3}"]) - ]) - ]) + [test "x${ac_cv_enable_python}" != xno]) ]) ]) diff -Nru libewf-20140815/manuals/Makefile.in libewf-20140816/manuals/Makefile.in --- libewf-20140815/manuals/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/manuals/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -371,26 +371,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -577,11 +557,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/msvscpp/Makefile.in libewf-20140816/msvscpp/Makefile.in --- libewf-20140815/msvscpp/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/msvscpp/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -339,26 +339,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -545,11 +525,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/pyewf/Makefile.in libewf-20140816/pyewf/Makefile.in --- libewf-20140815/pyewf/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/pyewf/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -449,26 +449,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -655,11 +635,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/pyewf-python2/Makefile.am libewf-20140816/pyewf-python2/Makefile.am --- libewf-20140815/pyewf-python2/Makefile.am 2023-10-28 06:30:50.000000000 +0000 +++ libewf-20140816/pyewf-python2/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ -# Note that we cannot use: AUTOMAKE_OPTIONS = subdir-objects -# subdir-objects will compile the source files to a single version of Python. -# Since subdir-objects is being deprecated we copy the source files instead. -am__installdirs = "$(DESTDIR)$(pyexecdir2)" -pyexecdir = $(pyexecdir2) - -if HAVE_PYTHON2 -AM_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ - @LIBCERROR_CPPFLAGS@ \ - @LIBCDATA_CPPFLAGS@ \ - @LIBCLOCALE_CPPFLAGS@ \ - @LIBCSPLIT_CPPFLAGS@ \ - @LIBUNA_CPPFLAGS@ \ - @LIBCFILE_CPPFLAGS@ \ - @LIBCPATH_CPPFLAGS@ \ - @LIBBFIO_CPPFLAGS@ - -am_pyewf_la_rpath = -rpath $(pyexecdir2) - -BUILT_SOURCES = \ - pyewf.c pyewf.h \ - pyewf_codepage.c pyewf_codepage.h \ - pyewf_datetime.c pyewf_datetime.h \ - pyewf_error.c pyewf_error.h \ - pyewf_file_entries.c pyewf_file_entries.h \ - pyewf_file_entry.c pyewf_file_entry.h \ - pyewf_file_object_io_handle.c pyewf_file_object_io_handle.h \ - pyewf_file_objects_io_pool.c pyewf_file_objects_io_pool.h \ - pyewf_handle.c pyewf_handle.h \ - pyewf_integer.c pyewf_integer.h \ - pyewf_libbfio.h \ - pyewf_libcerror.h \ - pyewf_libclocale.h \ - pyewf_libewf.h \ - pyewf_metadata.c pyewf_metadata.h \ - pyewf_python.h \ - pyewf_unused.h - -pyexec_LTLIBRARIES = pyewf.la - -nodist_pyewf_la_SOURCES = $(BUILT_SOURCES) - -pyewf_la_LIBADD = \ - @LIBCERROR_LIBADD@ \ - ../libewf/libewf.la - @LIBCDATA_LIBADD@ \ - @LIBCLOCALE_LIBADD@ \ - @LIBCSPLIT_LIBADD@ \ - @LIBUNA_LIBADD@ \ - @LIBCFILE_LIBADD@ \ - @LIBCPATH_LIBADD@ \ - @LIBBFIO_LIBADD@ - -pyewf_la_CPPFLAGS = $(PYTHON2_CPPFLAGS) -pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON2_LDFLAGS) - -$(BUILT_SOURCES): - /bin/cp -f $(top_srcdir)/pyewf/$@ $@ - -endif - -MAINTAINERCLEANFILES = \ - Makefile.in - -clean-local: - -rm -f pyewf*.[ch] - -distclean: clean - -rm -f Makefile - diff -Nru libewf-20140815/pyewf-python2/Makefile.in libewf-20140816/pyewf-python2/Makefile.in --- libewf-20140815/pyewf-python2/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/pyewf-python2/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1167 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2021 Free Software Foundation, Inc. - -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = pyewf-python2 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libbfio.m4 \ - $(top_srcdir)/m4/libcdata.m4 $(top_srcdir)/m4/libcdatetime.m4 \ - $(top_srcdir)/m4/libcerror.m4 $(top_srcdir)/m4/libcfile.m4 \ - $(top_srcdir)/m4/libclocale.m4 $(top_srcdir)/m4/libcnotify.m4 \ - $(top_srcdir)/m4/libcpath.m4 $(top_srcdir)/m4/libcrypto.m4 \ - $(top_srcdir)/m4/libcsplit.m4 $(top_srcdir)/m4/libcthreads.m4 \ - $(top_srcdir)/m4/libfcache.m4 $(top_srcdir)/m4/libfdata.m4 \ - $(top_srcdir)/m4/libfuse.m4 $(top_srcdir)/m4/libfvalue.m4 \ - $(top_srcdir)/m4/libhmac.m4 $(top_srcdir)/m4/libmfdata.m4 \ - $(top_srcdir)/m4/libodraw.m4 $(top_srcdir)/m4/libsmdev.m4 \ - $(top_srcdir)/m4/libsmraw.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/libuna.m4 $(top_srcdir)/m4/libuuid.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/python.m4 \ - $(top_srcdir)/m4/stdcxx.m4 $(top_srcdir)/m4/tests.m4 \ - $(top_srcdir)/m4/types.m4 $(top_srcdir)/m4/zlib.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/common/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } -LTLIBRARIES = $(pyexec_LTLIBRARIES) -@HAVE_PYTHON2_TRUE@pyewf_la_DEPENDENCIES = ../libewf/libewf.la -@HAVE_PYTHON2_TRUE@am__objects_1 = pyewf_la-pyewf.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_codepage.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_datetime.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_error.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_file_entries.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_file_entry.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_file_object_io_handle.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_file_objects_io_pool.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_handle.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_integer.lo \ -@HAVE_PYTHON2_TRUE@ pyewf_la-pyewf_metadata.lo -@HAVE_PYTHON2_TRUE@nodist_pyewf_la_OBJECTS = $(am__objects_1) -pyewf_la_OBJECTS = $(nodist_pyewf_la_OBJECTS) -AM_V_lt = $(am__v_lt_@AM_V@) -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -am__v_lt_0 = --silent -am__v_lt_1 = -pyewf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(pyewf_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/pyewf_la-pyewf.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_error.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_handle.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_integer.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_@AM_V@) -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_@AM_V@) -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(nodist_pyewf_la_SOURCES) -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__extra_recursive_targets = sources-recursive splint-recursive -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -# Read a list of newline-separated strings from the standard input, -# and print each of them once, without duplicates. Input order is -# *not* preserved. -am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ -' -# Make sure the list of sources is unique. This is necessary because, -# e.g., the same source file might be shared among _SOURCES variables -# for different programs/libraries. -am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DPKG_DATE = @DPKG_DATE@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -ETAGS = @ETAGS@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -FILECMD = @FILECMD@ -GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ -GREP = @GREP@ -HAVE_CXX11 = @HAVE_CXX11@ -HAVE_DLLMAIN = @HAVE_DLLMAIN@ -HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ -HAVE_LIBBFIO = @HAVE_LIBBFIO@ -HAVE_LIBCDATA = @HAVE_LIBCDATA@ -HAVE_LIBCDATETIME = @HAVE_LIBCDATETIME@ -HAVE_LIBCERROR = @HAVE_LIBCERROR@ -HAVE_LIBCFILE = @HAVE_LIBCFILE@ -HAVE_LIBCLOCALE = @HAVE_LIBCLOCALE@ -HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@ -HAVE_LIBCPATH = @HAVE_LIBCPATH@ -HAVE_LIBCSPLIT = @HAVE_LIBCSPLIT@ -HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@ -HAVE_LIBFCACHE = @HAVE_LIBFCACHE@ -HAVE_LIBFDATA = @HAVE_LIBFDATA@ -HAVE_LIBFUSE = @HAVE_LIBFUSE@ -HAVE_LIBFVALUE = @HAVE_LIBFVALUE@ -HAVE_LIBHMAC = @HAVE_LIBHMAC@ -HAVE_LIBMFDATA = @HAVE_LIBMFDATA@ -HAVE_LIBODRAW = @HAVE_LIBODRAW@ -HAVE_LIBSMDEV = @HAVE_LIBSMDEV@ -HAVE_LIBSMRAW = @HAVE_LIBSMRAW@ -HAVE_LIBUNA = @HAVE_LIBUNA@ -HAVE_LIBUUID = @HAVE_LIBUUID@ -HAVE_LOCAL_LIBBFIO = @HAVE_LOCAL_LIBBFIO@ -HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@ -HAVE_LOCAL_LIBCDATETIME = @HAVE_LOCAL_LIBCDATETIME@ -HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@ -HAVE_LOCAL_LIBCFILE = @HAVE_LOCAL_LIBCFILE@ -HAVE_LOCAL_LIBCLOCALE = @HAVE_LOCAL_LIBCLOCALE@ -HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@ -HAVE_LOCAL_LIBCPATH = @HAVE_LOCAL_LIBCPATH@ -HAVE_LOCAL_LIBCSPLIT = @HAVE_LOCAL_LIBCSPLIT@ -HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@ -HAVE_LOCAL_LIBFCACHE = @HAVE_LOCAL_LIBFCACHE@ -HAVE_LOCAL_LIBFDATA = @HAVE_LOCAL_LIBFDATA@ -HAVE_LOCAL_LIBFVALUE = @HAVE_LOCAL_LIBFVALUE@ -HAVE_LOCAL_LIBHMAC = @HAVE_LOCAL_LIBHMAC@ -HAVE_LOCAL_LIBMFDATA = @HAVE_LOCAL_LIBMFDATA@ -HAVE_LOCAL_LIBODRAW = @HAVE_LOCAL_LIBODRAW@ -HAVE_LOCAL_LIBSMDEV = @HAVE_LOCAL_LIBSMDEV@ -HAVE_LOCAL_LIBSMRAW = @HAVE_LOCAL_LIBSMRAW@ -HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@ -HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@ -HAVE_OFF64_T = @HAVE_OFF64_T@ -HAVE_OPENSSL_EVP_H = @HAVE_OPENSSL_EVP_H@ -HAVE_PTHREAD = @HAVE_PTHREAD@ -HAVE_SIZE32_T = @HAVE_SIZE32_T@ -HAVE_SIZE64_T = @HAVE_SIZE64_T@ -HAVE_SSIZE32_T = @HAVE_SSIZE32_T@ -HAVE_SSIZE64_T = @HAVE_SSIZE64_T@ -HAVE_STDINT_H = @HAVE_STDINT_H@ -HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ -HAVE_V1_API = @HAVE_V1_API@ -HAVE_WCHAR_H = @HAVE_WCHAR_H@ -HAVE_WIDE_CHARACTER_TYPE = @HAVE_WIDE_CHARACTER_TYPE@ -HAVE_WRITE_SUPPORT = @HAVE_WRITE_SUPPORT@ -HAVE_ZLIB = @HAVE_ZLIB@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLLIBS = @INTLLIBS@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBBFIO_CPPFLAGS = @LIBBFIO_CPPFLAGS@ -LIBBFIO_LIBADD = @LIBBFIO_LIBADD@ -LIBCDATA_CPPFLAGS = @LIBCDATA_CPPFLAGS@ -LIBCDATA_LIBADD = @LIBCDATA_LIBADD@ -LIBCDATETIME_CPPFLAGS = @LIBCDATETIME_CPPFLAGS@ -LIBCDATETIME_LIBADD = @LIBCDATETIME_LIBADD@ -LIBCERROR_CPPFLAGS = @LIBCERROR_CPPFLAGS@ -LIBCERROR_LIBADD = @LIBCERROR_LIBADD@ -LIBCFILE_CPPFLAGS = @LIBCFILE_CPPFLAGS@ -LIBCFILE_LIBADD = @LIBCFILE_LIBADD@ -LIBCLOCALE_CPPFLAGS = @LIBCLOCALE_CPPFLAGS@ -LIBCLOCALE_LIBADD = @LIBCLOCALE_LIBADD@ -LIBCNOTIFY_CPPFLAGS = @LIBCNOTIFY_CPPFLAGS@ -LIBCNOTIFY_LIBADD = @LIBCNOTIFY_LIBADD@ -LIBCPATH_CPPFLAGS = @LIBCPATH_CPPFLAGS@ -LIBCPATH_LIBADD = @LIBCPATH_LIBADD@ -LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@ -LIBCRYPTO_LIBADD = @LIBCRYPTO_LIBADD@ -LIBCSPLIT_CPPFLAGS = @LIBCSPLIT_CPPFLAGS@ -LIBCSPLIT_LIBADD = @LIBCSPLIT_LIBADD@ -LIBCTHREADS_CPPFLAGS = @LIBCTHREADS_CPPFLAGS@ -LIBCTHREADS_LIBADD = @LIBCTHREADS_LIBADD@ -LIBDL_LIBADD = @LIBDL_LIBADD@ -LIBEWF_DLL_EXPORT = @LIBEWF_DLL_EXPORT@ -LIBEWF_DLL_IMPORT = @LIBEWF_DLL_IMPORT@ -LIBFCACHE_CPPFLAGS = @LIBFCACHE_CPPFLAGS@ -LIBFCACHE_LIBADD = @LIBFCACHE_LIBADD@ -LIBFDATA_CPPFLAGS = @LIBFDATA_CPPFLAGS@ -LIBFDATA_LIBADD = @LIBFDATA_LIBADD@ -LIBFUSE_CPPFLAGS = @LIBFUSE_CPPFLAGS@ -LIBFUSE_LIBADD = @LIBFUSE_LIBADD@ -LIBFVALUE_CPPFLAGS = @LIBFVALUE_CPPFLAGS@ -LIBFVALUE_LIBADD = @LIBFVALUE_LIBADD@ -LIBHMAC_CPPFLAGS = @LIBHMAC_CPPFLAGS@ -LIBHMAC_LIBADD = @LIBHMAC_LIBADD@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ -LIBMFDATA_CPPFLAGS = @LIBMFDATA_CPPFLAGS@ -LIBMFDATA_LIBADD = @LIBMFDATA_LIBADD@ -LIBOBJS = @LIBOBJS@ -LIBODRAW_CPPFLAGS = @LIBODRAW_CPPFLAGS@ -LIBODRAW_LIBADD = @LIBODRAW_LIBADD@ -LIBS = @LIBS@ -LIBSMDEV_CPPFLAGS = @LIBSMDEV_CPPFLAGS@ -LIBSMDEV_LIBADD = @LIBSMDEV_LIBADD@ -LIBSMRAW_CPPFLAGS = @LIBSMRAW_CPPFLAGS@ -LIBSMRAW_LIBADD = @LIBSMRAW_LIBADD@ -LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ -LIBUNA_CPPFLAGS = @LIBUNA_CPPFLAGS@ -LIBUNA_LIBADD = @LIBUNA_LIBADD@ -LIBUUID_CPPFLAGS = @LIBUUID_CPPFLAGS@ -LIBUUID_LIBADD = @LIBUUID_LIBADD@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ -LTLIBOBJS = @LTLIBOBJS@ -LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGMERGE = @MSGMERGE@ -MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKGCONFIG = @PKGCONFIG@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POSUB = @POSUB@ -PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ -PTHREAD_LIBADD = @PTHREAD_LIBADD@ -PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ -PYTHON_CONFIG = @PYTHON_CONFIG@ -PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ -PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ -PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ -PYTHON_LIBRARY_DIR = @PYTHON_LIBRARY_DIR@ -PYTHON_PACKAGE_DIR = @PYTHON_PACKAGE_DIR@ -PYTHON_PLATFORM = @PYTHON_PLATFORM@ -PYTHON_PREFIX = @PYTHON_PREFIX@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -SPEC_DATE = @SPEC_DATE@ -STATIC_LDFLAGS = @STATIC_LDFLAGS@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@ -ZLIB_LIBADD = @ZLIB_LIBADD@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -ax_libbfio_pc_libs_private = @ax_libbfio_pc_libs_private@ -ax_libbfio_spec_build_requires = @ax_libbfio_spec_build_requires@ -ax_libbfio_spec_requires = @ax_libbfio_spec_requires@ -ax_libcdata_pc_libs_private = @ax_libcdata_pc_libs_private@ -ax_libcdata_spec_build_requires = @ax_libcdata_spec_build_requires@ -ax_libcdata_spec_requires = @ax_libcdata_spec_requires@ -ax_libcdatetime_pc_libs_private = @ax_libcdatetime_pc_libs_private@ -ax_libcdatetime_spec_build_requires = @ax_libcdatetime_spec_build_requires@ -ax_libcdatetime_spec_requires = @ax_libcdatetime_spec_requires@ -ax_libcerror_pc_libs_private = @ax_libcerror_pc_libs_private@ -ax_libcerror_spec_build_requires = @ax_libcerror_spec_build_requires@ -ax_libcerror_spec_requires = @ax_libcerror_spec_requires@ -ax_libcfile_pc_libs_private = @ax_libcfile_pc_libs_private@ -ax_libcfile_spec_build_requires = @ax_libcfile_spec_build_requires@ -ax_libcfile_spec_requires = @ax_libcfile_spec_requires@ -ax_libclocale_pc_libs_private = @ax_libclocale_pc_libs_private@ -ax_libclocale_spec_build_requires = @ax_libclocale_spec_build_requires@ -ax_libclocale_spec_requires = @ax_libclocale_spec_requires@ -ax_libcnotify_pc_libs_private = @ax_libcnotify_pc_libs_private@ -ax_libcnotify_spec_build_requires = @ax_libcnotify_spec_build_requires@ -ax_libcnotify_spec_requires = @ax_libcnotify_spec_requires@ -ax_libcpath_pc_libs_private = @ax_libcpath_pc_libs_private@ -ax_libcpath_spec_build_requires = @ax_libcpath_spec_build_requires@ -ax_libcpath_spec_requires = @ax_libcpath_spec_requires@ -ax_libcrypto_pc_libs_private = @ax_libcrypto_pc_libs_private@ -ax_libcrypto_spec_build_requires = @ax_libcrypto_spec_build_requires@ -ax_libcrypto_spec_requires = @ax_libcrypto_spec_requires@ -ax_libcsplit_pc_libs_private = @ax_libcsplit_pc_libs_private@ -ax_libcsplit_spec_build_requires = @ax_libcsplit_spec_build_requires@ -ax_libcsplit_spec_requires = @ax_libcsplit_spec_requires@ -ax_libcthreads_pc_libs_private = @ax_libcthreads_pc_libs_private@ -ax_libcthreads_spec_build_requires = @ax_libcthreads_spec_build_requires@ -ax_libcthreads_spec_requires = @ax_libcthreads_spec_requires@ -ax_libfcache_pc_libs_private = @ax_libfcache_pc_libs_private@ -ax_libfcache_spec_build_requires = @ax_libfcache_spec_build_requires@ -ax_libfcache_spec_requires = @ax_libfcache_spec_requires@ -ax_libfdata_pc_libs_private = @ax_libfdata_pc_libs_private@ -ax_libfdata_spec_build_requires = @ax_libfdata_spec_build_requires@ -ax_libfdata_spec_requires = @ax_libfdata_spec_requires@ -ax_libfuse_pc_libs_private = @ax_libfuse_pc_libs_private@ -ax_libfuse_spec_build_requires = @ax_libfuse_spec_build_requires@ -ax_libfuse_spec_requires = @ax_libfuse_spec_requires@ -ax_libfvalue_pc_libs_private = @ax_libfvalue_pc_libs_private@ -ax_libfvalue_spec_build_requires = @ax_libfvalue_spec_build_requires@ -ax_libfvalue_spec_requires = @ax_libfvalue_spec_requires@ -ax_libhmac_pc_libs_private = @ax_libhmac_pc_libs_private@ -ax_libhmac_spec_build_requires = @ax_libhmac_spec_build_requires@ -ax_libhmac_spec_requires = @ax_libhmac_spec_requires@ -ax_libmfdata_pc_libs_private = @ax_libmfdata_pc_libs_private@ -ax_libmfdata_spec_build_requires = @ax_libmfdata_spec_build_requires@ -ax_libmfdata_spec_requires = @ax_libmfdata_spec_requires@ -ax_libodraw_pc_libs_private = @ax_libodraw_pc_libs_private@ -ax_libodraw_spec_build_requires = @ax_libodraw_spec_build_requires@ -ax_libodraw_spec_requires = @ax_libodraw_spec_requires@ -ax_libsmdev_pc_libs_private = @ax_libsmdev_pc_libs_private@ -ax_libsmdev_spec_build_requires = @ax_libsmdev_spec_build_requires@ -ax_libsmdev_spec_requires = @ax_libsmdev_spec_requires@ -ax_libsmraw_pc_libs_private = @ax_libsmraw_pc_libs_private@ -ax_libsmraw_spec_build_requires = @ax_libsmraw_spec_build_requires@ -ax_libsmraw_spec_requires = @ax_libsmraw_spec_requires@ -ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@ -ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@ -ax_libuna_spec_requires = @ax_libuna_spec_requires@ -ax_libuuid_pc_libs_private = @ax_libuuid_pc_libs_private@ -ax_libuuid_spec_build_requires = @ax_libuuid_spec_build_requires@ -ax_libuuid_spec_requires = @ax_libuuid_spec_requires@ -ax_pthread_pc_libs_private = @ax_pthread_pc_libs_private@ -ax_zlib_pc_libs_private = @ax_zlib_pc_libs_private@ -ax_zlib_spec_build_requires = @ax_zlib_spec_build_requires@ -ax_zlib_spec_requires = @ax_zlib_spec_requires@ -ax_zlib_static_spec_build_requires = @ax_zlib_static_spec_build_requires@ -ax_zlib_static_spec_requires = @ax_zlib_static_spec_requires@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -fuse_CFLAGS = @fuse_CFLAGS@ -fuse_LIBS = @fuse_LIBS@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libbfio_CFLAGS = @libbfio_CFLAGS@ -libbfio_LIBS = @libbfio_LIBS@ -libcdata_CFLAGS = @libcdata_CFLAGS@ -libcdata_LIBS = @libcdata_LIBS@ -libcdatetime_CFLAGS = @libcdatetime_CFLAGS@ -libcdatetime_LIBS = @libcdatetime_LIBS@ -libcerror_CFLAGS = @libcerror_CFLAGS@ -libcerror_LIBS = @libcerror_LIBS@ -libcfile_CFLAGS = @libcfile_CFLAGS@ -libcfile_LIBS = @libcfile_LIBS@ -libclocale_CFLAGS = @libclocale_CFLAGS@ -libclocale_LIBS = @libclocale_LIBS@ -libcnotify_CFLAGS = @libcnotify_CFLAGS@ -libcnotify_LIBS = @libcnotify_LIBS@ -libcpath_CFLAGS = @libcpath_CFLAGS@ -libcpath_LIBS = @libcpath_LIBS@ -libcsplit_CFLAGS = @libcsplit_CFLAGS@ -libcsplit_LIBS = @libcsplit_LIBS@ -libcthreads_CFLAGS = @libcthreads_CFLAGS@ -libcthreads_LIBS = @libcthreads_LIBS@ -libdir = @libdir@ -libewf_spec_requires = @libewf_spec_requires@ -libewf_spec_tools_build_requires = @libewf_spec_tools_build_requires@ -libexecdir = @libexecdir@ -libfcache_CFLAGS = @libfcache_CFLAGS@ -libfcache_LIBS = @libfcache_LIBS@ -libfdata_CFLAGS = @libfdata_CFLAGS@ -libfdata_LIBS = @libfdata_LIBS@ -libfvalue_CFLAGS = @libfvalue_CFLAGS@ -libfvalue_LIBS = @libfvalue_LIBS@ -libhmac_CFLAGS = @libhmac_CFLAGS@ -libhmac_LIBS = @libhmac_LIBS@ -libmfdata_CFLAGS = @libmfdata_CFLAGS@ -libmfdata_LIBS = @libmfdata_LIBS@ -libodraw_CFLAGS = @libodraw_CFLAGS@ -libodraw_LIBS = @libodraw_LIBS@ -libsmdev_CFLAGS = @libsmdev_CFLAGS@ -libsmdev_LIBS = @libsmdev_LIBS@ -libsmraw_CFLAGS = @libsmraw_CFLAGS@ -libsmraw_LIBS = @libsmraw_LIBS@ -libuna_CFLAGS = @libuna_CFLAGS@ -libuna_LIBS = @libuna_LIBS@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -openssl_CFLAGS = @openssl_CFLAGS@ -openssl_LIBS = @openssl_LIBS@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -pyexecdir = $(pyexecdir2) -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ -pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ -runstatedir = @runstatedir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -uuid_CFLAGS = @uuid_CFLAGS@ -uuid_LIBS = @uuid_LIBS@ -zlib_CFLAGS = @zlib_CFLAGS@ -zlib_LIBS = @zlib_LIBS@ - -# Note that we cannot use: AUTOMAKE_OPTIONS = subdir-objects -# subdir-objects will compile the source files to a single version of Python. -# Since subdir-objects is being deprecated we copy the source files instead. -am__installdirs = "$(DESTDIR)$(pyexecdir2)" -@HAVE_PYTHON2_TRUE@AM_CFLAGS = \ -@HAVE_PYTHON2_TRUE@ -I$(top_srcdir)/include \ -@HAVE_PYTHON2_TRUE@ -I$(top_srcdir)/common \ -@HAVE_PYTHON2_TRUE@ @LIBCERROR_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBCDATA_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBCLOCALE_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBCSPLIT_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBUNA_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBCFILE_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBCPATH_CPPFLAGS@ \ -@HAVE_PYTHON2_TRUE@ @LIBBFIO_CPPFLAGS@ - -@HAVE_PYTHON2_TRUE@am_pyewf_la_rpath = -rpath $(pyexecdir2) -@HAVE_PYTHON2_TRUE@BUILT_SOURCES = \ -@HAVE_PYTHON2_TRUE@ pyewf.c pyewf.h \ -@HAVE_PYTHON2_TRUE@ pyewf_codepage.c pyewf_codepage.h \ -@HAVE_PYTHON2_TRUE@ pyewf_datetime.c pyewf_datetime.h \ -@HAVE_PYTHON2_TRUE@ pyewf_error.c pyewf_error.h \ -@HAVE_PYTHON2_TRUE@ pyewf_file_entries.c pyewf_file_entries.h \ -@HAVE_PYTHON2_TRUE@ pyewf_file_entry.c pyewf_file_entry.h \ -@HAVE_PYTHON2_TRUE@ pyewf_file_object_io_handle.c pyewf_file_object_io_handle.h \ -@HAVE_PYTHON2_TRUE@ pyewf_file_objects_io_pool.c pyewf_file_objects_io_pool.h \ -@HAVE_PYTHON2_TRUE@ pyewf_handle.c pyewf_handle.h \ -@HAVE_PYTHON2_TRUE@ pyewf_integer.c pyewf_integer.h \ -@HAVE_PYTHON2_TRUE@ pyewf_libbfio.h \ -@HAVE_PYTHON2_TRUE@ pyewf_libcerror.h \ -@HAVE_PYTHON2_TRUE@ pyewf_libclocale.h \ -@HAVE_PYTHON2_TRUE@ pyewf_libewf.h \ -@HAVE_PYTHON2_TRUE@ pyewf_metadata.c pyewf_metadata.h \ -@HAVE_PYTHON2_TRUE@ pyewf_python.h \ -@HAVE_PYTHON2_TRUE@ pyewf_unused.h - -@HAVE_PYTHON2_TRUE@pyexec_LTLIBRARIES = pyewf.la -@HAVE_PYTHON2_TRUE@nodist_pyewf_la_SOURCES = $(BUILT_SOURCES) -@HAVE_PYTHON2_TRUE@pyewf_la_LIBADD = \ -@HAVE_PYTHON2_TRUE@ @LIBCERROR_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ ../libewf/libewf.la - -@HAVE_PYTHON2_TRUE@pyewf_la_CPPFLAGS = $(PYTHON2_CPPFLAGS) -@HAVE_PYTHON2_TRUE@pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON2_LDFLAGS) -MAINTAINERCLEANFILES = \ - Makefile.in - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pyewf-python2/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu pyewf-python2/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \ - } - -uninstall-pyexecLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \ - done - -clean-pyexecLTLIBRARIES: - -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES) - @list='$(pyexec_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -pyewf.la: $(pyewf_la_OBJECTS) $(pyewf_la_DEPENDENCIES) $(EXTRA_pyewf_la_DEPENDENCIES) - $(AM_V_CCLD)$(pyewf_la_LINK) $(am_pyewf_la_rpath) $(pyewf_la_OBJECTS) $(pyewf_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_error.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_handle.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_integer.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< - -.c.obj: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< - -pyewf_la-pyewf.lo: pyewf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf.Tpo -c -o pyewf_la-pyewf.lo `test -f 'pyewf.c' || echo '$(srcdir)/'`pyewf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf.Tpo $(DEPDIR)/pyewf_la-pyewf.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf.c' object='pyewf_la-pyewf.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf.lo `test -f 'pyewf.c' || echo '$(srcdir)/'`pyewf.c - -pyewf_la-pyewf_codepage.lo: pyewf_codepage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_codepage.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_codepage.Tpo -c -o pyewf_la-pyewf_codepage.lo `test -f 'pyewf_codepage.c' || echo '$(srcdir)/'`pyewf_codepage.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_codepage.Tpo $(DEPDIR)/pyewf_la-pyewf_codepage.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_codepage.c' object='pyewf_la-pyewf_codepage.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_codepage.lo `test -f 'pyewf_codepage.c' || echo '$(srcdir)/'`pyewf_codepage.c - -pyewf_la-pyewf_datetime.lo: pyewf_datetime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_datetime.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_datetime.Tpo -c -o pyewf_la-pyewf_datetime.lo `test -f 'pyewf_datetime.c' || echo '$(srcdir)/'`pyewf_datetime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_datetime.Tpo $(DEPDIR)/pyewf_la-pyewf_datetime.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_datetime.c' object='pyewf_la-pyewf_datetime.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_datetime.lo `test -f 'pyewf_datetime.c' || echo '$(srcdir)/'`pyewf_datetime.c - -pyewf_la-pyewf_error.lo: pyewf_error.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_error.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_error.Tpo -c -o pyewf_la-pyewf_error.lo `test -f 'pyewf_error.c' || echo '$(srcdir)/'`pyewf_error.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_error.Tpo $(DEPDIR)/pyewf_la-pyewf_error.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_error.c' object='pyewf_la-pyewf_error.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_error.lo `test -f 'pyewf_error.c' || echo '$(srcdir)/'`pyewf_error.c - -pyewf_la-pyewf_file_entries.lo: pyewf_file_entries.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_entries.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_entries.Tpo -c -o pyewf_la-pyewf_file_entries.lo `test -f 'pyewf_file_entries.c' || echo '$(srcdir)/'`pyewf_file_entries.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_entries.Tpo $(DEPDIR)/pyewf_la-pyewf_file_entries.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_entries.c' object='pyewf_la-pyewf_file_entries.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_entries.lo `test -f 'pyewf_file_entries.c' || echo '$(srcdir)/'`pyewf_file_entries.c - -pyewf_la-pyewf_file_entry.lo: pyewf_file_entry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_entry.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_entry.Tpo -c -o pyewf_la-pyewf_file_entry.lo `test -f 'pyewf_file_entry.c' || echo '$(srcdir)/'`pyewf_file_entry.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_entry.Tpo $(DEPDIR)/pyewf_la-pyewf_file_entry.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_entry.c' object='pyewf_la-pyewf_file_entry.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_entry.lo `test -f 'pyewf_file_entry.c' || echo '$(srcdir)/'`pyewf_file_entry.c - -pyewf_la-pyewf_file_object_io_handle.lo: pyewf_file_object_io_handle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_object_io_handle.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Tpo -c -o pyewf_la-pyewf_file_object_io_handle.lo `test -f 'pyewf_file_object_io_handle.c' || echo '$(srcdir)/'`pyewf_file_object_io_handle.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Tpo $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_object_io_handle.c' object='pyewf_la-pyewf_file_object_io_handle.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_object_io_handle.lo `test -f 'pyewf_file_object_io_handle.c' || echo '$(srcdir)/'`pyewf_file_object_io_handle.c - -pyewf_la-pyewf_file_objects_io_pool.lo: pyewf_file_objects_io_pool.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_objects_io_pool.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Tpo -c -o pyewf_la-pyewf_file_objects_io_pool.lo `test -f 'pyewf_file_objects_io_pool.c' || echo '$(srcdir)/'`pyewf_file_objects_io_pool.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Tpo $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_objects_io_pool.c' object='pyewf_la-pyewf_file_objects_io_pool.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_objects_io_pool.lo `test -f 'pyewf_file_objects_io_pool.c' || echo '$(srcdir)/'`pyewf_file_objects_io_pool.c - -pyewf_la-pyewf_handle.lo: pyewf_handle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_handle.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_handle.Tpo -c -o pyewf_la-pyewf_handle.lo `test -f 'pyewf_handle.c' || echo '$(srcdir)/'`pyewf_handle.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_handle.Tpo $(DEPDIR)/pyewf_la-pyewf_handle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_handle.c' object='pyewf_la-pyewf_handle.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_handle.lo `test -f 'pyewf_handle.c' || echo '$(srcdir)/'`pyewf_handle.c - -pyewf_la-pyewf_integer.lo: pyewf_integer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_integer.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_integer.Tpo -c -o pyewf_la-pyewf_integer.lo `test -f 'pyewf_integer.c' || echo '$(srcdir)/'`pyewf_integer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_integer.Tpo $(DEPDIR)/pyewf_la-pyewf_integer.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_integer.c' object='pyewf_la-pyewf_integer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_integer.lo `test -f 'pyewf_integer.c' || echo '$(srcdir)/'`pyewf_integer.c - -pyewf_la-pyewf_metadata.lo: pyewf_metadata.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_metadata.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_metadata.Tpo -c -o pyewf_la-pyewf_metadata.lo `test -f 'pyewf_metadata.c' || echo '$(srcdir)/'`pyewf_metadata.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_metadata.Tpo $(DEPDIR)/pyewf_la-pyewf_metadata.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_metadata.c' object='pyewf_la-pyewf_metadata.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_metadata.lo `test -f 'pyewf_metadata.c' || echo '$(srcdir)/'`pyewf_metadata.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -sources-local: -splint-local: - -ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique -tags: tags-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: ctags-am - -CTAGS: ctags -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" -cscopelist: cscopelist-am - -cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(pyexecdir2)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -clean: clean-am - -clean-am: clean-generic clean-libtool clean-local \ - clean-pyexecLTLIBRARIES mostlyclean-am - -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-pyexecLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/pyewf_la-pyewf.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_error.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_handle.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_integer.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -sources: sources-am - -sources-am: sources-local - -splint: splint-am - -splint-am: splint-local - -uninstall-am: uninstall-pyexecLTLIBRARIES - -.MAKE: all check install install-am install-exec install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ - clean-generic clean-libtool clean-local \ - clean-pyexecLTLIBRARIES cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-pyexecLTLIBRARIES install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - sources-am sources-local splint-am splint-local tags tags-am \ - uninstall uninstall-am uninstall-pyexecLTLIBRARIES - -.PRECIOUS: Makefile - -@HAVE_PYTHON2_TRUE@ @LIBCDATA_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBCLOCALE_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBCSPLIT_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBUNA_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBCFILE_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBCPATH_LIBADD@ \ -@HAVE_PYTHON2_TRUE@ @LIBBFIO_LIBADD@ - -@HAVE_PYTHON2_TRUE@$(BUILT_SOURCES): -@HAVE_PYTHON2_TRUE@ /bin/cp -f $(top_srcdir)/pyewf/$@ $@ - -clean-local: - -rm -f pyewf*.[ch] - -distclean: clean - -rm -f Makefile - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru libewf-20140815/pyewf-python3/Makefile.am libewf-20140816/pyewf-python3/Makefile.am --- libewf-20140815/pyewf-python3/Makefile.am 2023-10-28 06:30:50.000000000 +0000 +++ libewf-20140816/pyewf-python3/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ -# Note that we cannot use: AUTOMAKE_OPTIONS = subdir-objects -# subdir-objects will compile the source files to a single version of Python. -# Since subdir-objects is being deprecated we copy the source files instead. -am__installdirs = "$(DESTDIR)$(pyexecdir3)" -pyexecdir = $(pyexecdir3) - -if HAVE_PYTHON3 -AM_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ - @LIBCERROR_CPPFLAGS@ \ - @LIBCDATA_CPPFLAGS@ \ - @LIBCLOCALE_CPPFLAGS@ \ - @LIBCSPLIT_CPPFLAGS@ \ - @LIBUNA_CPPFLAGS@ \ - @LIBCFILE_CPPFLAGS@ \ - @LIBCPATH_CPPFLAGS@ \ - @LIBBFIO_CPPFLAGS@ - -am_pyewf_la_rpath = -rpath $(pyexecdir3) - -BUILT_SOURCES = \ - pyewf.c pyewf.h \ - pyewf_codepage.c pyewf_codepage.h \ - pyewf_datetime.c pyewf_datetime.h \ - pyewf_error.c pyewf_error.h \ - pyewf_file_entries.c pyewf_file_entries.h \ - pyewf_file_entry.c pyewf_file_entry.h \ - pyewf_file_object_io_handle.c pyewf_file_object_io_handle.h \ - pyewf_file_objects_io_pool.c pyewf_file_objects_io_pool.h \ - pyewf_handle.c pyewf_handle.h \ - pyewf_integer.c pyewf_integer.h \ - pyewf_libbfio.h \ - pyewf_libcerror.h \ - pyewf_libclocale.h \ - pyewf_libewf.h \ - pyewf_metadata.c pyewf_metadata.h \ - pyewf_python.h \ - pyewf_unused.h - -pyexec_LTLIBRARIES = pyewf.la - -nodist_pyewf_la_SOURCES = $(BUILT_SOURCES) - -pyewf_la_LIBADD = \ - @LIBCERROR_LIBADD@ \ - ../libewf/libewf.la - @LIBCDATA_LIBADD@ \ - @LIBCLOCALE_LIBADD@ \ - @LIBCSPLIT_LIBADD@ \ - @LIBUNA_LIBADD@ \ - @LIBCFILE_LIBADD@ \ - @LIBCPATH_LIBADD@ \ - @LIBBFIO_LIBADD@ - -pyewf_la_CPPFLAGS = $(PYTHON3_CPPFLAGS) -pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON3_LDFLAGS) - -$(BUILT_SOURCES): - /bin/cp -f $(top_srcdir)/pyewf/$@ $@ - -endif - -MAINTAINERCLEANFILES = \ - Makefile.in - -clean-local: - -rm -f pyewf*.[ch] - -distclean: clean - -rm -f Makefile - diff -Nru libewf-20140815/pyewf-python3/Makefile.in libewf-20140816/pyewf-python3/Makefile.in --- libewf-20140815/pyewf-python3/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/pyewf-python3/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1167 +0,0 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2021 Free Software Foundation, Inc. - -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = pyewf-python3 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libbfio.m4 \ - $(top_srcdir)/m4/libcdata.m4 $(top_srcdir)/m4/libcdatetime.m4 \ - $(top_srcdir)/m4/libcerror.m4 $(top_srcdir)/m4/libcfile.m4 \ - $(top_srcdir)/m4/libclocale.m4 $(top_srcdir)/m4/libcnotify.m4 \ - $(top_srcdir)/m4/libcpath.m4 $(top_srcdir)/m4/libcrypto.m4 \ - $(top_srcdir)/m4/libcsplit.m4 $(top_srcdir)/m4/libcthreads.m4 \ - $(top_srcdir)/m4/libfcache.m4 $(top_srcdir)/m4/libfdata.m4 \ - $(top_srcdir)/m4/libfuse.m4 $(top_srcdir)/m4/libfvalue.m4 \ - $(top_srcdir)/m4/libhmac.m4 $(top_srcdir)/m4/libmfdata.m4 \ - $(top_srcdir)/m4/libodraw.m4 $(top_srcdir)/m4/libsmdev.m4 \ - $(top_srcdir)/m4/libsmraw.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/libuna.m4 $(top_srcdir)/m4/libuuid.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/python.m4 \ - $(top_srcdir)/m4/stdcxx.m4 $(top_srcdir)/m4/tests.m4 \ - $(top_srcdir)/m4/types.m4 $(top_srcdir)/m4/zlib.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/common/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } -LTLIBRARIES = $(pyexec_LTLIBRARIES) -@HAVE_PYTHON3_TRUE@pyewf_la_DEPENDENCIES = ../libewf/libewf.la -@HAVE_PYTHON3_TRUE@am__objects_1 = pyewf_la-pyewf.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_codepage.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_datetime.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_error.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_file_entries.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_file_entry.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_file_object_io_handle.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_file_objects_io_pool.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_handle.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_integer.lo \ -@HAVE_PYTHON3_TRUE@ pyewf_la-pyewf_metadata.lo -@HAVE_PYTHON3_TRUE@nodist_pyewf_la_OBJECTS = $(am__objects_1) -pyewf_la_OBJECTS = $(nodist_pyewf_la_OBJECTS) -AM_V_lt = $(am__v_lt_@AM_V@) -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -am__v_lt_0 = --silent -am__v_lt_1 = -pyewf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(pyewf_la_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/pyewf_la-pyewf.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_error.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_handle.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_integer.Plo \ - ./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_@AM_V@) -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -am__v_CC_1 = -CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_@AM_V@) -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -am__v_CCLD_1 = -SOURCES = $(nodist_pyewf_la_SOURCES) -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__extra_recursive_targets = sources-recursive splint-recursive -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -# Read a list of newline-separated strings from the standard input, -# and print each of them once, without duplicates. Input order is -# *not* preserved. -am__uniquify_input = $(AWK) '\ - BEGIN { nonempty = 0; } \ - { items[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in items) print i; }; } \ -' -# Make sure the list of sources is unique. This is necessary because, -# e.g., the same source file might be shared among _SOURCES variables -# for different programs/libraries. -am__define_uniq_tagged_files = \ - list='$(am__tagged_files)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | $(am__uniquify_input)` -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DPKG_DATE = @DPKG_DATE@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -ETAGS = @ETAGS@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -FILECMD = @FILECMD@ -GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ -GREP = @GREP@ -HAVE_CXX11 = @HAVE_CXX11@ -HAVE_DLLMAIN = @HAVE_DLLMAIN@ -HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ -HAVE_LIBBFIO = @HAVE_LIBBFIO@ -HAVE_LIBCDATA = @HAVE_LIBCDATA@ -HAVE_LIBCDATETIME = @HAVE_LIBCDATETIME@ -HAVE_LIBCERROR = @HAVE_LIBCERROR@ -HAVE_LIBCFILE = @HAVE_LIBCFILE@ -HAVE_LIBCLOCALE = @HAVE_LIBCLOCALE@ -HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@ -HAVE_LIBCPATH = @HAVE_LIBCPATH@ -HAVE_LIBCSPLIT = @HAVE_LIBCSPLIT@ -HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@ -HAVE_LIBFCACHE = @HAVE_LIBFCACHE@ -HAVE_LIBFDATA = @HAVE_LIBFDATA@ -HAVE_LIBFUSE = @HAVE_LIBFUSE@ -HAVE_LIBFVALUE = @HAVE_LIBFVALUE@ -HAVE_LIBHMAC = @HAVE_LIBHMAC@ -HAVE_LIBMFDATA = @HAVE_LIBMFDATA@ -HAVE_LIBODRAW = @HAVE_LIBODRAW@ -HAVE_LIBSMDEV = @HAVE_LIBSMDEV@ -HAVE_LIBSMRAW = @HAVE_LIBSMRAW@ -HAVE_LIBUNA = @HAVE_LIBUNA@ -HAVE_LIBUUID = @HAVE_LIBUUID@ -HAVE_LOCAL_LIBBFIO = @HAVE_LOCAL_LIBBFIO@ -HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@ -HAVE_LOCAL_LIBCDATETIME = @HAVE_LOCAL_LIBCDATETIME@ -HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@ -HAVE_LOCAL_LIBCFILE = @HAVE_LOCAL_LIBCFILE@ -HAVE_LOCAL_LIBCLOCALE = @HAVE_LOCAL_LIBCLOCALE@ -HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@ -HAVE_LOCAL_LIBCPATH = @HAVE_LOCAL_LIBCPATH@ -HAVE_LOCAL_LIBCSPLIT = @HAVE_LOCAL_LIBCSPLIT@ -HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@ -HAVE_LOCAL_LIBFCACHE = @HAVE_LOCAL_LIBFCACHE@ -HAVE_LOCAL_LIBFDATA = @HAVE_LOCAL_LIBFDATA@ -HAVE_LOCAL_LIBFVALUE = @HAVE_LOCAL_LIBFVALUE@ -HAVE_LOCAL_LIBHMAC = @HAVE_LOCAL_LIBHMAC@ -HAVE_LOCAL_LIBMFDATA = @HAVE_LOCAL_LIBMFDATA@ -HAVE_LOCAL_LIBODRAW = @HAVE_LOCAL_LIBODRAW@ -HAVE_LOCAL_LIBSMDEV = @HAVE_LOCAL_LIBSMDEV@ -HAVE_LOCAL_LIBSMRAW = @HAVE_LOCAL_LIBSMRAW@ -HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@ -HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@ -HAVE_OFF64_T = @HAVE_OFF64_T@ -HAVE_OPENSSL_EVP_H = @HAVE_OPENSSL_EVP_H@ -HAVE_PTHREAD = @HAVE_PTHREAD@ -HAVE_SIZE32_T = @HAVE_SIZE32_T@ -HAVE_SIZE64_T = @HAVE_SIZE64_T@ -HAVE_SSIZE32_T = @HAVE_SSIZE32_T@ -HAVE_SSIZE64_T = @HAVE_SSIZE64_T@ -HAVE_STDINT_H = @HAVE_STDINT_H@ -HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ -HAVE_V1_API = @HAVE_V1_API@ -HAVE_WCHAR_H = @HAVE_WCHAR_H@ -HAVE_WIDE_CHARACTER_TYPE = @HAVE_WIDE_CHARACTER_TYPE@ -HAVE_WRITE_SUPPORT = @HAVE_WRITE_SUPPORT@ -HAVE_ZLIB = @HAVE_ZLIB@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLLIBS = @INTLLIBS@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBBFIO_CPPFLAGS = @LIBBFIO_CPPFLAGS@ -LIBBFIO_LIBADD = @LIBBFIO_LIBADD@ -LIBCDATA_CPPFLAGS = @LIBCDATA_CPPFLAGS@ -LIBCDATA_LIBADD = @LIBCDATA_LIBADD@ -LIBCDATETIME_CPPFLAGS = @LIBCDATETIME_CPPFLAGS@ -LIBCDATETIME_LIBADD = @LIBCDATETIME_LIBADD@ -LIBCERROR_CPPFLAGS = @LIBCERROR_CPPFLAGS@ -LIBCERROR_LIBADD = @LIBCERROR_LIBADD@ -LIBCFILE_CPPFLAGS = @LIBCFILE_CPPFLAGS@ -LIBCFILE_LIBADD = @LIBCFILE_LIBADD@ -LIBCLOCALE_CPPFLAGS = @LIBCLOCALE_CPPFLAGS@ -LIBCLOCALE_LIBADD = @LIBCLOCALE_LIBADD@ -LIBCNOTIFY_CPPFLAGS = @LIBCNOTIFY_CPPFLAGS@ -LIBCNOTIFY_LIBADD = @LIBCNOTIFY_LIBADD@ -LIBCPATH_CPPFLAGS = @LIBCPATH_CPPFLAGS@ -LIBCPATH_LIBADD = @LIBCPATH_LIBADD@ -LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@ -LIBCRYPTO_LIBADD = @LIBCRYPTO_LIBADD@ -LIBCSPLIT_CPPFLAGS = @LIBCSPLIT_CPPFLAGS@ -LIBCSPLIT_LIBADD = @LIBCSPLIT_LIBADD@ -LIBCTHREADS_CPPFLAGS = @LIBCTHREADS_CPPFLAGS@ -LIBCTHREADS_LIBADD = @LIBCTHREADS_LIBADD@ -LIBDL_LIBADD = @LIBDL_LIBADD@ -LIBEWF_DLL_EXPORT = @LIBEWF_DLL_EXPORT@ -LIBEWF_DLL_IMPORT = @LIBEWF_DLL_IMPORT@ -LIBFCACHE_CPPFLAGS = @LIBFCACHE_CPPFLAGS@ -LIBFCACHE_LIBADD = @LIBFCACHE_LIBADD@ -LIBFDATA_CPPFLAGS = @LIBFDATA_CPPFLAGS@ -LIBFDATA_LIBADD = @LIBFDATA_LIBADD@ -LIBFUSE_CPPFLAGS = @LIBFUSE_CPPFLAGS@ -LIBFUSE_LIBADD = @LIBFUSE_LIBADD@ -LIBFVALUE_CPPFLAGS = @LIBFVALUE_CPPFLAGS@ -LIBFVALUE_LIBADD = @LIBFVALUE_LIBADD@ -LIBHMAC_CPPFLAGS = @LIBHMAC_CPPFLAGS@ -LIBHMAC_LIBADD = @LIBHMAC_LIBADD@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ -LIBMFDATA_CPPFLAGS = @LIBMFDATA_CPPFLAGS@ -LIBMFDATA_LIBADD = @LIBMFDATA_LIBADD@ -LIBOBJS = @LIBOBJS@ -LIBODRAW_CPPFLAGS = @LIBODRAW_CPPFLAGS@ -LIBODRAW_LIBADD = @LIBODRAW_LIBADD@ -LIBS = @LIBS@ -LIBSMDEV_CPPFLAGS = @LIBSMDEV_CPPFLAGS@ -LIBSMDEV_LIBADD = @LIBSMDEV_LIBADD@ -LIBSMRAW_CPPFLAGS = @LIBSMRAW_CPPFLAGS@ -LIBSMRAW_LIBADD = @LIBSMRAW_LIBADD@ -LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ -LIBUNA_CPPFLAGS = @LIBUNA_CPPFLAGS@ -LIBUNA_LIBADD = @LIBUNA_LIBADD@ -LIBUUID_CPPFLAGS = @LIBUUID_CPPFLAGS@ -LIBUUID_LIBADD = @LIBUUID_LIBADD@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ -LTLIBOBJS = @LTLIBOBJS@ -LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGMERGE = @MSGMERGE@ -MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKGCONFIG = @PKGCONFIG@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POSUB = @POSUB@ -PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ -PTHREAD_LIBADD = @PTHREAD_LIBADD@ -PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ -PYTHON_CONFIG = @PYTHON_CONFIG@ -PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ -PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ -PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ -PYTHON_LIBRARY_DIR = @PYTHON_LIBRARY_DIR@ -PYTHON_PACKAGE_DIR = @PYTHON_PACKAGE_DIR@ -PYTHON_PLATFORM = @PYTHON_PLATFORM@ -PYTHON_PREFIX = @PYTHON_PREFIX@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -SPEC_DATE = @SPEC_DATE@ -STATIC_LDFLAGS = @STATIC_LDFLAGS@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@ -ZLIB_LIBADD = @ZLIB_LIBADD@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -ax_libbfio_pc_libs_private = @ax_libbfio_pc_libs_private@ -ax_libbfio_spec_build_requires = @ax_libbfio_spec_build_requires@ -ax_libbfio_spec_requires = @ax_libbfio_spec_requires@ -ax_libcdata_pc_libs_private = @ax_libcdata_pc_libs_private@ -ax_libcdata_spec_build_requires = @ax_libcdata_spec_build_requires@ -ax_libcdata_spec_requires = @ax_libcdata_spec_requires@ -ax_libcdatetime_pc_libs_private = @ax_libcdatetime_pc_libs_private@ -ax_libcdatetime_spec_build_requires = @ax_libcdatetime_spec_build_requires@ -ax_libcdatetime_spec_requires = @ax_libcdatetime_spec_requires@ -ax_libcerror_pc_libs_private = @ax_libcerror_pc_libs_private@ -ax_libcerror_spec_build_requires = @ax_libcerror_spec_build_requires@ -ax_libcerror_spec_requires = @ax_libcerror_spec_requires@ -ax_libcfile_pc_libs_private = @ax_libcfile_pc_libs_private@ -ax_libcfile_spec_build_requires = @ax_libcfile_spec_build_requires@ -ax_libcfile_spec_requires = @ax_libcfile_spec_requires@ -ax_libclocale_pc_libs_private = @ax_libclocale_pc_libs_private@ -ax_libclocale_spec_build_requires = @ax_libclocale_spec_build_requires@ -ax_libclocale_spec_requires = @ax_libclocale_spec_requires@ -ax_libcnotify_pc_libs_private = @ax_libcnotify_pc_libs_private@ -ax_libcnotify_spec_build_requires = @ax_libcnotify_spec_build_requires@ -ax_libcnotify_spec_requires = @ax_libcnotify_spec_requires@ -ax_libcpath_pc_libs_private = @ax_libcpath_pc_libs_private@ -ax_libcpath_spec_build_requires = @ax_libcpath_spec_build_requires@ -ax_libcpath_spec_requires = @ax_libcpath_spec_requires@ -ax_libcrypto_pc_libs_private = @ax_libcrypto_pc_libs_private@ -ax_libcrypto_spec_build_requires = @ax_libcrypto_spec_build_requires@ -ax_libcrypto_spec_requires = @ax_libcrypto_spec_requires@ -ax_libcsplit_pc_libs_private = @ax_libcsplit_pc_libs_private@ -ax_libcsplit_spec_build_requires = @ax_libcsplit_spec_build_requires@ -ax_libcsplit_spec_requires = @ax_libcsplit_spec_requires@ -ax_libcthreads_pc_libs_private = @ax_libcthreads_pc_libs_private@ -ax_libcthreads_spec_build_requires = @ax_libcthreads_spec_build_requires@ -ax_libcthreads_spec_requires = @ax_libcthreads_spec_requires@ -ax_libfcache_pc_libs_private = @ax_libfcache_pc_libs_private@ -ax_libfcache_spec_build_requires = @ax_libfcache_spec_build_requires@ -ax_libfcache_spec_requires = @ax_libfcache_spec_requires@ -ax_libfdata_pc_libs_private = @ax_libfdata_pc_libs_private@ -ax_libfdata_spec_build_requires = @ax_libfdata_spec_build_requires@ -ax_libfdata_spec_requires = @ax_libfdata_spec_requires@ -ax_libfuse_pc_libs_private = @ax_libfuse_pc_libs_private@ -ax_libfuse_spec_build_requires = @ax_libfuse_spec_build_requires@ -ax_libfuse_spec_requires = @ax_libfuse_spec_requires@ -ax_libfvalue_pc_libs_private = @ax_libfvalue_pc_libs_private@ -ax_libfvalue_spec_build_requires = @ax_libfvalue_spec_build_requires@ -ax_libfvalue_spec_requires = @ax_libfvalue_spec_requires@ -ax_libhmac_pc_libs_private = @ax_libhmac_pc_libs_private@ -ax_libhmac_spec_build_requires = @ax_libhmac_spec_build_requires@ -ax_libhmac_spec_requires = @ax_libhmac_spec_requires@ -ax_libmfdata_pc_libs_private = @ax_libmfdata_pc_libs_private@ -ax_libmfdata_spec_build_requires = @ax_libmfdata_spec_build_requires@ -ax_libmfdata_spec_requires = @ax_libmfdata_spec_requires@ -ax_libodraw_pc_libs_private = @ax_libodraw_pc_libs_private@ -ax_libodraw_spec_build_requires = @ax_libodraw_spec_build_requires@ -ax_libodraw_spec_requires = @ax_libodraw_spec_requires@ -ax_libsmdev_pc_libs_private = @ax_libsmdev_pc_libs_private@ -ax_libsmdev_spec_build_requires = @ax_libsmdev_spec_build_requires@ -ax_libsmdev_spec_requires = @ax_libsmdev_spec_requires@ -ax_libsmraw_pc_libs_private = @ax_libsmraw_pc_libs_private@ -ax_libsmraw_spec_build_requires = @ax_libsmraw_spec_build_requires@ -ax_libsmraw_spec_requires = @ax_libsmraw_spec_requires@ -ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@ -ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@ -ax_libuna_spec_requires = @ax_libuna_spec_requires@ -ax_libuuid_pc_libs_private = @ax_libuuid_pc_libs_private@ -ax_libuuid_spec_build_requires = @ax_libuuid_spec_build_requires@ -ax_libuuid_spec_requires = @ax_libuuid_spec_requires@ -ax_pthread_pc_libs_private = @ax_pthread_pc_libs_private@ -ax_zlib_pc_libs_private = @ax_zlib_pc_libs_private@ -ax_zlib_spec_build_requires = @ax_zlib_spec_build_requires@ -ax_zlib_spec_requires = @ax_zlib_spec_requires@ -ax_zlib_static_spec_build_requires = @ax_zlib_static_spec_build_requires@ -ax_zlib_static_spec_requires = @ax_zlib_static_spec_requires@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -fuse_CFLAGS = @fuse_CFLAGS@ -fuse_LIBS = @fuse_LIBS@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libbfio_CFLAGS = @libbfio_CFLAGS@ -libbfio_LIBS = @libbfio_LIBS@ -libcdata_CFLAGS = @libcdata_CFLAGS@ -libcdata_LIBS = @libcdata_LIBS@ -libcdatetime_CFLAGS = @libcdatetime_CFLAGS@ -libcdatetime_LIBS = @libcdatetime_LIBS@ -libcerror_CFLAGS = @libcerror_CFLAGS@ -libcerror_LIBS = @libcerror_LIBS@ -libcfile_CFLAGS = @libcfile_CFLAGS@ -libcfile_LIBS = @libcfile_LIBS@ -libclocale_CFLAGS = @libclocale_CFLAGS@ -libclocale_LIBS = @libclocale_LIBS@ -libcnotify_CFLAGS = @libcnotify_CFLAGS@ -libcnotify_LIBS = @libcnotify_LIBS@ -libcpath_CFLAGS = @libcpath_CFLAGS@ -libcpath_LIBS = @libcpath_LIBS@ -libcsplit_CFLAGS = @libcsplit_CFLAGS@ -libcsplit_LIBS = @libcsplit_LIBS@ -libcthreads_CFLAGS = @libcthreads_CFLAGS@ -libcthreads_LIBS = @libcthreads_LIBS@ -libdir = @libdir@ -libewf_spec_requires = @libewf_spec_requires@ -libewf_spec_tools_build_requires = @libewf_spec_tools_build_requires@ -libexecdir = @libexecdir@ -libfcache_CFLAGS = @libfcache_CFLAGS@ -libfcache_LIBS = @libfcache_LIBS@ -libfdata_CFLAGS = @libfdata_CFLAGS@ -libfdata_LIBS = @libfdata_LIBS@ -libfvalue_CFLAGS = @libfvalue_CFLAGS@ -libfvalue_LIBS = @libfvalue_LIBS@ -libhmac_CFLAGS = @libhmac_CFLAGS@ -libhmac_LIBS = @libhmac_LIBS@ -libmfdata_CFLAGS = @libmfdata_CFLAGS@ -libmfdata_LIBS = @libmfdata_LIBS@ -libodraw_CFLAGS = @libodraw_CFLAGS@ -libodraw_LIBS = @libodraw_LIBS@ -libsmdev_CFLAGS = @libsmdev_CFLAGS@ -libsmdev_LIBS = @libsmdev_LIBS@ -libsmraw_CFLAGS = @libsmraw_CFLAGS@ -libsmraw_LIBS = @libsmraw_LIBS@ -libuna_CFLAGS = @libuna_CFLAGS@ -libuna_LIBS = @libuna_LIBS@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -openssl_CFLAGS = @openssl_CFLAGS@ -openssl_LIBS = @openssl_LIBS@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -pyexecdir = $(pyexecdir3) -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ -pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ -runstatedir = @runstatedir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -uuid_CFLAGS = @uuid_CFLAGS@ -uuid_LIBS = @uuid_LIBS@ -zlib_CFLAGS = @zlib_CFLAGS@ -zlib_LIBS = @zlib_LIBS@ - -# Note that we cannot use: AUTOMAKE_OPTIONS = subdir-objects -# subdir-objects will compile the source files to a single version of Python. -# Since subdir-objects is being deprecated we copy the source files instead. -am__installdirs = "$(DESTDIR)$(pyexecdir3)" -@HAVE_PYTHON3_TRUE@AM_CFLAGS = \ -@HAVE_PYTHON3_TRUE@ -I$(top_srcdir)/include \ -@HAVE_PYTHON3_TRUE@ -I$(top_srcdir)/common \ -@HAVE_PYTHON3_TRUE@ @LIBCERROR_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBCDATA_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBCLOCALE_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBCSPLIT_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBUNA_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBCFILE_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBCPATH_CPPFLAGS@ \ -@HAVE_PYTHON3_TRUE@ @LIBBFIO_CPPFLAGS@ - -@HAVE_PYTHON3_TRUE@am_pyewf_la_rpath = -rpath $(pyexecdir3) -@HAVE_PYTHON3_TRUE@BUILT_SOURCES = \ -@HAVE_PYTHON3_TRUE@ pyewf.c pyewf.h \ -@HAVE_PYTHON3_TRUE@ pyewf_codepage.c pyewf_codepage.h \ -@HAVE_PYTHON3_TRUE@ pyewf_datetime.c pyewf_datetime.h \ -@HAVE_PYTHON3_TRUE@ pyewf_error.c pyewf_error.h \ -@HAVE_PYTHON3_TRUE@ pyewf_file_entries.c pyewf_file_entries.h \ -@HAVE_PYTHON3_TRUE@ pyewf_file_entry.c pyewf_file_entry.h \ -@HAVE_PYTHON3_TRUE@ pyewf_file_object_io_handle.c pyewf_file_object_io_handle.h \ -@HAVE_PYTHON3_TRUE@ pyewf_file_objects_io_pool.c pyewf_file_objects_io_pool.h \ -@HAVE_PYTHON3_TRUE@ pyewf_handle.c pyewf_handle.h \ -@HAVE_PYTHON3_TRUE@ pyewf_integer.c pyewf_integer.h \ -@HAVE_PYTHON3_TRUE@ pyewf_libbfio.h \ -@HAVE_PYTHON3_TRUE@ pyewf_libcerror.h \ -@HAVE_PYTHON3_TRUE@ pyewf_libclocale.h \ -@HAVE_PYTHON3_TRUE@ pyewf_libewf.h \ -@HAVE_PYTHON3_TRUE@ pyewf_metadata.c pyewf_metadata.h \ -@HAVE_PYTHON3_TRUE@ pyewf_python.h \ -@HAVE_PYTHON3_TRUE@ pyewf_unused.h - -@HAVE_PYTHON3_TRUE@pyexec_LTLIBRARIES = pyewf.la -@HAVE_PYTHON3_TRUE@nodist_pyewf_la_SOURCES = $(BUILT_SOURCES) -@HAVE_PYTHON3_TRUE@pyewf_la_LIBADD = \ -@HAVE_PYTHON3_TRUE@ @LIBCERROR_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ ../libewf/libewf.la - -@HAVE_PYTHON3_TRUE@pyewf_la_CPPFLAGS = $(PYTHON3_CPPFLAGS) -@HAVE_PYTHON3_TRUE@pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON3_LDFLAGS) -MAINTAINERCLEANFILES = \ - Makefile.in - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pyewf-python3/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu pyewf-python3/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \ - } - -uninstall-pyexecLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \ - done - -clean-pyexecLTLIBRARIES: - -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES) - @list='$(pyexec_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -pyewf.la: $(pyewf_la_OBJECTS) $(pyewf_la_DEPENDENCIES) $(EXTRA_pyewf_la_DEPENDENCIES) - $(AM_V_CCLD)$(pyewf_la_LINK) $(am_pyewf_la_rpath) $(pyewf_la_OBJECTS) $(pyewf_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_error.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_handle.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_integer.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) - -.c.o: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< - -.c.obj: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< - -pyewf_la-pyewf.lo: pyewf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf.Tpo -c -o pyewf_la-pyewf.lo `test -f 'pyewf.c' || echo '$(srcdir)/'`pyewf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf.Tpo $(DEPDIR)/pyewf_la-pyewf.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf.c' object='pyewf_la-pyewf.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf.lo `test -f 'pyewf.c' || echo '$(srcdir)/'`pyewf.c - -pyewf_la-pyewf_codepage.lo: pyewf_codepage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_codepage.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_codepage.Tpo -c -o pyewf_la-pyewf_codepage.lo `test -f 'pyewf_codepage.c' || echo '$(srcdir)/'`pyewf_codepage.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_codepage.Tpo $(DEPDIR)/pyewf_la-pyewf_codepage.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_codepage.c' object='pyewf_la-pyewf_codepage.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_codepage.lo `test -f 'pyewf_codepage.c' || echo '$(srcdir)/'`pyewf_codepage.c - -pyewf_la-pyewf_datetime.lo: pyewf_datetime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_datetime.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_datetime.Tpo -c -o pyewf_la-pyewf_datetime.lo `test -f 'pyewf_datetime.c' || echo '$(srcdir)/'`pyewf_datetime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_datetime.Tpo $(DEPDIR)/pyewf_la-pyewf_datetime.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_datetime.c' object='pyewf_la-pyewf_datetime.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_datetime.lo `test -f 'pyewf_datetime.c' || echo '$(srcdir)/'`pyewf_datetime.c - -pyewf_la-pyewf_error.lo: pyewf_error.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_error.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_error.Tpo -c -o pyewf_la-pyewf_error.lo `test -f 'pyewf_error.c' || echo '$(srcdir)/'`pyewf_error.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_error.Tpo $(DEPDIR)/pyewf_la-pyewf_error.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_error.c' object='pyewf_la-pyewf_error.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_error.lo `test -f 'pyewf_error.c' || echo '$(srcdir)/'`pyewf_error.c - -pyewf_la-pyewf_file_entries.lo: pyewf_file_entries.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_entries.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_entries.Tpo -c -o pyewf_la-pyewf_file_entries.lo `test -f 'pyewf_file_entries.c' || echo '$(srcdir)/'`pyewf_file_entries.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_entries.Tpo $(DEPDIR)/pyewf_la-pyewf_file_entries.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_entries.c' object='pyewf_la-pyewf_file_entries.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_entries.lo `test -f 'pyewf_file_entries.c' || echo '$(srcdir)/'`pyewf_file_entries.c - -pyewf_la-pyewf_file_entry.lo: pyewf_file_entry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_entry.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_entry.Tpo -c -o pyewf_la-pyewf_file_entry.lo `test -f 'pyewf_file_entry.c' || echo '$(srcdir)/'`pyewf_file_entry.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_entry.Tpo $(DEPDIR)/pyewf_la-pyewf_file_entry.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_entry.c' object='pyewf_la-pyewf_file_entry.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_entry.lo `test -f 'pyewf_file_entry.c' || echo '$(srcdir)/'`pyewf_file_entry.c - -pyewf_la-pyewf_file_object_io_handle.lo: pyewf_file_object_io_handle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_object_io_handle.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Tpo -c -o pyewf_la-pyewf_file_object_io_handle.lo `test -f 'pyewf_file_object_io_handle.c' || echo '$(srcdir)/'`pyewf_file_object_io_handle.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Tpo $(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_object_io_handle.c' object='pyewf_la-pyewf_file_object_io_handle.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_object_io_handle.lo `test -f 'pyewf_file_object_io_handle.c' || echo '$(srcdir)/'`pyewf_file_object_io_handle.c - -pyewf_la-pyewf_file_objects_io_pool.lo: pyewf_file_objects_io_pool.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_file_objects_io_pool.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Tpo -c -o pyewf_la-pyewf_file_objects_io_pool.lo `test -f 'pyewf_file_objects_io_pool.c' || echo '$(srcdir)/'`pyewf_file_objects_io_pool.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Tpo $(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_file_objects_io_pool.c' object='pyewf_la-pyewf_file_objects_io_pool.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_file_objects_io_pool.lo `test -f 'pyewf_file_objects_io_pool.c' || echo '$(srcdir)/'`pyewf_file_objects_io_pool.c - -pyewf_la-pyewf_handle.lo: pyewf_handle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_handle.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_handle.Tpo -c -o pyewf_la-pyewf_handle.lo `test -f 'pyewf_handle.c' || echo '$(srcdir)/'`pyewf_handle.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_handle.Tpo $(DEPDIR)/pyewf_la-pyewf_handle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_handle.c' object='pyewf_la-pyewf_handle.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_handle.lo `test -f 'pyewf_handle.c' || echo '$(srcdir)/'`pyewf_handle.c - -pyewf_la-pyewf_integer.lo: pyewf_integer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_integer.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_integer.Tpo -c -o pyewf_la-pyewf_integer.lo `test -f 'pyewf_integer.c' || echo '$(srcdir)/'`pyewf_integer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_integer.Tpo $(DEPDIR)/pyewf_la-pyewf_integer.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_integer.c' object='pyewf_la-pyewf_integer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_integer.lo `test -f 'pyewf_integer.c' || echo '$(srcdir)/'`pyewf_integer.c - -pyewf_la-pyewf_metadata.lo: pyewf_metadata.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyewf_la-pyewf_metadata.lo -MD -MP -MF $(DEPDIR)/pyewf_la-pyewf_metadata.Tpo -c -o pyewf_la-pyewf_metadata.lo `test -f 'pyewf_metadata.c' || echo '$(srcdir)/'`pyewf_metadata.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyewf_la-pyewf_metadata.Tpo $(DEPDIR)/pyewf_la-pyewf_metadata.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyewf_metadata.c' object='pyewf_la-pyewf_metadata.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyewf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyewf_la-pyewf_metadata.lo `test -f 'pyewf_metadata.c' || echo '$(srcdir)/'`pyewf_metadata.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -sources-local: -splint-local: - -ID: $(am__tagged_files) - $(am__define_uniq_tagged_files); mkid -fID $$unique -tags: tags-am -TAGS: tags - -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - set x; \ - here=`pwd`; \ - $(am__define_uniq_tagged_files); \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: ctags-am - -CTAGS: ctags -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) - $(am__define_uniq_tagged_files); \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" -cscopelist: cscopelist-am - -cscopelist-am: $(am__tagged_files) - list='$(am__tagged_files)'; \ - case "$(srcdir)" in \ - [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ - *) sdir=$(subdir)/$(srcdir) ;; \ - esac; \ - for i in $$list; do \ - if test -f "$$i"; then \ - echo "$(subdir)/$$i"; \ - else \ - echo "$$sdir/$$i"; \ - fi; \ - done >> $(top_builddir)/cscope.files - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am - -distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(pyexecdir3)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -clean: clean-am - -clean-am: clean-generic clean-libtool clean-local \ - clean-pyexecLTLIBRARIES mostlyclean-am - -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-pyexecLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/pyewf_la-pyewf.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_codepage.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_datetime.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_error.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_entries.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_entry.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_object_io_handle.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_file_objects_io_pool.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_handle.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_integer.Plo - -rm -f ./$(DEPDIR)/pyewf_la-pyewf_metadata.Plo - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -sources: sources-am - -sources-am: sources-local - -splint: splint-am - -splint-am: splint-local - -uninstall-am: uninstall-pyexecLTLIBRARIES - -.MAKE: all check install install-am install-exec install-strip - -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ - clean-generic clean-libtool clean-local \ - clean-pyexecLTLIBRARIES cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-pyexecLTLIBRARIES install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - sources-am sources-local splint-am splint-local tags tags-am \ - uninstall uninstall-am uninstall-pyexecLTLIBRARIES - -.PRECIOUS: Makefile - -@HAVE_PYTHON3_TRUE@ @LIBCDATA_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBCLOCALE_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBCSPLIT_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBUNA_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBCFILE_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBCPATH_LIBADD@ \ -@HAVE_PYTHON3_TRUE@ @LIBBFIO_LIBADD@ - -@HAVE_PYTHON3_TRUE@$(BUILT_SOURCES): -@HAVE_PYTHON3_TRUE@ /bin/cp -f $(top_srcdir)/pyewf/$@ $@ - -clean-local: - -rm -f pyewf*.[ch] - -distclean: clean - -rm -f Makefile - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru libewf-20140815/setup.cfg libewf-20140816/setup.cfg --- libewf-20140815/setup.cfg 2023-11-19 08:39:29.000000000 +0000 +++ libewf-20140816/setup.cfg 2023-12-03 12:15:25.000000000 +0000 @@ -1,14 +1,15 @@ [metadata] name = libewf-python -version = 20140815 +version = 20140816 description = Python bindings module for libewf long_description = Python bindings module for libewf +long_description_content_type = text/plain author = Joachim Metz author_email = joachim.metz@gmail.com license = GNU Lesser General Public License v3 or later (LGPLv3+) license_files = COPYING COPYING.LESSER classifiers = - Development Status :: 3 - Alpha + Development Status :: 5 - Production/Stable Programming Language :: Python [options] diff -Nru libewf-20140815/setup.cfg.in libewf-20140816/setup.cfg.in --- libewf-20140815/setup.cfg.in 2023-11-19 06:19:03.000000000 +0000 +++ libewf-20140816/setup.cfg.in 2023-12-03 09:02:54.000000000 +0000 @@ -3,12 +3,13 @@ version = @VERSION@ description = Python bindings module for libewf long_description = Python bindings module for libewf +long_description_content_type = text/plain author = Joachim Metz author_email = joachim.metz@gmail.com license = GNU Lesser General Public License v3 or later (LGPLv3+) license_files = COPYING COPYING.LESSER classifiers = - Development Status :: 3 - Alpha + Development Status :: 5 - Production/Stable Programming Language :: Python [options] diff -Nru libewf-20140815/tests/Makefile.in libewf-20140816/tests/Makefile.in --- libewf-20140815/tests/Makefile.in 2023-11-19 08:39:13.000000000 +0000 +++ libewf-20140816/tests/Makefile.in 2023-12-03 12:15:11.000000000 +0000 @@ -804,26 +804,6 @@ PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ PTHREAD_LIBADD = @PTHREAD_LIBADD@ PYTHON = @PYTHON@ -PYTHON2 = @PYTHON2@ -PYTHON2_CONFIG = @PYTHON2_CONFIG@ -PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@ -PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@ -PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@ -PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@ -PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@ -PYTHON2_PLATFORM = @PYTHON2_PLATFORM@ -PYTHON2_PREFIX = @PYTHON2_PREFIX@ -PYTHON2_VERSION = @PYTHON2_VERSION@ -PYTHON3 = @PYTHON3@ -PYTHON3_CONFIG = @PYTHON3_CONFIG@ -PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@ -PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@ -PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@ -PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@ -PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@ -PYTHON3_PLATFORM = @PYTHON3_PLATFORM@ -PYTHON3_PREFIX = @PYTHON3_PREFIX@ -PYTHON3_VERSION = @PYTHON3_VERSION@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -1010,11 +990,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ -pyexecdir2 = @pyexecdir2@ -pyexecdir3 = @pyexecdir3@ pythondir = @pythondir@ -pythondir2 = @pythondir2@ -pythondir3 = @pythondir3@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ diff -Nru libewf-20140815/tests/test_runner.sh libewf-20140816/tests/test_runner.sh --- libewf-20140815/tests/test_runner.sh 2023-11-19 08:23:40.000000000 +0000 +++ libewf-20140816/tests/test_runner.sh 2023-12-03 09:03:22.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Bash functions to run an executable for testing. # -# Version: 20231013 +# Version: 20231119 # # When CHECK_WITH_ASAN is set to a non-empty value the test executable # is run with asan, otherwise it is run without. @@ -15,7 +15,7 @@ # When CHECK_WITH_VALGRIND is set to a non-empty value the test executable # is run with valgrind, otherwise it is run without. # -# PYTHON and PYTHON_VERSION are used to determine the Python interpreter. +# PYTHON is used to determine the Python interpreter. EXIT_SUCCESS=0; EXIT_FAILURE=1; @@ -227,9 +227,6 @@ # Searches for the path to the binary variant of the Python module # -# Globals: -# PYTHON_VERSION -# # Arguments: # a string containing the path of the test executable # @@ -246,20 +243,10 @@ TEST_EXECUTABLE=`dirname ${TEST_EXECUTABLE}`; TEST_EXECUTABLE=`dirname ${TEST_EXECUTABLE}`; - PYTHON_VERSION=`echo ${PYTHON_VERSION} | cut -c1`; - - local PYTHON_MODULE_PATH="${TEST_EXECUTABLE}/${PYTHON_MODULE_NAME}-python${PYTHON_VERSION}/.libs"; + local PYTHON_MODULE_PATH="${TEST_EXECUTABLE}/${PYTHON_MODULE_NAME}/.libs"; if ! test -d "${PYTHON_MODULE_PATH}"; then - PYTHON_MODULE_PATH="../${PYTHON_MODULE_NAME}-python${PYTHON_VERSION}/.libs"; - fi - if ! test -d "${PYTHON_MODULE_PATH}"; - then - PYTHON_MODULE_PATH="${TEST_EXECUTABLE}/${PYTHON_MODULE_NAME}/.libs"; - fi - if ! test -d "${PYTHON_MODULE_PATH}"; - then PYTHON_MODULE_PATH="../${PYTHON_MODULE_NAME}/.libs"; fi echo "${PYTHON_MODULE_PATH}"; @@ -422,7 +409,6 @@ # CHECK_WITH_GDB # CHECK_WITH_STDERR # CHECK_WITH_VALGRIND -# PYTHON_VERSION # # Arguments: # a string containing the test description @@ -459,7 +445,7 @@ if test ${IS_PYTHON_SCRIPT} -eq 0 && test -z ${PYTHON}; then - local PYTHON=`which python${PYTHON_VERSION} 2> /dev/null`; + local PYTHON=`which python 2> /dev/null`; if ! test -x ${PYTHON}; then @@ -743,7 +729,6 @@ # CHECK_WITH_GDB # CHECK_WITH_STDERR # CHECK_WITH_VALGRIND -# PYTHON_VERSION # # Arguments: # a string containing the path of the test executable @@ -780,7 +765,7 @@ if test ${IS_PYTHON_SCRIPT} -eq 0 && test -z ${PYTHON}; then - local PYTHON=`which python${PYTHON_VERSION} 2> /dev/null`; + local PYTHON=`which python 2> /dev/null`; if ! test -x ${PYTHON}; then