~ubuntu-branches/ubuntu/raring/modsecurity-apache/raring

« back to all changes in this revision

Viewing changes to .pc/fix_non_linux.patch/apache2/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2012-03-16 13:26:32 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120316132632-twljy8vnu71b428t
Tags: 2.6.4-1
* New upstream release
* Apply patch by Peter Michael Green to fix FTBFS on non-linux
  kernels. (Closes: #631649, #654719)
* Added doc-base entry
* Set Priority to extra for transitional libapache-mod-security

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = apache2
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(srcdir)/modsecurity_config_auto.h.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/build/find_apr.m4 \
 
41
        $(top_srcdir)/build/find_apu.m4 \
 
42
        $(top_srcdir)/build/find_curl.m4 \
 
43
        $(top_srcdir)/build/find_lua.m4 \
 
44
        $(top_srcdir)/build/find_pcre.m4 \
 
45
        $(top_srcdir)/build/find_xml.m4 $(top_srcdir)/build/libtool.m4 \
 
46
        $(top_srcdir)/build/ltoptions.m4 \
 
47
        $(top_srcdir)/build/ltsugar.m4 \
 
48
        $(top_srcdir)/build/ltversion.m4 \
 
49
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(install_sh) -d
 
53
CONFIG_HEADER = modsecurity_config_auto.h
 
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
77
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
78
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
79
mod_security2_la_DEPENDENCIES =
 
80
am_mod_security2_la_OBJECTS = mod_security2_la-mod_security2.lo \
 
81
        mod_security2_la-apache2_config.lo \
 
82
        mod_security2_la-apache2_io.lo \
 
83
        mod_security2_la-apache2_util.lo mod_security2_la-re.lo \
 
84
        mod_security2_la-re_operators.lo \
 
85
        mod_security2_la-re_actions.lo mod_security2_la-re_tfns.lo \
 
86
        mod_security2_la-re_variables.lo \
 
87
        mod_security2_la-msc_logging.lo mod_security2_la-msc_xml.lo \
 
88
        mod_security2_la-msc_multipart.lo \
 
89
        mod_security2_la-modsecurity.lo \
 
90
        mod_security2_la-msc_parsers.lo mod_security2_la-msc_util.lo \
 
91
        mod_security2_la-msc_pcre.lo mod_security2_la-persist_dbm.lo \
 
92
        mod_security2_la-msc_reqbody.lo mod_security2_la-msc_geo.lo \
 
93
        mod_security2_la-msc_gsb.lo mod_security2_la-msc_unicode.lo \
 
94
        mod_security2_la-acmp.lo mod_security2_la-msc_lua.lo \
 
95
        mod_security2_la-msc_release.lo
 
96
mod_security2_la_OBJECTS = $(am_mod_security2_la_OBJECTS)
 
97
mod_security2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
98
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mod_security2_la_CFLAGS) \
 
99
        $(CFLAGS) $(mod_security2_la_LDFLAGS) $(LDFLAGS) -o $@
 
100
DEFAULT_INCLUDES = -I.@am__isrc@
 
101
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
 
102
am__depfiles_maybe = depfiles
 
103
am__mv = mv -f
 
104
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
105
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
106
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
107
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
108
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
109
CCLD = $(CC)
 
110
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
111
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
112
        $(LDFLAGS) -o $@
 
113
SOURCES = $(mod_security2_la_SOURCES)
 
114
DIST_SOURCES = $(mod_security2_la_SOURCES)
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
pkglibdir = $(prefix)/lib
 
119
ACLOCAL = @ACLOCAL@
 
120
AMTAR = @AMTAR@
 
121
APR_CFLAGS = @APR_CFLAGS@
 
122
APR_CONFIG = @APR_CONFIG@
 
123
APR_CPPFLAGS = @APR_CPPFLAGS@
 
124
APR_LDADD = @APR_LDADD@
 
125
APR_LDFLAGS = @APR_LDFLAGS@
 
126
APR_VERSION = @APR_VERSION@
 
127
APU_CFLAGS = @APU_CFLAGS@
 
128
APU_CONFIG = @APU_CONFIG@
 
129
APU_LDADD = @APU_LDADD@
 
130
APU_LDFLAGS = @APU_LDFLAGS@
 
131
APU_VERSION = @APU_VERSION@
 
132
APXS = @APXS@
 
133
APXS_BINDIR = @APXS_BINDIR@
 
134
APXS_CC = @APXS_CC@
 
135
APXS_CFLAGS = @APXS_CFLAGS@
 
136
APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
 
137
APXS_HTTPD = @APXS_HTTPD@
 
138
APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
 
139
APXS_INCLUDES = @APXS_INCLUDES@
 
140
APXS_LDFLAGS = @APXS_LDFLAGS@
 
141
APXS_LIBDIR = @APXS_LIBDIR@
 
142
APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
 
143
APXS_LIBS = @APXS_LIBS@
 
144
APXS_LIBTOOL = @APXS_LIBTOOL@
 
145
APXS_MODULES = @APXS_MODULES@
 
146
APXS_PROGNAME = @APXS_PROGNAME@
 
147
APXS_SBINDIR = @APXS_SBINDIR@
 
148
APXS_WRAPPER = @APXS_WRAPPER@
 
149
AR = @AR@
 
150
AUTOCONF = @AUTOCONF@
 
151
AUTOHEADER = @AUTOHEADER@
 
152
AUTOMAKE = @AUTOMAKE@
 
153
AWK = @AWK@
 
154
CC = @CC@
 
155
CCDEPMODE = @CCDEPMODE@
 
156
CFLAGS = @CFLAGS@
 
157
CPP = @CPP@
 
158
CPPFLAGS = @CPPFLAGS@
 
159
CURL_CFLAGS = @CURL_CFLAGS@
 
160
CURL_CONFIG = @CURL_CONFIG@
 
161
CURL_CPPFLAGS = @CURL_CPPFLAGS@
 
162
CURL_LDADD = @CURL_LDADD@
 
163
CURL_LDFLAGS = @CURL_LDFLAGS@
 
164
CURL_USES_GNUTLS = @CURL_USES_GNUTLS@
 
165
CURL_VERSION = @CURL_VERSION@
 
166
CYGPATH_W = @CYGPATH_W@
 
167
DEFS = @DEFS@
 
168
DEPDIR = @DEPDIR@
 
169
DSYMUTIL = @DSYMUTIL@
 
170
DUMPBIN = @DUMPBIN@
 
171
ECHO_C = @ECHO_C@
 
172
ECHO_N = @ECHO_N@
 
173
ECHO_T = @ECHO_T@
 
174
EGREP = @EGREP@
 
175
ENV_CMD = @ENV_CMD@
 
176
EXEEXT = @EXEEXT@
 
177
EXTRA_CFLAGS = @EXTRA_CFLAGS@
 
178
FGREP = @FGREP@
 
179
GREP = @GREP@
 
180
INSTALL = @INSTALL@
 
181
INSTALL_DATA = @INSTALL_DATA@
 
182
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
183
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
184
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
185
LD = @LD@
 
186
LDFLAGS = @LDFLAGS@
 
187
LIBOBJS = @LIBOBJS@
 
188
LIBS = @LIBS@
 
189
LIBTOOL = @LIBTOOL@
 
190
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 
191
LIBXML2_CONFIG = @LIBXML2_CONFIG@
 
192
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
 
193
LIBXML2_LDADD = @LIBXML2_LDADD@
 
194
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
 
195
LIBXML2_VERSION = @LIBXML2_VERSION@
 
196
LIPO = @LIPO@
 
197
LN_S = @LN_S@
 
198
LTLIBOBJS = @LTLIBOBJS@
 
199
LUA_CFLAGS = @LUA_CFLAGS@
 
200
LUA_LDADD = @LUA_LDADD@
 
201
LUA_LDFLAGS = @LUA_LDFLAGS@
 
202
MAKEINFO = @MAKEINFO@
 
203
MKDIR_P = @MKDIR_P@
 
204
MODSEC_APXS_EXTRA_CFLAGS = @MODSEC_APXS_EXTRA_CFLAGS@
 
205
MODSEC_EXTRA_CFLAGS = @MODSEC_EXTRA_CFLAGS@
 
206
MSC_BASE_DIR = @MSC_BASE_DIR@
 
207
MSC_PKGBASE_DIR = @MSC_PKGBASE_DIR@
 
208
MSC_REGRESSION_CONF_DIR = @MSC_REGRESSION_CONF_DIR@
 
209
MSC_REGRESSION_DIR = @MSC_REGRESSION_DIR@
 
210
MSC_REGRESSION_DOCROOT_DIR = @MSC_REGRESSION_DOCROOT_DIR@
 
211
MSC_REGRESSION_LOGS_DIR = @MSC_REGRESSION_LOGS_DIR@
 
212
MSC_REGRESSION_SERVERROOT_DIR = @MSC_REGRESSION_SERVERROOT_DIR@
 
213
MSC_TEST_DIR = @MSC_TEST_DIR@
 
214
NM = @NM@
 
215
NMEDIT = @NMEDIT@
 
216
OBJDUMP = @OBJDUMP@
 
217
OBJEXT = @OBJEXT@
 
218
OTOOL = @OTOOL@
 
219
OTOOL64 = @OTOOL64@
 
220
PACKAGE = @PACKAGE@
 
221
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
222
PACKAGE_NAME = @PACKAGE_NAME@
 
223
PACKAGE_STRING = @PACKAGE_STRING@
 
224
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
225
PACKAGE_URL = @PACKAGE_URL@
 
226
PACKAGE_VERSION = @PACKAGE_VERSION@
 
227
PATH_SEPARATOR = @PATH_SEPARATOR@
 
228
PCRE_CFLAGS = @PCRE_CFLAGS@
 
229
PCRE_CONFIG = @PCRE_CONFIG@
 
230
PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
 
231
PCRE_LDADD = @PCRE_LDADD@
 
232
PCRE_LDFLAGS = @PCRE_LDFLAGS@
 
233
PCRE_VERSION = @PCRE_VERSION@
 
234
PERL = @PERL@
 
235
PKG_CONFIG = @PKG_CONFIG@
 
236
RANLIB = @RANLIB@
 
237
SED = @SED@
 
238
SET_MAKE = @SET_MAKE@
 
239
SHELL = @SHELL@
 
240
STRIP = @STRIP@
 
241
TOPLEVEL_SUBDIRS = @TOPLEVEL_SUBDIRS@
 
242
VERSION = @VERSION@
 
243
abs_builddir = @abs_builddir@
 
244
abs_srcdir = @abs_srcdir@
 
245
abs_top_builddir = @abs_top_builddir@
 
246
abs_top_srcdir = @abs_top_srcdir@
 
247
ac_ct_CC = @ac_ct_CC@
 
248
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
249
am__include = @am__include@
 
250
am__leading_dot = @am__leading_dot@
 
251
am__quote = @am__quote@
 
252
am__tar = @am__tar@
 
253
am__untar = @am__untar@
 
254
bindir = @bindir@
 
255
build = @build@
 
256
build_alias = @build_alias@
 
257
build_cpu = @build_cpu@
 
258
build_os = @build_os@
 
259
build_vendor = @build_vendor@
 
260
builddir = @builddir@
 
261
datadir = @datadir@
 
262
datarootdir = @datarootdir@
 
263
docdir = @docdir@
 
264
dvidir = @dvidir@
 
265
exec_prefix = @exec_prefix@
 
266
host = @host@
 
267
host_alias = @host_alias@
 
268
host_cpu = @host_cpu@
 
269
host_os = @host_os@
 
270
host_vendor = @host_vendor@
 
271
htmldir = @htmldir@
 
272
includedir = @includedir@
 
273
infodir = @infodir@
 
274
install_sh = @install_sh@
 
275
libdir = @libdir@
 
276
libexecdir = @libexecdir@
 
277
localedir = @localedir@
 
278
localstatedir = @localstatedir@
 
279
lt_ECHO = @lt_ECHO@
 
280
mandir = @mandir@
 
281
mkdir_p = @mkdir_p@
 
282
oldincludedir = @oldincludedir@
 
283
pdfdir = @pdfdir@
 
284
prefix = @prefix@
 
285
program_transform_name = @program_transform_name@
 
286
psdir = @psdir@
 
287
sbindir = @sbindir@
 
288
sharedstatedir = @sharedstatedir@
 
289
srcdir = @srcdir@
 
290
sysconfdir = @sysconfdir@
 
291
target_alias = @target_alias@
 
292
top_build_prefix = @top_build_prefix@
 
293
top_builddir = @top_builddir@
 
294
top_srcdir = @top_srcdir@
 
295
pkglib_LTLIBRARIES = mod_security2.la
 
296
#include_HEADERS = re.h modsecurity.h msc_logging.h msc_multipart.h \
 
297
#                  msc_parsers.h msc_pcre.h msc_util.h msc_xml.h \
 
298
#                  persist_dbm.h apache2.h msc_geo.h acmp.h utf8tables.h \
 
299
#                  msc_lua.h msc_release.h
 
300
mod_security2_la_SOURCES = mod_security2.c \
 
301
                           apache2_config.c apache2_io.c apache2_util.c \
 
302
                           re.c re_operators.c re_actions.c re_tfns.c \
 
303
                           re_variables.c msc_logging.c msc_xml.c \
 
304
                           msc_multipart.c modsecurity.c msc_parsers.c \
 
305
                           msc_util.c msc_pcre.c persist_dbm.c msc_reqbody.c \
 
306
                           msc_geo.c msc_gsb.c msc_unicode.c acmp.c msc_lua.c msc_release.c
 
307
 
 
308
mod_security2_la_CFLAGS = @APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
 
309
                          @PCRE_CFLAGS@ @LIBXML2_CFLAGS@ @LUA_CFLAGS@ @MODSEC_EXTRA_CFLAGS@ @CURL_CFLAGS@
 
310
 
 
311
mod_security2_la_CPPFLAGS = @APR_CPPFLAGS@ @PCRE_CPPFLAGS@ @LIBXML2_CPPFLAGS@
 
312
mod_security2_la_LIBADD = @APR_LDADD@ @APU_LDADD@ @PCRE_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
 
313
@AIX_TRUE@mod_security2_la_LDFLAGS = -module -avoid-version \
 
314
@AIX_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
315
@AIX_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
316
 
 
317
@FREEBSD_TRUE@mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
 
318
@FREEBSD_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
319
@FREEBSD_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
320
 
 
321
@HPUX_TRUE@mod_security2_la_LDFLAGS = -module -avoid-version \
 
322
@HPUX_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
323
@HPUX_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
324
 
 
325
@LINUX_TRUE@mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
 
326
@LINUX_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
327
@LINUX_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
328
 
 
329
@MACOSX_TRUE@mod_security2_la_LDFLAGS = -module -avoid-version \
 
330
@MACOSX_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
331
@MACOSX_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
332
 
 
333
@NETBSD_TRUE@mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
 
334
@NETBSD_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
335
@NETBSD_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
336
 
 
337
@OPENBSD_TRUE@mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
 
338
@OPENBSD_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
339
@OPENBSD_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
340
 
 
341
@SOLARIS_TRUE@mod_security2_la_LDFLAGS = -module -avoid-version \
 
342
@SOLARIS_TRUE@                           @APR_LDFLAGS@ @APU_LDFLAGS@ @APXS_LDFLAGS@ \
 
343
@SOLARIS_TRUE@                           @PCRE_LDFLAGS@ @LIBXML2_LDFLAGS@ @LUA_LDFLAGS@
 
344
 
 
345
all: modsecurity_config_auto.h
 
346
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
347
 
 
348
.SUFFIXES:
 
349
.SUFFIXES: .c .lo .o .obj
 
350
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
351
        @for dep in $?; do \
 
352
          case '$(am__configure_deps)' in \
 
353
            *$$dep*) \
 
354
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
355
                && { if test -f $@; then exit 0; else break; fi; }; \
 
356
              exit 1;; \
 
357
          esac; \
 
358
        done; \
 
359
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign apache2/Makefile'; \
 
360
        $(am__cd) $(top_srcdir) && \
 
361
          $(AUTOMAKE) --foreign apache2/Makefile
 
362
.PRECIOUS: Makefile
 
363
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
364
        @case '$?' in \
 
365
          *config.status*) \
 
366
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
367
          *) \
 
368
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
369
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
370
        esac;
 
371
 
 
372
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
373
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
374
 
 
375
$(top_srcdir)/configure:  $(am__configure_deps)
 
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
379
$(am__aclocal_m4_deps):
 
380
 
 
381
modsecurity_config_auto.h: stamp-h1
 
382
        @if test ! -f $@; then \
 
383
          rm -f stamp-h1; \
 
384
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
385
        else :; fi
 
386
 
 
387
stamp-h1: $(srcdir)/modsecurity_config_auto.h.in $(top_builddir)/config.status
 
388
        @rm -f stamp-h1
 
389
        cd $(top_builddir) && $(SHELL) ./config.status apache2/modsecurity_config_auto.h
 
390
$(srcdir)/modsecurity_config_auto.h.in:  $(am__configure_deps) 
 
391
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
392
        rm -f stamp-h1
 
393
        touch $@
 
394
 
 
395
distclean-hdr:
 
396
        -rm -f modsecurity_config_auto.h stamp-h1
 
397
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
398
        @$(NORMAL_INSTALL)
 
399
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
400
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
401
        list2=; for p in $$list; do \
 
402
          if test -f $$p; then \
 
403
            list2="$$list2 $$p"; \
 
404
          else :; fi; \
 
405
        done; \
 
406
        test -z "$$list2" || { \
 
407
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
408
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
409
        }
 
410
 
 
411
uninstall-pkglibLTLIBRARIES:
 
412
        @$(NORMAL_UNINSTALL)
 
413
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
414
        for p in $$list; do \
 
415
          $(am__strip_dir) \
 
416
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
417
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
 
418
        done
 
419
 
 
420
clean-pkglibLTLIBRARIES:
 
421
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
422
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
423
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
424
          test "$$dir" != "$$p" || dir=.; \
 
425
          echo "rm -f \"$${dir}/so_locations\""; \
 
426
          rm -f "$${dir}/so_locations"; \
 
427
        done
 
428
mod_security2.la: $(mod_security2_la_OBJECTS) $(mod_security2_la_DEPENDENCIES) 
 
429
        $(mod_security2_la_LINK) -rpath $(pkglibdir) $(mod_security2_la_OBJECTS) $(mod_security2_la_LIBADD) $(LIBS)
 
430
 
 
431
mostlyclean-compile:
 
432
        -rm -f *.$(OBJEXT)
 
433
 
 
434
distclean-compile:
 
435
        -rm -f *.tab.c
 
436
 
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-acmp.Plo@am__quote@
 
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_config.Plo@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_io.Plo@am__quote@
 
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_util.Plo@am__quote@
 
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-mod_security2.Plo@am__quote@
 
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-modsecurity.Plo@am__quote@
 
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_geo.Plo@am__quote@
 
444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_gsb.Plo@am__quote@
 
445
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_logging.Plo@am__quote@
 
446
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_lua.Plo@am__quote@
 
447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_multipart.Plo@am__quote@
 
448
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_parsers.Plo@am__quote@
 
449
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_pcre.Plo@am__quote@
 
450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_release.Plo@am__quote@
 
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_reqbody.Plo@am__quote@
 
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_unicode.Plo@am__quote@
 
453
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_util.Plo@am__quote@
 
454
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_xml.Plo@am__quote@
 
455
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-persist_dbm.Plo@am__quote@
 
456
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-re.Plo@am__quote@
 
457
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-re_actions.Plo@am__quote@
 
458
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-re_operators.Plo@am__quote@
 
459
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-re_tfns.Plo@am__quote@
 
460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-re_variables.Plo@am__quote@
 
461
 
 
462
.c.o:
 
463
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
464
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
468
 
 
469
.c.obj:
 
470
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
471
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
474
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
475
 
 
476
.c.lo:
 
477
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
478
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
481
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
482
 
 
483
mod_security2_la-mod_security2.lo: mod_security2.c
 
484
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-mod_security2.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-mod_security2.Tpo -c -o mod_security2_la-mod_security2.lo `test -f 'mod_security2.c' || echo '$(srcdir)/'`mod_security2.c
 
485
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-mod_security2.Tpo $(DEPDIR)/mod_security2_la-mod_security2.Plo
 
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mod_security2.c' object='mod_security2_la-mod_security2.lo' libtool=yes @AMDEPBACKSLASH@
 
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
488
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-mod_security2.lo `test -f 'mod_security2.c' || echo '$(srcdir)/'`mod_security2.c
 
489
 
 
490
mod_security2_la-apache2_config.lo: apache2_config.c
 
491
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-apache2_config.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-apache2_config.Tpo -c -o mod_security2_la-apache2_config.lo `test -f 'apache2_config.c' || echo '$(srcdir)/'`apache2_config.c
 
492
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-apache2_config.Tpo $(DEPDIR)/mod_security2_la-apache2_config.Plo
 
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='apache2_config.c' object='mod_security2_la-apache2_config.lo' libtool=yes @AMDEPBACKSLASH@
 
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
495
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-apache2_config.lo `test -f 'apache2_config.c' || echo '$(srcdir)/'`apache2_config.c
 
496
 
 
497
mod_security2_la-apache2_io.lo: apache2_io.c
 
498
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-apache2_io.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-apache2_io.Tpo -c -o mod_security2_la-apache2_io.lo `test -f 'apache2_io.c' || echo '$(srcdir)/'`apache2_io.c
 
499
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-apache2_io.Tpo $(DEPDIR)/mod_security2_la-apache2_io.Plo
 
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='apache2_io.c' object='mod_security2_la-apache2_io.lo' libtool=yes @AMDEPBACKSLASH@
 
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
502
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-apache2_io.lo `test -f 'apache2_io.c' || echo '$(srcdir)/'`apache2_io.c
 
503
 
 
504
mod_security2_la-apache2_util.lo: apache2_util.c
 
505
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-apache2_util.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-apache2_util.Tpo -c -o mod_security2_la-apache2_util.lo `test -f 'apache2_util.c' || echo '$(srcdir)/'`apache2_util.c
 
506
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-apache2_util.Tpo $(DEPDIR)/mod_security2_la-apache2_util.Plo
 
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='apache2_util.c' object='mod_security2_la-apache2_util.lo' libtool=yes @AMDEPBACKSLASH@
 
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
509
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-apache2_util.lo `test -f 'apache2_util.c' || echo '$(srcdir)/'`apache2_util.c
 
510
 
 
511
mod_security2_la-re.lo: re.c
 
512
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-re.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-re.Tpo -c -o mod_security2_la-re.lo `test -f 're.c' || echo '$(srcdir)/'`re.c
 
513
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-re.Tpo $(DEPDIR)/mod_security2_la-re.Plo
 
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='re.c' object='mod_security2_la-re.lo' libtool=yes @AMDEPBACKSLASH@
 
515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
516
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-re.lo `test -f 're.c' || echo '$(srcdir)/'`re.c
 
517
 
 
518
mod_security2_la-re_operators.lo: re_operators.c
 
519
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-re_operators.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-re_operators.Tpo -c -o mod_security2_la-re_operators.lo `test -f 're_operators.c' || echo '$(srcdir)/'`re_operators.c
 
520
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-re_operators.Tpo $(DEPDIR)/mod_security2_la-re_operators.Plo
 
521
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='re_operators.c' object='mod_security2_la-re_operators.lo' libtool=yes @AMDEPBACKSLASH@
 
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
523
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-re_operators.lo `test -f 're_operators.c' || echo '$(srcdir)/'`re_operators.c
 
524
 
 
525
mod_security2_la-re_actions.lo: re_actions.c
 
526
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-re_actions.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-re_actions.Tpo -c -o mod_security2_la-re_actions.lo `test -f 're_actions.c' || echo '$(srcdir)/'`re_actions.c
 
527
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-re_actions.Tpo $(DEPDIR)/mod_security2_la-re_actions.Plo
 
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='re_actions.c' object='mod_security2_la-re_actions.lo' libtool=yes @AMDEPBACKSLASH@
 
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
530
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-re_actions.lo `test -f 're_actions.c' || echo '$(srcdir)/'`re_actions.c
 
531
 
 
532
mod_security2_la-re_tfns.lo: re_tfns.c
 
533
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-re_tfns.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-re_tfns.Tpo -c -o mod_security2_la-re_tfns.lo `test -f 're_tfns.c' || echo '$(srcdir)/'`re_tfns.c
 
534
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-re_tfns.Tpo $(DEPDIR)/mod_security2_la-re_tfns.Plo
 
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='re_tfns.c' object='mod_security2_la-re_tfns.lo' libtool=yes @AMDEPBACKSLASH@
 
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
537
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-re_tfns.lo `test -f 're_tfns.c' || echo '$(srcdir)/'`re_tfns.c
 
538
 
 
539
mod_security2_la-re_variables.lo: re_variables.c
 
540
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-re_variables.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-re_variables.Tpo -c -o mod_security2_la-re_variables.lo `test -f 're_variables.c' || echo '$(srcdir)/'`re_variables.c
 
541
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-re_variables.Tpo $(DEPDIR)/mod_security2_la-re_variables.Plo
 
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='re_variables.c' object='mod_security2_la-re_variables.lo' libtool=yes @AMDEPBACKSLASH@
 
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
544
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-re_variables.lo `test -f 're_variables.c' || echo '$(srcdir)/'`re_variables.c
 
545
 
 
546
mod_security2_la-msc_logging.lo: msc_logging.c
 
547
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_logging.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_logging.Tpo -c -o mod_security2_la-msc_logging.lo `test -f 'msc_logging.c' || echo '$(srcdir)/'`msc_logging.c
 
548
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_logging.Tpo $(DEPDIR)/mod_security2_la-msc_logging.Plo
 
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_logging.c' object='mod_security2_la-msc_logging.lo' libtool=yes @AMDEPBACKSLASH@
 
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
551
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_logging.lo `test -f 'msc_logging.c' || echo '$(srcdir)/'`msc_logging.c
 
552
 
 
553
mod_security2_la-msc_xml.lo: msc_xml.c
 
554
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_xml.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_xml.Tpo -c -o mod_security2_la-msc_xml.lo `test -f 'msc_xml.c' || echo '$(srcdir)/'`msc_xml.c
 
555
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_xml.Tpo $(DEPDIR)/mod_security2_la-msc_xml.Plo
 
556
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_xml.c' object='mod_security2_la-msc_xml.lo' libtool=yes @AMDEPBACKSLASH@
 
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
558
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_xml.lo `test -f 'msc_xml.c' || echo '$(srcdir)/'`msc_xml.c
 
559
 
 
560
mod_security2_la-msc_multipart.lo: msc_multipart.c
 
561
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_multipart.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_multipart.Tpo -c -o mod_security2_la-msc_multipart.lo `test -f 'msc_multipart.c' || echo '$(srcdir)/'`msc_multipart.c
 
562
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_multipart.Tpo $(DEPDIR)/mod_security2_la-msc_multipart.Plo
 
563
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_multipart.c' object='mod_security2_la-msc_multipart.lo' libtool=yes @AMDEPBACKSLASH@
 
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
565
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_multipart.lo `test -f 'msc_multipart.c' || echo '$(srcdir)/'`msc_multipart.c
 
566
 
 
567
mod_security2_la-modsecurity.lo: modsecurity.c
 
568
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-modsecurity.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-modsecurity.Tpo -c -o mod_security2_la-modsecurity.lo `test -f 'modsecurity.c' || echo '$(srcdir)/'`modsecurity.c
 
569
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-modsecurity.Tpo $(DEPDIR)/mod_security2_la-modsecurity.Plo
 
570
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='modsecurity.c' object='mod_security2_la-modsecurity.lo' libtool=yes @AMDEPBACKSLASH@
 
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
572
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-modsecurity.lo `test -f 'modsecurity.c' || echo '$(srcdir)/'`modsecurity.c
 
573
 
 
574
mod_security2_la-msc_parsers.lo: msc_parsers.c
 
575
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_parsers.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_parsers.Tpo -c -o mod_security2_la-msc_parsers.lo `test -f 'msc_parsers.c' || echo '$(srcdir)/'`msc_parsers.c
 
576
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_parsers.Tpo $(DEPDIR)/mod_security2_la-msc_parsers.Plo
 
577
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_parsers.c' object='mod_security2_la-msc_parsers.lo' libtool=yes @AMDEPBACKSLASH@
 
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
579
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_parsers.lo `test -f 'msc_parsers.c' || echo '$(srcdir)/'`msc_parsers.c
 
580
 
 
581
mod_security2_la-msc_util.lo: msc_util.c
 
582
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_util.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_util.Tpo -c -o mod_security2_la-msc_util.lo `test -f 'msc_util.c' || echo '$(srcdir)/'`msc_util.c
 
583
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_util.Tpo $(DEPDIR)/mod_security2_la-msc_util.Plo
 
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_util.c' object='mod_security2_la-msc_util.lo' libtool=yes @AMDEPBACKSLASH@
 
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
586
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_util.lo `test -f 'msc_util.c' || echo '$(srcdir)/'`msc_util.c
 
587
 
 
588
mod_security2_la-msc_pcre.lo: msc_pcre.c
 
589
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_pcre.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_pcre.Tpo -c -o mod_security2_la-msc_pcre.lo `test -f 'msc_pcre.c' || echo '$(srcdir)/'`msc_pcre.c
 
590
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_pcre.Tpo $(DEPDIR)/mod_security2_la-msc_pcre.Plo
 
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_pcre.c' object='mod_security2_la-msc_pcre.lo' libtool=yes @AMDEPBACKSLASH@
 
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
593
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_pcre.lo `test -f 'msc_pcre.c' || echo '$(srcdir)/'`msc_pcre.c
 
594
 
 
595
mod_security2_la-persist_dbm.lo: persist_dbm.c
 
596
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-persist_dbm.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-persist_dbm.Tpo -c -o mod_security2_la-persist_dbm.lo `test -f 'persist_dbm.c' || echo '$(srcdir)/'`persist_dbm.c
 
597
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-persist_dbm.Tpo $(DEPDIR)/mod_security2_la-persist_dbm.Plo
 
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='persist_dbm.c' object='mod_security2_la-persist_dbm.lo' libtool=yes @AMDEPBACKSLASH@
 
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
600
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-persist_dbm.lo `test -f 'persist_dbm.c' || echo '$(srcdir)/'`persist_dbm.c
 
601
 
 
602
mod_security2_la-msc_reqbody.lo: msc_reqbody.c
 
603
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_reqbody.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_reqbody.Tpo -c -o mod_security2_la-msc_reqbody.lo `test -f 'msc_reqbody.c' || echo '$(srcdir)/'`msc_reqbody.c
 
604
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_reqbody.Tpo $(DEPDIR)/mod_security2_la-msc_reqbody.Plo
 
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_reqbody.c' object='mod_security2_la-msc_reqbody.lo' libtool=yes @AMDEPBACKSLASH@
 
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
607
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_reqbody.lo `test -f 'msc_reqbody.c' || echo '$(srcdir)/'`msc_reqbody.c
 
608
 
 
609
mod_security2_la-msc_geo.lo: msc_geo.c
 
610
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_geo.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_geo.Tpo -c -o mod_security2_la-msc_geo.lo `test -f 'msc_geo.c' || echo '$(srcdir)/'`msc_geo.c
 
611
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_geo.Tpo $(DEPDIR)/mod_security2_la-msc_geo.Plo
 
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_geo.c' object='mod_security2_la-msc_geo.lo' libtool=yes @AMDEPBACKSLASH@
 
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
614
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_geo.lo `test -f 'msc_geo.c' || echo '$(srcdir)/'`msc_geo.c
 
615
 
 
616
mod_security2_la-msc_gsb.lo: msc_gsb.c
 
617
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_gsb.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_gsb.Tpo -c -o mod_security2_la-msc_gsb.lo `test -f 'msc_gsb.c' || echo '$(srcdir)/'`msc_gsb.c
 
618
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_gsb.Tpo $(DEPDIR)/mod_security2_la-msc_gsb.Plo
 
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_gsb.c' object='mod_security2_la-msc_gsb.lo' libtool=yes @AMDEPBACKSLASH@
 
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
621
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_gsb.lo `test -f 'msc_gsb.c' || echo '$(srcdir)/'`msc_gsb.c
 
622
 
 
623
mod_security2_la-msc_unicode.lo: msc_unicode.c
 
624
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_unicode.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_unicode.Tpo -c -o mod_security2_la-msc_unicode.lo `test -f 'msc_unicode.c' || echo '$(srcdir)/'`msc_unicode.c
 
625
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_unicode.Tpo $(DEPDIR)/mod_security2_la-msc_unicode.Plo
 
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_unicode.c' object='mod_security2_la-msc_unicode.lo' libtool=yes @AMDEPBACKSLASH@
 
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
628
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_unicode.lo `test -f 'msc_unicode.c' || echo '$(srcdir)/'`msc_unicode.c
 
629
 
 
630
mod_security2_la-acmp.lo: acmp.c
 
631
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-acmp.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-acmp.Tpo -c -o mod_security2_la-acmp.lo `test -f 'acmp.c' || echo '$(srcdir)/'`acmp.c
 
632
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-acmp.Tpo $(DEPDIR)/mod_security2_la-acmp.Plo
 
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='acmp.c' object='mod_security2_la-acmp.lo' libtool=yes @AMDEPBACKSLASH@
 
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
635
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-acmp.lo `test -f 'acmp.c' || echo '$(srcdir)/'`acmp.c
 
636
 
 
637
mod_security2_la-msc_lua.lo: msc_lua.c
 
638
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_lua.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_lua.Tpo -c -o mod_security2_la-msc_lua.lo `test -f 'msc_lua.c' || echo '$(srcdir)/'`msc_lua.c
 
639
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_lua.Tpo $(DEPDIR)/mod_security2_la-msc_lua.Plo
 
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_lua.c' object='mod_security2_la-msc_lua.lo' libtool=yes @AMDEPBACKSLASH@
 
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
642
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_lua.lo `test -f 'msc_lua.c' || echo '$(srcdir)/'`msc_lua.c
 
643
 
 
644
mod_security2_la-msc_release.lo: msc_release.c
 
645
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -MT mod_security2_la-msc_release.lo -MD -MP -MF $(DEPDIR)/mod_security2_la-msc_release.Tpo -c -o mod_security2_la-msc_release.lo `test -f 'msc_release.c' || echo '$(srcdir)/'`msc_release.c
 
646
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_security2_la-msc_release.Tpo $(DEPDIR)/mod_security2_la-msc_release.Plo
 
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msc_release.c' object='mod_security2_la-msc_release.lo' libtool=yes @AMDEPBACKSLASH@
 
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
649
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_security2_la_CPPFLAGS) $(CPPFLAGS) $(mod_security2_la_CFLAGS) $(CFLAGS) -c -o mod_security2_la-msc_release.lo `test -f 'msc_release.c' || echo '$(srcdir)/'`msc_release.c
 
650
 
 
651
mostlyclean-libtool:
 
652
        -rm -f *.lo
 
653
 
 
654
clean-libtool:
 
655
        -rm -rf .libs _libs
 
656
 
 
657
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
658
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
659
        unique=`for i in $$list; do \
 
660
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
661
          done | \
 
662
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
663
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
664
        mkid -fID $$unique
 
665
tags: TAGS
 
666
 
 
667
TAGS:  $(HEADERS) $(SOURCES) modsecurity_config_auto.h.in $(TAGS_DEPENDENCIES) \
 
668
                $(TAGS_FILES) $(LISP)
 
669
        set x; \
 
670
        here=`pwd`; \
 
671
        list='$(SOURCES) $(HEADERS) modsecurity_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
 
672
        unique=`for i in $$list; do \
 
673
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
674
          done | \
 
675
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
676
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
677
        shift; \
 
678
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
679
          test -n "$$unique" || unique=$$empty_fix; \
 
680
          if test $$# -gt 0; then \
 
681
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
682
              "$$@" $$unique; \
 
683
          else \
 
684
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
685
              $$unique; \
 
686
          fi; \
 
687
        fi
 
688
ctags: CTAGS
 
689
CTAGS:  $(HEADERS) $(SOURCES) modsecurity_config_auto.h.in $(TAGS_DEPENDENCIES) \
 
690
                $(TAGS_FILES) $(LISP)
 
691
        list='$(SOURCES) $(HEADERS) modsecurity_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
 
692
        unique=`for i in $$list; do \
 
693
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
694
          done | \
 
695
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
696
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
697
        test -z "$(CTAGS_ARGS)$$unique" \
 
698
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
699
             $$unique
 
700
 
 
701
GTAGS:
 
702
        here=`$(am__cd) $(top_builddir) && pwd` \
 
703
          && $(am__cd) $(top_srcdir) \
 
704
          && gtags -i $(GTAGS_ARGS) "$$here"
 
705
 
 
706
distclean-tags:
 
707
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
708
 
 
709
distdir: $(DISTFILES)
 
710
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
711
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
712
        list='$(DISTFILES)'; \
 
713
          dist_files=`for file in $$list; do echo $$file; done | \
 
714
          sed -e "s|^$$srcdirstrip/||;t" \
 
715
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
716
        case $$dist_files in \
 
717
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
718
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
719
                           sort -u` ;; \
 
720
        esac; \
 
721
        for file in $$dist_files; do \
 
722
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
723
          if test -d $$d/$$file; then \
 
724
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
725
            if test -d "$(distdir)/$$file"; then \
 
726
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
727
            fi; \
 
728
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
729
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
730
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
731
            fi; \
 
732
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
733
          else \
 
734
            test -f "$(distdir)/$$file" \
 
735
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
736
            || exit 1; \
 
737
          fi; \
 
738
        done
 
739
check-am: all-am
 
740
check: check-am
 
741
all-am: Makefile $(LTLIBRARIES) modsecurity_config_auto.h
 
742
installdirs:
 
743
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
744
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
745
        done
 
746
install: install-am
 
747
install-exec: install-exec-am
 
748
install-data: install-data-am
 
749
uninstall: uninstall-am
 
750
 
 
751
install-am: all-am
 
752
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
753
 
 
754
installcheck: installcheck-am
 
755
install-strip:
 
756
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
757
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
758
          `test -z '$(STRIP)' || \
 
759
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
760
mostlyclean-generic:
 
761
 
 
762
clean-generic:
 
763
 
 
764
distclean-generic:
 
765
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
766
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
767
 
 
768
maintainer-clean-generic:
 
769
        @echo "This command is intended for maintainers to use"
 
770
        @echo "it deletes files that may require special tools to rebuild."
 
771
clean: clean-am
 
772
 
 
773
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
774
        mostlyclean-am
 
775
 
 
776
distclean: distclean-am
 
777
        -rm -rf ./$(DEPDIR)
 
778
        -rm -f Makefile
 
779
distclean-am: clean-am distclean-compile distclean-generic \
 
780
        distclean-hdr distclean-tags
 
781
 
 
782
dvi: dvi-am
 
783
 
 
784
dvi-am:
 
785
 
 
786
html: html-am
 
787
 
 
788
html-am:
 
789
 
 
790
info: info-am
 
791
 
 
792
info-am:
 
793
 
 
794
install-data-am:
 
795
 
 
796
install-dvi: install-dvi-am
 
797
 
 
798
install-dvi-am:
 
799
 
 
800
install-exec-am: install-pkglibLTLIBRARIES
 
801
        @$(NORMAL_INSTALL)
 
802
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
803
install-html: install-html-am
 
804
 
 
805
install-html-am:
 
806
 
 
807
install-info: install-info-am
 
808
 
 
809
install-info-am:
 
810
 
 
811
install-man:
 
812
 
 
813
install-pdf: install-pdf-am
 
814
 
 
815
install-pdf-am:
 
816
 
 
817
install-ps: install-ps-am
 
818
 
 
819
install-ps-am:
 
820
 
 
821
installcheck-am:
 
822
 
 
823
maintainer-clean: maintainer-clean-am
 
824
        -rm -rf ./$(DEPDIR)
 
825
        -rm -f Makefile
 
826
maintainer-clean-am: distclean-am maintainer-clean-generic
 
827
 
 
828
mostlyclean: mostlyclean-am
 
829
 
 
830
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
831
        mostlyclean-libtool
 
832
 
 
833
pdf: pdf-am
 
834
 
 
835
pdf-am:
 
836
 
 
837
ps: ps-am
 
838
 
 
839
ps-am:
 
840
 
 
841
uninstall-am: uninstall-pkglibLTLIBRARIES
 
842
 
 
843
.MAKE: all install-am install-exec-am install-strip
 
844
 
 
845
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
846
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
 
847
        distclean-compile distclean-generic distclean-hdr \
 
848
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
849
        html-am info info-am install install-am install-data \
 
850
        install-data-am install-dvi install-dvi-am install-exec \
 
851
        install-exec-am install-exec-hook install-html install-html-am \
 
852
        install-info install-info-am install-man install-pdf \
 
853
        install-pdf-am install-pkglibLTLIBRARIES install-ps \
 
854
        install-ps-am install-strip installcheck installcheck-am \
 
855
        installdirs maintainer-clean maintainer-clean-generic \
 
856
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
857
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
858
        uninstall-am uninstall-pkglibLTLIBRARIES
 
859
 
 
860
 
 
861
install-exec-hook: $(pkglib_LTLIBRARIES)
 
862
        @echo "Removing unused static libraries..."; \
 
863
        for m in $(pkglib_LTLIBRARIES); do \
 
864
          base=`echo $$m | sed 's/\..*//'`; \
 
865
          rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
 
866
          cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
 
867
        done
 
868
 
 
869
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
870
# Otherwise a system limit (for SysV at least) may be exceeded.
 
871
.NOEXPORT: