Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
binwalk
Commits
c050f8c6
Commit
c050f8c6
authored
Apr 22, 2014
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted ssdeep to original source; added m4 directory for autoreconf.
parent
df144773
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
654 additions
and
384 deletions
+654
-384
Makefile.in
src/C/ssdeep-2.10/Makefile.in
+264
-144
aclocal.m4
src/C/ssdeep-2.10/aclocal.m4
+0
-0
config.h.in
src/C/ssdeep-2.10/config.h.in
+5
-0
configure
src/C/ssdeep-2.10/configure
+385
-240
No files found.
src/C/ssdeep-2.10/Makefile.in
View file @
c050f8c6
# Makefile.in generated by automake 1.1
1.3
from Makefile.am.
# Makefile.in generated by automake 1.1
4
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# Copyright (C) 1994-2013 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.
...
...
@@ -18,6 +17,51 @@
VPATH
=
@srcdir@
am__is_gnu_make
=
test
-n
'
$(MAKEFILE_LIST)
'
&&
test
-n
'
$(MAKELEVEL)
'
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@
...
...
@@ -38,16 +82,13 @@ build_triplet = @build@
host_triplet
=
@host@
bin_PROGRAMS
=
ssdeep
$(EXEEXT)
subdir
=
.
DIST_COMMON
=
README
$(am__configure_deps)
$(include_HEADERS)
\
$(srcdir)
/Makefile.
am
$(srcdir)
/Makefile.in
\
$(
srcdir)
/config.h.in
$(top_srcdir)
/configure AUTHORS COPYING
\
ChangeLog INSTALL NEWS TODO compile config.guess config.sub
\
depcomp install-sh ltmain.sh missing
DIST_COMMON
=
INSTALL NEWS README AUTHORS ChangeLog
\
$(srcdir)
/Makefile.
in
$(srcdir)
/Makefile.am
\
$(
top_srcdir)
/configure
$(am__configure_deps)
\
$(srcdir)
/config.h.in depcomp
$(include_HEADERS)
COPYING TODO
\
compile config.guess config.sub install-sh missing ltmain.sh
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/configure.ac
am__aclocal_m4_deps
=
$(top_srcdir)
/configure.ac
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES
=
config.status config.cache config.log
\
...
...
@@ -89,7 +130,11 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
libfuzzy_la_LIBADD
=
am_libfuzzy_la_OBJECTS
=
fuzzy.lo edit_dist.lo find-file-size.lo
libfuzzy_la_OBJECTS
=
$(am_libfuzzy_la_OBJECTS)
libfuzzy_la_LINK
=
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
\
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
=
libfuzzy_la_LINK
=
$(LIBTOOL)
$(AM_V_lt)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
\
$(LIBTOOLFLAGS)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(libfuzzy_la_LDFLAGS)
$(LDFLAGS)
-o
$@
PROGRAMS
=
$(bin_PROGRAMS)
...
...
@@ -98,39 +143,94 @@ am_ssdeep_OBJECTS = main.$(OBJEXT) match.$(OBJEXT) engine.$(OBJEXT) \
helpers.
$(OBJEXT)
ui.
$(OBJEXT)
ssdeep_OBJECTS
=
$(am_ssdeep_OBJECTS)
ssdeep_DEPENDENCIES
=
libfuzzy.la
ssdeep_LINK
=
$(LIBTOOL)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
link
$(CXXLD)
$(AM_CXXFLAGS)
$(CXXFLAGS)
\
$(ssdeep_LDFLAGS)
$(LDFLAGS)
-o
$@
ssdeep_LINK
=
$(LIBTOOL)
$(AM_V_lt)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
\
$(LIBTOOLFLAGS)
--mode
=
link
$(CXXLD)
$(AM_CXXFLAGS)
\
$(CXXFLAGS)
$(ssdeep_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@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
am__mv
=
mv
-f
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
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)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
\
$(LDFLAGS)
-o
$@
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
=
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
LTCXXCOMPILE
=
$(LIBTOOL)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
compile
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
LTCXXCOMPILE
=
$(LIBTOOL)
$(AM_V_lt)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
\
$(LIBTOOLFLAGS)
--mode
=
compile
$(CXX)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CXXFLAGS)
$(CXXFLAGS)
AM_V_CXX
=
$
(
am__v_CXX_@AM_V@
)
am__v_CXX_
=
$
(
am__v_CXX_@AM_DEFAULT_V@
)
am__v_CXX_0
=
@echo
" CXX "
$@
;
am__v_CXX_1
=
CXXLD
=
$(CXX)
CXXLINK
=
$(LIBTOOL)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
link
$(CXXLD)
$(AM_CXXFLAGS)
$(CXXFLAGS)
$(AM_LDFLAGS)
\
$(LDFLAGS)
-o
$@
CXXLINK
=
$(LIBTOOL)
$(AM_V_lt)
--tag
=
CXX
$(AM_LIBTOOLFLAGS)
\
$(LIBTOOLFLAGS)
--mode
=
link
$(CXXLD)
$(AM_CXXFLAGS)
\
$(CXXFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
AM_V_CXXLD
=
$
(
am__v_CXXLD_@AM_V@
)
am__v_CXXLD_
=
$
(
am__v_CXXLD_@AM_DEFAULT_V@
)
am__v_CXXLD_0
=
@echo
" CXXLD "
$@
;
am__v_CXXLD_1
=
SOURCES
=
$(libfuzzy_la_SOURCES)
$(ssdeep_SOURCES)
DIST_SOURCES
=
$(libfuzzy_la_SOURCES)
$(ssdeep_SOURCES)
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
*
)
(
install-info
--version
)
>
/dev/null 2>&1
;;
\
esac
man1dir
=
$(mandir)
/man1
NROFF
=
nroff
MANS
=
$(man_MANS)
HEADERS
=
$(include_HEADERS)
am__tagged_files
=
$(HEADERS)
$(SOURCES)
$(TAGS_FILES)
\
$(LISP)
config.h.in
# 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)
`
ETAGS
=
etags
CTAGS
=
ctags
CSCOPE
=
cscope
AM_RECURSIVE_TARGETS
=
cscope
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
distdir
=
$(PACKAGE)
-
$(VERSION)
top_distdir
=
$(distdir)
...
...
@@ -140,14 +240,17 @@ am__remove_distdir = \
&&
rm
-rf
"
$(distdir)
"
\
||
{
sleep 5
&&
rm
-rf
"
$(distdir)
"
;
}
;
\
else
:
;
fi
am__post_remove_distdir
=
$(am__remove_distdir)
DIST_ARCHIVES
=
$(distdir)
.tar.gz
GZIP_ENV
=
--best
DIST_TARGETS
=
dist-gzip
distuninstallcheck_listfiles
=
find
.
-type
f
-print
am__distuninstallcheck_listfiles
=
$(distuninstallcheck_listfiles)
\
| sed
's|^\./|
$(prefix)
/|'
|
grep
-v
'
$(infodir)
/dir$$'
distcleancheck_listfiles
=
find
.
-type
f
-print
ACLOCAL
=
@ACLOCAL@
AMTAR
=
@AMTAR@
AM_DEFAULT_VERBOSITY
=
@AM_DEFAULT_VERBOSITY@
AR
=
@AR@
AS
=
@AS@
AUTOCONF
=
@AUTOCONF@
...
...
@@ -321,8 +424,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps)
:
config.h
:
stamp-h1
@
if
test
!
-f
$@
;
then
rm
-f
stamp-h1
;
else
:
;
fi
@
if
test
!
-f
$@
;
then
$(MAKE)
$(AM_MAKEFLAGS)
stamp-h1
;
else
:
;
fi
@
test
-f
$@
||
rm
-f
stamp-h1
@
test
-f
$@
||
$(MAKE)
$(AM_MAKEFLAGS)
stamp-h1
stamp-h1
:
$(srcdir)/config.h.in $(top_builddir)/config.status
@
rm
-f
stamp-h1
...
...
@@ -334,9 +437,9 @@ $(srcdir)/config.h.in: $(am__configure_deps)
distclean-hdr
:
-
rm
-f
config.h stamp-h1
install-libLTLIBRARIES
:
$(lib_LTLIBRARIES)
@
$(NORMAL_INSTALL)
test
-z
"
$(libdir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(libdir)
"
@
list
=
'
$(lib_LTLIBRARIES)
'
;
test
-n
"
$(libdir)
"
||
list
=
;
\
list2
=
;
for
p
in
$$
list
;
do
\
if
test
-f
$$
p
;
then
\
...
...
@@ -344,6 +447,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
else
:
;
fi
;
\
done
;
\
test
-z
"
$$
list2"
||
{
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(libdir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(libdir)
"
||
exit
1
;
\
echo
"
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode=install
$(INSTALL)
$(INSTALL_STRIP_FLAG)
$$
list2 '
$(DESTDIR)$(libdir)
'"
;
\
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
install
$(INSTALL)
$(INSTALL_STRIP_FLAG)
$$
list2
"
$(DESTDIR)$(libdir)
"
;
\
}
...
...
@@ -359,24 +464,32 @@ uninstall-libLTLIBRARIES:
clean-libLTLIBRARIES
:
-
test
-z
"
$(lib_LTLIBRARIES)
"
||
rm
-f
$(lib_LTLIBRARIES)
@
list
=
'
$(lib_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p | sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$$
{dir}/so_locations
\"
"
;
\
rm
-f
"
$$
{dir}/so_locations"
;
\
done
@
list
=
'
$(lib_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
}
;
\
}
libfuzzy.la
:
$(libfuzzy_la_OBJECTS) $(libfuzzy_la_DEPENDENCIES) $(EXTRA_libfuzzy_la_DEPENDENCIES)
$(libfuzzy_la_LINK)
-rpath
$(libdir)
$(libfuzzy_la_OBJECTS)
$(libfuzzy_la_LIBADD)
$(LIBS)
$(
AM_V_CCLD)$(
libfuzzy_la_LINK)
-rpath
$(libdir)
$(libfuzzy_la_OBJECTS)
$(libfuzzy_la_LIBADD)
$(LIBS)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
if
test
-n
"
$$
list"
;
then
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(bindir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
||
exit
1
;
\
fi
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
||
test
-f
$$
p1
;
\
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
while
read
p p1
;
do if
test
-f
$$
p
\
||
test
-f
$$
p1
\
;
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
done
|
\
sed
-e
'p;s,.*/,,;n;h'
-e
's|.*|.|'
\
sed
-e
'p;s,.*/,,;n;h'
\
-e
's|.*|.|'
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
sed
'N;N;N;s,\n, ,g'
|
\
$(AWK)
'BEGIN { files["."] = ""; dirs["."] = 1 } \
...
...
@@ -397,7 +510,8 @@ uninstall-binPROGRAMS:
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
-e
's/$$/
$(EXEEXT)
/'
`
;
\
-e
's/$$/
$(EXEEXT)
/'
\
`
;
\
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(bindir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(bindir)
"
&&
rm
-f
$$
files
...
...
@@ -410,9 +524,10 @@ clean-binPROGRAMS:
list
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
| sed
's/
$(EXEEXT)
$$//'
`
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
ssdeep$(EXEEXT)
:
$(ssdeep_OBJECTS) $(ssdeep_DEPENDENCIES) $(EXTRA_ssdeep_DEPENDENCIES)
@
rm
-f
ssdeep
$(EXEEXT)
$(ssdeep_LINK)
$(ssdeep_OBJECTS)
$(ssdeep_LDADD)
$(LIBS)
$(
AM_V_CXXLD)$(
ssdeep_LINK)
$(ssdeep_OBJECTS)
$(ssdeep_LDADD)
$(LIBS)
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
...
...
@@ -433,46 +548,46 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/ui.Po@am__quote@
.c.o
:
@am__fastdepCC_TRUE@
$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCC_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@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@
$(
COMPILE)
-c
$<
@am__fastdepCC_FALSE@
$(
AM_V_CC@am__nodep@)$(COMPILE)
-c
-o
$@
$<
.c.obj
:
@am__fastdepCC_TRUE@
$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCC_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@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@
$(
COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
@am__fastdepCC_FALSE@
$(
AM_V_CC@am__nodep@)$(COMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCC_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes @AMDEPBACKSLASH@
@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@
$(LTCOMPILE)
-c
-o
$@
$<
@am__fastdepCC_FALSE@
$(
AM_V_CC@am__nodep@)$(
LTCOMPILE)
-c
-o
$@
$<
.cpp.o
:
@am__fastdepCXX_TRUE@
$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCXX_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@am__fastdepCXX_TRUE@
$(
AM_V_CXX)$(
CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCXX_TRUE@
$(
AM_V_at)$(
am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
$<
@am__fastdepCXX_FALSE@
$(
AM_V_CXX@am__nodep@)$(
CXXCOMPILE)
-c
-o
$@
$<
.cpp.obj
:
@am__fastdepCXX_TRUE@
$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCXX_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@am__fastdepCXX_TRUE@
$(
AM_V_CXX)$(
CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCXX_TRUE@
$(
AM_V_at)$(
am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCXX_FALSE@
$(
AM_V_CXX@am__nodep@)$(
CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
.cpp.lo
:
@am__fastdepCXX_TRUE@
$(LTCXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCXX_TRUE@
$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes @AMDEPBACKSLASH@
@am__fastdepCXX_TRUE@
$(
AM_V_CXX)$(
LTCXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCXX_TRUE@
$(
AM_V_at)$(
am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'$<'
object
=
'$@'
libtool
=
yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(LTCXXCOMPILE)
-c
-o
$@
$<
@am__fastdepCXX_FALSE@
$(
AM_V_CXX@am__nodep@)$(
LTCXXCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
-
rm
-f
*
.lo
...
...
@@ -484,11 +599,18 @@ distclean-libtool:
-
rm
-f
libtool config.lt
install-man1
:
$(man_MANS)
@
$(NORMAL_INSTALL)
test
-z
"
$(man1dir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(man1dir)
"
@
list
=
''
;
test
-n
"
$(man1dir)
"
||
exit
0
;
\
{
for
i
in
$$
list
;
do
echo
"
$$
i"
;
done
;
\
l2
=
'
$(man_MANS)
'
;
for
i
in
$$
l2
;
do
echo
"
$$
i"
;
done
|
\
sed
-n
'/\.1[a-z]*$$/p'
;
\
@
list1
=
''
;
\
list2
=
'
$(man_MANS)
'
;
\
test
-n
"
$(man1dir)
"
\
&&
test
-n
"
`
echo
$$
list1
$$
list2
`
"
\
||
exit
0
;
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(man1dir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(man1dir)
"
||
exit
1
;
\
{
for
i
in
$$
list1
;
do
echo
"
$$
i"
;
done
;
\
if
test
-n
"
$$
list2"
;
then
\
for
i
in
$$
list2
;
do
echo
"
$$
i"
;
done
\
| sed
-n
'/\.1[a-z]*$$/p'
;
\
fi
;
\
}
|
while
read
p
;
do
\
if
test
-f
$$
p
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
echo
"
$$
d
$$
p"
;
echo
"
$$
p"
;
\
...
...
@@ -520,8 +642,11 @@ uninstall-man1:
dir
=
'
$(DESTDIR)$(man1dir)
'
;
$(am__uninstall_files_from_dir)
install-includeHEADERS
:
$(include_HEADERS)
@
$(NORMAL_INSTALL)
test
-z
"
$(includedir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(includedir)
"
@
list
=
'
$(include_HEADERS)
'
;
test
-n
"
$(includedir)
"
||
list
=
;
\
if
test
-n
"
$$
list"
;
then
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(includedir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(includedir)
"
||
exit
1
;
\
fi
;
\
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
echo
"
$$
d
$$
p"
;
\
...
...
@@ -537,26 +662,15 @@ uninstall-includeHEADERS:
files
=
`
for
p
in
$$
list
;
do
echo
$$
p
;
done
| sed
-e
's|^.*/||'
`
;
\
dir
=
'
$(DESTDIR)$(includedir)
'
;
$(am__uninstall_files_from_dir)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
mkid
-fID
$$
unique
tags
:
TAGS
TAGS
:
$(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
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
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
config.h.in
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
$(am__define_uniq_tagged_files)
;
\
shift
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
*
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
...
...
@@ -568,15 +682,11 @@ TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$$
unique
;
\
fi
;
\
fi
ctags
:
CTAGS
CTAGS
:
$(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
list
=
'
$(SOURCES)
$(HEADERS)
config.h.in
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
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
...
...
@@ -585,24 +695,33 @@ GTAGS:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
cscope
:
cscope.files
test
!
-s
cscope.files
\
||
$(CSCOPE)
-b
-q
$(AM_CSCOPEFLAGS)
$(CSCOPEFLAGS)
-i
cscope.files
$(CSCOPE_ARGS)
clean-cscope
:
-
rm
-f
cscope.files
cscope.files
:
clean-cscope cscopelist
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
-
rm
-f
cscope.out cscope.in.out cscope.po.out cscope.files
distdir
:
$(DISTFILES)
@
list
=
'
$(MANS)
'
;
if
test
-n
"
$$
list"
;
then
\
list
=
`
for
p
in
$$
list
;
do
\
if
test
-f
$$
p
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
if
test
-f
"
$$
d
$$
p"
;
then
echo
"
$$
d
$$
p"
;
else
:
;
fi
;
done
`
;
\
if
test
-n
"
$$
list"
&&
\
grep
'ab help2man is required to generate this page'
$$
list
>
/dev/null
;
then
\
echo
"error: found man pages containing the
\`
missing help2man' replacement text:"
>
&2
;
\
grep
-l
'ab help2man is required to generate this page'
$$
list | sed
's/^/ /'
>
&2
;
\
echo
" to fix them, install help2man, remove and regenerate the man pages;"
>
&2
;
\
echo
" typically
\`
make maintainer-clean' will remove them"
>
&2
;
\
exit
1
;
\
else
:
;
fi
;
\
else
:
;
fi
$(am__remove_distdir)
test
-d
"
$(distdir)
"
||
mkdir
"
$(distdir)
"
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
| sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
...
...
@@ -643,40 +762,42 @@ distdir: $(DISTFILES)
||
chmod
-R
a+r
"
$(distdir)
"
dist-gzip
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist-bzip2
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
BZIP2
=
$$
{
BZIP2--9
}
bzip2
-c
>
$(distdir)
.tar.bz2
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist-lzip
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| lzip
-c
$$
{
LZIP_OPT--9
}
>
$(distdir)
.tar.lz
$(am__remove_distdir)
dist-lzma
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| lzma
-9
-c
>
$(distdir)
.tar.lzma
$(am__remove_distdir)
$(am__post_remove_distdir)
dist-xz
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
XZ_OPT
=
$$
{
XZ_OPT--e
}
xz
-c
>
$(distdir)
.tar.xz
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist-tarZ
:
distdir
@
echo
WARNING:
"Support for shar distribution archives is"
\
"deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
tardir
=
$(distdir)
&&
$(am__tar)
| compress
-c
>
$(distdir)
.tar.Z
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist-shar
:
distdir
@
echo
WARNING:
"Support for distribution archives compressed with"
\
"legacy program 'compress' is deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
shar
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.shar.gz
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist-zip
:
distdir
-
rm
-f
$(distdir)
.zip
zip
-rq
$(distdir)
.zip
$(distdir)
$(am__remove_distdir)
$(am__
post_
remove_distdir)
dist dist-all
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
dist dist-all
:
$(MAKE)
$(AM_MAKEFLAGS)
$(DIST_TARGETS)
am__post_remove_distdir
=
'@:'
$(am__
post_
remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
...
...
@@ -687,8 +808,6 @@ distcheck: dist
GZIP
=
$(GZIP_ENV)
gzip
-dc
$(distdir)
.tar.gz |
$(am__untar)
;;
\
*
.tar.bz2
*
)
\
bzip2
-dc
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
*
.tar.lzma
*
)
\
lzma
-dc
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
*
.tar.lz
*
)
\
lzip
-dc
$(distdir)
.tar.lz |
$(am__untar)
;;
\
*
.tar.xz
*
)
\
...
...
@@ -700,9 +819,9 @@ distcheck: dist
*
.zip
*
)
\
unzip
$(distdir)
.zip
;;
\
esac
chmod
-R
a-w
$(distdir)
;
chmod a+w
$(distdir)
mkdir
$(distdir)
/_build
mkdir
$(distdir)
/_inst
chmod
-R
a-w
$(distdir)
chmod u+w
$(distdir)
mkdir
$(distdir)
/_
build
$(distdir)
/_
inst
chmod a-w
$(distdir)
test
-d
$(distdir)
/_build
||
exit
0
;
\
dc_install_base
=
`
$(am__cd)
$(distdir)
/_inst
&&
pwd
| sed
-e
's,^[^:\\/]:[\\/],/,'
`
\
...
...
@@ -734,7 +853,7 @@ distcheck: dist
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
\
&&
cd
"
$$
am__cwd"
\
||
exit
1
$(am__remove_distdir)
$(am__
post_
remove_distdir)
@
(
echo
"
$(distdir)
archives ready for distribution: "
;
\
list
=
'
$(DIST_ARCHIVES)
'
;
for
i
in
$$
list
;
do
echo
$$
i
;
done
)
|
\
sed
-e
1h
-e
1s/./
=
/g
-e
1p
-e
1x
-e
'$$p'
-e
'$$x'
...
...
@@ -884,14 +1003,15 @@ uninstall-man: uninstall-man1
.MAKE
:
all install-am install-strip
.PHONY
:
CTAGS GTAGS all all-am am--refresh check check-am clean
\
clean-binPROGRAMS clean-generic clean-libLTLIBRARIES
\
clean-libtool ctags dist dist-all dist-bzip2 dist-gzip
\
dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip
\
distcheck distclean distclean-compile distclean-generic
\
distclean-hdr distclean-libtool distclean-tags distcleancheck
\
distdir distuninstallcheck dvi dvi-am html html-am info
\
info-am install install-am install-binPROGRAMS install-data
\
.PHONY
:
CTAGS GTAGS TAGS all all-am am--refresh check check-am clean
\
clean-binPROGRAMS clean-cscope clean-generic
\
clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags
\
ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip
\
dist-shar dist-tarZ dist-xz dist-zip distcheck distclean
\
distclean-compile distclean-generic distclean-hdr
\
distclean-libtool distclean-tags distcleancheck distdir
\
distuninstallcheck dvi dvi-am html html-am info info-am
\
install install-am install-binPROGRAMS install-data
\
install-data-am install-dvi install-dvi-am install-exec
\
install-exec-am install-html install-html-am
\
install-includeHEADERS install-info install-info-am
\
...
...
@@ -900,7 +1020,7 @@ uninstall-man: uninstall-man1
installcheck installcheck-am installdirs maintainer-clean
\
maintainer-clean-generic mostlyclean mostlyclean-compile
\
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am
\
tags uninstall uninstall-am uninstall-binPROGRAMS
\
tags
tags-am
uninstall uninstall-am uninstall-binPROGRAMS
\
uninstall-includeHEADERS uninstall-libLTLIBRARIES
\
uninstall-man uninstall-man1
...
...
src/C/ssdeep-2.10/aclocal.m4
View file @
c050f8c6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/C/ssdeep-2.10/config.h.in
View file @
c050f8c6
...
...
@@ -103,6 +103,11 @@
# endif
#endif
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
...
...
src/C/ssdeep-2.10/configure
View file @
c050f8c6
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.6
8
for SSDEEP 2.10.
# Generated by GNU Autoconf 2.6
9
for SSDEEP 2.10.
#
# Report bugs to <research@jessekornblum.com>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc.
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
...
...
@@ -136,6 +134,31 @@ export LANGUAGE
# CDPATH.
(
unset
CDPATH
)
>
/dev/null 2>&1
&&
unset
CDPATH
# Use a proper internal environment variable to ensure we don't fall
# into an infinite loop, continuously re-executing ourselves.
if
test
x
"
${
_as_can_reexec
}
"
!=
xno
&&
test
"x
$CONFIG_SHELL
"
!=
x
;
then
_as_can_reexec
=
no
;
export
_as_can_reexec
;
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV
=
/dev/null
ENV
=
/dev/null
(
unset
BASH_ENV
)
>
/dev/null 2>&1
&&
unset
BASH_ENV ENV
case
$-
in
# ((((
*
v
*
x
*
|
*
x
*
v
*
)
as_opts
=
-vx
;;
*
v
*
)
as_opts
=
-v
;;
*
x
*
)
as_opts
=
-x
;;
*
)
as_opts
=
;;
esac
exec
$CONFIG_SHELL
$as_opts
"
$as_myself
"
${
1
+
"
$@
"
}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo
"
$0
: could not re-execute with
$CONFIG_SHELL
"
>
&2
as_fn_exit 255
fi
# We don't want this to propagate to other subprocesses.
{
_as_can_reexec
=
;
unset
_as_can_reexec
;
}
if
test
"x
$CONFIG_SHELL
"
=
x
;
then
as_bourne_compatible
=
"if test -n
\"\$
{ZSH_VERSION+set}
\"
&& (emulate sh) >/dev/null 2>&1; then :
emulate sh
...
...
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
else
exitcode=1; echo positional parameters were not saved.
fi
test x
\$
exitcode = x0 || exit 1"
test x
\$
exitcode = x0 || exit 1
test -x / || exit 1"
as_suggested
=
" as_lineno_1="
;
as_suggested
=
$as_suggested$LINENO
;
as_suggested
=
$as_suggested
" as_lineno_1a=
\$
LINENO
as_lineno_2="
;
as_suggested
=
$as_suggested$LINENO
;
as_suggested
=
$as_suggested
" as_lineno_2a=
\$
LINENO
eval 'test
\"
x
\$
as_lineno_1'
\$
as_run'
\"
!=
\"
x
\$
as_lineno_2'
\$
as_run'
\"
&&
...
...
@@ -222,21 +246,25 @@ IFS=$as_save_IFS
if
test
"x
$CONFIG_SHELL
"
!=
x
;
then
:
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV
=
/dev/null
ENV
=
/dev/null
(
unset
BASH_ENV
)
>
/dev/null 2>&1
&&
unset
BASH_ENV ENV
export
CONFIG_SHELL
case
$-
in
# ((((
*
v
*
x
*
|
*
x
*
v
*
)
as_opts
=
-vx
;;
*
v
*
)
as_opts
=
-v
;;
*
x
*
)
as_opts
=
-x
;;
*
)
as_opts
=
;;
esac
exec
"
$CONFIG_SHELL
"
$as_opts
"
$as_myself
"
${
1
+
"
$@
"
}
export
CONFIG_SHELL
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV
=
/dev/null
ENV
=
/dev/null
(
unset
BASH_ENV
)
>
/dev/null 2>&1
&&
unset
BASH_ENV ENV
case
$-
in
# ((((
*
v
*
x
*
|
*
x
*
v
*
)
as_opts
=
-vx
;;
*
v
*
)
as_opts
=
-v
;;
*
x
*
)
as_opts
=
-x
;;
*
)
as_opts
=
;;
esac
exec
$CONFIG_SHELL
$as_opts
"
$as_myself
"
${
1
+
"
$@
"
}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo
"
$0
: could not re-execute with
$CONFIG_SHELL
"
>
&2
exit
255
fi
if
test
x
$as_have_required
=
xno
;
then
:
...
...
@@ -339,6 +367,14 @@ $as_echo X"$as_dir" |
}
# as_fn_mkdir_p
# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p
()
{
test
-f
"
$1
"
&&
test
-x
"
$1
"
}
# as_fn_executable_p
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
...
...
@@ -460,6 +496,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
chmod +x
"
$as_me
.lineno"
||
{
$as_echo
"
$as_me
: error: cannot create
$as_me
.lineno; rerun with a POSIX shell"
>
&2
;
as_fn_exit 1
;
}
# If we had to re-execute with $CONFIG_SHELL, we're ensured to have
# already done that, so ensure we don't try to do so again and fall
# in an infinite loop. This has already happened in practice.
_as_can_reexec
=
no
;
export
_as_can_reexec
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this).
...
...
@@ -494,16 +534,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
# In both cases, we have to default to `cp -p
R
'.
ln
-s
conf
$$
.file conf
$$
.dir 2>/dev/null
&&
test
!
-f
conf
$$
.exe
||
as_ln_s
=
'cp -p'
as_ln_s
=
'cp -p
R
'
elif
ln conf
$$
.file conf
$$
2>/dev/null
;
then
as_ln_s
=
ln
else
as_ln_s
=
'cp -p'
as_ln_s
=
'cp -p
R
'
fi
else
as_ln_s
=
'cp -p'
as_ln_s
=
'cp -p
R
'
fi
rm
-f
conf
$$
conf
$$
.exe conf
$$
.dir/conf
$$
.file conf
$$
.file
rmdir conf
$$
.dir 2>/dev/null
...
...
@@ -515,28 +555,8 @@ else
as_mkdir_p
=
false
fi
if
test
-x
/
>
/dev/null 2>&1
;
then
as_test_x
=
'test -x'
else
if
ls
-dL
/
>
/dev/null 2>&1
;
then
as_ls_L_option
=
L
else
as_ls_L_option
=
fi
as_test_x
=
'
eval sh -c '
\'
'
if test -d "$1"; then
test -d "$1/.";
else
case $1 in #(
-*)set "./$1";;
esac;
case `ls -ld'
$as_ls_L_option
' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'
\'
' sh
'
fi
as_executable_p
=
$as_test_x
as_test_x
=
'test -x'
as_executable_p
=
as_fn_executable_p
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp
=
"eval sed 'y%*
$as_cr_letters
%P
$as_cr_LETTERS
%;s%[^_
$as_cr_alnum
]%_%g'"
...
...
@@ -670,6 +690,10 @@ build_os
build_vendor
build_cpu
build
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
am__untar
am__tar
AMTAR
...
...
@@ -734,6 +758,7 @@ SHELL'
ac_subst_files
=
''
ac_user_opts
=
'
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_shared
enable_static
...
...
@@ -1212,8 +1237,6 @@ target=$target_alias
if
test
"x
$host_alias
"
!=
x
;
then
if
test
"x
$build_alias
"
=
x
;
then
cross_compiling
=
maybe
$as_echo
"
$as_me
: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used"
>
&2
elif
test
"x
$build_alias
"
!=
"x
$host_alias
"
;
then
cross_compiling
=
yes
fi
...
...
@@ -1377,8 +1400,12 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
...
...
@@ -1475,9 +1502,9 @@ test -n "$ac_init_help" && exit $ac_status
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
SSDEEP configure 2.10
generated by GNU Autoconf 2.6
8
generated by GNU Autoconf 2.6
9
Copyright (C) 201
0
Free Software Foundation, Inc.
Copyright (C) 201
2
Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
...
...
@@ -1591,7 +1618,7 @@ $as_echo "$ac_try_echo"; } >&5
test
!
-s
conftest.err
}
&&
test
-s
conftest
$ac_exeext
&&
{
test
"
$cross_compiling
"
=
yes
||
$as_test_
x
conftest
$ac_exeext
test
-
x
conftest
$ac_exeext
}
;
then
:
ac_retval
=
0
else
...
...
@@ -1851,7 +1878,7 @@ $as_echo "$ac_try_echo"; } >&5
test
!
-s
conftest.err
}
&&
test
-s
conftest
$ac_exeext
&&
{
test
"
$cross_compiling
"
=
yes
||
$as_test_
x
conftest
$ac_exeext
test
-
x
conftest
$ac_exeext
}
;
then
:
ac_retval
=
0
else
...
...
@@ -1965,7 +1992,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by SSDEEP
$as_me
2.10, which was
generated by GNU Autoconf 2.6
8
. Invocation command line was
generated by GNU Autoconf 2.6
9
. Invocation command line was
$ $0
$@
...
...
@@ -2312,7 +2339,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
am__api_version
=
'1.1
1
'
am__api_version
=
'1.1
4
'
ac_aux_dir
=
for
ac_dir
in
"
$srcdir
"
"
$srcdir
/.."
"
$srcdir
/../.."
;
do
...
...
@@ -2380,7 +2407,7 @@ case $as_dir/ in #((
# by default.
for
ac_prog
in
ginstall scoinst install
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_prog$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_prog$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_prog$ac_exec_ext
"
;
then
if
test
$ac_prog
=
install
&&
grep
dspmsg
"
$as_dir
/
$ac_prog$ac_exec_ext
"
>
/dev/null 2>&1
;
then
# AIX install. It has an incompatible calling convention.
...
...
@@ -2438,9 +2465,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether build environment is sane"
>
&5
$as_echo_n
"checking whether build environment is sane... "
>
&6
;
}
# Just in case
sleep 1
echo
timestamp
>
conftest.file
# Reject unsafe characters in $srcdir or the absolute working directory
# name. Accept space and tab only in the latter.
am_lf
=
'
...
...
@@ -2451,32 +2475,40 @@ case `pwd` in
esac
case
$srcdir
in
*
[
\\\"\#\$\&\'\`
$am_lf
\ \
]
*
)
as_fn_error
$?
"unsafe srcdir value:
\`
$srcdir
'"
"
$LINENO
"
5
;;
as_fn_error
$?
"unsafe srcdir value:
'
$srcdir
'"
"
$LINENO
"
5
;;
esac
# Do
`
set' in a subshell so we don't clobber the current shell's
# Do
'
set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if
(
set
X
`
ls
-Lt
"
$srcdir
/configure"
conftest.file 2> /dev/null
`
if
test
"
$*
"
=
"X"
;
then
# -L didn't work.
set
X
`
ls
-t
"
$srcdir
/configure"
conftest.file
`
fi
rm
-f
conftest.file
if
test
"
$*
"
!=
"X
$srcdir
/configure conftest.file"
\
&&
test
"
$*
"
!=
"X conftest.file
$srcdir
/configure"
;
then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
as_fn_error
$?
"ls -t appears to fail. Make sure there is not a broken
alias in your environment"
"
$LINENO
"
5
fi
am_has_slept
=
no
for
am_try
in
1 2
;
do
echo
"timestamp, slept:
$am_has_slept
"
>
conftest.file
set
X
`
ls
-Lt
"
$srcdir
/configure"
conftest.file 2> /dev/null
`
if
test
"
$*
"
=
"X"
;
then
# -L didn't work.
set
X
`
ls
-t
"
$srcdir
/configure"
conftest.file
`
fi
if
test
"
$*
"
!=
"X
$srcdir
/configure conftest.file"
\
&&
test
"
$*
"
!=
"X conftest.file
$srcdir
/configure"
;
then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
as_fn_error
$?
"ls -t appears to fail. Make sure there is not a broken
alias in your environment"
"
$LINENO
"
5
fi
if
test
"
$2
"
=
conftest.file
||
test
$am_try
-eq
2
;
then
break
fi
# Just in case.
sleep 1
am_has_slept
=
yes
done
test
"
$2
"
=
conftest.file
)
then
...
...
@@ -2488,6 +2520,16 @@ Check your system clock" "$LINENO" 5
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: yes"
>
&5
$as_echo
"yes"
>
&6
;
}
# If we didn't sleep, we still need to ensure time stamps of config.status and
# generated files are strictly newer.
am_sleep_pid
=
if
grep
'slept: no'
conftest.file
>
/dev/null 2>&1
;
then
(
sleep 1
)
&
am_sleep_pid
=
$!
fi
rm
-f
conftest.file
test
"
$program_prefix
"
!=
NONE
&&
program_transform_name
=
"s&^&
$program_prefix
&;
$program_transform_name
"
# Use a double $ so make ignores it.
...
...
@@ -2510,12 +2552,12 @@ if test x"${MISSING+set}" != xset; then
esac
fi
# Use eval to expand $SHELL
if
eval
"
$MISSING
--
run true
"
;
then
am_missing_run
=
"
$MISSING
--run
"
if
eval
"
$MISSING
--
is-lightweight
"
;
then
am_missing_run
=
"
$MISSING
"
else
am_missing_run
=
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: WARNING:
\`
missing' script is too old or missing"
>
&5
$as_echo
"
$as_me
: WARNING:
\`
missing' script is too old or missing"
>
&2
;
}
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: WARNING:
'
missing' script is too old or missing"
>
&5
$as_echo
"
$as_me
: WARNING:
'
missing' script is too old or missing"
>
&2
;
}
fi
if
test
x
"
${
install_sh
}
"
!=
xset
;
then
...
...
@@ -2527,10 +2569,10 @@ if test x"${install_sh}" != xset; then
esac
fi
# Installed binaries are usually stripped using
`
strip' when the user
# run
`make install-strip'. However `
strip' might not be the right
# Installed binaries are usually stripped using
'
strip' when the user
# run
"make install-strip". However '
strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the
`
STRIP' environment variable to overrule this program.
# will honor the
'
STRIP' environment variable to overrule this program.
if
test
"
$cross_compiling
"
!=
no
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
...
...
@@ -2549,7 +2591,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_STRIP
=
"
${
ac_tool_prefix
}
strip"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -2589,7 +2631,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_STRIP
=
"strip"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -2640,7 +2682,7 @@ do
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_prog
in
mkdir gmkdir
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
{
test
-f
"
$as_dir
/
$ac_prog$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_prog$ac_exec_ext
"
;
}
||
continue
as_fn_executable_p
"
$as_dir
/
$ac_prog$ac_exec_ext
"
||
continue
case
`
"
$as_dir
/
$ac_prog$ac_exec_ext
"
--version
2>&1
`
in
#(
'mkdir (GNU coreutils) '
*
|
\
'mkdir (coreutils) '
*
|
\
...
...
@@ -2669,12 +2711,6 @@ fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$MKDIR_P
"
>
&5
$as_echo
"
$MKDIR_P
"
>
&6
;
}
mkdir_p
=
"
$MKDIR_P
"
case
$mkdir_p
in
[
\\
/
$]
*
|
?:[
\\
/]
*
)
;;
*
/
*
)
mkdir_p
=
"
\$
(top_builddir)/
$mkdir_p
"
;;
esac
for
ac_prog
in
gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
...
...
@@ -2693,7 +2729,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_AWK
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -2757,6 +2793,45 @@ else
fi
rmdir .tst 2>/dev/null
# Check whether --enable-silent-rules was given.
if
test
"
${
enable_silent_rules
+set
}
"
=
set
;
then
:
enableval
=
$enable_silent_rules
;
fi
case
$enable_silent_rules
in
# (((
yes
)
AM_DEFAULT_VERBOSITY
=
0
;;
no
)
AM_DEFAULT_VERBOSITY
=
1
;;
*
)
AM_DEFAULT_VERBOSITY
=
1
;;
esac
am_make
=
${
MAKE
-make
}
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$am_make
supports nested variables"
>
&5
$as_echo_n
"checking whether
$am_make
supports nested variables... "
>
&6
;
}
if
${
am_cv_make_support_nested_variables
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
$as_echo
'TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
@$(TRUE)
.PHONY: am__doit'
|
$am_make
-f
-
>
/dev/null 2>&1
;
then
am_cv_make_support_nested_variables
=
yes
else
am_cv_make_support_nested_variables
=
no
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$am_cv_make_support_nested_variables
"
>
&5
$as_echo
"
$am_cv_make_support_nested_variables
"
>
&6
;
}
if
test
$am_cv_make_support_nested_variables
=
yes
;
then
AM_V
=
'$(V)'
AM_DEFAULT_V
=
'$(AM_DEFAULT_VERBOSITY)'
else
AM_V
=
$AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
=
$AM_DEFAULT_VERBOSITY
fi
AM_BACKSLASH
=
'\'
if
test
"
`
cd
$srcdir
&&
pwd
`
"
!=
"
`
pwd
`
"
;
then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
# is not polluted with repeated "-I."
...
...
@@ -2807,12 +2882,22 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
MAKEINFO
=
${
MAKEINFO
-
"
${
am_missing_run
}
makeinfo"
}
# For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see:
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p
=
'$(MKDIR_P)'
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AMTAR
=
'$${TAR-tar}'
# We'll loop over all known methods to create a tar archive until one works.
_am_tools
=
'gnutar pax cpio none'
am__tar
=
'$${TAR-tar} chof - "$$tardir"'
am__untar
=
'$${TAR-tar} xf -'
...
...
@@ -2820,6 +2905,48 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes. So use an aggressive probe to check that the usage we want is
# actually supported "in the wild" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though.
if
rm
-f
&&
rm
-fr
&&
rm
-rf
;
then
: OK
;
else
cat
>
&2
<<
'
END
'
Oops!
Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present. This is contrary
to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Please tell bug-automake@gnu.org about your system, including the value
of your
$PATH
and any error possibly output before this message. This
can help us improve future automake versions.
END
if
test
x
"
$ACCEPT_INFERIOR_RM_PROGRAM
"
=
x
"yes"
;
then
echo
'Configuration will proceed anyway, since you have set the'
>
&2
echo
'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"'
>
&2
echo
>
&2
else
cat
>
&2
<<
'
END
'
Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <http://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
to "yes", and re-run configure.
END
as_fn_error
$?
"Your 'rm' program is bad, sorry."
"
$LINENO
"
5
fi
fi
ac_config_files
=
"
$ac_config_files
Makefile"
ac_config_headers
=
"
$ac_config_headers
config.h"
...
...
@@ -2919,7 +3046,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_CC
=
"
${
ac_tool_prefix
}
gcc"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -2959,7 +3086,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_CC
=
"gcc"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -3012,7 +3139,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_CC
=
"
${
ac_tool_prefix
}
cc"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -3053,7 +3180,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
if
test
"
$as_dir
/
$ac_word$ac_exec_ext
"
=
"/usr/ucb/cc"
;
then
ac_prog_rejected
=
yes
continue
...
...
@@ -3111,7 +3238,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_CC
=
"
$ac_tool_prefix$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -3155,7 +3282,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_CC
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -3601,8 +3728,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
...
...
@@ -3686,6 +3812,65 @@ ac_cpp='$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CC
understands -c and -o together"
>
&5
$as_echo_n
"checking whether
$CC
understands -c and -o together... "
>
&6
;
}
if
${
am_cv_prog_cc_c_o
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
# Make sure it works both with $CC and with simple cc.
# Following AC_PROG_CC_C_O, we do the test twice because some
# compilers refuse to overwrite an existing .o file with -o,
# though they will create one.
am_cv_prog_cc_c_o
=
yes
for
am_i
in
1 2
;
do
if
{
echo
"
$as_me
:
$LINENO
:
$CC
-c conftest.
$ac_ext
-o conftest2.
$ac_objext
"
>
&5
(
$CC
-c
conftest.
$ac_ext
-o
conftest2.
$ac_objext
)
>
&5 2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
\
&&
test
-f
conftest2.
$ac_objext
;
then
: OK
else
am_cv_prog_cc_c_o
=
no
break
fi
done
rm
-f
core conftest
*
unset
am_i
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$am_cv_prog_cc_c_o
"
>
&5
$as_echo
"
$am_cv_prog_cc_c_o
"
>
&6
;
}
if
test
"
$am_cv_prog_cc_c_o
"
!=
yes
;
then
# Losing compiler, so override with the script.
# FIXME: It is wrong to rewrite CC.
# But if we don't then we get into trouble of one sort or another.
# A longer-term fix would be to have automake use am__CC in this case,
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
CC
=
"
$am_aux_dir
/compile
$CC
"
fi
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
DEPDIR
=
"
${
am__leading_dot
}
deps"
ac_config_commands
=
"
$ac_config_commands
depfiles"
...
...
@@ -3705,7 +3890,7 @@ am__quote=
_am_result
=
none
# First try GNU make style include.
echo
"include confinc"
>
confmf
# Ignore all kinds of additional output from
`
make'.
# Ignore all kinds of additional output from
'
make'.
case
`
$am_make
-s
-f
confmf 2> /dev/null
`
in
#(
*
the
\
am__doit
\
target
*
)
am__include
=
include
...
...
@@ -3761,8 +3946,8 @@ else
# We make a subdir and do the tests there. Otherwise we can end up
# making bogus files that we don't know about and never remove. For
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named
`D' -- because `-MD' means `
put the output
# in D
'
.
# making a dummy file named
'D' -- because '-MD' means "
put the output
# in D
"
.
rm
-rf
conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
...
...
@@ -3797,16 +3982,16 @@ else
:
>
sub/conftest.c
for
i
in
1 2 3 4 5 6
;
do
echo
'#include "conftst'
$i
'.h"'
>>
sub/conftest.c
# Using
`: > sub/conftst$i.h'
creates only sub/conftst1.h with
# Solaris
8's {/usr,}
/bin/sh.
touch
sub/conftst
$i
.h
# Using
": > sub/conftst$i.h"
creates only sub/conftst1.h with
# Solaris
10
/bin/sh.
echo
'/* dummy */'
>
sub/conftst
$i
.h
done
echo
"
${
am__include
}
${
am__quote
}
sub/conftest.Po
${
am__quote
}
"
>
confmf
# We check with
`-c' and `
-o' for the sake of the "dashmstdout"
# We check with
'-c' and '
-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle
`
-M -o', and we need to detect this. Also, some Intel
# versions had trouble with output in subdirs
# handle
'
-M -o', and we need to detect this. Also, some Intel
# versions had trouble with output in subdirs
.
am__obj
=
sub/conftest.
${
OBJEXT
-o
}
am__minus_obj
=
"-o
$am__obj
"
case
$depmode
in
...
...
@@ -3815,8 +4000,8 @@ else
test
"
$am__universal
"
=
false
||
continue
;;
nosideeffect
)
#
a
fter this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
#
A
fter this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
.
if
test
"x
$enable_dependency_tracking
"
=
xyes
;
then
continue
else
...
...
@@ -3824,7 +4009,7 @@ else
fi
;;
msvc7
|
msvc7msys
|
msvisualcpp
|
msvcmsys
)
# This compiler won't grok
`
-c -o', but also, the minuso test has
# This compiler won't grok
'
-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
am__obj
=
conftest.
${
OBJEXT
-o
}
...
...
@@ -3906,7 +4091,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_CXX
=
"
$ac_tool_prefix$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -3950,7 +4135,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_CXX
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4146,8 +4331,8 @@ else
# We make a subdir and do the tests there. Otherwise we can end up
# making bogus files that we don't know about and never remove. For
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named
`D' -- because `-MD' means `
put the output
# in D
'
.
# making a dummy file named
'D' -- because '-MD' means "
put the output
# in D
"
.
rm
-rf
conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
...
...
@@ -4182,16 +4367,16 @@ else
:
>
sub/conftest.c
for
i
in
1 2 3 4 5 6
;
do
echo
'#include "conftst'
$i
'.h"'
>>
sub/conftest.c
# Using
`: > sub/conftst$i.h'
creates only sub/conftst1.h with
# Solaris
8's {/usr,}
/bin/sh.
touch
sub/conftst
$i
.h
# Using
": > sub/conftst$i.h"
creates only sub/conftst1.h with
# Solaris
10
/bin/sh.
echo
'/* dummy */'
>
sub/conftst
$i
.h
done
echo
"
${
am__include
}
${
am__quote
}
sub/conftest.Po
${
am__quote
}
"
>
confmf
# We check with
`-c' and `
-o' for the sake of the "dashmstdout"
# We check with
'-c' and '
-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle
`
-M -o', and we need to detect this. Also, some Intel
# versions had trouble with output in subdirs
# handle
'
-M -o', and we need to detect this. Also, some Intel
# versions had trouble with output in subdirs
.
am__obj
=
sub/conftest.
${
OBJEXT
-o
}
am__minus_obj
=
"-o
$am__obj
"
case
$depmode
in
...
...
@@ -4200,8 +4385,8 @@ else
test
"
$am__universal
"
=
false
||
continue
;;
nosideeffect
)
#
a
fter this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
#
A
fter this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
.
if
test
"x
$enable_dependency_tracking
"
=
xyes
;
then
continue
else
...
...
@@ -4209,7 +4394,7 @@ else
fi
;;
msvc7
|
msvc7msys
|
msvisualcpp
|
msvcmsys
)
# This compiler won't grok
`
-c -o', but also, the minuso test has
# This compiler won't grok
'
-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
am__obj
=
conftest.
${
OBJEXT
-o
}
...
...
@@ -4284,7 +4469,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_AS
=
"
${
ac_tool_prefix
}
as"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4324,7 +4509,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_AS
=
"as"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4376,7 +4561,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_DLLTOOL
=
"
${
ac_tool_prefix
}
dlltool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4416,7 +4601,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_DLLTOOL
=
"dlltool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4468,7 +4653,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_OBJDUMP
=
"
${
ac_tool_prefix
}
objdump"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4508,7 +4693,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_OBJDUMP
=
"objdump"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -4683,7 +4868,7 @@ do
for
ac_prog
in
sed gsed
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
ac_path_SED
=
"
$as_dir
/
$ac_prog$ac_exec_ext
"
{
test
-f
"
$ac_path_SED
"
&&
$as_test_x
"
$ac_path_SED
"
;
}
||
continue
as_fn_executable_p
"
$ac_path_SED
"
||
continue
# Check for GNU ac_path_SED and select it if it is found.
# Check for GNU $ac_path_SED
case
`
"
$ac_path_SED
"
--version
2>&1
`
in
...
...
@@ -4759,7 +4944,7 @@ do
for
ac_prog
in
grep
ggrep
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
ac_path_GREP
=
"
$as_dir
/
$ac_prog$ac_exec_ext
"
{
test
-f
"
$ac_path_GREP
"
&&
$as_test_x
"
$ac_path_GREP
"
;
}
||
continue
as_fn_executable_p
"
$ac_path_GREP
"
||
continue
# Check for GNU ac_path_GREP and select it if it is found.
# Check for GNU $ac_path_GREP
case
`
"
$ac_path_GREP
"
--version
2>&1
`
in
...
...
@@ -4825,7 +5010,7 @@ do
for
ac_prog
in
egrep
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
ac_path_EGREP
=
"
$as_dir
/
$ac_prog$ac_exec_ext
"
{
test
-f
"
$ac_path_EGREP
"
&&
$as_test_x
"
$ac_path_EGREP
"
;
}
||
continue
as_fn_executable_p
"
$ac_path_EGREP
"
||
continue
# Check for GNU ac_path_EGREP and select it if it is found.
# Check for GNU $ac_path_EGREP
case
`
"
$ac_path_EGREP
"
--version
2>&1
`
in
...
...
@@ -4892,7 +5077,7 @@ do
for
ac_prog
in
fgrep
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
ac_path_FGREP
=
"
$as_dir
/
$ac_prog$ac_exec_ext
"
{
test
-f
"
$ac_path_FGREP
"
&&
$as_test_x
"
$ac_path_FGREP
"
;
}
||
continue
as_fn_executable_p
"
$ac_path_FGREP
"
||
continue
# Check for GNU ac_path_FGREP and select it if it is found.
# Check for GNU $ac_path_FGREP
case
`
"
$ac_path_FGREP
"
--version
2>&1
`
in
...
...
@@ -5148,7 +5333,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_DUMPBIN
=
"
$ac_tool_prefix$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -5192,7 +5377,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_DUMPBIN
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -5616,7 +5801,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_OBJDUMP
=
"
${
ac_tool_prefix
}
objdump"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -5656,7 +5841,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_OBJDUMP
=
"objdump"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -5825,7 +6010,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
lt_cv_deplibs_check_method
=
pass_all
;;
netbsd
*
|
netbsdelf
*
-gnu
)
netbsd
*
)
if
echo
__ELF__ |
$CC
-E
- |
$GREP
__ELF__
>
/dev/null
;
then
lt_cv_deplibs_check_method
=
'match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
else
...
...
@@ -5959,7 +6144,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_DLLTOOL
=
"
${
ac_tool_prefix
}
dlltool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -5999,7 +6184,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_DLLTOOL
=
"dlltool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6100,7 +6285,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_AR
=
"
$ac_tool_prefix$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6144,7 +6329,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_AR
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6269,7 +6454,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_STRIP
=
"
${
ac_tool_prefix
}
strip"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6309,7 +6494,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_STRIP
=
"strip"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6368,7 +6553,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_RANLIB
=
"
${
ac_tool_prefix
}
ranlib"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -6408,7 +6593,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_RANLIB
=
"ranlib"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7057,7 +7242,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_MANIFEST_TOOL
=
"
${
ac_tool_prefix
}
mt"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7097,7 +7282,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_MANIFEST_TOOL
=
"mt"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7177,7 +7362,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_DSYMUTIL
=
"
${
ac_tool_prefix
}
dsymutil"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7217,7 +7402,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_DSYMUTIL
=
"dsymutil"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7269,7 +7454,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_NMEDIT
=
"
${
ac_tool_prefix
}
nmedit"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7309,7 +7494,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_NMEDIT
=
"nmedit"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7361,7 +7546,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_LIPO
=
"
${
ac_tool_prefix
}
lipo"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7401,7 +7586,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_LIPO
=
"lipo"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7453,7 +7638,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_OTOOL
=
"
${
ac_tool_prefix
}
otool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7493,7 +7678,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_OTOOL
=
"otool"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7545,7 +7730,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_OTOOL64
=
"
${
ac_tool_prefix
}
otool64"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -7585,7 +7770,7 @@ do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_OTOOL64
=
"otool64"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
...
...
@@ -8538,10 +8723,6 @@ _lt_linker_boilerplate=`cat conftest.err`
$RM
-r
conftest
*
## CAVEAT EMPTOR:
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
if
test
-n
"
$compiler
"
;
then
lt_prog_compiler_no_builtin_flag
=
...
...
@@ -9232,9 +9413,6 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
openbsd
*
)
with_gnu_ld
=
no
;;
linux
*
|
k
*
bsd
*
-gnu
|
gnu
*
)
link_all_deplibs
=
no
;;
esac
ld_shlibs
=
yes
...
...
@@ -9456,7 +9634,7 @@ _LT_EOF
fi
;;
netbsd
*
|
netbsdelf
*
-gnu
)
netbsd
*
)
if
echo
__ELF__ |
$CC
-E
- |
$GREP
__ELF__
>
/dev/null
;
then
archive_cmds
=
'$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc
=
...
...
@@ -9633,7 +9811,6 @@ _LT_EOF
if
test
"
$aix_use_runtimelinking
"
=
yes
;
then
shared_flag
=
"
$shared_flag
"
'${wl}-G'
fi
link_all_deplibs
=
no
else
# not using gcc
if
test
"
$host_cpu
"
=
ia64
;
then
...
...
@@ -10087,7 +10264,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
link_all_deplibs
=
yes
;;
netbsd
*
|
netbsdelf
*
-gnu
)
netbsd
*
)
if
echo
__ELF__ |
$CC
-E
- |
$GREP
__ELF__
>
/dev/null
;
then
archive_cmds
=
'$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
# a.out
else
...
...
@@ -11115,18 +11292,6 @@ fi
dynamic_linker
=
'GNU/Linux ld.so'
;;
netbsdelf
*
-gnu
)
version_type
=
linux
need_lib_prefix
=
no
need_version
=
no
library_names_spec
=
'${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
soname_spec
=
'${libname}${release}${shared_ext}$major'
shlibpath_var
=
LD_LIBRARY_PATH
shlibpath_overrides_runpath
=
no
hardcode_into_libs
=
yes
dynamic_linker
=
'NetBSD ld.elf_so'
;;
netbsd
*
)
version_type
=
sunos
need_lib_prefix
=
no
...
...
@@ -13962,7 +14127,7 @@ lt_prog_compiler_static_CXX=
;;
esac
;;
netbsd
*
|
netbsdelf
*
-gnu
)
netbsd
*
)
;;
*
qnx
*
|
*
nto
*
)
# QNX uses GNU C++, but need to define -shared option too, otherwise
...
...
@@ -14333,9 +14498,6 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
;;
esac
;;
linux
*
|
k
*
bsd
*
-gnu
|
gnu
*
)
link_all_deplibs_CXX
=
no
;;
*
)
export_symbols_cmds_CXX
=
'$NM $libobjs $convenience | $global_symbol_pipe | $SED '
\'
's/.* //'
\'
' | sort | uniq > $export_symbols'
;;
...
...
@@ -14961,18 +15123,6 @@ fi
dynamic_linker
=
'GNU/Linux ld.so'
;;
netbsdelf
*
-gnu
)
version_type
=
linux
need_lib_prefix
=
no
need_version
=
no
library_names_spec
=
'${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
soname_spec
=
'${libname}${release}${shared_ext}$major'
shlibpath_var
=
LD_LIBRARY_PATH
shlibpath_overrides_runpath
=
no
hardcode_into_libs
=
yes
dynamic_linker
=
'NetBSD ld.elf_so'
;;
netbsd
*
)
version_type
=
sunos
need_lib_prefix
=
no
...
...
@@ -15742,6 +15892,8 @@ _ACEOF
esac
rm
-rf
conftest
*
fi
fi
...
...
@@ -15988,7 +16140,6 @@ DEFS=-DHAVE_CONFIG_H
ac_libobjs
=
ac_ltlibobjs
=
U
=
for
ac_i
in
:
$LIBOBJS
;
do
test
"x
$ac_i
"
=
x:
&&
continue
# 1. Remove the extension, and $U if already installed.
ac_script
=
's/\$U\././;s/\.o$//;s/\.obj$//'
...
...
@@ -16003,6 +16154,14 @@ LIBOBJS=$ac_libobjs
LTLIBOBJS
=
$ac_ltlibobjs
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking that generated files are newer than configure"
>
&5
$as_echo_n
"checking that generated files are newer than configure... "
>
&6
;
}
if
test
-n
"
$am_sleep_pid
"
;
then
# Hide warnings about reused PIDs.
wait
$am_sleep_pid
2>/dev/null
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: done"
>
&5
$as_echo
"done"
>
&6
;
}
if
test
-n
"
$EXEEXT
"
;
then
am__EXEEXT_TRUE
=
am__EXEEXT_FALSE
=
'#'
...
...
@@ -16322,16 +16481,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
# In both cases, we have to default to `cp -p
R
'.
ln -s conf
$$
.file conf
$$
.dir 2>/dev/null && test ! -f conf
$$
.exe ||
as_ln_s='cp -p'
as_ln_s='cp -p
R
'
elif ln conf
$$
.file conf
$$
2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
as_ln_s='cp -p
R
'
fi
else
as_ln_s='cp -p'
as_ln_s='cp -p
R
'
fi
rm -f conf
$$
conf
$$
.exe conf
$$
.dir/conf
$$
.file conf
$$
.file
rmdir conf
$$
.dir 2>/dev/null
...
...
@@ -16391,28 +16550,16 @@ else
as_mkdir_p=false
fi
if test -x / >/dev/null 2>&1; then
as_test_x='test -x'
else
if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L
else
as_ls_L_option=
fi
as_test_x='
eval sh -c '\''
if test -d "
$1
"; then
test -d "
$1
/.";
else
case
$1
in #(
-*)set "./
$1
";;
esac;
case `ls -ld'
$as_ls_L_option
' "
$1
" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=
$as_test_x
# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
test -f "
$1
" && test -x "
$1
"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*
$as_cr_letters
%P
$as_cr_LETTERS
%;s%[^_
$as_cr_alnum
]%_%g'"
...
...
@@ -16434,7 +16581,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# values after options handling.
ac_log="
This file was extended by SSDEEP
$as_me
2.10, which was
generated by GNU Autoconf 2.6
8
. Invocation command line was
generated by GNU Autoconf 2.6
9
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -16500,10 +16647,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`
$as_echo
"
$ac_configure_args
" | sed 's/^ //; s/[\\""\`\
$]
/\\\\&/g'`"
ac_cs_version="\\
SSDEEP config.status 2.10
configured by
$0
, generated by GNU Autoconf 2.6
8
,
configured by
$0
, generated by GNU Autoconf 2.6
9
,
with options \\"\
$ac_cs_config
\\"
Copyright (C) 201
0
Free Software Foundation, Inc.
Copyright (C) 201
2
Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
...
...
@@ -16594,7 +16741,7 @@ fi
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
if \
$ac_cs_recheck
; then
set X
'
$SHELL
'
'
$0
'
$ac_configure_args
\
$ac_configure_extra_args
--no-create --no-recursion
set X
$SHELL
'
$0
'
$ac_configure_args
\
$ac_configure_extra_args
--no-create --no-recursion
shift
\
$as_echo
"running CONFIG_SHELL=
$SHELL
\
$*
" >&6
CONFIG_SHELL='
$SHELL
'
...
...
@@ -17605,7 +17752,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
case
$ac_file$ac_mode
in
"depfiles":C) test x"
$AMDEP_TRUE
" != x"" || {
#
Autoconf 2.62
quotes --file arguments for eval, but not when files
#
Older Autoconf
quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting.
case
$CONFIG_FILES
in
...
...
@@ -17618,7 +17765,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
# Strip MF so we end up with the name of the file.
mf=`echo "
$mf
" | sed -e 's/:.*
$/
/'`
# Check whether this is an Automake generated Makefile or not.
# We used to match only the files named
`
Makefile.in', but
# We used to match only the files named
'
Makefile.in', but
# some people rename them; so instead we look at the file content.
# Grep'ing the first line is not enough: some people post-process
# each Makefile.in and add a new line on top of each file to say so.
...
...
@@ -17652,21 +17799,19 @@ $as_echo X"$mf" |
continue
fi
# Extract the definition of DEPDIR, am__include, and am__quote
# from the Makefile without running
`
make'.
# from the Makefile without running
'
make'.
DEPDIR=`sed -n 's/^DEPDIR = //p' < "
$mf
"`
test -z "
$DEPDIR
" && continue
am__include=`sed -n 's/^am__include = //p' < "
$mf
"`
test -z "am__include" && continue
test -z "
$
am__include
" && continue
am__quote=`sed -n 's/^am__quote = //p' < "
$mf
"`
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n 's/^U = //p' < "
$mf
"`
# Find all dependency output files, they are included files with
#
$(
DEPDIR
)
in their names. We invoke sed twice because it is the
# simplest approach to changing
$(
DEPDIR
)
to its actual value in the
# expansion.
for file in `sed -n "
s/^
$am__include
$am__quote
\(.*(DEPDIR).*\)
$am__quote
"'
$/
\1/p' <"
$mf
" | \
sed -e 's/\
$(
DEPDIR
)
/'"
$DEPDIR
"'/g'
-e 's/\
$U
/'"
$U
"'/g'
`; do
sed -e 's/\
$(
DEPDIR
)
/'"
$DEPDIR
"'/g'`; do
# Make sure the directory exists.
test -f "
$dirpart
/
$file
" && continue
fdir=`
$as_dirname
-- "
$file
" ||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment