|
Packit |
284210 |
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
Packit |
284210 |
# @configure_input@
|
|
Packit |
284210 |
|
|
Packit |
284210 |
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
|
Packit |
284210 |
|
|
Packit |
284210 |
# This Makefile.in is free software; the Free Software Foundation
|
|
Packit |
284210 |
# gives unlimited permission to copy and/or distribute it,
|
|
Packit |
284210 |
# with or without modifications, as long as this notice is preserved.
|
|
Packit |
284210 |
|
|
Packit |
284210 |
# This program is distributed in the hope that it will be useful,
|
|
Packit |
284210 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
Packit |
284210 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
Packit |
284210 |
# PARTICULAR PURPOSE.
|
|
Packit |
284210 |
|
|
Packit |
284210 |
@SET_MAKE@
|
|
Packit |
284210 |
|
|
Packit |
284210 |
VPATH = @srcdir@
|
|
Packit |
284210 |
am__is_gnu_make = { \
|
|
Packit |
284210 |
if test -z '$(MAKELEVEL)'; then \
|
|
Packit |
284210 |
false; \
|
|
Packit |
284210 |
elif test -n '$(MAKE_HOST)'; then \
|
|
Packit |
284210 |
true; \
|
|
Packit |
284210 |
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
Packit |
284210 |
true; \
|
|
Packit |
284210 |
else \
|
|
Packit |
284210 |
false; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
}
|
|
Packit |
284210 |
am__make_running_with_option = \
|
|
Packit |
284210 |
case $${target_option-} in \
|
|
Packit |
284210 |
?) ;; \
|
|
Packit |
284210 |
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
Packit |
284210 |
"target option '$${target_option-}' specified" >&2; \
|
|
Packit |
284210 |
exit 1;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
has_opt=no; \
|
|
Packit |
284210 |
sane_makeflags=$$MAKEFLAGS; \
|
|
Packit |
284210 |
if $(am__is_gnu_make); then \
|
|
Packit |
284210 |
sane_makeflags=$$MFLAGS; \
|
|
Packit |
284210 |
else \
|
|
Packit |
284210 |
case $$MAKEFLAGS in \
|
|
Packit |
284210 |
*\\[\ \ ]*) \
|
|
Packit |
284210 |
bs=\\; \
|
|
Packit |
284210 |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
Packit |
284210 |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
skip_next=no; \
|
|
Packit |
284210 |
strip_trailopt () \
|
|
Packit |
284210 |
{ \
|
|
Packit |
284210 |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
Packit |
284210 |
}; \
|
|
Packit |
284210 |
for flg in $$sane_makeflags; do \
|
|
Packit |
284210 |
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
Packit |
284210 |
case $$flg in \
|
|
Packit |
284210 |
*=*|--*) continue;; \
|
|
Packit |
284210 |
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
Packit |
284210 |
-*I?*) strip_trailopt 'I';; \
|
|
Packit |
284210 |
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
Packit |
284210 |
-*O?*) strip_trailopt 'O';; \
|
|
Packit |
284210 |
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
Packit |
284210 |
-*l?*) strip_trailopt 'l';; \
|
|
Packit |
284210 |
-[dEDm]) skip_next=yes;; \
|
|
Packit |
284210 |
-[JT]) skip_next=yes;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
case $$flg in \
|
|
Packit |
284210 |
*$$target_option*) has_opt=yes; break;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
done; \
|
|
Packit |
284210 |
test $$has_opt = yes
|
|
Packit |
284210 |
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
Packit |
284210 |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
Packit |
284210 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
Packit |
284210 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
Packit |
284210 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
Packit |
284210 |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
Packit |
284210 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
Packit |
284210 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
Packit |
284210 |
install_sh_PROGRAM = $(install_sh) -c
|
|
Packit |
284210 |
install_sh_SCRIPT = $(install_sh) -c
|
|
Packit |
284210 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
Packit |
284210 |
transform = $(program_transform_name)
|
|
Packit |
284210 |
NORMAL_INSTALL = :
|
|
Packit |
284210 |
PRE_INSTALL = :
|
|
Packit |
284210 |
POST_INSTALL = :
|
|
Packit |
284210 |
NORMAL_UNINSTALL = :
|
|
Packit |
284210 |
PRE_UNINSTALL = :
|
|
Packit |
284210 |
POST_UNINSTALL = :
|
|
Packit |
284210 |
build_triplet = @build@
|
|
Packit |
284210 |
host_triplet = @host@
|
|
Packit |
284210 |
subdir = tools
|
|
Packit |
284210 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
Packit |
284210 |
am__aclocal_m4_deps = $(top_srcdir)/build/find_apr.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_apu.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_curl.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_lua.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_pcre.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_ssdeep.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_xml.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/find_yajl.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/libtool.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/ltoptions.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/ltsugar.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/ltversion.m4 \
|
|
Packit |
284210 |
$(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
|
Packit |
284210 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
Packit |
284210 |
$(ACLOCAL_M4)
|
|
Packit |
284210 |
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
|
Packit |
284210 |
mkinstalldirs = $(install_sh) -d
|
|
Packit |
284210 |
CONFIG_HEADER = $(top_builddir)/apache2/modsecurity_config_auto.h
|
|
Packit |
284210 |
CONFIG_CLEAN_FILES = rules-updater.pl
|
|
Packit |
284210 |
CONFIG_CLEAN_VPATH_FILES =
|
|
Packit |
284210 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
Packit |
284210 |
am__vpath_adj = case $$p in \
|
|
Packit |
284210 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
Packit |
284210 |
*) f=$$p;; \
|
|
Packit |
284210 |
esac;
|
|
Packit |
284210 |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
Packit |
284210 |
am__install_max = 40
|
|
Packit |
284210 |
am__nobase_strip_setup = \
|
|
Packit |
284210 |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
Packit |
284210 |
am__nobase_strip = \
|
|
Packit |
284210 |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
Packit |
284210 |
am__nobase_list = $(am__nobase_strip_setup); \
|
|
Packit |
284210 |
for p in $$list; do echo "$$p $$p"; done | \
|
|
Packit |
284210 |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
Packit |
284210 |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
Packit |
284210 |
if (++n[$$2] == $(am__install_max)) \
|
|
Packit |
284210 |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
Packit |
284210 |
END { for (dir in files) print dir, files[dir] }'
|
|
Packit |
284210 |
am__base_list = \
|
|
Packit |
284210 |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
Packit |
284210 |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
Packit |
284210 |
am__uninstall_files_from_dir = { \
|
|
Packit |
284210 |
test -z "$$files" \
|
|
Packit |
284210 |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
Packit |
284210 |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
Packit |
284210 |
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
Packit |
284210 |
}
|
|
Packit |
284210 |
am__installdirs = "$(DESTDIR)$(bindir)"
|
|
Packit |
284210 |
SCRIPTS = $(bin_SCRIPTS)
|
|
Packit |
284210 |
AM_V_P = $(am__v_P_@AM_V@)
|
|
Packit |
284210 |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
Packit |
284210 |
am__v_P_0 = false
|
|
Packit |
284210 |
am__v_P_1 = :
|
|
Packit |
284210 |
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
Packit |
284210 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
Packit |
284210 |
am__v_GEN_0 = @echo " GEN " $@;
|
|
Packit |
284210 |
am__v_GEN_1 =
|
|
Packit |
284210 |
AM_V_at = $(am__v_at_@AM_V@)
|
|
Packit |
284210 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
Packit |
284210 |
am__v_at_0 = @
|
|
Packit |
284210 |
am__v_at_1 =
|
|
Packit |
284210 |
SOURCES =
|
|
Packit |
284210 |
DIST_SOURCES =
|
|
Packit |
284210 |
am__can_run_installinfo = \
|
|
Packit |
284210 |
case $$AM_UPDATE_INFO_DIR in \
|
|
Packit |
284210 |
n|no|NO) false;; \
|
|
Packit |
284210 |
*) (install-info --version) >/dev/null 2>&1;; \
|
|
Packit |
284210 |
esac
|
|
Packit |
284210 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
Packit |
284210 |
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/rules-updater.pl.in \
|
|
Packit |
284210 |
README
|
|
Packit |
284210 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
Packit |
284210 |
ACLOCAL = @ACLOCAL@
|
|
Packit |
284210 |
AMTAR = @AMTAR@
|
|
Packit |
284210 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
Packit |
284210 |
APR_CFLAGS = @APR_CFLAGS@
|
|
Packit |
284210 |
APR_CONFIG = @APR_CONFIG@
|
|
Packit |
284210 |
APR_CPPFLAGS = @APR_CPPFLAGS@
|
|
Packit |
284210 |
APR_INCLUDEDIR = @APR_INCLUDEDIR@
|
|
Packit |
284210 |
APR_LDADD = @APR_LDADD@
|
|
Packit |
284210 |
APR_LDFLAGS = @APR_LDFLAGS@
|
|
Packit |
284210 |
APR_LINKLD = @APR_LINKLD@
|
|
Packit |
284210 |
APR_VERSION = @APR_VERSION@
|
|
Packit |
284210 |
APU_CFLAGS = @APU_CFLAGS@
|
|
Packit |
284210 |
APU_CONFIG = @APU_CONFIG@
|
|
Packit |
284210 |
APU_INCLUDEDIR = @APU_INCLUDEDIR@
|
|
Packit |
284210 |
APU_LDADD = @APU_LDADD@
|
|
Packit |
284210 |
APU_LDFLAGS = @APU_LDFLAGS@
|
|
Packit |
284210 |
APU_LINKLD = @APU_LINKLD@
|
|
Packit |
284210 |
APU_VERSION = @APU_VERSION@
|
|
Packit |
284210 |
APXS = @APXS@
|
|
Packit |
284210 |
APXS_BINDIR = @APXS_BINDIR@
|
|
Packit |
284210 |
APXS_CC = @APXS_CC@
|
|
Packit |
284210 |
APXS_CFLAGS = @APXS_CFLAGS@
|
|
Packit |
284210 |
APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
|
|
Packit |
284210 |
APXS_HTTPD = @APXS_HTTPD@
|
|
Packit |
284210 |
APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
|
|
Packit |
284210 |
APXS_INCLUDES = @APXS_INCLUDES@
|
|
Packit |
284210 |
APXS_LDFLAGS = @APXS_LDFLAGS@
|
|
Packit |
284210 |
APXS_LIBDIR = @APXS_LIBDIR@
|
|
Packit |
284210 |
APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
|
|
Packit |
284210 |
APXS_LIBS = @APXS_LIBS@
|
|
Packit |
284210 |
APXS_LIBTOOL = @APXS_LIBTOOL@
|
|
Packit |
284210 |
APXS_MODULES = @APXS_MODULES@
|
|
Packit |
284210 |
APXS_PROGNAME = @APXS_PROGNAME@
|
|
Packit |
284210 |
APXS_SBINDIR = @APXS_SBINDIR@
|
|
Packit |
284210 |
APXS_WRAPPER = @APXS_WRAPPER@
|
|
Packit |
284210 |
AR = @AR@
|
|
Packit |
284210 |
AUTOCONF = @AUTOCONF@
|
|
Packit |
284210 |
AUTOHEADER = @AUTOHEADER@
|
|
Packit |
284210 |
AUTOMAKE = @AUTOMAKE@
|
|
Packit |
284210 |
AWK = @AWK@
|
|
Packit |
284210 |
CC = @CC@
|
|
Packit |
284210 |
CCDEPMODE = @CCDEPMODE@
|
|
Packit |
284210 |
CFLAGS = @CFLAGS@
|
|
Packit |
284210 |
CPP = @CPP@
|
|
Packit |
284210 |
CPPFLAGS = @CPPFLAGS@
|
|
Packit |
284210 |
CURL_CFLAGS = @CURL_CFLAGS@
|
|
Packit |
284210 |
CURL_CONFIG = @CURL_CONFIG@
|
|
Packit |
284210 |
CURL_CPPFLAGS = @CURL_CPPFLAGS@
|
|
Packit |
284210 |
CURL_LDADD = @CURL_LDADD@
|
|
Packit |
284210 |
CURL_LDFLAGS = @CURL_LDFLAGS@
|
|
Packit |
284210 |
CURL_USES_GNUTLS = @CURL_USES_GNUTLS@
|
|
Packit |
284210 |
CURL_VERSION = @CURL_VERSION@
|
|
Packit |
284210 |
CYGPATH_W = @CYGPATH_W@
|
|
Packit |
284210 |
DEFS = @DEFS@
|
|
Packit |
284210 |
DEPDIR = @DEPDIR@
|
|
Packit |
284210 |
DLLTOOL = @DLLTOOL@
|
|
Packit |
284210 |
DOXYGEN = @DOXYGEN@
|
|
Packit |
284210 |
DSYMUTIL = @DSYMUTIL@
|
|
Packit |
284210 |
DUMPBIN = @DUMPBIN@
|
|
Packit |
284210 |
ECHO_C = @ECHO_C@
|
|
Packit |
284210 |
ECHO_N = @ECHO_N@
|
|
Packit |
284210 |
ECHO_T = @ECHO_T@
|
|
Packit |
284210 |
EGREP = @EGREP@
|
|
Packit |
284210 |
ENV_CMD = @ENV_CMD@
|
|
Packit |
284210 |
EXEEXT = @EXEEXT@
|
|
Packit |
284210 |
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
|
Packit |
284210 |
FGREP = @FGREP@
|
|
Packit |
284210 |
GREP = @GREP@
|
|
Packit |
284210 |
INSTALL = @INSTALL@
|
|
Packit |
284210 |
INSTALL_DATA = @INSTALL_DATA@
|
|
Packit |
284210 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
Packit |
284210 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
Packit |
284210 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
Packit |
284210 |
LD = @LD@
|
|
Packit |
284210 |
LDFLAGS = @LDFLAGS@
|
|
Packit |
284210 |
LIBOBJS = @LIBOBJS@
|
|
Packit |
284210 |
LIBS = @LIBS@
|
|
Packit |
284210 |
LIBTOOL = @LIBTOOL@
|
|
Packit |
284210 |
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
|
|
Packit |
284210 |
LIBXML2_CONFIG = @LIBXML2_CONFIG@
|
|
Packit |
284210 |
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
|
|
Packit |
284210 |
LIBXML2_LDADD = @LIBXML2_LDADD@
|
|
Packit |
284210 |
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
|
|
Packit |
284210 |
LIBXML2_VERSION = @LIBXML2_VERSION@
|
|
Packit |
284210 |
LIPO = @LIPO@
|
|
Packit |
284210 |
LN_S = @LN_S@
|
|
Packit |
284210 |
LTLIBOBJS = @LTLIBOBJS@
|
|
Packit |
284210 |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
|
Packit |
284210 |
LUA_CFLAGS = @LUA_CFLAGS@
|
|
Packit |
284210 |
LUA_LDADD = @LUA_LDADD@
|
|
Packit |
284210 |
LUA_LDFLAGS = @LUA_LDFLAGS@
|
|
Packit |
284210 |
MAKEINFO = @MAKEINFO@
|
|
Packit |
284210 |
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
Packit |
284210 |
MKDIR_P = @MKDIR_P@
|
|
Packit |
284210 |
MODSEC_APXS_EXTRA_CFLAGS = @MODSEC_APXS_EXTRA_CFLAGS@
|
|
Packit |
284210 |
MODSEC_EXTRA_CFLAGS = @MODSEC_EXTRA_CFLAGS@
|
|
Packit |
284210 |
MSC_BASE_DIR = @MSC_BASE_DIR@
|
|
Packit |
284210 |
MSC_PKGBASE_DIR = @MSC_PKGBASE_DIR@
|
|
Packit |
284210 |
MSC_REGRESSION_CONF_DIR = @MSC_REGRESSION_CONF_DIR@
|
|
Packit |
284210 |
MSC_REGRESSION_DIR = @MSC_REGRESSION_DIR@
|
|
Packit |
284210 |
MSC_REGRESSION_DOCROOT_DIR = @MSC_REGRESSION_DOCROOT_DIR@
|
|
Packit |
284210 |
MSC_REGRESSION_LOGS_DIR = @MSC_REGRESSION_LOGS_DIR@
|
|
Packit |
284210 |
MSC_REGRESSION_SERVERROOT_DIR = @MSC_REGRESSION_SERVERROOT_DIR@
|
|
Packit |
284210 |
MSC_TEST_DIR = @MSC_TEST_DIR@
|
|
Packit |
284210 |
NM = @NM@
|
|
Packit |
284210 |
NMEDIT = @NMEDIT@
|
|
Packit |
284210 |
OBJDUMP = @OBJDUMP@
|
|
Packit |
284210 |
OBJEXT = @OBJEXT@
|
|
Packit |
284210 |
OTOOL = @OTOOL@
|
|
Packit |
284210 |
OTOOL64 = @OTOOL64@
|
|
Packit |
284210 |
PACKAGE = @PACKAGE@
|
|
Packit |
284210 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
Packit |
284210 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
Packit |
284210 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
Packit |
284210 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
Packit |
284210 |
PACKAGE_URL = @PACKAGE_URL@
|
|
Packit |
284210 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
Packit |
284210 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
Packit |
284210 |
PCRE_CFLAGS = @PCRE_CFLAGS@
|
|
Packit |
284210 |
PCRE_CONFIG = @PCRE_CONFIG@
|
|
Packit |
284210 |
PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
|
|
Packit |
284210 |
PCRE_LDADD = @PCRE_LDADD@
|
|
Packit |
284210 |
PCRE_LDFLAGS = @PCRE_LDFLAGS@
|
|
Packit |
284210 |
PCRE_LD_PATH = @PCRE_LD_PATH@
|
|
Packit |
284210 |
PCRE_VERSION = @PCRE_VERSION@
|
|
Packit |
284210 |
PERL = @PERL@
|
|
Packit |
284210 |
PKG_CONFIG = @PKG_CONFIG@
|
|
Packit |
284210 |
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
|
Packit |
284210 |
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
|
Packit |
284210 |
RANLIB = @RANLIB@
|
|
Packit |
284210 |
SED = @SED@
|
|
Packit |
284210 |
SET_MAKE = @SET_MAKE@
|
|
Packit |
284210 |
SHELL = @SHELL@
|
|
Packit |
284210 |
SSDEEP_CFLAGS = @SSDEEP_CFLAGS@
|
|
Packit |
284210 |
SSDEEP_LDADD = @SSDEEP_LDADD@
|
|
Packit |
284210 |
SSDEEP_LDFLAGS = @SSDEEP_LDFLAGS@
|
|
Packit |
284210 |
STRIP = @STRIP@
|
|
Packit |
284210 |
TOPLEVEL_SUBDIRS = @TOPLEVEL_SUBDIRS@
|
|
Packit |
284210 |
VERSION = @VERSION@
|
|
Packit |
284210 |
YAJL_CFLAGS = @YAJL_CFLAGS@
|
|
Packit |
284210 |
YAJL_LDADD = @YAJL_LDADD@
|
|
Packit |
284210 |
YAJL_LDFLAGS = @YAJL_LDFLAGS@
|
|
Packit |
284210 |
YAJL_LIBS = @YAJL_LIBS@
|
|
Packit |
284210 |
abs_builddir = @abs_builddir@
|
|
Packit |
284210 |
abs_srcdir = @abs_srcdir@
|
|
Packit |
284210 |
abs_top_builddir = @abs_top_builddir@
|
|
Packit |
284210 |
abs_top_srcdir = @abs_top_srcdir@
|
|
Packit |
284210 |
ac_ct_AR = @ac_ct_AR@
|
|
Packit |
284210 |
ac_ct_CC = @ac_ct_CC@
|
|
Packit |
284210 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
Packit |
284210 |
am__include = @am__include@
|
|
Packit |
284210 |
am__leading_dot = @am__leading_dot@
|
|
Packit |
284210 |
am__quote = @am__quote@
|
|
Packit |
284210 |
am__tar = @am__tar@
|
|
Packit |
284210 |
am__untar = @am__untar@
|
|
Packit |
284210 |
bindir = @bindir@
|
|
Packit |
284210 |
build = @build@
|
|
Packit |
284210 |
build_alias = @build_alias@
|
|
Packit |
284210 |
build_cpu = @build_cpu@
|
|
Packit |
284210 |
build_os = @build_os@
|
|
Packit |
284210 |
build_vendor = @build_vendor@
|
|
Packit |
284210 |
builddir = @builddir@
|
|
Packit |
284210 |
datadir = @datadir@
|
|
Packit |
284210 |
datarootdir = @datarootdir@
|
|
Packit |
284210 |
docdir = @docdir@
|
|
Packit |
284210 |
dvidir = @dvidir@
|
|
Packit |
284210 |
exec_prefix = @exec_prefix@
|
|
Packit |
284210 |
host = @host@
|
|
Packit |
284210 |
host_alias = @host_alias@
|
|
Packit |
284210 |
host_cpu = @host_cpu@
|
|
Packit |
284210 |
host_os = @host_os@
|
|
Packit |
284210 |
host_vendor = @host_vendor@
|
|
Packit |
284210 |
htmldir = @htmldir@
|
|
Packit |
284210 |
includedir = @includedir@
|
|
Packit |
284210 |
infodir = @infodir@
|
|
Packit |
284210 |
install_sh = @install_sh@
|
|
Packit |
284210 |
libdir = @libdir@
|
|
Packit |
284210 |
libexecdir = @libexecdir@
|
|
Packit |
284210 |
localedir = @localedir@
|
|
Packit |
284210 |
localstatedir = @localstatedir@
|
|
Packit |
284210 |
mandir = @mandir@
|
|
Packit |
284210 |
mkdir_p = @mkdir_p@
|
|
Packit |
284210 |
oldincludedir = @oldincludedir@
|
|
Packit |
284210 |
pdfdir = @pdfdir@
|
|
Packit |
284210 |
prefix = @prefix@
|
|
Packit |
284210 |
program_transform_name = @program_transform_name@
|
|
Packit |
284210 |
psdir = @psdir@
|
|
Packit |
284210 |
runstatedir = @runstatedir@
|
|
Packit |
284210 |
sbindir = @sbindir@
|
|
Packit |
284210 |
sharedstatedir = @sharedstatedir@
|
|
Packit |
284210 |
srcdir = @srcdir@
|
|
Packit |
284210 |
sysconfdir = @sysconfdir@
|
|
Packit |
284210 |
target_alias = @target_alias@
|
|
Packit |
284210 |
top_build_prefix = @top_build_prefix@
|
|
Packit |
284210 |
top_builddir = @top_builddir@
|
|
Packit |
284210 |
top_srcdir = @top_srcdir@
|
|
Packit |
284210 |
bin_SCRIPTS = rules-updater.pl
|
|
Packit |
284210 |
all: all-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
.SUFFIXES:
|
|
Packit |
284210 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
Packit |
284210 |
@for dep in $?; do \
|
|
Packit |
284210 |
case '$(am__configure_deps)' in \
|
|
Packit |
284210 |
*$$dep*) \
|
|
Packit |
284210 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
Packit |
284210 |
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
Packit |
284210 |
exit 1;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
done; \
|
|
Packit |
284210 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
|
|
Packit |
284210 |
$(am__cd) $(top_srcdir) && \
|
|
Packit |
284210 |
$(AUTOMAKE) --foreign tools/Makefile
|
|
Packit |
284210 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
Packit |
284210 |
@case '$?' in \
|
|
Packit |
284210 |
*config.status*) \
|
|
Packit |
284210 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
Packit |
284210 |
*) \
|
|
Packit |
284210 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
Packit |
284210 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
Packit |
284210 |
esac;
|
|
Packit |
284210 |
|
|
Packit |
284210 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
Packit |
284210 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
284210 |
|
|
Packit |
284210 |
$(top_srcdir)/configure: $(am__configure_deps)
|
|
Packit |
284210 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
284210 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
Packit |
284210 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
284210 |
$(am__aclocal_m4_deps):
|
|
Packit |
284210 |
rules-updater.pl: $(top_builddir)/config.status $(srcdir)/rules-updater.pl.in
|
|
Packit |
284210 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
Packit |
284210 |
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
Packit |
284210 |
@$(NORMAL_INSTALL)
|
|
Packit |
284210 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
|
|
Packit |
284210 |
if test -n "$$list"; then \
|
|
Packit |
284210 |
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
Packit |
284210 |
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
for p in $$list; do \
|
|
Packit |
284210 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
Packit |
284210 |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
Packit |
284210 |
done | \
|
|
Packit |
284210 |
sed -e 'p;s,.*/,,;n' \
|
|
Packit |
284210 |
-e 'h;s|.*|.|' \
|
|
Packit |
284210 |
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
Packit |
284210 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
Packit |
284210 |
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
Packit |
284210 |
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
Packit |
284210 |
if (++n[d] == $(am__install_max)) { \
|
|
Packit |
284210 |
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
Packit |
284210 |
else { print "f", d "/" $$4, $$1 } } \
|
|
Packit |
284210 |
END { for (d in files) print "f", d, files[d] }' | \
|
|
Packit |
284210 |
while read type dir files; do \
|
|
Packit |
284210 |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
Packit |
284210 |
test -z "$$files" || { \
|
|
Packit |
284210 |
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
|
Packit |
284210 |
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
Packit |
284210 |
} \
|
|
Packit |
284210 |
; done
|
|
Packit |
284210 |
|
|
Packit |
284210 |
uninstall-binSCRIPTS:
|
|
Packit |
284210 |
@$(NORMAL_UNINSTALL)
|
|
Packit |
284210 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
|
|
Packit |
284210 |
files=`for p in $$list; do echo "$$p"; done | \
|
|
Packit |
284210 |
sed -e 's,.*/,,;$(transform)'`; \
|
|
Packit |
284210 |
dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
|
|
Packit |
284210 |
|
|
Packit |
284210 |
mostlyclean-libtool:
|
|
Packit |
284210 |
-rm -f *.lo
|
|
Packit |
284210 |
|
|
Packit |
284210 |
clean-libtool:
|
|
Packit |
284210 |
-rm -rf .libs _libs
|
|
Packit |
284210 |
tags TAGS:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
ctags CTAGS:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
cscope cscopelist:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
|
|
Packit |
284210 |
distdir: $(DISTFILES)
|
|
Packit |
284210 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
Packit |
284210 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
Packit |
284210 |
list='$(DISTFILES)'; \
|
|
Packit |
284210 |
dist_files=`for file in $$list; do echo $$file; done | \
|
|
Packit |
284210 |
sed -e "s|^$$srcdirstrip/||;t" \
|
|
Packit |
284210 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
Packit |
284210 |
case $$dist_files in \
|
|
Packit |
284210 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
Packit |
284210 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
Packit |
284210 |
sort -u` ;; \
|
|
Packit |
284210 |
esac; \
|
|
Packit |
284210 |
for file in $$dist_files; do \
|
|
Packit |
284210 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
Packit |
284210 |
if test -d $$d/$$file; then \
|
|
Packit |
284210 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
Packit |
284210 |
if test -d "$(distdir)/$$file"; then \
|
|
Packit |
284210 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
Packit |
284210 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
Packit |
284210 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
Packit |
284210 |
else \
|
|
Packit |
284210 |
test -f "$(distdir)/$$file" \
|
|
Packit |
284210 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
Packit |
284210 |
|| exit 1; \
|
|
Packit |
284210 |
fi; \
|
|
Packit |
284210 |
done
|
|
Packit |
284210 |
check-am: all-am
|
|
Packit |
284210 |
check: check-am
|
|
Packit |
284210 |
all-am: Makefile $(SCRIPTS)
|
|
Packit |
284210 |
installdirs:
|
|
Packit |
284210 |
for dir in "$(DESTDIR)$(bindir)"; do \
|
|
Packit |
284210 |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
Packit |
284210 |
done
|
|
Packit |
284210 |
install: install-am
|
|
Packit |
284210 |
install-exec: install-exec-am
|
|
Packit |
284210 |
install-data: install-data-am
|
|
Packit |
284210 |
uninstall: uninstall-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-am: all-am
|
|
Packit |
284210 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
installcheck: installcheck-am
|
|
Packit |
284210 |
install-strip:
|
|
Packit |
284210 |
if test -z '$(STRIP)'; then \
|
|
Packit |
284210 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
Packit |
284210 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
Packit |
284210 |
install; \
|
|
Packit |
284210 |
else \
|
|
Packit |
284210 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
Packit |
284210 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
Packit |
284210 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
Packit |
284210 |
fi
|
|
Packit |
284210 |
mostlyclean-generic:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
clean-generic:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
distclean-generic:
|
|
Packit |
284210 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
Packit |
284210 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
Packit |
284210 |
|
|
Packit |
284210 |
maintainer-clean-generic:
|
|
Packit |
284210 |
@echo "This command is intended for maintainers to use"
|
|
Packit |
284210 |
@echo "it deletes files that may require special tools to rebuild."
|
|
Packit |
284210 |
clean: clean-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
distclean: distclean-am
|
|
Packit |
284210 |
-rm -f Makefile
|
|
Packit |
284210 |
distclean-am: clean-am distclean-generic
|
|
Packit |
284210 |
|
|
Packit |
284210 |
dvi: dvi-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
dvi-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
html: html-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
html-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
info: info-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
info-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-data-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-dvi: install-dvi-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-dvi-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-exec-am: install-binSCRIPTS
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-html: install-html-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-html-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-info: install-info-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-info-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-man:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-pdf: install-pdf-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-pdf-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-ps: install-ps-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
install-ps-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
installcheck-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
maintainer-clean: maintainer-clean-am
|
|
Packit |
284210 |
-rm -f Makefile
|
|
Packit |
284210 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
Packit |
284210 |
|
|
Packit |
284210 |
mostlyclean: mostlyclean-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
Packit |
284210 |
|
|
Packit |
284210 |
pdf: pdf-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
pdf-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
ps: ps-am
|
|
Packit |
284210 |
|
|
Packit |
284210 |
ps-am:
|
|
Packit |
284210 |
|
|
Packit |
284210 |
uninstall-am: uninstall-binSCRIPTS
|
|
Packit |
284210 |
|
|
Packit |
284210 |
.MAKE: install-am install-strip
|
|
Packit |
284210 |
|
|
Packit |
284210 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
|
Packit |
284210 |
cscopelist-am ctags-am distclean distclean-generic \
|
|
Packit |
284210 |
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
|
Packit |
284210 |
install install-am install-binSCRIPTS install-data \
|
|
Packit |
284210 |
install-data-am install-dvi install-dvi-am install-exec \
|
|
Packit |
284210 |
install-exec-am install-html install-html-am install-info \
|
|
Packit |
284210 |
install-info-am install-man install-pdf install-pdf-am \
|
|
Packit |
284210 |
install-ps install-ps-am install-strip installcheck \
|
|
Packit |
284210 |
installcheck-am installdirs maintainer-clean \
|
|
Packit |
284210 |
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
|
Packit |
284210 |
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
|
|
Packit |
284210 |
uninstall-am uninstall-binSCRIPTS
|
|
Packit |
284210 |
|
|
Packit |
284210 |
.PRECIOUS: Makefile
|
|
Packit |
284210 |
|
|
Packit |
284210 |
|
|
Packit |
284210 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
Packit |
284210 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
Packit |
284210 |
.NOEXPORT:
|