mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add some missing files.
This commit is contained in:
@@ -121,6 +121,8 @@ AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
|
6
alp2/Makefile.am
Normal file
6
alp2/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
lib_LTLIBRARIES = libalp2.la
|
||||
include_HEADERS = alp2.h alp2_pp.h
|
||||
|
||||
libalp2_la_SOURCES = alp2.c alp2_pp.c
|
||||
libalp2_la_CFLAGS = @APR_CFLAGS@ @APU_CFLAGS@
|
||||
libalp2_la_LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@
|
584
alp2/Makefile.in
Normal file
584
alp2/Makefile.in
Normal file
@@ -0,0 +1,584 @@
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = alp2
|
||||
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude/libtool.m4 \
|
||||
$(top_srcdir)/acinclude/ltoptions.m4 \
|
||||
$(top_srcdir)/acinclude/ltsugar.m4 \
|
||||
$(top_srcdir)/acinclude/ltversion.m4 \
|
||||
$(top_srcdir)/acinclude/lt~obsolete.m4 \
|
||||
$(top_srcdir)/build/find_pcre.m4 \
|
||||
$(top_srcdir)/build/find_apr.m4 \
|
||||
$(top_srcdir)/build/find_apu.m4 \
|
||||
$(top_srcdir)/build/find_xml.m4 \
|
||||
$(top_srcdir)/build/find_lua.m4 \
|
||||
$(top_srcdir)/build/find_curl.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/modsecurity_config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
libalp2_la_LIBADD =
|
||||
am_libalp2_la_OBJECTS = libalp2_la-alp2.lo libalp2_la-alp2_pp.lo
|
||||
libalp2_la_OBJECTS = $(am_libalp2_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(libalp2_la_SOURCES)
|
||||
DIST_SOURCES = $(libalp2_la_SOURCES)
|
||||
includeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(include_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
APR_CFLAGS = @APR_CFLAGS@
|
||||
APR_CONFIG = @APR_CONFIG@
|
||||
APR_CPPFLAGS = @APR_CPPFLAGS@
|
||||
APR_LDADD = @APR_LDADD@
|
||||
APR_LDFLAGS = @APR_LDFLAGS@
|
||||
APR_VERSION = @APR_VERSION@
|
||||
APU_CFLAGS = @APU_CFLAGS@
|
||||
APU_CONFIG = @APU_CONFIG@
|
||||
APU_LDADD = @APU_LDADD@
|
||||
APU_LDFLAGS = @APU_LDFLAGS@
|
||||
APU_VERSION = @APU_VERSION@
|
||||
APXS = @APXS@
|
||||
APXS_BINDIR = @APXS_BINDIR@
|
||||
APXS_CC = @APXS_CC@
|
||||
APXS_CFLAGS = @APXS_CFLAGS@
|
||||
APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
|
||||
APXS_HTTPD = @APXS_HTTPD@
|
||||
APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
|
||||
APXS_INCLUDES = @APXS_INCLUDES@
|
||||
APXS_LDFLAGS = @APXS_LDFLAGS@
|
||||
APXS_LIBDIR = @APXS_LIBDIR@
|
||||
APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
|
||||
APXS_LIBS = @APXS_LIBS@
|
||||
APXS_LIBTOOL = @APXS_LIBTOOL@
|
||||
APXS_MODULES = @APXS_MODULES@
|
||||
APXS_PROGNAME = @APXS_PROGNAME@
|
||||
APXS_SBINDIR = @APXS_SBINDIR@
|
||||
APXS_WRAPPER = @APXS_WRAPPER@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
|
||||
BUILD_MLOGC_FALSE = @BUILD_MLOGC_FALSE@
|
||||
BUILD_MLOGC_TRUE = @BUILD_MLOGC_TRUE@
|
||||
BUILD_extentions_FALSE = @BUILD_extentions_FALSE@
|
||||
BUILD_extentions_TRUE = @BUILD_extentions_TRUE@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CURL_CFLAGS = @CURL_CFLAGS@
|
||||
CURL_CONFIG = @CURL_CONFIG@
|
||||
CURL_CPPFLAGS = @CURL_CPPFLAGS@
|
||||
CURL_LDADD = @CURL_LDADD@
|
||||
CURL_LDFLAGS = @CURL_LDFLAGS@
|
||||
CURL_USES_GNUTLS = @CURL_USES_GNUTLS@
|
||||
CURL_VERSION = @CURL_VERSION@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENV_CMD = @ENV_CMD@
|
||||
EXEEXT = @EXEEXT@
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
FGREP = @FGREP@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
|
||||
LIBXML2_CONFIG = @LIBXML2_CONFIG@
|
||||
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
|
||||
LIBXML2_LDADD = @LIBXML2_LDADD@
|
||||
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
|
||||
LIBXML2_VERSION = @LIBXML2_VERSION@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LUA_CFLAGS = @LUA_CFLAGS@
|
||||
LUA_CONFIG = @LUA_CONFIG@
|
||||
LUA_CPPFLAGS = @LUA_CPPFLAGS@
|
||||
LUA_LDADD = @LUA_LDADD@
|
||||
LUA_LDFLAGS = @LUA_LDFLAGS@
|
||||
LUA_VERSION = @LUA_VERSION@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MODSEC_APXS_EXTRA_CFLAGS = @MODSEC_APXS_EXTRA_CFLAGS@
|
||||
MODSEC_EXTRA_CFLAGS = @MODSEC_EXTRA_CFLAGS@
|
||||
MSC_BASE_DIR = @MSC_BASE_DIR@
|
||||
MSC_PKGBASE_DIR = @MSC_PKGBASE_DIR@
|
||||
MSC_REGRESSION_CONF_DIR = @MSC_REGRESSION_CONF_DIR@
|
||||
MSC_REGRESSION_DIR = @MSC_REGRESSION_DIR@
|
||||
MSC_REGRESSION_DOCROOT_DIR = @MSC_REGRESSION_DOCROOT_DIR@
|
||||
MSC_REGRESSION_LOGS_DIR = @MSC_REGRESSION_LOGS_DIR@
|
||||
MSC_REGRESSION_SERVERROOT_DIR = @MSC_REGRESSION_SERVERROOT_DIR@
|
||||
MSC_TEST_DIR = @MSC_TEST_DIR@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PCRE_CFLAGS = @PCRE_CFLAGS@
|
||||
PCRE_CONFIG = @PCRE_CONFIG@
|
||||
PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
|
||||
PCRE_LDADD = @PCRE_LDADD@
|
||||
PCRE_LDFLAGS = @PCRE_LDFLAGS@
|
||||
PCRE_VERSION = @PCRE_VERSION@
|
||||
PERL = @PERL@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
TOPLEVEL_SUBDIRS = @TOPLEVEL_SUBDIRS@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_ECHO = @lt_ECHO@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
lib_LTLIBRARIES = libalp2.la
|
||||
include_HEADERS = alp2.h alp2_pp.h
|
||||
libalp2_la_SOURCES = alp2.c alp2_pp.c
|
||||
libalp2_la_CFLAGS = @APR_CFLAGS@ @APU_CFLAGS@
|
||||
libalp2_la_LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign alp2/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign alp2/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
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
|
||||
libalp2.la: $(libalp2_la_OBJECTS) $(libalp2_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(libdir) $(libalp2_la_LDFLAGS) $(libalp2_la_OBJECTS) $(libalp2_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalp2_la-alp2.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalp2_la-alp2_pp.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
libalp2_la-alp2.lo: alp2.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libalp2_la_CFLAGS) $(CFLAGS) -MT libalp2_la-alp2.lo -MD -MP -MF "$(DEPDIR)/libalp2_la-alp2.Tpo" -c -o libalp2_la-alp2.lo `test -f 'alp2.c' || echo '$(srcdir)/'`alp2.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalp2_la-alp2.Tpo" "$(DEPDIR)/libalp2_la-alp2.Plo"; else rm -f "$(DEPDIR)/libalp2_la-alp2.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='alp2.c' object='libalp2_la-alp2.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libalp2_la_CFLAGS) $(CFLAGS) -c -o libalp2_la-alp2.lo `test -f 'alp2.c' || echo '$(srcdir)/'`alp2.c
|
||||
|
||||
libalp2_la-alp2_pp.lo: alp2_pp.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libalp2_la_CFLAGS) $(CFLAGS) -MT libalp2_la-alp2_pp.lo -MD -MP -MF "$(DEPDIR)/libalp2_la-alp2_pp.Tpo" -c -o libalp2_la-alp2_pp.lo `test -f 'alp2_pp.c' || echo '$(srcdir)/'`alp2_pp.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalp2_la-alp2_pp.Tpo" "$(DEPDIR)/libalp2_la-alp2_pp.Plo"; else rm -f "$(DEPDIR)/libalp2_la-alp2_pp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='alp2_pp.c' object='libalp2_la-alp2_pp.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libalp2_la_CFLAGS) $(CFLAGS) -c -o libalp2_la-alp2_pp.lo `test -f 'alp2_pp.c' || echo '$(srcdir)/'`alp2_pp.c
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
install-includeHEADERS: $(include_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
|
||||
@list='$(include_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
|
||||
$(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-includeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(include_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(includedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-includeHEADERS
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-exec \
|
||||
install-exec-am install-includeHEADERS install-info \
|
||||
install-info-am install-libLTLIBRARIES install-man \
|
||||
install-strip 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-includeHEADERS uninstall-info-am \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
1423
alp2/alp2.c
Executable file
1423
alp2/alp2.c
Executable file
File diff suppressed because it is too large
Load Diff
169
alp2/alp2.h
Normal file
169
alp2/alp2.h
Normal file
@@ -0,0 +1,169 @@
|
||||
/*
|
||||
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
|
||||
* Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
|
||||
*
|
||||
* This product is released under the terms of the General Public Licence,
|
||||
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
|
||||
* distribution) which contains the complete text of the licence.
|
||||
*
|
||||
* There are special exceptions to the terms and conditions of the GPL
|
||||
* as it is applied to this software. View the full text of the exception in
|
||||
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
|
||||
* distribution.
|
||||
*
|
||||
* If any of the files related to licensing are missing or if you have any
|
||||
* other questions related to licensing please contact Breach Security, Inc.
|
||||
* directly using the email address support@breach.com.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ALP2_H_
|
||||
#define _ALP2_H_
|
||||
|
||||
#include <apr_time.h>
|
||||
#include <apr_uri.h>
|
||||
|
||||
#include "alp2_pp.h"
|
||||
#include "pcre.h"
|
||||
|
||||
/* -- Data structures -- */
|
||||
|
||||
typedef struct alp2_msg_t alp2_msg_t;
|
||||
|
||||
struct alp2_msg_t {
|
||||
const char *engine_message;
|
||||
const char *target;
|
||||
const char *id;
|
||||
const char *rev;
|
||||
const char *msg;
|
||||
const char *data;
|
||||
const char *file;
|
||||
unsigned long file_line;
|
||||
size_t offset;
|
||||
int severity;
|
||||
int warning;
|
||||
apr_array_header_t *tags;
|
||||
};
|
||||
|
||||
typedef struct auditlog2_t auditlog2_t;
|
||||
|
||||
struct auditlog2_t {
|
||||
apr_pool_t *mp;
|
||||
|
||||
/* Transaction data */
|
||||
|
||||
const char *id;
|
||||
|
||||
apr_time_t timestamp;
|
||||
unsigned int duration;
|
||||
|
||||
const char *src_ip;
|
||||
unsigned int src_port;
|
||||
const char *dst_ip;
|
||||
unsigned int dst_port;
|
||||
|
||||
/* Request */
|
||||
|
||||
unsigned int request_line_valid;
|
||||
const char *request_line;
|
||||
const char *request_method;
|
||||
const char *request_uri;
|
||||
apr_uri_t *parsed_uri;
|
||||
const char *request_protocol;
|
||||
apr_table_t *request_headers;
|
||||
|
||||
/* Determine the hostname: The hostname from the URI is
|
||||
* used where present, otherwise the value of the Host
|
||||
* request header is used.
|
||||
*
|
||||
* If neither of these two is available we will use the
|
||||
* combination of the destination IP and port as hostname.
|
||||
*
|
||||
* The resulting hostname may have the port attached.
|
||||
*/
|
||||
const char *hostname;
|
||||
|
||||
/* Response */
|
||||
|
||||
const char *response_protocol;
|
||||
unsigned int response_status;
|
||||
const char *response_message;
|
||||
apr_table_t *response_headers;
|
||||
const char *response_tfn;
|
||||
|
||||
/* Other */
|
||||
|
||||
apr_table_t *trailer_headers;
|
||||
|
||||
unsigned int was_intercepted;
|
||||
unsigned int intercept_phase; /* -1 if interception did not happen */
|
||||
|
||||
const char *producer;
|
||||
const char *server;
|
||||
const char *handler;
|
||||
|
||||
const char *application_id;
|
||||
const char *session_id;
|
||||
const char *user_id;
|
||||
|
||||
apr_array_header_t *messages;
|
||||
|
||||
alp2_pp_entry_t *pp_entry;
|
||||
};
|
||||
|
||||
typedef struct alp2_t alp2_t;
|
||||
|
||||
struct alp2_t {
|
||||
apr_pool_t *mp;
|
||||
|
||||
void *user_data;
|
||||
int (*user_callback)(alp2_t *alp);
|
||||
|
||||
alp2_pp_t *pp;
|
||||
|
||||
unsigned int previous_part_id;
|
||||
unsigned int part_line_counter;
|
||||
unsigned int part_data_done;
|
||||
unsigned int seen_part_h;
|
||||
|
||||
unsigned int done;
|
||||
unsigned int parse_error;
|
||||
apr_array_header_t *errors;
|
||||
|
||||
/* Regular expression patterns. */
|
||||
// TODO All these need reviewing
|
||||
pcre *part_a_pattern;
|
||||
pcre *request_line_pattern;
|
||||
pcre *header_pattern;
|
||||
pcre *response_line_pattern;
|
||||
|
||||
pcre *trailer_action_pattern;
|
||||
pcre *trailer_stopwatch_pattern;
|
||||
pcre *trailer_webappinfo_pattern;
|
||||
|
||||
auditlog2_t *auditlog;
|
||||
};
|
||||
|
||||
/* Higher-level (user) parser. */
|
||||
|
||||
/* NOTE Parser will create a subpool for its own use, but each
|
||||
* entry will be created in a separate subpool directly
|
||||
* under the main pool. This allows the created audit log
|
||||
* entries to survive the death of the parser.
|
||||
*/
|
||||
|
||||
|
||||
/* -- Functions -- */
|
||||
|
||||
int alp2_create(alp2_t **_alp, apr_pool_t *mp,
|
||||
void *user_data, int (*user_callback)(alp2_t *alp));
|
||||
|
||||
int alp2_process(alp2_t *alp, const char *data, size_t len);
|
||||
|
||||
void alp2_destroy(alp2_t *alp);
|
||||
|
||||
auditlog2_t *alp2_auditlog_create(apr_pool_t *mp);
|
||||
|
||||
void alp2_auditlog_destroy(auditlog2_t *al);
|
||||
|
||||
#endif
|
367
alp2/alp2_pp.c
Executable file
367
alp2/alp2_pp.c
Executable file
@@ -0,0 +1,367 @@
|
||||
/*
|
||||
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
|
||||
* Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
|
||||
*
|
||||
* This product is released under the terms of the General Public Licence,
|
||||
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
|
||||
* distribution) which contains the complete text of the licence.
|
||||
*
|
||||
* There are special exceptions to the terms and conditions of the GPL
|
||||
* as it is applied to this software. View the full text of the exception in
|
||||
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
|
||||
* distribution.
|
||||
*
|
||||
* If any of the files related to licensing are missing or if you have any
|
||||
* other questions related to licensing please contact Breach Security, Inc.
|
||||
* directly using the email address support@breach.com.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#include "alp2_pp.h"
|
||||
|
||||
/**
|
||||
* Take the line in the buffer and replace the new line
|
||||
* at the end with a NUL byte.
|
||||
*/
|
||||
char *alp2_pp_line_chomp(alp2_pp_t *pp) {
|
||||
if (pp->line_pos == 0) {
|
||||
pp->line_buf[0] = '\0';
|
||||
}
|
||||
else {
|
||||
pp->line_buf[pp->line_pos - 1] = '\0';
|
||||
}
|
||||
|
||||
return &(pp->line_buf[0]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Look into the line buffer to determine if it
|
||||
* contains a boundary line.
|
||||
*/
|
||||
static int alp2_pp_is_boundary_line(alp2_pp_t *alp_pp) {
|
||||
char *new_boundary = NULL;
|
||||
unsigned int id;
|
||||
size_t i;
|
||||
|
||||
/* A boundary line cannot be less than 14 characters long. */
|
||||
if (alp_pp->line_pos < 15) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* The first two characters must both be dashes. */
|
||||
if ((alp_pp->line_buf[0] != '-')||(alp_pp->line_buf[1] != '-')) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Extract the boundary. */
|
||||
i = 2; /* Start after the second dash. */
|
||||
while((isxdigit(alp_pp->line_buf[i]))&&(i < alp_pp->line_pos)) {
|
||||
i++;
|
||||
}
|
||||
|
||||
/* The boundary cannot be shorter than 8 characters. */
|
||||
if (i - 2 < 8) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// TODO Memory leak; use a single parser buffer to avoid per-entry
|
||||
// allocation from the parser pool.
|
||||
new_boundary = apr_pstrndup(alp_pp->mp, &(alp_pp->line_buf[2]), i - 2);
|
||||
|
||||
/* Check if the rest of the line is valid. */
|
||||
if ( (i + 5 < alp_pp->line_pos) /* Need at lest 5 more bytes. */
|
||||
||(alp_pp->line_buf[i + 0] != '-')
|
||||
||(alp_pp->line_buf[i + 1] < 'A')
|
||||
||(alp_pp->line_buf[i + 1] > 'Z')
|
||||
||(alp_pp->line_buf[i + 2] != '-')
|
||||
||(alp_pp->line_buf[i + 3] != '-')
|
||||
||(alp_pp->line_buf[i + 4] != '\n') )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
id = alp_pp->line_buf[i + 1];
|
||||
|
||||
/* Are we in a middle of an entry right now? */
|
||||
if (alp_pp->current_entry == NULL) {
|
||||
/* We will accept a new boundary. */
|
||||
alp_pp->boundary = new_boundary;
|
||||
|
||||
return id;
|
||||
}
|
||||
else {
|
||||
/* The boundary must match the boundary of
|
||||
* the entry we are currently working on.
|
||||
*/
|
||||
if (strcmp(alp_pp->current_entry->boundary, new_boundary) != 0) {
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
return id;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process data belonging to a single part.
|
||||
*/
|
||||
static void alp2_pp_process_part_data(alp2_pp_t *alp_pp) {
|
||||
if (alp_pp->current_part == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
/* Invoke part processor. */
|
||||
if (alp_pp->callback != NULL) {
|
||||
if (alp_pp->callback(alp_pp, ALP2_EVENT_PART_DATA) == 0) {
|
||||
alp_pp->done = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* Keep track of part size. */
|
||||
alp_pp->current_part->size += alp_pp->line_pos;
|
||||
|
||||
/* Update the MD5 hash calculation. */
|
||||
if ((alp_pp->current_entry != NULL)&&(alp_pp->line_pos > 0)) {
|
||||
apr_md5_update(alp_pp->current_entry->md5_context, &alp_pp->line_buf[0], alp_pp->line_pos - 1);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialise parser.
|
||||
*/
|
||||
int alp2_pp_init(alp2_pp_t *alp_pp, void *user_data,
|
||||
int (*callback)(alp2_pp_t *alp_pp, int event_type), apr_pool_t *mp)
|
||||
{
|
||||
memset(alp_pp, 0, sizeof(alp2_pp_t));
|
||||
|
||||
alp_pp->user_data = user_data;
|
||||
alp_pp->callback = callback;
|
||||
alp_pp->mp = mp; /* Use the parent pool directly. */
|
||||
|
||||
/* Set-up the line buffer. */
|
||||
alp_pp->line_buf = apr_pcalloc(mp, ALP2_MAX_LINE_SIZE);
|
||||
alp_pp->line_size = ALP2_MAX_LINE_SIZE;
|
||||
alp_pp->line_has_start = 1;
|
||||
alp_pp->line_offset = 0;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process data the parser has stored in the input buffer.
|
||||
*/
|
||||
static apr_status_t alp2_pp_process_internal(alp2_pp_t *alp_pp) {
|
||||
/* Do not proceed if we've previously
|
||||
* encountered a fatal error.
|
||||
*/
|
||||
if (alp_pp->errored != 0) {
|
||||
return ALP2_ERROR_FATAL;
|
||||
}
|
||||
|
||||
if (alp_pp->done) {
|
||||
return ALP2_DONE;
|
||||
}
|
||||
|
||||
/* Go back straight away if we don't have anything to work with. */
|
||||
if (alp_pp->input_len == 0) {
|
||||
return ALP2_NEED_DATA;
|
||||
}
|
||||
|
||||
while (alp_pp->input_pos < alp_pp->input_len) {
|
||||
int c;
|
||||
|
||||
if (alp_pp->done) {
|
||||
return ALP2_DONE;
|
||||
}
|
||||
|
||||
if (alp_pp->line_pos >= alp_pp->line_size) {
|
||||
/* Our line buffer is full with the
|
||||
* line incomplete.
|
||||
*/
|
||||
alp2_pp_process_part_data(alp_pp);
|
||||
|
||||
/* Reset line buffer . */
|
||||
alp_pp->line_pos = 0;
|
||||
alp_pp->line_has_start = 0;
|
||||
alp_pp->line_offset = alp_pp->current_offset;
|
||||
}
|
||||
|
||||
/* Consume one byte. */
|
||||
c = alp_pp->input_buf[alp_pp->input_pos];
|
||||
alp_pp->input_pos++;
|
||||
alp_pp->current_offset++;
|
||||
|
||||
/* Copy the byte to the line buffer. */
|
||||
alp_pp->line_buf[alp_pp->line_pos] = c;
|
||||
alp_pp->line_pos++;
|
||||
|
||||
/* Are we at the end of a line? */
|
||||
if (c == '\n') {
|
||||
if (alp_pp->line_has_start) {
|
||||
/* We have one complete line. */
|
||||
|
||||
int id = alp2_pp_is_boundary_line(alp_pp);
|
||||
|
||||
if (id != 0) {
|
||||
/* The line is a boundary. */
|
||||
|
||||
/* Finish with the previous part, if any. */
|
||||
if (alp_pp->current_part != NULL) {
|
||||
/* Update the MD5 context. */
|
||||
apr_md5_update(alp_pp->current_entry->md5_context,
|
||||
&alp_pp->line_buf[0], alp_pp->line_pos - 1);
|
||||
|
||||
/* Event PART_END. */
|
||||
if (alp_pp->callback != NULL) {
|
||||
if (alp_pp->callback(alp_pp, ALP2_EVENT_PART_END) == 0) {
|
||||
alp_pp->done = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* Add part to the current entry. */
|
||||
*(alp2_pp_part_t **)apr_array_push(alp_pp->current_entry->parts)
|
||||
= alp_pp->current_part;
|
||||
|
||||
/* Delete part. */
|
||||
alp_pp->current_part = NULL;
|
||||
|
||||
/* If the new part is part Z, then finish
|
||||
* with the current entry. */
|
||||
if (id == 'Z') {
|
||||
alp_pp->current_entry->size = alp_pp->current_offset - alp_pp->current_entry->offset;
|
||||
|
||||
/* Create the MD5 digest. */
|
||||
apr_md5_final(alp_pp->current_entry->md5_digest,
|
||||
alp_pp->current_entry->md5_context);
|
||||
|
||||
/* Event ENTRY_END. */
|
||||
if (alp_pp->callback != NULL) {
|
||||
if (alp_pp->callback(alp_pp, ALP2_EVENT_ENTRY_END) == 0) {
|
||||
alp_pp->done = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* We are about to destroy our only reference to the per-entry
|
||||
* memory pool, but that is all right since we've passed all
|
||||
* responsibility for the entry to the higher-level handler.
|
||||
*/
|
||||
alp_pp->current_entry = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
if (id != 'Z') {
|
||||
/* Create new entry if necessary. */
|
||||
if (alp_pp->current_entry == NULL) {
|
||||
apr_pool_t *new_pool = NULL;
|
||||
|
||||
/* Create a per-entry pool directly from the main memory pool. */
|
||||
apr_pool_create(&new_pool, apr_pool_parent_get(alp_pp->mp));
|
||||
|
||||
alp_pp->current_entry = apr_pcalloc(new_pool, sizeof(alp2_pp_entry_t));
|
||||
alp_pp->current_entry->mp = new_pool;
|
||||
alp_pp->current_entry->offset = alp_pp->line_offset;
|
||||
alp_pp->current_entry->boundary = apr_pstrdup(new_pool, alp_pp->boundary);
|
||||
alp_pp->boundary = NULL;
|
||||
|
||||
alp_pp->current_entry->parts = apr_array_make(alp_pp->current_entry->mp,
|
||||
16, sizeof(alp2_pp_part_t *));
|
||||
|
||||
/* Initialise the MD5 context. */
|
||||
alp_pp->current_entry->md5_context = apr_pcalloc(alp_pp->current_entry->mp,
|
||||
sizeof(apr_md5_ctx_t));
|
||||
apr_md5_init(alp_pp->current_entry->md5_context);
|
||||
|
||||
/* Start calculating the has with the first line. */
|
||||
apr_md5_update(alp_pp->current_entry->md5_context, &alp_pp->line_buf[0], alp_pp->line_pos - 1);
|
||||
|
||||
/* Event ENTRY_START. */
|
||||
if (alp_pp->callback != NULL) {
|
||||
if (alp_pp->callback(alp_pp, ALP2_EVENT_ENTRY_START) == 0) {
|
||||
alp_pp->done = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Create new part, but only if we are not
|
||||
* dealing with an entry terminator.
|
||||
*/
|
||||
alp_pp->current_part = apr_pcalloc(alp_pp->current_entry->mp, sizeof(alp2_pp_part_t));
|
||||
alp_pp->current_part->id = id;
|
||||
alp_pp->current_part->offset = alp_pp->current_offset;
|
||||
|
||||
/* Event PART_START. */
|
||||
if (alp_pp->callback != NULL) {
|
||||
if (alp_pp->callback(alp_pp, ALP2_EVENT_PART_START) == 0) {
|
||||
alp_pp->done = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
/* The line does not contain a boundary,
|
||||
* so process it as part data.
|
||||
*/
|
||||
alp2_pp_process_part_data(alp_pp);
|
||||
}
|
||||
}
|
||||
else {
|
||||
/* We have a chunk of data that is not a line, which
|
||||
* probably means that our buffer was not big enough, either
|
||||
* because the line (is a line and it) was too big, or because
|
||||
* we are processing binary data. Ideally the latter.
|
||||
*/
|
||||
alp2_pp_process_part_data(alp_pp);
|
||||
}
|
||||
|
||||
/* Reset the line buffer. */
|
||||
alp_pp->line_pos = 0;
|
||||
alp_pp->line_has_start = 1;
|
||||
alp_pp->line_offset = alp_pp->current_offset;
|
||||
}
|
||||
}
|
||||
|
||||
if (alp_pp->done) {
|
||||
return ALP2_DONE;
|
||||
}
|
||||
else {
|
||||
return ALP2_NEED_DATA;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Process the provided data.
|
||||
*/
|
||||
int alp2_pp_process(alp2_pp_t *alp_pp, const char *data, size_t len) {
|
||||
/* Do not proceed if we've previously
|
||||
* encountered a fatal error.
|
||||
*/
|
||||
if (alp_pp->errored != 0) {
|
||||
return ALP2_ERROR_FATAL;
|
||||
}
|
||||
|
||||
/* Check that we've used up the existing buffer. */
|
||||
if (alp_pp->input_pos < alp_pp->input_len) {
|
||||
return ALP2_ERROR_INCORRECT_STATE;
|
||||
}
|
||||
|
||||
alp_pp->input_buf = data;
|
||||
alp_pp->input_len = len;
|
||||
alp_pp->input_pos = 0;
|
||||
|
||||
return alp2_pp_process_internal(alp_pp);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean-up the parser structures.
|
||||
*/
|
||||
void alp2_pp_terminate(alp2_pp_t *alp_pp) {
|
||||
/* Nothing to do, but we may need
|
||||
* to do something in the future.
|
||||
*/
|
||||
}
|
129
alp2/alp2_pp.h
Normal file
129
alp2/alp2_pp.h
Normal file
@@ -0,0 +1,129 @@
|
||||
/*
|
||||
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
|
||||
* Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
|
||||
*
|
||||
* This product is released under the terms of the General Public Licence,
|
||||
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
|
||||
* distribution) which contains the complete text of the licence.
|
||||
*
|
||||
* There are special exceptions to the terms and conditions of the GPL
|
||||
* as it is applied to this software. View the full text of the exception in
|
||||
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
|
||||
* distribution.
|
||||
*
|
||||
* If any of the files related to licensing are missing or if you have any
|
||||
* other questions related to licensing please contact Breach Security, Inc.
|
||||
* directly using the email address support@breach.com.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ALP2_LL_H_
|
||||
#define _ALP2_LL_H_
|
||||
|
||||
#include <apr_general.h>
|
||||
#include <apr_md5.h>
|
||||
#include <apr_strings.h>
|
||||
#include <apr_tables.h>
|
||||
#include <apr_md5.h>
|
||||
|
||||
/* -- Constants -- */
|
||||
|
||||
#define ALP2_MAX_LINE_SIZE 16384
|
||||
|
||||
#define ALP2_ERROR_INCORRECT_STATE -1001
|
||||
#define ALP2_ERROR_FATAL -1002
|
||||
|
||||
#define ALP2_DONE 0
|
||||
#define ALP2_NEED_DATA 1
|
||||
|
||||
#define ALP2_EVENT_ENTRY_START 1
|
||||
#define ALP2_EVENT_ENTRY_END 2
|
||||
#define ALP2_EVENT_PART_START 3
|
||||
#define ALP2_EVENT_PART_END 4
|
||||
#define ALP2_EVENT_PART_DATA 5
|
||||
|
||||
|
||||
/* -- Data structures -- */
|
||||
|
||||
typedef struct alp2_pp_part_t alp2_pp_part_t;
|
||||
|
||||
struct alp2_pp_part_t {
|
||||
int id; // XXX int here but unsigned int other places???
|
||||
|
||||
/* Relative to the beginning of the entry, not
|
||||
* including the boundary lines. Just content.
|
||||
*/
|
||||
size_t offset;
|
||||
|
||||
size_t size;
|
||||
};
|
||||
|
||||
typedef struct alp2_pp_entry_t alp2_pp_entry_t;
|
||||
|
||||
struct alp2_pp_entry_t {
|
||||
apr_pool_t *mp;
|
||||
apr_array_header_t *parts;
|
||||
|
||||
/* Entry offset and size include
|
||||
* the delimiting boundaries.
|
||||
*/
|
||||
size_t offset;
|
||||
size_t size;
|
||||
|
||||
const char *boundary;
|
||||
|
||||
apr_md5_ctx_t *md5_context;
|
||||
uint8_t md5_digest[APR_MD5_DIGESTSIZE];
|
||||
};
|
||||
|
||||
typedef struct alp2_pp_t alp2_pp_t;
|
||||
|
||||
struct alp2_pp_t {
|
||||
void *user_data;
|
||||
int (*callback)(alp2_pp_t *alp, int event_type);
|
||||
|
||||
/* The memory pool used during the parsing of
|
||||
* individual audit log entries. Cleared between
|
||||
* entries.
|
||||
*/
|
||||
apr_pool_t *mp;
|
||||
|
||||
unsigned int errored;
|
||||
unsigned int done;
|
||||
|
||||
const char *boundary;
|
||||
char *last_processed_part;
|
||||
char *current_line;
|
||||
|
||||
/* The number of bytes processed since
|
||||
* the beginning or the last reset.
|
||||
*/
|
||||
size_t current_offset;
|
||||
|
||||
const char *input_buf;
|
||||
size_t input_len;
|
||||
size_t input_pos;
|
||||
|
||||
char *line_buf;
|
||||
size_t line_pos;
|
||||
size_t line_size;
|
||||
unsigned int line_has_start;
|
||||
size_t line_offset;
|
||||
|
||||
alp2_pp_part_t *current_part;
|
||||
alp2_pp_entry_t *current_entry;
|
||||
};
|
||||
|
||||
|
||||
/* Functions. */
|
||||
|
||||
int alp2_pp_init(alp2_pp_t *alp_pp, void *user_data,
|
||||
int (*callback)(alp2_pp_t *alp, int event_type), apr_pool_t *mp);
|
||||
|
||||
int alp2_pp_process(alp2_pp_t *alp_pp, const char *data, size_t len);
|
||||
|
||||
void alp2_pp_terminate(alp2_pp_t *alp_pp);
|
||||
|
||||
char *alp2_pp_line_chomp(alp2_pp_t *alp_pp);
|
||||
|
||||
#endif
|
@@ -134,6 +134,8 @@ AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
|
15763
autom4te.cache/output.0
Normal file
15763
autom4te.cache/output.0
Normal file
File diff suppressed because it is too large
Load Diff
15763
autom4te.cache/output.1
Normal file
15763
autom4te.cache/output.1
Normal file
File diff suppressed because it is too large
Load Diff
275
autom4te.cache/requests
Normal file
275
autom4te.cache/requests
Normal file
@@ -0,0 +1,275 @@
|
||||
# This file was generated by Autom4te Tue Dec 22 07:01:21 UTC 2009.
|
||||
# It contains the lists of macros which have been traced.
|
||||
# It can be safely removed.
|
||||
|
||||
@request = (
|
||||
bless( [
|
||||
'0',
|
||||
1,
|
||||
[
|
||||
'/usr/share/autoconf'
|
||||
],
|
||||
[
|
||||
'/usr/share/autoconf/autoconf/autoconf.m4f',
|
||||
'aclocal.m4',
|
||||
'configure.ac'
|
||||
],
|
||||
{
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'_AM_COND_IF' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AM_PROG_CXX_C_O' => 1,
|
||||
'_AM_COND_ENDIF' => 1,
|
||||
'AM_ENABLE_MULTILIB' => 1,
|
||||
'AM_SILENT_RULES' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'include' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'AC_LIBSOURCE' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AH_OUTPUT' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'sinclude' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'm4_include' => 1,
|
||||
'_AM_COND_ELSE' => 1,
|
||||
'AC_SUBST_TRACE' => 1
|
||||
}
|
||||
], 'Autom4te::Request' ),
|
||||
bless( [
|
||||
'1',
|
||||
1,
|
||||
[
|
||||
'/usr/share/autoconf'
|
||||
],
|
||||
[
|
||||
'/usr/share/autoconf/autoconf/autoconf.m4f',
|
||||
'/usr/share/aclocal/argz.m4',
|
||||
'/usr/share/aclocal/ltdl.m4',
|
||||
'/usr/share/aclocal-1.9/amversion.m4',
|
||||
'/usr/share/aclocal-1.9/auxdir.m4',
|
||||
'/usr/share/aclocal-1.9/cond.m4',
|
||||
'/usr/share/aclocal-1.9/depend.m4',
|
||||
'/usr/share/aclocal-1.9/depout.m4',
|
||||
'/usr/share/aclocal-1.9/init.m4',
|
||||
'/usr/share/aclocal-1.9/install-sh.m4',
|
||||
'/usr/share/aclocal-1.9/lead-dot.m4',
|
||||
'/usr/share/aclocal-1.9/make.m4',
|
||||
'/usr/share/aclocal-1.9/missing.m4',
|
||||
'/usr/share/aclocal-1.9/mkdirp.m4',
|
||||
'/usr/share/aclocal-1.9/options.m4',
|
||||
'/usr/share/aclocal-1.9/runlog.m4',
|
||||
'/usr/share/aclocal-1.9/sanity.m4',
|
||||
'/usr/share/aclocal-1.9/strip.m4',
|
||||
'/usr/share/aclocal-1.9/tar.m4',
|
||||
'acinclude/libtool.m4',
|
||||
'acinclude/ltoptions.m4',
|
||||
'acinclude/ltsugar.m4',
|
||||
'acinclude/ltversion.m4',
|
||||
'acinclude/lt~obsolete.m4',
|
||||
'configure.ac'
|
||||
],
|
||||
{
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_DEFUN' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
||||
'_LT_AC_LANG_C_CONFIG' => 1,
|
||||
'AM_PROG_INSTALL_STRIP' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_LIBTOOL_OBJDIR' => 1,
|
||||
'gl_FUNC_ARGZ' => 1,
|
||||
'AM_SANITY_CHECK' => 1,
|
||||
'LTOBSOLETE_VERSION' => 1,
|
||||
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
||||
'LT_LIB_M' => 1,
|
||||
'_LT_AC_CHECK_DLFCN' => 1,
|
||||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'LTSUGAR_VERSION' => 1,
|
||||
'CHECK_CURL' => 1,
|
||||
'_LT_PROG_LTMAIN' => 1,
|
||||
'LT_SYS_SYMBOL_USCORE' => 1,
|
||||
'_AM_PROG_TAR' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'LT_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'LT_FUNC_DLSYM_USCORE' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'AC_LTDL_DLLIB' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'_LTDL_SETUP' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AC_LIB_LTDL' => 1,
|
||||
'AU_DEFUN' => 1,
|
||||
'AC_PROG_NM' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
'AC_PROG_LD' => 1,
|
||||
'AC_PROG_LD_GNU' => 1,
|
||||
'AC_ENABLE_FAST_INSTALL' => 1,
|
||||
'AC_LIBTOOL_FC' => 1,
|
||||
'LTDL_CONVENIENCE' => 1,
|
||||
'_AM_SET_OPTION' => 1,
|
||||
'AC_LTDL_PREOPEN' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'gl_PREREQ_ARGZ' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'LT_PROG_RC' => 1,
|
||||
'LT_SYS_MODULE_EXT' => 1,
|
||||
'AC_DEFUN_ONCE' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_LTDL_OBJDIR' => 1,
|
||||
'_LT_PATH_TOOL_PREFIX' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'include' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'CHECK_APU' => 1,
|
||||
'LTDL_INSTALLABLE' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'LT_LIB_DLLOAD' => 1,
|
||||
'_LT_PROG_F77' => 1,
|
||||
'_LT_PROG_CXX' => 1,
|
||||
'LTVERSION_VERSION' => 1,
|
||||
'LTDL_INIT' => 1,
|
||||
'm4_include' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
||||
'AC_LTDL_SYSSEARCHPATH' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1,
|
||||
'CHECK_LIBXML2' => 1,
|
||||
'LT_CMD_MAX_LEN' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'_LT_LINKER_OPTION' => 1,
|
||||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'AC_DISABLE_SHARED' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AC_LTDL_DLSYM_USCORE' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'LT_LANG' => 1,
|
||||
'LT_SYS_DLSEARCH_PATH' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'LT_OUTPUT' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'AC_WITH_LTDL' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LIBTOOL_CXX' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'LT_SYS_DLOPEN_SELF' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'_LT_PROG_FC' => 1,
|
||||
'LT_AC_PROG_EGREP' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'LTOPTIONS_VERSION' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'AC_LTDL_ENABLE_INSTALL' => 1,
|
||||
'LT_PROG_GCJ' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'CHECK_PCRE' => 1,
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'LT_PATH_NM' => 1,
|
||||
'CHECK_LUA' => 1,
|
||||
'AC_LTDL_SHLIBEXT' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'LT_SYS_MODULE_PATH' => 1,
|
||||
'LT_WITH_LTDL' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'AC_LTDL_SHLIBPATH' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'_LT_COMPILER_OPTION' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'AM_RUN_LOG' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
'CHECK_APR' => 1,
|
||||
'AC_CHECK_LIBM' => 1,
|
||||
'LT_PATH_LD' => 1,
|
||||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AC_LTDL_SYMBOL_USCORE' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'_LT_LIBOBJ' => 1
|
||||
}
|
||||
], 'Autom4te::Request' )
|
||||
);
|
||||
|
928
autom4te.cache/traces.0
Normal file
928
autom4te.cache/traces.0
Normal file
@@ -0,0 +1,928 @@
|
||||
m4trace:aclocal.m4:851: -1- m4_include([acinclude/libtool.m4])
|
||||
m4trace:aclocal.m4:852: -1- m4_include([acinclude/ltoptions.m4])
|
||||
m4trace:aclocal.m4:853: -1- m4_include([acinclude/ltsugar.m4])
|
||||
m4trace:aclocal.m4:854: -1- m4_include([acinclude/ltversion.m4])
|
||||
m4trace:aclocal.m4:855: -1- m4_include([acinclude/lt~obsolete.m4])
|
||||
m4trace:configure.ac:9: -1- AC_INIT([modsecurity], [2.5], [support@modsecurity.org])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([_AC_])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^AS_FLAGS$])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?m4_])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([^dnl$])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?AS_])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([SHELL])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([SHELL])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^SHELL$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PATH_SEPARATOR])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_NAME])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_STRING])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([PACKAGE_URL])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_URL$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([exec_prefix], [NONE])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([exec_prefix])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^exec_prefix$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([prefix], [NONE])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([prefix])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^prefix$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([program_transform_name], [s,x,x,])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([program_transform_name])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^program_transform_name$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([bindir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^bindir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([sbindir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^sbindir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([libexecdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^libexecdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([datarootdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^datarootdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([datadir], ['${datarootdir}'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([datadir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^datadir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([sysconfdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^sysconfdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([sharedstatedir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^sharedstatedir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([localstatedir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^localstatedir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([includedir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^includedir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([oldincludedir], ['/usr/include'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([oldincludedir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^oldincludedir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
|
||||
['${datarootdir}/doc/${PACKAGE_TARNAME}'],
|
||||
['${datarootdir}/doc/${PACKAGE}'])])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([docdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^docdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([infodir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^infodir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([htmldir], ['${docdir}'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([htmldir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^htmldir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([dvidir], ['${docdir}'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([dvidir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^dvidir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([pdfdir], ['${docdir}'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([pdfdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^pdfdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([psdir], ['${docdir}'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([psdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^psdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([libdir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^libdir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([localedir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^localedir$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([mandir])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^mandir$])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
|
||||
@%:@undef PACKAGE_NAME])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
|
||||
@%:@undef PACKAGE_TARNAME])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
|
||||
@%:@undef PACKAGE_VERSION])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
|
||||
@%:@undef PACKAGE_STRING])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
|
||||
@%:@undef PACKAGE_BUGREPORT])
|
||||
m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_URL$])
|
||||
m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */
|
||||
@%:@undef PACKAGE_URL])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([DEFS])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([DEFS])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^DEFS$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([ECHO_C])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([ECHO_C])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_C$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([ECHO_N])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([ECHO_N])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_N$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([ECHO_T])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([ECHO_T])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_T$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([build_alias])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([build_alias])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^build_alias$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([host_alias])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([host_alias])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^host_alias$])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST([target_alias])
|
||||
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([target_alias])
|
||||
m4trace:configure.ac:9: -1- m4_pattern_allow([^target_alias$])
|
||||
m4trace:configure.ac:13: -1- AC_CONFIG_HEADERS([modsecurity_config.h])
|
||||
m4trace:configure.ac:14: -1- AC_CONFIG_AUX_DIR([build])
|
||||
m4trace:configure.ac:17: -1- AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
||||
m4trace:configure.ac:17: -1- AM_AUTOMAKE_VERSION([1.9.6])
|
||||
m4trace:configure.ac:17: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([INSTALL_PROGRAM])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([INSTALL_SCRIPT])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([INSTALL_DATA])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([INSTALL_DATA])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_DATA$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([CYGPATH_W])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([CYGPATH_W])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^CYGPATH_W$])
|
||||
m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
|
||||
aclocal.m4:666: _AM_SET_OPTIONS is expanded from...
|
||||
aclocal.m4:368: AM_INIT_AUTOMAKE is expanded from...
|
||||
configure.ac:17: the top level])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([PACKAGE])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([VERSION])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.ac:17: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.ac:17: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
|
||||
@%:@undef PACKAGE])
|
||||
m4trace:configure.ac:17: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.ac:17: -1- AH_OUTPUT([VERSION], [/* Version number of package */
|
||||
@%:@undef VERSION])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([ACLOCAL])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([ACLOCAL])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^ACLOCAL$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([AUTOCONF])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([AUTOCONF])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AUTOCONF$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([AUTOMAKE])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([AUTOMAKE])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AUTOMAKE$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([AUTOHEADER])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([AUTOHEADER])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AUTOHEADER$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([MAKEINFO])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([MAKEINFO])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^MAKEINFO$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([install_sh])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([install_sh])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^install_sh$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([mkdir_p])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([mkdir_p])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^mkdir_p$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([AWK])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([AWK])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AWK$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([SET_MAKE])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([SET_MAKE])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^SET_MAKE$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([am__leading_dot])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([am__leading_dot])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^am__leading_dot$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([AMTAR])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([AMTAR])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^AMTAR$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([am__tar])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([am__tar])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^am__tar$])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST([am__untar])
|
||||
m4trace:configure.ac:17: -1- AC_SUBST_TRACE([am__untar])
|
||||
m4trace:configure.ac:17: -1- m4_pattern_allow([^am__untar$])
|
||||
m4trace:configure.ac:20: -1- LT_INIT([dlopen])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
|
||||
m4trace:configure.ac:20: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LIBTOOL])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LIBTOOL])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LIBTOOL$])
|
||||
m4trace:configure.ac:20: -1- AC_CANONICAL_HOST
|
||||
m4trace:configure.ac:20: -1- AC_CANONICAL_BUILD
|
||||
m4trace:configure.ac:20: -1- AC_REQUIRE_AUX_FILE([config.sub])
|
||||
m4trace:configure.ac:20: -1- AC_REQUIRE_AUX_FILE([config.guess])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([build], [$ac_cv_build])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([build])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^build$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([build_cpu], [$[1]])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([build_cpu])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^build_cpu$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([build_vendor], [$[2]])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([build_vendor])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^build_vendor$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([build_os])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([build_os])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^build_os$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([host], [$ac_cv_host])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([host])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^host$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([host_cpu], [$[1]])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([host_cpu])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^host_cpu$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([host_vendor], [$[2]])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([host_vendor])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^host_vendor$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([host_os])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([host_os])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^host_os$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CFLAGS])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CFLAGS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CFLAGS$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([ac_ct_CC])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^ac_ct_CC$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([EXEEXT])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^EXEEXT$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([OBJEXT])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^OBJEXT$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([DEPDIR])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^DEPDIR$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([am__include])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([am__include])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^am__include$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([am__quote])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([am__quote])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^am__quote$])
|
||||
m4trace:configure.ac:20: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([AMDEP_TRUE])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([AMDEP_TRUE])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([AMDEP_FALSE])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([AMDEP_FALSE])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([AMDEPBACKSLASH])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CCDEPMODE])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CCDEPMODE$])
|
||||
m4trace:configure.ac:20: -1- AM_CONDITIONAL([am__fastdepCC], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([am__fastdepCC_TRUE])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([am__fastdepCC_FALSE])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([SED])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([SED])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^SED$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([EGREP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([EGREP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^EGREP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([FGREP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([FGREP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^FGREP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LD])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LD])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LD$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^DUMPBIN$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([ac_ct_DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([DUMPBIN])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^DUMPBIN$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([NM])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([NM])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^NM$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LN_S], [$as_ln_s])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LN_S])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LN_S$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([OBJDUMP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([OBJDUMP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^OBJDUMP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([OBJDUMP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([OBJDUMP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^OBJDUMP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([AR])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([AR])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^AR$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([RANLIB])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([RANLIB])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^RANLIB$])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([LT_OBJDIR])
|
||||
m4trace:configure.ac:20: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LT_OBJDIR$])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
@%:@undef LT_OBJDIR])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([lt_ECHO])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([lt_ECHO])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^lt_ECHO$])
|
||||
m4trace:configure.ac:20: -1- LT_SUPPORTED_TAG([CC])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([DSYMUTIL])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([DSYMUTIL])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^DSYMUTIL$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([NMEDIT])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([NMEDIT])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^NMEDIT$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([LIPO])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([LIPO])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^LIPO$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([OTOOL])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([OTOOL])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^OTOOL$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([OTOOL64])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([OTOOL64])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^OTOOL64$])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
@%:@undef HAVE_DLFCN_H])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.ac:20: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^STDC_HEADERS$])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
|
||||
@%:@undef STDC_HEADERS])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
@%:@undef HAVE_SYS_TYPES_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
@%:@undef HAVE_SYS_STAT_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
@%:@undef HAVE_STDLIB_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
||||
@%:@undef HAVE_STRING_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
|
||||
@%:@undef HAVE_MEMORY_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
|
||||
@%:@undef HAVE_STRINGS_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
@%:@undef HAVE_INTTYPES_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
||||
@%:@undef HAVE_STDINT_H])
|
||||
m4trace:configure.ac:20: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
||||
@%:@undef HAVE_UNISTD_H])
|
||||
m4trace:configure.ac:20: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H])
|
||||
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
||||
m4trace:configure.ac:23: -1- AC_SUBST([AWK])
|
||||
m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AWK])
|
||||
m4trace:configure.ac:23: -1- m4_pattern_allow([^AWK$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CFLAGS])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CFLAGS])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CFLAGS$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([ac_ct_CC])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^ac_ct_CC$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CCDEPMODE])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^CCDEPMODE$])
|
||||
m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__fastdepCC], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([am__fastdepCC_TRUE])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([am__fastdepCC_FALSE])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.ac:25: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.ac:25: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.ac:25: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.ac:25: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.ac:27: -1- AC_SUBST([LN_S], [$as_ln_s])
|
||||
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([LN_S])
|
||||
m4trace:configure.ac:27: -1- m4_pattern_allow([^LN_S$])
|
||||
m4trace:configure.ac:28: -1- AC_SUBST([SET_MAKE])
|
||||
m4trace:configure.ac:28: -1- AC_SUBST_TRACE([SET_MAKE])
|
||||
m4trace:configure.ac:28: -1- m4_pattern_allow([^SET_MAKE$])
|
||||
m4trace:configure.ac:29: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.ac:29: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.ac:30: -1- AC_SUBST([PERL])
|
||||
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([PERL])
|
||||
m4trace:configure.ac:30: -1- m4_pattern_allow([^PERL$])
|
||||
m4trace:configure.ac:31: -1- AC_SUBST([ENV_CMD])
|
||||
m4trace:configure.ac:31: -1- AC_SUBST_TRACE([ENV_CMD])
|
||||
m4trace:configure.ac:31: -1- m4_pattern_allow([^ENV_CMD$])
|
||||
m4trace:configure.ac:34: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
||||
m4trace:configure.ac:34: -1- m4_pattern_allow([^STDC_HEADERS$])
|
||||
m4trace:configure.ac:34: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
|
||||
@%:@undef STDC_HEADERS])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
@%:@undef HAVE_FCNTL_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
|
||||
@%:@undef HAVE_LIMITS_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
@%:@undef HAVE_STDLIB_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
||||
@%:@undef HAVE_STRING_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
||||
@%:@undef HAVE_UNISTD_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
@%:@undef HAVE_SYS_TYPES_H])
|
||||
m4trace:configure.ac:35: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
@%:@undef HAVE_SYS_STAT_H])
|
||||
m4trace:configure.ac:38: -1- AC_DEFINE_TRACE_LITERAL([const])
|
||||
m4trace:configure.ac:38: -1- m4_pattern_allow([^const$])
|
||||
m4trace:configure.ac:38: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
|
||||
@%:@undef const])
|
||||
m4trace:configure.ac:39: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
|
||||
calls it, or to nothing if \'inline\' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#endif])
|
||||
m4trace:configure.ac:40: -1- AH_OUTPUT([restrict], [/* Define to the equivalent of the C99 \'restrict\' keyword, or to
|
||||
nothing if this is not supported. Do not define if restrict is
|
||||
supported directly. */
|
||||
#undef restrict
|
||||
/* Work around a bug in Sun C++: it does not support _Restrict or
|
||||
__restrict__, even though the corresponding Sun C compiler ends up with
|
||||
"#define restrict _Restrict" or "#define restrict __restrict__" in the
|
||||
previous line. Perhaps some future version of Sun C++ will work with
|
||||
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
||||
#if defined __SUNPRO_CC && !defined __RESTRICT
|
||||
# define _Restrict
|
||||
# define __restrict__
|
||||
#endif])
|
||||
m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([restrict])
|
||||
m4trace:configure.ac:40: -1- m4_pattern_allow([^restrict$])
|
||||
m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([restrict])
|
||||
m4trace:configure.ac:40: -1- m4_pattern_allow([^restrict$])
|
||||
m4trace:configure.ac:41: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
|
||||
m4trace:configure.ac:41: -1- m4_pattern_allow([^pid_t$])
|
||||
m4trace:configure.ac:41: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
|
||||
@%:@undef pid_t])
|
||||
m4trace:configure.ac:42: -1- AC_DEFINE_TRACE_LITERAL([size_t])
|
||||
m4trace:configure.ac:42: -1- m4_pattern_allow([^size_t$])
|
||||
m4trace:configure.ac:42: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
|
||||
@%:@undef size_t])
|
||||
m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])
|
||||
m4trace:configure.ac:43: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
|
||||
m4trace:configure.ac:43: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */
|
||||
@%:@undef TM_IN_SYS_TIME])
|
||||
m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T])
|
||||
m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT8_T$])
|
||||
m4trace:configure.ac:44: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
|
||||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
||||
@%:@define below would cause a syntax error. */
|
||||
@%:@undef _UINT8_T])
|
||||
m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([uint8_t])
|
||||
m4trace:configure.ac:44: -1- m4_pattern_allow([^uint8_t$])
|
||||
m4trace:configure.ac:44: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if
|
||||
such a type exists and the standard includes do not define it. */
|
||||
@%:@undef uint8_t])
|
||||
m4trace:configure.ac:47: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
@%:@undef HAVE_STDLIB_H])
|
||||
m4trace:configure.ac:47: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
|
||||
m4trace:configure.ac:47: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
||||
m4trace:configure.ac:47: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
|
||||
m4trace:configure.ac:47: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
||||
m4trace:configure.ac:47: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if your system has a GNU libc compatible `malloc\' function, and
|
||||
to 0 otherwise. */
|
||||
@%:@undef HAVE_MALLOC])
|
||||
m4trace:configure.ac:47: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
|
||||
m4trace:configure.ac:47: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
||||
m4trace:configure.ac:47: -1- AC_LIBSOURCE([malloc.c])
|
||||
m4trace:configure.ac:47: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS malloc.$ac_objext"])
|
||||
m4trace:configure.ac:47: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.ac:47: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.ac:47: -1- AC_DEFINE_TRACE_LITERAL([malloc])
|
||||
m4trace:configure.ac:47: -1- m4_pattern_allow([^malloc$])
|
||||
m4trace:configure.ac:47: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
|
||||
@%:@undef malloc])
|
||||
m4trace:configure.ac:48: -1- AC_LIBSOURCE([memcmp.c])
|
||||
m4trace:configure.ac:48: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS memcmp.$ac_objext"])
|
||||
m4trace:configure.ac:48: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.ac:48: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */
|
||||
@%:@undef HAVE_ATEXIT])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
|
||||
@%:@undef HAVE_GETCWD])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */
|
||||
@%:@undef HAVE_MEMMOVE])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
|
||||
@%:@undef HAVE_MEMSET])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
|
||||
@%:@undef HAVE_STRCASECMP])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
|
||||
@%:@undef HAVE_STRCHR])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
|
||||
@%:@undef HAVE_STRDUP])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */
|
||||
@%:@undef HAVE_STRERROR])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRNCASECMP], [/* Define to 1 if you have the `strncasecmp\' function. */
|
||||
@%:@undef HAVE_STRNCASECMP])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRRCHR], [/* Define to 1 if you have the `strrchr\' function. */
|
||||
@%:@undef HAVE_STRRCHR])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRSTR], [/* Define to 1 if you have the `strstr\' function. */
|
||||
@%:@undef HAVE_STRSTR])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */
|
||||
@%:@undef HAVE_STRTOL])
|
||||
m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_FCHMOD], [/* Define to 1 if you have the `fchmod\' function. */
|
||||
@%:@undef HAVE_FCHMOD])
|
||||
m4trace:configure.ac:61: -1- AC_SUBST([MSC_BASE_DIR])
|
||||
m4trace:configure.ac:61: -1- AC_SUBST_TRACE([MSC_BASE_DIR])
|
||||
m4trace:configure.ac:61: -1- m4_pattern_allow([^MSC_BASE_DIR$])
|
||||
m4trace:configure.ac:62: -1- AC_SUBST([MSC_PKGBASE_DIR])
|
||||
m4trace:configure.ac:62: -1- AC_SUBST_TRACE([MSC_PKGBASE_DIR])
|
||||
m4trace:configure.ac:62: -1- m4_pattern_allow([^MSC_PKGBASE_DIR$])
|
||||
m4trace:configure.ac:63: -1- AC_SUBST([MSC_TEST_DIR])
|
||||
m4trace:configure.ac:63: -1- AC_SUBST_TRACE([MSC_TEST_DIR])
|
||||
m4trace:configure.ac:63: -1- m4_pattern_allow([^MSC_TEST_DIR$])
|
||||
m4trace:configure.ac:64: -1- AC_SUBST([MSC_REGRESSION_DIR])
|
||||
m4trace:configure.ac:64: -1- AC_SUBST_TRACE([MSC_REGRESSION_DIR])
|
||||
m4trace:configure.ac:64: -1- m4_pattern_allow([^MSC_REGRESSION_DIR$])
|
||||
m4trace:configure.ac:65: -1- AC_SUBST([MSC_REGRESSION_SERVERROOT_DIR])
|
||||
m4trace:configure.ac:65: -1- AC_SUBST_TRACE([MSC_REGRESSION_SERVERROOT_DIR])
|
||||
m4trace:configure.ac:65: -1- m4_pattern_allow([^MSC_REGRESSION_SERVERROOT_DIR$])
|
||||
m4trace:configure.ac:66: -1- AC_SUBST([MSC_REGRESSION_CONF_DIR])
|
||||
m4trace:configure.ac:66: -1- AC_SUBST_TRACE([MSC_REGRESSION_CONF_DIR])
|
||||
m4trace:configure.ac:66: -1- m4_pattern_allow([^MSC_REGRESSION_CONF_DIR$])
|
||||
m4trace:configure.ac:67: -1- AC_SUBST([MSC_REGRESSION_LOGS_DIR])
|
||||
m4trace:configure.ac:67: -1- AC_SUBST_TRACE([MSC_REGRESSION_LOGS_DIR])
|
||||
m4trace:configure.ac:67: -1- m4_pattern_allow([^MSC_REGRESSION_LOGS_DIR$])
|
||||
m4trace:configure.ac:68: -1- AC_SUBST([MSC_REGRESSION_DOCROOT_DIR])
|
||||
m4trace:configure.ac:68: -1- AC_SUBST_TRACE([MSC_REGRESSION_DOCROOT_DIR])
|
||||
m4trace:configure.ac:68: -1- m4_pattern_allow([^MSC_REGRESSION_DOCROOT_DIR$])
|
||||
m4trace:configure.ac:88: -1- AM_CONDITIONAL([BUILD_APACHE2_MODULE], [test "$build_apache2_module" -eq 1])
|
||||
m4trace:configure.ac:88: -1- AC_SUBST([BUILD_APACHE2_MODULE_TRUE])
|
||||
m4trace:configure.ac:88: -1- AC_SUBST_TRACE([BUILD_APACHE2_MODULE_TRUE])
|
||||
m4trace:configure.ac:88: -1- m4_pattern_allow([^BUILD_APACHE2_MODULE_TRUE$])
|
||||
m4trace:configure.ac:88: -1- AC_SUBST([BUILD_APACHE2_MODULE_FALSE])
|
||||
m4trace:configure.ac:88: -1- AC_SUBST_TRACE([BUILD_APACHE2_MODULE_FALSE])
|
||||
m4trace:configure.ac:88: -1- m4_pattern_allow([^BUILD_APACHE2_MODULE_FALSE$])
|
||||
m4trace:configure.ac:108: -1- AM_CONDITIONAL([BUILD_extentions], [test "$build_extentions" -eq 1])
|
||||
m4trace:configure.ac:108: -1- AC_SUBST([BUILD_extentions_TRUE])
|
||||
m4trace:configure.ac:108: -1- AC_SUBST_TRACE([BUILD_extentions_TRUE])
|
||||
m4trace:configure.ac:108: -1- m4_pattern_allow([^BUILD_extentions_TRUE$])
|
||||
m4trace:configure.ac:108: -1- AC_SUBST([BUILD_extentions_FALSE])
|
||||
m4trace:configure.ac:108: -1- AC_SUBST_TRACE([BUILD_extentions_FALSE])
|
||||
m4trace:configure.ac:108: -1- m4_pattern_allow([^BUILD_extentions_FALSE$])
|
||||
m4trace:configure.ac:128: -1- AM_CONDITIONAL([BUILD_MLOGC], [test "$build_mlogc" -eq 1])
|
||||
m4trace:configure.ac:128: -1- AC_SUBST([BUILD_MLOGC_TRUE])
|
||||
m4trace:configure.ac:128: -1- AC_SUBST_TRACE([BUILD_MLOGC_TRUE])
|
||||
m4trace:configure.ac:128: -1- m4_pattern_allow([^BUILD_MLOGC_TRUE$])
|
||||
m4trace:configure.ac:128: -1- AC_SUBST([BUILD_MLOGC_FALSE])
|
||||
m4trace:configure.ac:128: -1- AC_SUBST_TRACE([BUILD_MLOGC_FALSE])
|
||||
m4trace:configure.ac:128: -1- m4_pattern_allow([^BUILD_MLOGC_FALSE$])
|
||||
m4trace:configure.ac:147: -1- AM_CONDITIONAL([BUILD_ALP2], [test "$build_alp2" -eq 1])
|
||||
m4trace:configure.ac:147: -1- AC_SUBST([BUILD_ALP2_TRUE])
|
||||
m4trace:configure.ac:147: -1- AC_SUBST_TRACE([BUILD_ALP2_TRUE])
|
||||
m4trace:configure.ac:147: -1- m4_pattern_allow([^BUILD_ALP2_TRUE$])
|
||||
m4trace:configure.ac:147: -1- AC_SUBST([BUILD_ALP2_FALSE])
|
||||
m4trace:configure.ac:147: -1- AC_SUBST_TRACE([BUILD_ALP2_FALSE])
|
||||
m4trace:configure.ac:147: -1- m4_pattern_allow([^BUILD_ALP2_FALSE$])
|
||||
m4trace:configure.ac:166: -1- AM_CONDITIONAL([BUILD_DOCS], [test "$build_docs" -eq 1])
|
||||
m4trace:configure.ac:166: -1- AC_SUBST([BUILD_DOCS_TRUE])
|
||||
m4trace:configure.ac:166: -1- AC_SUBST_TRACE([BUILD_DOCS_TRUE])
|
||||
m4trace:configure.ac:166: -1- m4_pattern_allow([^BUILD_DOCS_TRUE$])
|
||||
m4trace:configure.ac:166: -1- AC_SUBST([BUILD_DOCS_FALSE])
|
||||
m4trace:configure.ac:166: -1- AC_SUBST_TRACE([BUILD_DOCS_FALSE])
|
||||
m4trace:configure.ac:166: -1- m4_pattern_allow([^BUILD_DOCS_FALSE$])
|
||||
m4trace:configure.ac:464: -1- sinclude([build/find_pcre.m4])
|
||||
m4trace:configure.ac:465: -1- sinclude([build/find_apr.m4])
|
||||
m4trace:configure.ac:466: -1- sinclude([build/find_apu.m4])
|
||||
m4trace:configure.ac:467: -1- sinclude([build/find_xml.m4])
|
||||
m4trace:configure.ac:468: -1- sinclude([build/find_lua.m4])
|
||||
m4trace:configure.ac:469: -1- sinclude([build/find_curl.m4])
|
||||
m4trace:configure.ac:500: -1- AC_SUBST([TOPLEVEL_SUBDIRS])
|
||||
m4trace:configure.ac:500: -1- AC_SUBST_TRACE([TOPLEVEL_SUBDIRS])
|
||||
m4trace:configure.ac:500: -1- m4_pattern_allow([^TOPLEVEL_SUBDIRS$])
|
||||
m4trace:configure.ac:501: -1- AC_SUBST([EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:501: -1- AC_SUBST_TRACE([EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:501: -1- m4_pattern_allow([^EXTRA_CFLAGS$])
|
||||
m4trace:configure.ac:502: -1- AC_SUBST([MODSEC_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:502: -1- AC_SUBST_TRACE([MODSEC_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:502: -1- m4_pattern_allow([^MODSEC_EXTRA_CFLAGS$])
|
||||
m4trace:configure.ac:503: -1- AC_SUBST([APXS])
|
||||
m4trace:configure.ac:503: -1- AC_SUBST_TRACE([APXS])
|
||||
m4trace:configure.ac:503: -1- m4_pattern_allow([^APXS$])
|
||||
m4trace:configure.ac:504: -1- AC_SUBST([APXS_WRAPPER])
|
||||
m4trace:configure.ac:504: -1- AC_SUBST_TRACE([APXS_WRAPPER])
|
||||
m4trace:configure.ac:504: -1- m4_pattern_allow([^APXS_WRAPPER$])
|
||||
m4trace:configure.ac:505: -1- AC_SUBST([APXS_INCLUDEDIR])
|
||||
m4trace:configure.ac:505: -1- AC_SUBST_TRACE([APXS_INCLUDEDIR])
|
||||
m4trace:configure.ac:505: -1- m4_pattern_allow([^APXS_INCLUDEDIR$])
|
||||
m4trace:configure.ac:506: -1- AC_SUBST([APXS_INCLUDES])
|
||||
m4trace:configure.ac:506: -1- AC_SUBST_TRACE([APXS_INCLUDES])
|
||||
m4trace:configure.ac:506: -1- m4_pattern_allow([^APXS_INCLUDES$])
|
||||
m4trace:configure.ac:507: -1- AC_SUBST([APXS_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:507: -1- AC_SUBST_TRACE([APXS_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:507: -1- m4_pattern_allow([^APXS_EXTRA_CFLAGS$])
|
||||
m4trace:configure.ac:508: -1- AC_SUBST([MODSEC_APXS_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:508: -1- AC_SUBST_TRACE([MODSEC_APXS_EXTRA_CFLAGS])
|
||||
m4trace:configure.ac:508: -1- m4_pattern_allow([^MODSEC_APXS_EXTRA_CFLAGS$])
|
||||
m4trace:configure.ac:509: -1- AC_SUBST([APXS_LDFLAGS])
|
||||
m4trace:configure.ac:509: -1- AC_SUBST_TRACE([APXS_LDFLAGS])
|
||||
m4trace:configure.ac:509: -1- m4_pattern_allow([^APXS_LDFLAGS$])
|
||||
m4trace:configure.ac:510: -1- AC_SUBST([APXS_LIBS])
|
||||
m4trace:configure.ac:510: -1- AC_SUBST_TRACE([APXS_LIBS])
|
||||
m4trace:configure.ac:510: -1- m4_pattern_allow([^APXS_LIBS$])
|
||||
m4trace:configure.ac:511: -1- AC_SUBST([APXS_CFLAGS])
|
||||
m4trace:configure.ac:511: -1- AC_SUBST_TRACE([APXS_CFLAGS])
|
||||
m4trace:configure.ac:511: -1- m4_pattern_allow([^APXS_CFLAGS$])
|
||||
m4trace:configure.ac:512: -1- AC_SUBST([APXS_LIBTOOL])
|
||||
m4trace:configure.ac:512: -1- AC_SUBST_TRACE([APXS_LIBTOOL])
|
||||
m4trace:configure.ac:512: -1- m4_pattern_allow([^APXS_LIBTOOL$])
|
||||
m4trace:configure.ac:513: -1- AC_SUBST([APXS_CC])
|
||||
m4trace:configure.ac:513: -1- AC_SUBST_TRACE([APXS_CC])
|
||||
m4trace:configure.ac:513: -1- m4_pattern_allow([^APXS_CC$])
|
||||
m4trace:configure.ac:514: -1- AC_SUBST([APXS_LIBDIR])
|
||||
m4trace:configure.ac:514: -1- AC_SUBST_TRACE([APXS_LIBDIR])
|
||||
m4trace:configure.ac:514: -1- m4_pattern_allow([^APXS_LIBDIR$])
|
||||
m4trace:configure.ac:515: -1- AC_SUBST([APXS_BINDIR])
|
||||
m4trace:configure.ac:515: -1- AC_SUBST_TRACE([APXS_BINDIR])
|
||||
m4trace:configure.ac:515: -1- m4_pattern_allow([^APXS_BINDIR$])
|
||||
m4trace:configure.ac:516: -1- AC_SUBST([APXS_SBINDIR])
|
||||
m4trace:configure.ac:516: -1- AC_SUBST_TRACE([APXS_SBINDIR])
|
||||
m4trace:configure.ac:516: -1- m4_pattern_allow([^APXS_SBINDIR$])
|
||||
m4trace:configure.ac:517: -1- AC_SUBST([APXS_PROGNAME])
|
||||
m4trace:configure.ac:517: -1- AC_SUBST_TRACE([APXS_PROGNAME])
|
||||
m4trace:configure.ac:517: -1- m4_pattern_allow([^APXS_PROGNAME$])
|
||||
m4trace:configure.ac:518: -1- AC_SUBST([APXS_LIBEXECDIR])
|
||||
m4trace:configure.ac:518: -1- AC_SUBST_TRACE([APXS_LIBEXECDIR])
|
||||
m4trace:configure.ac:518: -1- m4_pattern_allow([^APXS_LIBEXECDIR$])
|
||||
m4trace:configure.ac:519: -1- AC_SUBST([APXS_MODULES])
|
||||
m4trace:configure.ac:519: -1- AC_SUBST_TRACE([APXS_MODULES])
|
||||
m4trace:configure.ac:519: -1- m4_pattern_allow([^APXS_MODULES$])
|
||||
m4trace:configure.ac:520: -1- AC_SUBST([APXS_HTTPD])
|
||||
m4trace:configure.ac:520: -1- AC_SUBST_TRACE([APXS_HTTPD])
|
||||
m4trace:configure.ac:520: -1- m4_pattern_allow([^APXS_HTTPD$])
|
||||
m4trace:configure.ac:522: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_pcre.m4:14: CHECK_PCRE is expanded from...
|
||||
configure.ac:522: the top level])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_CONFIG])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_CONFIG])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_CONFIG$])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_VERSION])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_VERSION])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_VERSION$])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_CPPFLAGS])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_CPPFLAGS])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_CPPFLAGS$])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_CFLAGS])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_CFLAGS])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_CFLAGS$])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_LDFLAGS])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_LDFLAGS])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_LDFLAGS$])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST([PCRE_LDADD])
|
||||
m4trace:configure.ac:522: -1- AC_SUBST_TRACE([PCRE_LDADD])
|
||||
m4trace:configure.ac:522: -1- m4_pattern_allow([^PCRE_LDADD$])
|
||||
m4trace:configure.ac:524: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_apr.m4:15: CHECK_APR is expanded from...
|
||||
configure.ac:524: the top level])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_CONFIG])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_CONFIG])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_CONFIG$])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_VERSION])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_VERSION])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_VERSION$])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_CFLAGS])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_CFLAGS])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_CFLAGS$])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_CPPFLAGS])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_CPPFLAGS])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_CPPFLAGS$])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_LDFLAGS])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_LDFLAGS])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_LDFLAGS$])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST([APR_LDADD])
|
||||
m4trace:configure.ac:524: -1- AC_SUBST_TRACE([APR_LDADD])
|
||||
m4trace:configure.ac:524: -1- m4_pattern_allow([^APR_LDADD$])
|
||||
m4trace:configure.ac:525: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_apu.m4:14: CHECK_APU is expanded from...
|
||||
configure.ac:525: the top level])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST([APU_CONFIG])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST_TRACE([APU_CONFIG])
|
||||
m4trace:configure.ac:525: -1- m4_pattern_allow([^APU_CONFIG$])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST([APU_VERSION])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST_TRACE([APU_VERSION])
|
||||
m4trace:configure.ac:525: -1- m4_pattern_allow([^APU_VERSION$])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST([APU_CFLAGS])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST_TRACE([APU_CFLAGS])
|
||||
m4trace:configure.ac:525: -1- m4_pattern_allow([^APU_CFLAGS$])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST([APU_LDFLAGS])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST_TRACE([APU_LDFLAGS])
|
||||
m4trace:configure.ac:525: -1- m4_pattern_allow([^APU_LDFLAGS$])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST([APU_LDADD])
|
||||
m4trace:configure.ac:525: -1- AC_SUBST_TRACE([APU_LDADD])
|
||||
m4trace:configure.ac:525: -1- m4_pattern_allow([^APU_LDADD$])
|
||||
m4trace:configure.ac:527: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_xml.m4:14: CHECK_LIBXML2 is expanded from...
|
||||
configure.ac:527: the top level])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_CONFIG])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_CONFIG])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_CONFIG$])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_VERSION])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_VERSION])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_VERSION$])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_CFLAGS])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_CFLAGS])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_CPPFLAGS])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_CPPFLAGS])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_CPPFLAGS$])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_LDADD])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_LDADD])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_LDADD$])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST([LIBXML2_LDFLAGS])
|
||||
m4trace:configure.ac:527: -1- AC_SUBST_TRACE([LIBXML2_LDFLAGS])
|
||||
m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBXML2_LDFLAGS$])
|
||||
m4trace:configure.ac:528: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_lua.m4:17: CHECK_LUA is expanded from...
|
||||
configure.ac:528: the top level])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_CONFIG])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_CONFIG])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_CONFIG$])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_VERSION])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_VERSION])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_VERSION$])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_CFLAGS])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_CFLAGS])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_CFLAGS$])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_CPPFLAGS])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_CPPFLAGS])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_CPPFLAGS$])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_LDADD])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_LDADD])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_LDADD$])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST([LUA_LDFLAGS])
|
||||
m4trace:configure.ac:528: -1- AC_SUBST_TRACE([LUA_LDFLAGS])
|
||||
m4trace:configure.ac:528: -1- m4_pattern_allow([^LUA_LDFLAGS$])
|
||||
m4trace:configure.ac:533: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1473: AC_ARG_WITH is expanded from...
|
||||
build/find_curl.m4:15: CHECK_CURL is expanded from...
|
||||
configure.ac:533: the top level])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_CONFIG])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_CONFIG])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_CONFIG$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_VERSION])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_VERSION])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_VERSION$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_CPPFLAGS])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_CPPFLAGS])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_CPPFLAGS$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_CFLAGS])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_CFLAGS])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_CFLAGS$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_LDFLAGS])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_LDFLAGS])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_LDFLAGS$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_LDADD])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_LDADD])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_LDADD$])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST([CURL_USES_GNUTLS])
|
||||
m4trace:configure.ac:533: -1- AC_SUBST_TRACE([CURL_USES_GNUTLS])
|
||||
m4trace:configure.ac:533: -1- m4_pattern_allow([^CURL_USES_GNUTLS$])
|
||||
m4trace:configure.ac:536: -1- AC_CONFIG_FILES([Makefile])
|
||||
m4trace:configure.ac:537: -1- AC_CONFIG_FILES([tools/Makefile])
|
||||
m4trace:configure.ac:539: -1- AC_CONFIG_FILES([alp2/Makefile])
|
||||
m4trace:configure.ac:542: -1- AC_CONFIG_FILES([apache2/Makefile])
|
||||
m4trace:configure.ac:545: -1- AC_CONFIG_FILES([ext/Makefile])
|
||||
m4trace:configure.ac:547: -1- AC_CONFIG_FILES([build/apxs-wrapper], [chmod +x build/apxs-wrapper])
|
||||
m4trace:configure.ac:550: -1- AC_CONFIG_FILES([mlogc/mlogc-batch-load.pl], [chmod +x mlogc/mlogc-batch-load.pl])
|
||||
m4trace:configure.ac:552: -1- AC_CONFIG_FILES([tests/run-unit-tests.pl], [chmod +x tests/run-unit-tests.pl])
|
||||
m4trace:configure.ac:553: -1- AC_CONFIG_FILES([tests/run-regression-tests.pl], [chmod +x tests/run-regression-tests.pl])
|
||||
m4trace:configure.ac:554: -1- AC_CONFIG_FILES([tests/gen_rx-pm.pl], [chmod +x tests/gen_rx-pm.pl])
|
||||
m4trace:configure.ac:555: -1- AC_CONFIG_FILES([tests/csv_rx-pm.pl], [chmod +x tests/csv_rx-pm.pl])
|
||||
m4trace:configure.ac:556: -1- AC_CONFIG_FILES([tests/regression/server_root/conf/httpd.conf])
|
||||
m4trace:configure.ac:559: -1- AC_CONFIG_FILES([tools/rules-updater.pl], [chmod +x tools/rules-updater.pl])
|
||||
m4trace:configure.ac:562: -1- AC_CONFIG_FILES([mlogc/Makefile])
|
||||
m4trace:configure.ac:564: -1- AC_CONFIG_FILES([tests/Makefile])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.ac:566: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([LTLIBOBJS])
|
||||
m4trace:configure.ac:566: -1- m4_pattern_allow([^LTLIBOBJS$])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([top_builddir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([top_build_prefix])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([srcdir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([abs_srcdir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([top_srcdir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([abs_top_srcdir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([builddir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([abs_builddir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([abs_top_builddir])
|
||||
m4trace:configure.ac:566: -1- AC_SUBST_TRACE([INSTALL])
|
||||
m4trace:configure.ac:566: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
|
2911
autom4te.cache/traces.1
Normal file
2911
autom4te.cache/traces.1
Normal file
File diff suppressed because it is too large
Load Diff
46
ext/Makefile.am
Normal file
46
ext/Makefile.am
Normal file
@@ -0,0 +1,46 @@
|
||||
EXT_CFLAGS = -I../apache2 \
|
||||
@APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
|
||||
@LIBXML2_CFLAGS@ @LUA_CFLAGS@
|
||||
EXT_CPPFLAGS = @APR_CPPFLAGS@ @LIBXML2_CPPFLAGS@ @LUA_CPPFLAGS@
|
||||
EXT_LIBADD = @APR_LDADD@ @APU_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
|
||||
EXT_LDFLAGS = -no-undefined -module -avoid-version \
|
||||
@APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
|
||||
@LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
|
||||
|
||||
pkglibdir = $(prefix)/lib
|
||||
pkglib_LTLIBRARIES = mod_op_strstr.la \
|
||||
mod_tfn_reverse.la \
|
||||
mod_var_remote_addr_port.la \
|
||||
mod_reqbody_example.la
|
||||
|
||||
mod_op_strstr_la_SOURCES = mod_op_strstr.c
|
||||
mod_op_strstr_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_op_strstr_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_op_strstr_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_op_strstr_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
|
||||
mod_tfn_reverse_la_SOURCES = mod_tfn_reverse.c
|
||||
mod_tfn_reverse_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_tfn_reverse_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_tfn_reverse_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_tfn_reverse_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
|
||||
mod_var_remote_addr_port_la_SOURCES = mod_var_remote_addr_port.c
|
||||
mod_var_remote_addr_port_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_var_remote_addr_port_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_var_remote_addr_port_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_var_remote_addr_port_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
|
||||
mod_reqbody_example_la_SOURCES = mod_reqbody_example.c
|
||||
mod_reqbody_example_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_reqbody_example_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_reqbody_example_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_reqbody_example_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
|
||||
install-exec-hook: $(pkglib_LTLIBRARIES)
|
||||
@echo "Removing unused static libraries..."; \
|
||||
for m in $(pkglib_LTLIBRARIES); do \
|
||||
base=`echo $$m | sed 's/\..*//'`; \
|
||||
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
|
||||
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
|
||||
done
|
642
ext/Makefile.in
Normal file
642
ext/Makefile.in
Normal file
@@ -0,0 +1,642 @@
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = ext
|
||||
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude/libtool.m4 \
|
||||
$(top_srcdir)/acinclude/ltoptions.m4 \
|
||||
$(top_srcdir)/acinclude/ltsugar.m4 \
|
||||
$(top_srcdir)/acinclude/ltversion.m4 \
|
||||
$(top_srcdir)/acinclude/lt~obsolete.m4 \
|
||||
$(top_srcdir)/build/find_pcre.m4 \
|
||||
$(top_srcdir)/build/find_apr.m4 \
|
||||
$(top_srcdir)/build/find_apu.m4 \
|
||||
$(top_srcdir)/build/find_xml.m4 \
|
||||
$(top_srcdir)/build/find_lua.m4 \
|
||||
$(top_srcdir)/build/find_curl.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/modsecurity_config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(pkglibdir)"
|
||||
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(pkglib_LTLIBRARIES)
|
||||
am__DEPENDENCIES_1 =
|
||||
mod_op_strstr_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
am_mod_op_strstr_la_OBJECTS = mod_op_strstr_la-mod_op_strstr.lo
|
||||
mod_op_strstr_la_OBJECTS = $(am_mod_op_strstr_la_OBJECTS)
|
||||
mod_reqbody_example_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
am_mod_reqbody_example_la_OBJECTS = \
|
||||
mod_reqbody_example_la-mod_reqbody_example.lo
|
||||
mod_reqbody_example_la_OBJECTS = $(am_mod_reqbody_example_la_OBJECTS)
|
||||
mod_tfn_reverse_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
am_mod_tfn_reverse_la_OBJECTS = mod_tfn_reverse_la-mod_tfn_reverse.lo
|
||||
mod_tfn_reverse_la_OBJECTS = $(am_mod_tfn_reverse_la_OBJECTS)
|
||||
mod_var_remote_addr_port_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
am_mod_var_remote_addr_port_la_OBJECTS = \
|
||||
mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo
|
||||
mod_var_remote_addr_port_la_OBJECTS = \
|
||||
$(am_mod_var_remote_addr_port_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(mod_op_strstr_la_SOURCES) \
|
||||
$(mod_reqbody_example_la_SOURCES) \
|
||||
$(mod_tfn_reverse_la_SOURCES) \
|
||||
$(mod_var_remote_addr_port_la_SOURCES)
|
||||
DIST_SOURCES = $(mod_op_strstr_la_SOURCES) \
|
||||
$(mod_reqbody_example_la_SOURCES) \
|
||||
$(mod_tfn_reverse_la_SOURCES) \
|
||||
$(mod_var_remote_addr_port_la_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
pkglibdir = $(prefix)/lib
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
APR_CFLAGS = @APR_CFLAGS@
|
||||
APR_CONFIG = @APR_CONFIG@
|
||||
APR_CPPFLAGS = @APR_CPPFLAGS@
|
||||
APR_LDADD = @APR_LDADD@
|
||||
APR_LDFLAGS = @APR_LDFLAGS@
|
||||
APR_VERSION = @APR_VERSION@
|
||||
APU_CFLAGS = @APU_CFLAGS@
|
||||
APU_CONFIG = @APU_CONFIG@
|
||||
APU_LDADD = @APU_LDADD@
|
||||
APU_LDFLAGS = @APU_LDFLAGS@
|
||||
APU_VERSION = @APU_VERSION@
|
||||
APXS = @APXS@
|
||||
APXS_BINDIR = @APXS_BINDIR@
|
||||
APXS_CC = @APXS_CC@
|
||||
APXS_CFLAGS = @APXS_CFLAGS@
|
||||
APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
|
||||
APXS_HTTPD = @APXS_HTTPD@
|
||||
APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
|
||||
APXS_INCLUDES = @APXS_INCLUDES@
|
||||
APXS_LDFLAGS = @APXS_LDFLAGS@
|
||||
APXS_LIBDIR = @APXS_LIBDIR@
|
||||
APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
|
||||
APXS_LIBS = @APXS_LIBS@
|
||||
APXS_LIBTOOL = @APXS_LIBTOOL@
|
||||
APXS_MODULES = @APXS_MODULES@
|
||||
APXS_PROGNAME = @APXS_PROGNAME@
|
||||
APXS_SBINDIR = @APXS_SBINDIR@
|
||||
APXS_WRAPPER = @APXS_WRAPPER@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
|
||||
BUILD_MLOGC_FALSE = @BUILD_MLOGC_FALSE@
|
||||
BUILD_MLOGC_TRUE = @BUILD_MLOGC_TRUE@
|
||||
BUILD_extentions_FALSE = @BUILD_extentions_FALSE@
|
||||
BUILD_extentions_TRUE = @BUILD_extentions_TRUE@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CURL_CFLAGS = @CURL_CFLAGS@
|
||||
CURL_CONFIG = @CURL_CONFIG@
|
||||
CURL_CPPFLAGS = @CURL_CPPFLAGS@
|
||||
CURL_LDADD = @CURL_LDADD@
|
||||
CURL_LDFLAGS = @CURL_LDFLAGS@
|
||||
CURL_USES_GNUTLS = @CURL_USES_GNUTLS@
|
||||
CURL_VERSION = @CURL_VERSION@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENV_CMD = @ENV_CMD@
|
||||
EXEEXT = @EXEEXT@
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
FGREP = @FGREP@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
|
||||
LIBXML2_CONFIG = @LIBXML2_CONFIG@
|
||||
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
|
||||
LIBXML2_LDADD = @LIBXML2_LDADD@
|
||||
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
|
||||
LIBXML2_VERSION = @LIBXML2_VERSION@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LUA_CFLAGS = @LUA_CFLAGS@
|
||||
LUA_CONFIG = @LUA_CONFIG@
|
||||
LUA_CPPFLAGS = @LUA_CPPFLAGS@
|
||||
LUA_LDADD = @LUA_LDADD@
|
||||
LUA_LDFLAGS = @LUA_LDFLAGS@
|
||||
LUA_VERSION = @LUA_VERSION@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MODSEC_APXS_EXTRA_CFLAGS = @MODSEC_APXS_EXTRA_CFLAGS@
|
||||
MODSEC_EXTRA_CFLAGS = @MODSEC_EXTRA_CFLAGS@
|
||||
MSC_BASE_DIR = @MSC_BASE_DIR@
|
||||
MSC_PKGBASE_DIR = @MSC_PKGBASE_DIR@
|
||||
MSC_REGRESSION_CONF_DIR = @MSC_REGRESSION_CONF_DIR@
|
||||
MSC_REGRESSION_DIR = @MSC_REGRESSION_DIR@
|
||||
MSC_REGRESSION_DOCROOT_DIR = @MSC_REGRESSION_DOCROOT_DIR@
|
||||
MSC_REGRESSION_LOGS_DIR = @MSC_REGRESSION_LOGS_DIR@
|
||||
MSC_REGRESSION_SERVERROOT_DIR = @MSC_REGRESSION_SERVERROOT_DIR@
|
||||
MSC_TEST_DIR = @MSC_TEST_DIR@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PCRE_CFLAGS = @PCRE_CFLAGS@
|
||||
PCRE_CONFIG = @PCRE_CONFIG@
|
||||
PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
|
||||
PCRE_LDADD = @PCRE_LDADD@
|
||||
PCRE_LDFLAGS = @PCRE_LDFLAGS@
|
||||
PCRE_VERSION = @PCRE_VERSION@
|
||||
PERL = @PERL@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
TOPLEVEL_SUBDIRS = @TOPLEVEL_SUBDIRS@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_ECHO = @lt_ECHO@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
EXT_CFLAGS = -I../apache2 \
|
||||
@APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
|
||||
@LIBXML2_CFLAGS@ @LUA_CFLAGS@
|
||||
|
||||
EXT_CPPFLAGS = @APR_CPPFLAGS@ @LIBXML2_CPPFLAGS@ @LUA_CPPFLAGS@
|
||||
EXT_LIBADD = @APR_LDADD@ @APU_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
|
||||
EXT_LDFLAGS = -no-undefined -module -avoid-version \
|
||||
@APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
|
||||
@LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
|
||||
|
||||
pkglib_LTLIBRARIES = mod_op_strstr.la \
|
||||
mod_tfn_reverse.la \
|
||||
mod_var_remote_addr_port.la \
|
||||
mod_reqbody_example.la
|
||||
|
||||
mod_op_strstr_la_SOURCES = mod_op_strstr.c
|
||||
mod_op_strstr_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_op_strstr_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_op_strstr_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_op_strstr_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
mod_tfn_reverse_la_SOURCES = mod_tfn_reverse.c
|
||||
mod_tfn_reverse_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_tfn_reverse_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_tfn_reverse_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_tfn_reverse_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
mod_var_remote_addr_port_la_SOURCES = mod_var_remote_addr_port.c
|
||||
mod_var_remote_addr_port_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_var_remote_addr_port_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_var_remote_addr_port_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_var_remote_addr_port_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
mod_reqbody_example_la_SOURCES = mod_reqbody_example.c
|
||||
mod_reqbody_example_la_CFLAGS = $(EXT_CFLAGS)
|
||||
mod_reqbody_example_la_CPPFLAGS = $(EXT_CPPFLAGS)
|
||||
mod_reqbody_example_la_LIBADD = $(EXT_LIBADD)
|
||||
mod_reqbody_example_la_LDFLAGS = $(EXT_LDFLAGS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ext/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign ext/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
|
||||
@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
|
||||
$(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-pkglibLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-pkglibLTLIBRARIES:
|
||||
-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
|
||||
@list='$(pkglib_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
|
||||
mod_op_strstr.la: $(mod_op_strstr_la_OBJECTS) $(mod_op_strstr_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(pkglibdir) $(mod_op_strstr_la_LDFLAGS) $(mod_op_strstr_la_OBJECTS) $(mod_op_strstr_la_LIBADD) $(LIBS)
|
||||
mod_reqbody_example.la: $(mod_reqbody_example_la_OBJECTS) $(mod_reqbody_example_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(pkglibdir) $(mod_reqbody_example_la_LDFLAGS) $(mod_reqbody_example_la_OBJECTS) $(mod_reqbody_example_la_LIBADD) $(LIBS)
|
||||
mod_tfn_reverse.la: $(mod_tfn_reverse_la_OBJECTS) $(mod_tfn_reverse_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(pkglibdir) $(mod_tfn_reverse_la_LDFLAGS) $(mod_tfn_reverse_la_OBJECTS) $(mod_tfn_reverse_la_LIBADD) $(LIBS)
|
||||
mod_var_remote_addr_port.la: $(mod_var_remote_addr_port_la_OBJECTS) $(mod_var_remote_addr_port_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(pkglibdir) $(mod_var_remote_addr_port_la_LDFLAGS) $(mod_var_remote_addr_port_la_OBJECTS) $(mod_var_remote_addr_port_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_op_strstr_la-mod_op_strstr.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_reqbody_example_la-mod_reqbody_example.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_tfn_reverse_la-mod_tfn_reverse.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_var_remote_addr_port_la-mod_var_remote_addr_port.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mod_op_strstr_la-mod_op_strstr.lo: mod_op_strstr.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_op_strstr_la_CPPFLAGS) $(CPPFLAGS) $(mod_op_strstr_la_CFLAGS) $(CFLAGS) -MT mod_op_strstr_la-mod_op_strstr.lo -MD -MP -MF "$(DEPDIR)/mod_op_strstr_la-mod_op_strstr.Tpo" -c -o mod_op_strstr_la-mod_op_strstr.lo `test -f 'mod_op_strstr.c' || echo '$(srcdir)/'`mod_op_strstr.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mod_op_strstr_la-mod_op_strstr.Tpo" "$(DEPDIR)/mod_op_strstr_la-mod_op_strstr.Plo"; else rm -f "$(DEPDIR)/mod_op_strstr_la-mod_op_strstr.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mod_op_strstr.c' object='mod_op_strstr_la-mod_op_strstr.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_op_strstr_la_CPPFLAGS) $(CPPFLAGS) $(mod_op_strstr_la_CFLAGS) $(CFLAGS) -c -o mod_op_strstr_la-mod_op_strstr.lo `test -f 'mod_op_strstr.c' || echo '$(srcdir)/'`mod_op_strstr.c
|
||||
|
||||
mod_reqbody_example_la-mod_reqbody_example.lo: mod_reqbody_example.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_reqbody_example_la_CPPFLAGS) $(CPPFLAGS) $(mod_reqbody_example_la_CFLAGS) $(CFLAGS) -MT mod_reqbody_example_la-mod_reqbody_example.lo -MD -MP -MF "$(DEPDIR)/mod_reqbody_example_la-mod_reqbody_example.Tpo" -c -o mod_reqbody_example_la-mod_reqbody_example.lo `test -f 'mod_reqbody_example.c' || echo '$(srcdir)/'`mod_reqbody_example.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mod_reqbody_example_la-mod_reqbody_example.Tpo" "$(DEPDIR)/mod_reqbody_example_la-mod_reqbody_example.Plo"; else rm -f "$(DEPDIR)/mod_reqbody_example_la-mod_reqbody_example.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mod_reqbody_example.c' object='mod_reqbody_example_la-mod_reqbody_example.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_reqbody_example_la_CPPFLAGS) $(CPPFLAGS) $(mod_reqbody_example_la_CFLAGS) $(CFLAGS) -c -o mod_reqbody_example_la-mod_reqbody_example.lo `test -f 'mod_reqbody_example.c' || echo '$(srcdir)/'`mod_reqbody_example.c
|
||||
|
||||
mod_tfn_reverse_la-mod_tfn_reverse.lo: mod_tfn_reverse.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_tfn_reverse_la_CPPFLAGS) $(CPPFLAGS) $(mod_tfn_reverse_la_CFLAGS) $(CFLAGS) -MT mod_tfn_reverse_la-mod_tfn_reverse.lo -MD -MP -MF "$(DEPDIR)/mod_tfn_reverse_la-mod_tfn_reverse.Tpo" -c -o mod_tfn_reverse_la-mod_tfn_reverse.lo `test -f 'mod_tfn_reverse.c' || echo '$(srcdir)/'`mod_tfn_reverse.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mod_tfn_reverse_la-mod_tfn_reverse.Tpo" "$(DEPDIR)/mod_tfn_reverse_la-mod_tfn_reverse.Plo"; else rm -f "$(DEPDIR)/mod_tfn_reverse_la-mod_tfn_reverse.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mod_tfn_reverse.c' object='mod_tfn_reverse_la-mod_tfn_reverse.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_tfn_reverse_la_CPPFLAGS) $(CPPFLAGS) $(mod_tfn_reverse_la_CFLAGS) $(CFLAGS) -c -o mod_tfn_reverse_la-mod_tfn_reverse.lo `test -f 'mod_tfn_reverse.c' || echo '$(srcdir)/'`mod_tfn_reverse.c
|
||||
|
||||
mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo: mod_var_remote_addr_port.c
|
||||
@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_var_remote_addr_port_la_CPPFLAGS) $(CPPFLAGS) $(mod_var_remote_addr_port_la_CFLAGS) $(CFLAGS) -MT mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo -MD -MP -MF "$(DEPDIR)/mod_var_remote_addr_port_la-mod_var_remote_addr_port.Tpo" -c -o mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo `test -f 'mod_var_remote_addr_port.c' || echo '$(srcdir)/'`mod_var_remote_addr_port.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mod_var_remote_addr_port_la-mod_var_remote_addr_port.Tpo" "$(DEPDIR)/mod_var_remote_addr_port_la-mod_var_remote_addr_port.Plo"; else rm -f "$(DEPDIR)/mod_var_remote_addr_port_la-mod_var_remote_addr_port.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mod_var_remote_addr_port.c' object='mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_var_remote_addr_port_la_CPPFLAGS) $(CPPFLAGS) $(mod_var_remote_addr_port_la_CFLAGS) $(CFLAGS) -c -o mod_var_remote_addr_port_la-mod_var_remote_addr_port.lo `test -f 'mod_var_remote_addr_port.c' || echo '$(srcdir)/'`mod_var_remote_addr_port.c
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(pkglibdir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am: install-pkglibLTLIBRARIES
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-exec \
|
||||
install-exec-am install-exec-hook install-info install-info-am \
|
||||
install-man install-pkglibLTLIBRARIES install-strip \
|
||||
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-info-am \
|
||||
uninstall-pkglibLTLIBRARIES
|
||||
|
||||
|
||||
install-exec-hook: $(pkglib_LTLIBRARIES)
|
||||
@echo "Removing unused static libraries..."; \
|
||||
for m in $(pkglib_LTLIBRARIES); do \
|
||||
base=`echo $$m | sed 's/\..*//'`; \
|
||||
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
|
||||
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
|
||||
done
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@@ -119,6 +119,8 @@ AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
|
156
modsecurity_config.h
Normal file
156
modsecurity_config.h
Normal file
@@ -0,0 +1,156 @@
|
||||
/* modsecurity_config.h. Generated from modsecurity_config.h.in by configure. */
|
||||
/* modsecurity_config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define to 1 if you have the `atexit' function. */
|
||||
#define HAVE_ATEXIT 1
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define to 1 if you have the `fchmod' function. */
|
||||
#define HAVE_FCHMOD 1
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
/* Define to 1 if you have the `getcwd' function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
||||
to 0 otherwise. */
|
||||
#define HAVE_MALLOC 1
|
||||
|
||||
/* Define to 1 if you have the `memmove' function. */
|
||||
#define HAVE_MEMMOVE 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the `memset' function. */
|
||||
#define HAVE_MEMSET 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `strcasecmp' function. */
|
||||
#define HAVE_STRCASECMP 1
|
||||
|
||||
/* Define to 1 if you have the `strchr' function. */
|
||||
#define HAVE_STRCHR 1
|
||||
|
||||
/* Define to 1 if you have the `strdup' function. */
|
||||
#define HAVE_STRDUP 1
|
||||
|
||||
/* Define to 1 if you have the `strerror' function. */
|
||||
#define HAVE_STRERROR 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strncasecmp' function. */
|
||||
#define HAVE_STRNCASECMP 1
|
||||
|
||||
/* Define to 1 if you have the `strrchr' function. */
|
||||
#define HAVE_STRRCHR 1
|
||||
|
||||
/* Define to 1 if you have the `strstr' function. */
|
||||
#define HAVE_STRSTR 1
|
||||
|
||||
/* Define to 1 if you have the `strtol' function. */
|
||||
#define HAVE_STRTOL 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
#define LT_OBJDIR ".libs/"
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "modsecurity"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "support@modsecurity.org"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "modsecurity"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "modsecurity 2.5"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "modsecurity"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "2.5"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||
/* #undef TM_IN_SYS_TIME */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.5"
|
||||
|
||||
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
|
||||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
||||
#define below would cause a syntax error. */
|
||||
/* #undef _UINT8_T */
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
/* #undef const */
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
/* #undef inline */
|
||||
#endif
|
||||
|
||||
/* Define to rpl_malloc if the replacement function should be used. */
|
||||
/* #undef malloc */
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef pid_t */
|
||||
|
||||
/* Define to the equivalent of the C99 'restrict' keyword, or to
|
||||
nothing if this is not supported. Do not define if restrict is
|
||||
supported directly. */
|
||||
#define restrict __restrict
|
||||
/* Work around a bug in Sun C++: it does not support _Restrict or
|
||||
__restrict__, even though the corresponding Sun C compiler ends up with
|
||||
"#define restrict _Restrict" or "#define restrict __restrict__" in the
|
||||
previous line. Perhaps some future version of Sun C++ will work with
|
||||
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
||||
#if defined __SUNPRO_CC && !defined __RESTRICT
|
||||
# define _Restrict
|
||||
# define __restrict__
|
||||
#endif
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* #undef size_t */
|
||||
|
||||
/* Define to the type of an unsigned integer type of width exactly 8 bits if
|
||||
such a type exists and the standard includes do not define it. */
|
||||
/* #undef uint8_t */
|
931
tests/Makefile.in
Normal file
931
tests/Makefile.in
Normal file
@@ -0,0 +1,931 @@
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
check_PROGRAMS = msc_test$(EXEEXT)
|
||||
subdir = tests
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/csv_rx-pm.pl.in $(srcdir)/gen_rx-pm.pl.in \
|
||||
$(srcdir)/run-regression-tests.pl.in \
|
||||
$(srcdir)/run-unit-tests.pl.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude/libtool.m4 \
|
||||
$(top_srcdir)/acinclude/ltoptions.m4 \
|
||||
$(top_srcdir)/acinclude/ltsugar.m4 \
|
||||
$(top_srcdir)/acinclude/ltversion.m4 \
|
||||
$(top_srcdir)/acinclude/lt~obsolete.m4 \
|
||||
$(top_srcdir)/build/find_pcre.m4 \
|
||||
$(top_srcdir)/build/find_apr.m4 \
|
||||
$(top_srcdir)/build/find_apu.m4 \
|
||||
$(top_srcdir)/build/find_xml.m4 \
|
||||
$(top_srcdir)/build/find_lua.m4 \
|
||||
$(top_srcdir)/build/find_curl.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/modsecurity_config.h
|
||||
CONFIG_CLEAN_FILES = run-unit-tests.pl run-regression-tests.pl \
|
||||
gen_rx-pm.pl csv_rx-pm.pl
|
||||
am_msc_test_OBJECTS = msc_test-msc_test.$(OBJEXT) \
|
||||
msc_test-re.$(OBJEXT) msc_test-re_operators.$(OBJEXT) \
|
||||
msc_test-re_actions.$(OBJEXT) msc_test-re_tfns.$(OBJEXT) \
|
||||
msc_test-re_variables.$(OBJEXT) msc_test-msc_logging.$(OBJEXT) \
|
||||
msc_test-msc_xml.$(OBJEXT) msc_test-msc_multipart.$(OBJEXT) \
|
||||
msc_test-modsecurity.$(OBJEXT) msc_test-msc_parsers.$(OBJEXT) \
|
||||
msc_test-msc_util.$(OBJEXT) msc_test-msc_pcre.$(OBJEXT) \
|
||||
msc_test-persist_dbm.$(OBJEXT) msc_test-msc_reqbody.$(OBJEXT) \
|
||||
msc_test-msc_geo.$(OBJEXT) msc_test-acmp.$(OBJEXT) \
|
||||
msc_test-msc_lua.$(OBJEXT) msc_test-msc_release.$(OBJEXT)
|
||||
msc_test_OBJECTS = $(am_msc_test_OBJECTS)
|
||||
msc_test_DEPENDENCIES =
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(msc_test_SOURCES)
|
||||
DIST_SOURCES = $(msc_test_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
APR_CFLAGS = @APR_CFLAGS@
|
||||
APR_CONFIG = @APR_CONFIG@
|
||||
APR_CPPFLAGS = @APR_CPPFLAGS@
|
||||
APR_LDADD = @APR_LDADD@
|
||||
APR_LDFLAGS = @APR_LDFLAGS@
|
||||
APR_VERSION = @APR_VERSION@
|
||||
APU_CFLAGS = @APU_CFLAGS@
|
||||
APU_CONFIG = @APU_CONFIG@
|
||||
APU_LDADD = @APU_LDADD@
|
||||
APU_LDFLAGS = @APU_LDFLAGS@
|
||||
APU_VERSION = @APU_VERSION@
|
||||
APXS = @APXS@
|
||||
APXS_BINDIR = @APXS_BINDIR@
|
||||
APXS_CC = @APXS_CC@
|
||||
APXS_CFLAGS = @APXS_CFLAGS@
|
||||
APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
|
||||
APXS_HTTPD = @APXS_HTTPD@
|
||||
APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
|
||||
APXS_INCLUDES = @APXS_INCLUDES@
|
||||
APXS_LDFLAGS = @APXS_LDFLAGS@
|
||||
APXS_LIBDIR = @APXS_LIBDIR@
|
||||
APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
|
||||
APXS_LIBS = @APXS_LIBS@
|
||||
APXS_LIBTOOL = @APXS_LIBTOOL@
|
||||
APXS_MODULES = @APXS_MODULES@
|
||||
APXS_PROGNAME = @APXS_PROGNAME@
|
||||
APXS_SBINDIR = @APXS_SBINDIR@
|
||||
APXS_WRAPPER = @APXS_WRAPPER@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
|
||||
BUILD_MLOGC_FALSE = @BUILD_MLOGC_FALSE@
|
||||
BUILD_MLOGC_TRUE = @BUILD_MLOGC_TRUE@
|
||||
BUILD_extentions_FALSE = @BUILD_extentions_FALSE@
|
||||
BUILD_extentions_TRUE = @BUILD_extentions_TRUE@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CURL_CFLAGS = @CURL_CFLAGS@
|
||||
CURL_CONFIG = @CURL_CONFIG@
|
||||
CURL_CPPFLAGS = @CURL_CPPFLAGS@
|
||||
CURL_LDADD = @CURL_LDADD@
|
||||
CURL_LDFLAGS = @CURL_LDFLAGS@
|
||||
CURL_USES_GNUTLS = @CURL_USES_GNUTLS@
|
||||
CURL_VERSION = @CURL_VERSION@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENV_CMD = @ENV_CMD@
|
||||
EXEEXT = @EXEEXT@
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
FGREP = @FGREP@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
|
||||
LIBXML2_CONFIG = @LIBXML2_CONFIG@
|
||||
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
|
||||
LIBXML2_LDADD = @LIBXML2_LDADD@
|
||||
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
|
||||
LIBXML2_VERSION = @LIBXML2_VERSION@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LUA_CFLAGS = @LUA_CFLAGS@
|
||||
LUA_CONFIG = @LUA_CONFIG@
|
||||
LUA_CPPFLAGS = @LUA_CPPFLAGS@
|
||||
LUA_LDADD = @LUA_LDADD@
|
||||
LUA_LDFLAGS = @LUA_LDFLAGS@
|
||||
LUA_VERSION = @LUA_VERSION@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MODSEC_APXS_EXTRA_CFLAGS = @MODSEC_APXS_EXTRA_CFLAGS@
|
||||
MODSEC_EXTRA_CFLAGS = @MODSEC_EXTRA_CFLAGS@
|
||||
MSC_BASE_DIR = @MSC_BASE_DIR@
|
||||
MSC_PKGBASE_DIR = @MSC_PKGBASE_DIR@
|
||||
MSC_REGRESSION_CONF_DIR = @MSC_REGRESSION_CONF_DIR@
|
||||
MSC_REGRESSION_DIR = @MSC_REGRESSION_DIR@
|
||||
MSC_REGRESSION_DOCROOT_DIR = @MSC_REGRESSION_DOCROOT_DIR@
|
||||
MSC_REGRESSION_LOGS_DIR = @MSC_REGRESSION_LOGS_DIR@
|
||||
MSC_REGRESSION_SERVERROOT_DIR = @MSC_REGRESSION_SERVERROOT_DIR@
|
||||
MSC_TEST_DIR = @MSC_TEST_DIR@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PCRE_CFLAGS = @PCRE_CFLAGS@
|
||||
PCRE_CONFIG = @PCRE_CONFIG@
|
||||
PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
|
||||
PCRE_LDADD = @PCRE_LDADD@
|
||||
PCRE_LDFLAGS = @PCRE_LDFLAGS@
|
||||
PCRE_VERSION = @PCRE_VERSION@
|
||||
PERL = @PERL@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
TOPLEVEL_SUBDIRS = @TOPLEVEL_SUBDIRS@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_ECHO = @lt_ECHO@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
msc_test_SOURCES = msc_test.c \
|
||||
$(top_srcdir)/apache2/re.c \
|
||||
$(top_srcdir)/apache2/re_operators.c \
|
||||
$(top_srcdir)/apache2/re_actions.c \
|
||||
$(top_srcdir)/apache2/re_tfns.c \
|
||||
$(top_srcdir)/apache2/re_variables.c \
|
||||
$(top_srcdir)/apache2/msc_logging.c \
|
||||
$(top_srcdir)/apache2/msc_xml.c \
|
||||
$(top_srcdir)/apache2/msc_multipart.c \
|
||||
$(top_srcdir)/apache2/modsecurity.c \
|
||||
$(top_srcdir)/apache2/msc_parsers.c \
|
||||
$(top_srcdir)/apache2/msc_util.c \
|
||||
$(top_srcdir)/apache2/msc_pcre.c \
|
||||
$(top_srcdir)/apache2/persist_dbm.c \
|
||||
$(top_srcdir)/apache2/msc_reqbody.c \
|
||||
$(top_srcdir)/apache2/msc_geo.c \
|
||||
$(top_srcdir)/apache2/acmp.c \
|
||||
$(top_srcdir)/apache2/msc_lua.c \
|
||||
$(top_srcdir)/apache2/msc_release.c
|
||||
|
||||
msc_test_CFLAGS = @APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
|
||||
@PCRE_CFLAGS@ @LIBXML2_CFLAGS@ @LUA_CFLAGS@
|
||||
|
||||
msc_test_CPPFLAGS = -I$(top_srcdir)/apache2 \
|
||||
@APR_CPPFLAGS@ @LIBXML2_CPPFLAGS@ \
|
||||
@PCRE_CPPFLAGS@ @LUA_CPPFLAGS@
|
||||
|
||||
msc_test_LDADD = @APR_LDADD@ @APU_LDADD@ \
|
||||
@PCRE_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
|
||||
|
||||
msc_test_LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
|
||||
@PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
|
||||
|
||||
check_SCRIPTS = run-unit-tests.pl
|
||||
TESTS = $(check_SCRIPTS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign tests/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
run-unit-tests.pl: $(top_builddir)/config.status $(srcdir)/run-unit-tests.pl.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
run-regression-tests.pl: $(top_builddir)/config.status $(srcdir)/run-regression-tests.pl.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
gen_rx-pm.pl: $(top_builddir)/config.status $(srcdir)/gen_rx-pm.pl.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
csv_rx-pm.pl: $(top_builddir)/config.status $(srcdir)/csv_rx-pm.pl.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
|
||||
clean-checkPROGRAMS:
|
||||
@list='$(check_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
msc_test$(EXEEXT): $(msc_test_OBJECTS) $(msc_test_DEPENDENCIES)
|
||||
@rm -f msc_test$(EXEEXT)
|
||||
$(LINK) $(msc_test_LDFLAGS) $(msc_test_OBJECTS) $(msc_test_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-acmp.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-modsecurity.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_geo.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_logging.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_lua.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_multipart.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_parsers.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_pcre.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_release.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_reqbody.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_test.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_util.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-msc_xml.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-persist_dbm.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-re.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-re_actions.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-re_operators.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-re_tfns.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msc_test-re_variables.Po@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
msc_test-msc_test.o: msc_test.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_test.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_test.Tpo" -c -o msc_test-msc_test.o `test -f 'msc_test.c' || echo '$(srcdir)/'`msc_test.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_test.Tpo" "$(DEPDIR)/msc_test-msc_test.Po"; else rm -f "$(DEPDIR)/msc_test-msc_test.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='msc_test.c' object='msc_test-msc_test.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_test.o `test -f 'msc_test.c' || echo '$(srcdir)/'`msc_test.c
|
||||
|
||||
msc_test-msc_test.obj: msc_test.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_test.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_test.Tpo" -c -o msc_test-msc_test.obj `if test -f 'msc_test.c'; then $(CYGPATH_W) 'msc_test.c'; else $(CYGPATH_W) '$(srcdir)/msc_test.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_test.Tpo" "$(DEPDIR)/msc_test-msc_test.Po"; else rm -f "$(DEPDIR)/msc_test-msc_test.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='msc_test.c' object='msc_test-msc_test.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_test.obj `if test -f 'msc_test.c'; then $(CYGPATH_W) 'msc_test.c'; else $(CYGPATH_W) '$(srcdir)/msc_test.c'; fi`
|
||||
|
||||
msc_test-re.o: $(top_srcdir)/apache2/re.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re.o -MD -MP -MF "$(DEPDIR)/msc_test-re.Tpo" -c -o msc_test-re.o `test -f '$(top_srcdir)/apache2/re.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re.Tpo" "$(DEPDIR)/msc_test-re.Po"; else rm -f "$(DEPDIR)/msc_test-re.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re.c' object='msc_test-re.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re.o `test -f '$(top_srcdir)/apache2/re.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re.c
|
||||
|
||||
msc_test-re.obj: $(top_srcdir)/apache2/re.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re.obj -MD -MP -MF "$(DEPDIR)/msc_test-re.Tpo" -c -o msc_test-re.obj `if test -f '$(top_srcdir)/apache2/re.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re.Tpo" "$(DEPDIR)/msc_test-re.Po"; else rm -f "$(DEPDIR)/msc_test-re.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re.c' object='msc_test-re.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re.obj `if test -f '$(top_srcdir)/apache2/re.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re.c'; fi`
|
||||
|
||||
msc_test-re_operators.o: $(top_srcdir)/apache2/re_operators.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_operators.o -MD -MP -MF "$(DEPDIR)/msc_test-re_operators.Tpo" -c -o msc_test-re_operators.o `test -f '$(top_srcdir)/apache2/re_operators.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_operators.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_operators.Tpo" "$(DEPDIR)/msc_test-re_operators.Po"; else rm -f "$(DEPDIR)/msc_test-re_operators.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_operators.c' object='msc_test-re_operators.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_operators.o `test -f '$(top_srcdir)/apache2/re_operators.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_operators.c
|
||||
|
||||
msc_test-re_operators.obj: $(top_srcdir)/apache2/re_operators.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_operators.obj -MD -MP -MF "$(DEPDIR)/msc_test-re_operators.Tpo" -c -o msc_test-re_operators.obj `if test -f '$(top_srcdir)/apache2/re_operators.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_operators.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_operators.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_operators.Tpo" "$(DEPDIR)/msc_test-re_operators.Po"; else rm -f "$(DEPDIR)/msc_test-re_operators.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_operators.c' object='msc_test-re_operators.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_operators.obj `if test -f '$(top_srcdir)/apache2/re_operators.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_operators.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_operators.c'; fi`
|
||||
|
||||
msc_test-re_actions.o: $(top_srcdir)/apache2/re_actions.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_actions.o -MD -MP -MF "$(DEPDIR)/msc_test-re_actions.Tpo" -c -o msc_test-re_actions.o `test -f '$(top_srcdir)/apache2/re_actions.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_actions.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_actions.Tpo" "$(DEPDIR)/msc_test-re_actions.Po"; else rm -f "$(DEPDIR)/msc_test-re_actions.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_actions.c' object='msc_test-re_actions.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_actions.o `test -f '$(top_srcdir)/apache2/re_actions.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_actions.c
|
||||
|
||||
msc_test-re_actions.obj: $(top_srcdir)/apache2/re_actions.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_actions.obj -MD -MP -MF "$(DEPDIR)/msc_test-re_actions.Tpo" -c -o msc_test-re_actions.obj `if test -f '$(top_srcdir)/apache2/re_actions.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_actions.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_actions.Tpo" "$(DEPDIR)/msc_test-re_actions.Po"; else rm -f "$(DEPDIR)/msc_test-re_actions.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_actions.c' object='msc_test-re_actions.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_actions.obj `if test -f '$(top_srcdir)/apache2/re_actions.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_actions.c'; fi`
|
||||
|
||||
msc_test-re_tfns.o: $(top_srcdir)/apache2/re_tfns.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_tfns.o -MD -MP -MF "$(DEPDIR)/msc_test-re_tfns.Tpo" -c -o msc_test-re_tfns.o `test -f '$(top_srcdir)/apache2/re_tfns.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_tfns.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_tfns.Tpo" "$(DEPDIR)/msc_test-re_tfns.Po"; else rm -f "$(DEPDIR)/msc_test-re_tfns.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_tfns.c' object='msc_test-re_tfns.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_tfns.o `test -f '$(top_srcdir)/apache2/re_tfns.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_tfns.c
|
||||
|
||||
msc_test-re_tfns.obj: $(top_srcdir)/apache2/re_tfns.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_tfns.obj -MD -MP -MF "$(DEPDIR)/msc_test-re_tfns.Tpo" -c -o msc_test-re_tfns.obj `if test -f '$(top_srcdir)/apache2/re_tfns.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_tfns.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_tfns.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_tfns.Tpo" "$(DEPDIR)/msc_test-re_tfns.Po"; else rm -f "$(DEPDIR)/msc_test-re_tfns.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_tfns.c' object='msc_test-re_tfns.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_tfns.obj `if test -f '$(top_srcdir)/apache2/re_tfns.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_tfns.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_tfns.c'; fi`
|
||||
|
||||
msc_test-re_variables.o: $(top_srcdir)/apache2/re_variables.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_variables.o -MD -MP -MF "$(DEPDIR)/msc_test-re_variables.Tpo" -c -o msc_test-re_variables.o `test -f '$(top_srcdir)/apache2/re_variables.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_variables.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_variables.Tpo" "$(DEPDIR)/msc_test-re_variables.Po"; else rm -f "$(DEPDIR)/msc_test-re_variables.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_variables.c' object='msc_test-re_variables.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_variables.o `test -f '$(top_srcdir)/apache2/re_variables.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/re_variables.c
|
||||
|
||||
msc_test-re_variables.obj: $(top_srcdir)/apache2/re_variables.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-re_variables.obj -MD -MP -MF "$(DEPDIR)/msc_test-re_variables.Tpo" -c -o msc_test-re_variables.obj `if test -f '$(top_srcdir)/apache2/re_variables.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_variables.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_variables.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-re_variables.Tpo" "$(DEPDIR)/msc_test-re_variables.Po"; else rm -f "$(DEPDIR)/msc_test-re_variables.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/re_variables.c' object='msc_test-re_variables.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-re_variables.obj `if test -f '$(top_srcdir)/apache2/re_variables.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/re_variables.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/re_variables.c'; fi`
|
||||
|
||||
msc_test-msc_logging.o: $(top_srcdir)/apache2/msc_logging.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_logging.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_logging.Tpo" -c -o msc_test-msc_logging.o `test -f '$(top_srcdir)/apache2/msc_logging.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_logging.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_logging.Tpo" "$(DEPDIR)/msc_test-msc_logging.Po"; else rm -f "$(DEPDIR)/msc_test-msc_logging.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_logging.c' object='msc_test-msc_logging.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_logging.o `test -f '$(top_srcdir)/apache2/msc_logging.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_logging.c
|
||||
|
||||
msc_test-msc_logging.obj: $(top_srcdir)/apache2/msc_logging.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_logging.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_logging.Tpo" -c -o msc_test-msc_logging.obj `if test -f '$(top_srcdir)/apache2/msc_logging.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_logging.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_logging.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_logging.Tpo" "$(DEPDIR)/msc_test-msc_logging.Po"; else rm -f "$(DEPDIR)/msc_test-msc_logging.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_logging.c' object='msc_test-msc_logging.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_logging.obj `if test -f '$(top_srcdir)/apache2/msc_logging.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_logging.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_logging.c'; fi`
|
||||
|
||||
msc_test-msc_xml.o: $(top_srcdir)/apache2/msc_xml.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_xml.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_xml.Tpo" -c -o msc_test-msc_xml.o `test -f '$(top_srcdir)/apache2/msc_xml.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_xml.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_xml.Tpo" "$(DEPDIR)/msc_test-msc_xml.Po"; else rm -f "$(DEPDIR)/msc_test-msc_xml.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_xml.c' object='msc_test-msc_xml.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_xml.o `test -f '$(top_srcdir)/apache2/msc_xml.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_xml.c
|
||||
|
||||
msc_test-msc_xml.obj: $(top_srcdir)/apache2/msc_xml.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_xml.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_xml.Tpo" -c -o msc_test-msc_xml.obj `if test -f '$(top_srcdir)/apache2/msc_xml.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_xml.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_xml.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_xml.Tpo" "$(DEPDIR)/msc_test-msc_xml.Po"; else rm -f "$(DEPDIR)/msc_test-msc_xml.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_xml.c' object='msc_test-msc_xml.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_xml.obj `if test -f '$(top_srcdir)/apache2/msc_xml.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_xml.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_xml.c'; fi`
|
||||
|
||||
msc_test-msc_multipart.o: $(top_srcdir)/apache2/msc_multipart.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_multipart.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_multipart.Tpo" -c -o msc_test-msc_multipart.o `test -f '$(top_srcdir)/apache2/msc_multipart.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_multipart.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_multipart.Tpo" "$(DEPDIR)/msc_test-msc_multipart.Po"; else rm -f "$(DEPDIR)/msc_test-msc_multipart.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_multipart.c' object='msc_test-msc_multipart.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_multipart.o `test -f '$(top_srcdir)/apache2/msc_multipart.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_multipart.c
|
||||
|
||||
msc_test-msc_multipart.obj: $(top_srcdir)/apache2/msc_multipart.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_multipart.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_multipart.Tpo" -c -o msc_test-msc_multipart.obj `if test -f '$(top_srcdir)/apache2/msc_multipart.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_multipart.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_multipart.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_multipart.Tpo" "$(DEPDIR)/msc_test-msc_multipart.Po"; else rm -f "$(DEPDIR)/msc_test-msc_multipart.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_multipart.c' object='msc_test-msc_multipart.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_multipart.obj `if test -f '$(top_srcdir)/apache2/msc_multipart.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_multipart.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_multipart.c'; fi`
|
||||
|
||||
msc_test-modsecurity.o: $(top_srcdir)/apache2/modsecurity.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-modsecurity.o -MD -MP -MF "$(DEPDIR)/msc_test-modsecurity.Tpo" -c -o msc_test-modsecurity.o `test -f '$(top_srcdir)/apache2/modsecurity.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/modsecurity.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-modsecurity.Tpo" "$(DEPDIR)/msc_test-modsecurity.Po"; else rm -f "$(DEPDIR)/msc_test-modsecurity.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/modsecurity.c' object='msc_test-modsecurity.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-modsecurity.o `test -f '$(top_srcdir)/apache2/modsecurity.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/modsecurity.c
|
||||
|
||||
msc_test-modsecurity.obj: $(top_srcdir)/apache2/modsecurity.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-modsecurity.obj -MD -MP -MF "$(DEPDIR)/msc_test-modsecurity.Tpo" -c -o msc_test-modsecurity.obj `if test -f '$(top_srcdir)/apache2/modsecurity.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/modsecurity.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/modsecurity.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-modsecurity.Tpo" "$(DEPDIR)/msc_test-modsecurity.Po"; else rm -f "$(DEPDIR)/msc_test-modsecurity.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/modsecurity.c' object='msc_test-modsecurity.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-modsecurity.obj `if test -f '$(top_srcdir)/apache2/modsecurity.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/modsecurity.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/modsecurity.c'; fi`
|
||||
|
||||
msc_test-msc_parsers.o: $(top_srcdir)/apache2/msc_parsers.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_parsers.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_parsers.Tpo" -c -o msc_test-msc_parsers.o `test -f '$(top_srcdir)/apache2/msc_parsers.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_parsers.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_parsers.Tpo" "$(DEPDIR)/msc_test-msc_parsers.Po"; else rm -f "$(DEPDIR)/msc_test-msc_parsers.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_parsers.c' object='msc_test-msc_parsers.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_parsers.o `test -f '$(top_srcdir)/apache2/msc_parsers.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_parsers.c
|
||||
|
||||
msc_test-msc_parsers.obj: $(top_srcdir)/apache2/msc_parsers.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_parsers.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_parsers.Tpo" -c -o msc_test-msc_parsers.obj `if test -f '$(top_srcdir)/apache2/msc_parsers.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_parsers.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_parsers.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_parsers.Tpo" "$(DEPDIR)/msc_test-msc_parsers.Po"; else rm -f "$(DEPDIR)/msc_test-msc_parsers.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_parsers.c' object='msc_test-msc_parsers.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_parsers.obj `if test -f '$(top_srcdir)/apache2/msc_parsers.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_parsers.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_parsers.c'; fi`
|
||||
|
||||
msc_test-msc_util.o: $(top_srcdir)/apache2/msc_util.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_util.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_util.Tpo" -c -o msc_test-msc_util.o `test -f '$(top_srcdir)/apache2/msc_util.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_util.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_util.Tpo" "$(DEPDIR)/msc_test-msc_util.Po"; else rm -f "$(DEPDIR)/msc_test-msc_util.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_util.c' object='msc_test-msc_util.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_util.o `test -f '$(top_srcdir)/apache2/msc_util.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_util.c
|
||||
|
||||
msc_test-msc_util.obj: $(top_srcdir)/apache2/msc_util.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_util.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_util.Tpo" -c -o msc_test-msc_util.obj `if test -f '$(top_srcdir)/apache2/msc_util.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_util.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_util.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_util.Tpo" "$(DEPDIR)/msc_test-msc_util.Po"; else rm -f "$(DEPDIR)/msc_test-msc_util.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_util.c' object='msc_test-msc_util.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_util.obj `if test -f '$(top_srcdir)/apache2/msc_util.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_util.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_util.c'; fi`
|
||||
|
||||
msc_test-msc_pcre.o: $(top_srcdir)/apache2/msc_pcre.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_pcre.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_pcre.Tpo" -c -o msc_test-msc_pcre.o `test -f '$(top_srcdir)/apache2/msc_pcre.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_pcre.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_pcre.Tpo" "$(DEPDIR)/msc_test-msc_pcre.Po"; else rm -f "$(DEPDIR)/msc_test-msc_pcre.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_pcre.c' object='msc_test-msc_pcre.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_pcre.o `test -f '$(top_srcdir)/apache2/msc_pcre.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_pcre.c
|
||||
|
||||
msc_test-msc_pcre.obj: $(top_srcdir)/apache2/msc_pcre.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_pcre.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_pcre.Tpo" -c -o msc_test-msc_pcre.obj `if test -f '$(top_srcdir)/apache2/msc_pcre.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_pcre.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_pcre.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_pcre.Tpo" "$(DEPDIR)/msc_test-msc_pcre.Po"; else rm -f "$(DEPDIR)/msc_test-msc_pcre.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_pcre.c' object='msc_test-msc_pcre.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_pcre.obj `if test -f '$(top_srcdir)/apache2/msc_pcre.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_pcre.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_pcre.c'; fi`
|
||||
|
||||
msc_test-persist_dbm.o: $(top_srcdir)/apache2/persist_dbm.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-persist_dbm.o -MD -MP -MF "$(DEPDIR)/msc_test-persist_dbm.Tpo" -c -o msc_test-persist_dbm.o `test -f '$(top_srcdir)/apache2/persist_dbm.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/persist_dbm.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-persist_dbm.Tpo" "$(DEPDIR)/msc_test-persist_dbm.Po"; else rm -f "$(DEPDIR)/msc_test-persist_dbm.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/persist_dbm.c' object='msc_test-persist_dbm.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-persist_dbm.o `test -f '$(top_srcdir)/apache2/persist_dbm.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/persist_dbm.c
|
||||
|
||||
msc_test-persist_dbm.obj: $(top_srcdir)/apache2/persist_dbm.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-persist_dbm.obj -MD -MP -MF "$(DEPDIR)/msc_test-persist_dbm.Tpo" -c -o msc_test-persist_dbm.obj `if test -f '$(top_srcdir)/apache2/persist_dbm.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/persist_dbm.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/persist_dbm.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-persist_dbm.Tpo" "$(DEPDIR)/msc_test-persist_dbm.Po"; else rm -f "$(DEPDIR)/msc_test-persist_dbm.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/persist_dbm.c' object='msc_test-persist_dbm.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-persist_dbm.obj `if test -f '$(top_srcdir)/apache2/persist_dbm.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/persist_dbm.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/persist_dbm.c'; fi`
|
||||
|
||||
msc_test-msc_reqbody.o: $(top_srcdir)/apache2/msc_reqbody.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_reqbody.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_reqbody.Tpo" -c -o msc_test-msc_reqbody.o `test -f '$(top_srcdir)/apache2/msc_reqbody.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_reqbody.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_reqbody.Tpo" "$(DEPDIR)/msc_test-msc_reqbody.Po"; else rm -f "$(DEPDIR)/msc_test-msc_reqbody.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_reqbody.c' object='msc_test-msc_reqbody.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_reqbody.o `test -f '$(top_srcdir)/apache2/msc_reqbody.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_reqbody.c
|
||||
|
||||
msc_test-msc_reqbody.obj: $(top_srcdir)/apache2/msc_reqbody.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_reqbody.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_reqbody.Tpo" -c -o msc_test-msc_reqbody.obj `if test -f '$(top_srcdir)/apache2/msc_reqbody.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_reqbody.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_reqbody.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_reqbody.Tpo" "$(DEPDIR)/msc_test-msc_reqbody.Po"; else rm -f "$(DEPDIR)/msc_test-msc_reqbody.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_reqbody.c' object='msc_test-msc_reqbody.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_reqbody.obj `if test -f '$(top_srcdir)/apache2/msc_reqbody.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_reqbody.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_reqbody.c'; fi`
|
||||
|
||||
msc_test-msc_geo.o: $(top_srcdir)/apache2/msc_geo.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_geo.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_geo.Tpo" -c -o msc_test-msc_geo.o `test -f '$(top_srcdir)/apache2/msc_geo.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_geo.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_geo.Tpo" "$(DEPDIR)/msc_test-msc_geo.Po"; else rm -f "$(DEPDIR)/msc_test-msc_geo.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_geo.c' object='msc_test-msc_geo.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_geo.o `test -f '$(top_srcdir)/apache2/msc_geo.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_geo.c
|
||||
|
||||
msc_test-msc_geo.obj: $(top_srcdir)/apache2/msc_geo.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_geo.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_geo.Tpo" -c -o msc_test-msc_geo.obj `if test -f '$(top_srcdir)/apache2/msc_geo.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_geo.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_geo.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_geo.Tpo" "$(DEPDIR)/msc_test-msc_geo.Po"; else rm -f "$(DEPDIR)/msc_test-msc_geo.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_geo.c' object='msc_test-msc_geo.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_geo.obj `if test -f '$(top_srcdir)/apache2/msc_geo.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_geo.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_geo.c'; fi`
|
||||
|
||||
msc_test-acmp.o: $(top_srcdir)/apache2/acmp.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-acmp.o -MD -MP -MF "$(DEPDIR)/msc_test-acmp.Tpo" -c -o msc_test-acmp.o `test -f '$(top_srcdir)/apache2/acmp.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/acmp.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-acmp.Tpo" "$(DEPDIR)/msc_test-acmp.Po"; else rm -f "$(DEPDIR)/msc_test-acmp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/acmp.c' object='msc_test-acmp.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-acmp.o `test -f '$(top_srcdir)/apache2/acmp.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/acmp.c
|
||||
|
||||
msc_test-acmp.obj: $(top_srcdir)/apache2/acmp.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-acmp.obj -MD -MP -MF "$(DEPDIR)/msc_test-acmp.Tpo" -c -o msc_test-acmp.obj `if test -f '$(top_srcdir)/apache2/acmp.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/acmp.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/acmp.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-acmp.Tpo" "$(DEPDIR)/msc_test-acmp.Po"; else rm -f "$(DEPDIR)/msc_test-acmp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/acmp.c' object='msc_test-acmp.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-acmp.obj `if test -f '$(top_srcdir)/apache2/acmp.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/acmp.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/acmp.c'; fi`
|
||||
|
||||
msc_test-msc_lua.o: $(top_srcdir)/apache2/msc_lua.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_lua.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_lua.Tpo" -c -o msc_test-msc_lua.o `test -f '$(top_srcdir)/apache2/msc_lua.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_lua.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_lua.Tpo" "$(DEPDIR)/msc_test-msc_lua.Po"; else rm -f "$(DEPDIR)/msc_test-msc_lua.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_lua.c' object='msc_test-msc_lua.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_lua.o `test -f '$(top_srcdir)/apache2/msc_lua.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_lua.c
|
||||
|
||||
msc_test-msc_lua.obj: $(top_srcdir)/apache2/msc_lua.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_lua.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_lua.Tpo" -c -o msc_test-msc_lua.obj `if test -f '$(top_srcdir)/apache2/msc_lua.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_lua.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_lua.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_lua.Tpo" "$(DEPDIR)/msc_test-msc_lua.Po"; else rm -f "$(DEPDIR)/msc_test-msc_lua.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_lua.c' object='msc_test-msc_lua.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_lua.obj `if test -f '$(top_srcdir)/apache2/msc_lua.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_lua.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_lua.c'; fi`
|
||||
|
||||
msc_test-msc_release.o: $(top_srcdir)/apache2/msc_release.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_release.o -MD -MP -MF "$(DEPDIR)/msc_test-msc_release.Tpo" -c -o msc_test-msc_release.o `test -f '$(top_srcdir)/apache2/msc_release.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_release.c; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_release.Tpo" "$(DEPDIR)/msc_test-msc_release.Po"; else rm -f "$(DEPDIR)/msc_test-msc_release.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_release.c' object='msc_test-msc_release.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_release.o `test -f '$(top_srcdir)/apache2/msc_release.c' || echo '$(srcdir)/'`$(top_srcdir)/apache2/msc_release.c
|
||||
|
||||
msc_test-msc_release.obj: $(top_srcdir)/apache2/msc_release.c
|
||||
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -MT msc_test-msc_release.obj -MD -MP -MF "$(DEPDIR)/msc_test-msc_release.Tpo" -c -o msc_test-msc_release.obj `if test -f '$(top_srcdir)/apache2/msc_release.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_release.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_release.c'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/msc_test-msc_release.Tpo" "$(DEPDIR)/msc_test-msc_release.Po"; else rm -f "$(DEPDIR)/msc_test-msc_release.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/apache2/msc_release.c' object='msc_test-msc_release.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msc_test_CPPFLAGS) $(CPPFLAGS) $(msc_test_CFLAGS) $(CFLAGS) -c -o msc_test-msc_release.obj `if test -f '$(top_srcdir)/apache2/msc_release.c'; then $(CYGPATH_W) '$(top_srcdir)/apache2/msc_release.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/apache2/msc_release.c'; fi`
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
check-TESTS: $(TESTS)
|
||||
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
||||
srcdir=$(srcdir); export srcdir; \
|
||||
list='$(TESTS)'; \
|
||||
if test -n "$$list"; then \
|
||||
for tst in $$list; do \
|
||||
if test -f ./$$tst; then dir=./; \
|
||||
elif test -f $$tst; then dir=; \
|
||||
else dir="$(srcdir)/"; fi; \
|
||||
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
||||
all=`expr $$all + 1`; \
|
||||
case " $(XFAIL_TESTS) " in \
|
||||
*" $$tst "*) \
|
||||
xpass=`expr $$xpass + 1`; \
|
||||
failed=`expr $$failed + 1`; \
|
||||
echo "XPASS: $$tst"; \
|
||||
;; \
|
||||
*) \
|
||||
echo "PASS: $$tst"; \
|
||||
;; \
|
||||
esac; \
|
||||
elif test $$? -ne 77; then \
|
||||
all=`expr $$all + 1`; \
|
||||
case " $(XFAIL_TESTS) " in \
|
||||
*" $$tst "*) \
|
||||
xfail=`expr $$xfail + 1`; \
|
||||
echo "XFAIL: $$tst"; \
|
||||
;; \
|
||||
*) \
|
||||
failed=`expr $$failed + 1`; \
|
||||
echo "FAIL: $$tst"; \
|
||||
;; \
|
||||
esac; \
|
||||
else \
|
||||
skip=`expr $$skip + 1`; \
|
||||
echo "SKIP: $$tst"; \
|
||||
fi; \
|
||||
done; \
|
||||
if test "$$failed" -eq 0; then \
|
||||
if test "$$xfail" -eq 0; then \
|
||||
banner="All $$all tests passed"; \
|
||||
else \
|
||||
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
|
||||
fi; \
|
||||
else \
|
||||
if test "$$xpass" -eq 0; then \
|
||||
banner="$$failed of $$all tests failed"; \
|
||||
else \
|
||||
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
|
||||
fi; \
|
||||
fi; \
|
||||
dashes="$$banner"; \
|
||||
skipped=""; \
|
||||
if test "$$skip" -ne 0; then \
|
||||
skipped="($$skip tests were not run)"; \
|
||||
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
||||
dashes="$$skipped"; \
|
||||
fi; \
|
||||
report=""; \
|
||||
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
||||
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
||||
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
||||
dashes="$$report"; \
|
||||
fi; \
|
||||
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
||||
echo "$$dashes"; \
|
||||
echo "$$banner"; \
|
||||
test -z "$$skipped" || echo "$$skipped"; \
|
||||
test -z "$$report" || echo "$$report"; \
|
||||
echo "$$dashes"; \
|
||||
test "$$failed" -eq 0; \
|
||||
else :; fi
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
|
||||
clean-checkPROGRAMS clean-generic clean-libtool ctags \
|
||||
distclean distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-strip 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-info-am
|
||||
|
||||
|
||||
test: check
|
||||
|
||||
test-regression: run-regression-tests.pl
|
||||
$(PERL) run-regression-tests.pl
|
||||
|
||||
.PHONY: test test-regression
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@@ -99,6 +99,8 @@ AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BUILD_ALP2_FALSE = @BUILD_ALP2_FALSE@
|
||||
BUILD_ALP2_TRUE = @BUILD_ALP2_TRUE@
|
||||
BUILD_APACHE2_MODULE_FALSE = @BUILD_APACHE2_MODULE_FALSE@
|
||||
BUILD_APACHE2_MODULE_TRUE = @BUILD_APACHE2_MODULE_TRUE@
|
||||
BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
||||
|
Reference in New Issue
Block a user