1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# src/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/webfwlog
74pkgincludedir = $(includedir)/webfwlog
75pkglibdir = $(libdir)/webfwlog
76pkglibexecdir = $(libexecdir)/webfwlog
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = x86_64-pc-linux-gnu
90host_triplet = x86_64-pc-linux-gnu
91bin_PROGRAMS = wfwl_syslog$(EXEEXT)
92subdir = src
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105am__installdirs = "$(DESTDIR)$(bindir)"
106PROGRAMS = $(bin_PROGRAMS)
107am_wfwl_syslog_OBJECTS = ipchains.$(OBJEXT) netfilter.$(OBJEXT) \
108	ipfilter.$(OBJEXT) ipfw.$(OBJEXT) cisco_ios.$(OBJEXT) \
109	cisco_pix.$(OBJEXT) snort.$(OBJEXT) netscreen.$(OBJEXT) \
110	win_xp.$(OBJEXT) main.$(OBJEXT) compare.$(OBJEXT) \
111	report.$(OBJEXT) output.$(OBJEXT) parser.$(OBJEXT) \
112	utils.$(OBJEXT) reportdef.$(OBJEXT) database.$(OBJEXT)
113wfwl_syslog_OBJECTS = $(am_wfwl_syslog_OBJECTS)
114wfwl_syslog_LDADD = $(LDADD)
115AM_V_lt = $(am__v_lt_$(V))
116am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
117am__v_lt_0 = --silent
118am__v_lt_1 =
119AM_V_P = $(am__v_P_$(V))
120am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_$(V))
124am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_$(V))
128am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
129am__v_at_0 = @
130am__v_at_1 =
131DEFAULT_INCLUDES = -I. -I$(top_builddir)
132depcomp = $(SHELL) $(top_srcdir)/depcomp
133am__depfiles_maybe = depfiles
134am__mv = mv -f
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140	$(AM_CFLAGS) $(CFLAGS)
141AM_V_CC = $(am__v_CC_$(V))
142am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
143am__v_CC_0 = @echo "  CC      " $@;
144am__v_CC_1 =
145CCLD = $(CC)
146LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_CCLD = $(am__v_CCLD_$(V))
150am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
151am__v_CCLD_0 = @echo "  CCLD    " $@;
152am__v_CCLD_1 =
153LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
154LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
156AM_V_LEX = $(am__v_LEX_$(V))
157am__v_LEX_ = $(am__v_LEX_$(AM_DEFAULT_VERBOSITY))
158am__v_LEX_0 = @echo "  LEX     " $@;
159am__v_LEX_1 =
160YLWRAP = $(top_srcdir)/ylwrap
161SOURCES = $(wfwl_syslog_SOURCES)
162DIST_SOURCES = $(wfwl_syslog_SOURCES)
163RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
164	ctags-recursive dvi-recursive html-recursive info-recursive \
165	install-data-recursive install-dvi-recursive \
166	install-exec-recursive install-html-recursive \
167	install-info-recursive install-pdf-recursive \
168	install-ps-recursive install-recursive installcheck-recursive \
169	installdirs-recursive pdf-recursive ps-recursive \
170	tags-recursive uninstall-recursive
171am__can_run_installinfo = \
172  case $$AM_UPDATE_INFO_DIR in \
173    n|no|NO) false;; \
174    *) (install-info --version) >/dev/null 2>&1;; \
175  esac
176RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
177  distclean-recursive maintainer-clean-recursive
178am__recursive_targets = \
179  $(RECURSIVE_TARGETS) \
180  $(RECURSIVE_CLEAN_TARGETS) \
181  $(am__extra_recursive_targets)
182AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
183	distdir
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203DIST_SUBDIRS = $(SUBDIRS)
204am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
205	$(top_srcdir)/ylwrap README cisco_ios.c cisco_pix.c ipchains.c \
206	ipfilter.c ipfw.c netfilter.c netscreen.c snort.c
207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208am__relativize = \
209  dir0=`pwd`; \
210  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
211  sed_rest='s,^[^/]*/*,,'; \
212  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
213  sed_butlast='s,/*[^/]*$$,,'; \
214  while test -n "$$dir1"; do \
215    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
216    if test "$$first" != "."; then \
217      if test "$$first" = ".."; then \
218        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
219        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
220      else \
221        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
222        if test "$$first2" = "$$first"; then \
223          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
224        else \
225          dir2="../$$dir2"; \
226        fi; \
227        dir0="$$dir0"/"$$first"; \
228      fi; \
229    fi; \
230    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
231  done; \
232  reldir="$$dir2"
233ACLOCAL = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing aclocal-1.15
234ALLOCA =
235AMTAR = $${TAR-tar}
236AM_DEFAULT_VERBOSITY = 1
237AR = ar
238AUTOCONF = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing autoconf
239AUTOHEADER = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing autoheader
240AUTOMAKE = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing automake-1.15
241AWK = gawk
242CC = gcc
243CCDEPMODE = depmode=none
244CFLAGS = -g -O2
245CPP = gcc -E
246CPPFLAGS =
247CYGPATH_W = echo
248DB_CPPFLAGS =
249DB_LDFLAGS =
250DB_LIBS =
251DEFS = -DHAVE_CONFIG_H
252DEPDIR = .deps
253DLLTOOL = false
254DSYMUTIL =
255DUMPBIN =
256ECHO_C =
257ECHO_N = -n
258ECHO_T =
259EGREP = /usr/bin/grep -E
260EXEEXT =
261FGREP = /usr/bin/grep -F
262GREP = /usr/bin/grep
263HTML_DOC_ROOT =
264INSTALL = /usr/bin/install -c
265INSTALL_DATA = ${INSTALL} -m 644
266INSTALL_PROGRAM = ${INSTALL}
267INSTALL_SCRIPT = ${INSTALL}
268INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
269LD = /usr/bin/ld -m elf_x86_64
270LDFLAGS =
271LEX = flex
272LEXLIB = -lfl
273LEX_OUTPUT_ROOT = lex.yy
274LIBOBJS =
275LIBS =
276LIBTOOL = $(SHELL) $(top_builddir)/libtool
277LIPO =
278LN_S = ln -s
279LTLIBOBJS =
280LT_SYS_LIBRARY_PATH =
281MAKEINFO = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing makeinfo
282MANIFEST_TOOL = :
283MKDIR_P = /usr/bin/mkdir -p
284MYSQL_PLUGINDIR =
285NM = /usr/bin/nm -B
286NMEDIT =
287OBJDUMP = objdump
288OBJEXT = o
289OTOOL =
290OTOOL64 =
291PACKAGE = webfwlog
292PACKAGE_BUGREPORT = zeus@ix.netcom.com
293PACKAGE_NAME = webfwlog
294PACKAGE_STRING = webfwlog 1.1.1
295PACKAGE_TARNAME = webfwlog
296PACKAGE_URL =
297PACKAGE_VERSION = 1.1.1
298PATH_SEPARATOR = :
299RANLIB = ranlib
300SED = /usr/bin/sed
301SET_MAKE =
302SHELL = /bin/sh
303STRIP = strip
304SUBDIRS =
305VERSION = 1.1.1
306WWW_GROUP =
307YACC =
308YFLAGS =
309abs_builddir = /home/webfwlog/webfwlog-1.1.1/src
310abs_srcdir = /home/webfwlog/webfwlog-1.1.1/src
311abs_top_builddir = /home/webfwlog/webfwlog-1.1.1
312abs_top_srcdir = /home/webfwlog/webfwlog-1.1.1
313ac_ct_AR = ar
314ac_ct_CC = gcc
315ac_ct_DUMPBIN =
316am__include = include
317am__leading_dot = .
318am__quote =
319am__tar = $${TAR-tar} chof - "$$tardir"
320am__untar = $${TAR-tar} xf -
321bindir = ${exec_prefix}/bin
322build = x86_64-pc-linux-gnu
323build_alias =
324build_cpu = x86_64
325build_os = linux-gnu
326build_vendor = pc
327builddir = .
328datadir = ${datarootdir}
329datarootdir = ${prefix}/share
330docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
331dvidir = ${docdir}
332exec_prefix = ${prefix}
333host = x86_64-pc-linux-gnu
334host_alias =
335host_cpu = x86_64
336host_os = linux-gnu
337host_vendor = pc
338htmldir = ${docdir}
339includedir = ${prefix}/include
340infodir = ${datarootdir}/info
341install_sh = ${SHELL} /home/webfwlog/webfwlog-1.1.1/install-sh
342libdir = ${exec_prefix}/lib
343libexecdir = ${exec_prefix}/libexec
344localedir = ${datarootdir}/locale
345localstatedir = ${prefix}/var
346mandir = ${datarootdir}/man
347mkdir_p = $(MKDIR_P)
348oldincludedir = /usr/include
349pdfdir = ${docdir}
350prefix = /usr/local
351program_transform_name = s,x,x,
352psdir = ${docdir}
353sbindir = ${exec_prefix}/sbin
354sharedstatedir = ${prefix}/com
355srcdir = .
356sysconfdir = ${prefix}/etc
357target_alias =
358top_build_prefix = ../
359top_builddir = ..
360top_srcdir = ..
361AM_CPPFLAGS = -I../include
362AM_LDFLAGS =
363wfwl_syslog_SOURCES = ipchains.l netfilter.l ipfilter.l ipfw.l cisco_ios.l cisco_pix.l \
364       snort.l netscreen.l win_xp.c main.c compare.c report.c output.c \
365       parser.c utils.c reportdef.c database.c
366
367all: all-recursive
368
369.SUFFIXES:
370.SUFFIXES: .c .l .lo .o .obj
371$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
372	@for dep in $?; do \
373	  case '$(am__configure_deps)' in \
374	    *$$dep*) \
375	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376	        && { if test -f $@; then exit 0; else break; fi; }; \
377	      exit 1;; \
378	  esac; \
379	done; \
380	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
381	$(am__cd) $(top_srcdir) && \
382	  $(AUTOMAKE) --foreign src/Makefile
383Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384	@case '$?' in \
385	  *config.status*) \
386	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387	  *) \
388	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
389	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
390	esac;
391
392$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394
395$(top_srcdir)/configure:  $(am__configure_deps)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(am__aclocal_m4_deps):
400install-binPROGRAMS: $(bin_PROGRAMS)
401	@$(NORMAL_INSTALL)
402	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
403	if test -n "$$list"; then \
404	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
405	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
406	fi; \
407	for p in $$list; do echo "$$p $$p"; done | \
408	sed 's/$(EXEEXT)$$//' | \
409	while read p p1; do if test -f $$p \
410	 || test -f $$p1 \
411	  ; then echo "$$p"; echo "$$p"; else :; fi; \
412	done | \
413	sed -e 'p;s,.*/,,;n;h' \
414	    -e 's|.*|.|' \
415	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
416	sed 'N;N;N;s,\n, ,g' | \
417	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
418	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
419	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
420	    else { print "f", $$3 "/" $$4, $$1; } } \
421	  END { for (d in files) print "f", d, files[d] }' | \
422	while read type dir files; do \
423	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
424	    test -z "$$files" || { \
425	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
426	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
427	    } \
428	; done
429
430uninstall-binPROGRAMS:
431	@$(NORMAL_UNINSTALL)
432	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
433	files=`for p in $$list; do echo "$$p"; done | \
434	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
435	      -e 's/$$/$(EXEEXT)/' \
436	`; \
437	test -n "$$list" || exit 0; \
438	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
439	cd "$(DESTDIR)$(bindir)" && rm -f $$files
440
441clean-binPROGRAMS:
442	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
443	echo " rm -f" $$list; \
444	rm -f $$list || exit $$?; \
445	test -n "$(EXEEXT)" || exit 0; \
446	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
447	echo " rm -f" $$list; \
448	rm -f $$list
449
450wfwl_syslog$(EXEEXT): $(wfwl_syslog_OBJECTS) $(wfwl_syslog_DEPENDENCIES) $(EXTRA_wfwl_syslog_DEPENDENCIES)
451	@rm -f wfwl_syslog$(EXEEXT)
452	$(AM_V_CCLD)$(LINK) $(wfwl_syslog_OBJECTS) $(wfwl_syslog_LDADD) $(LIBS)
453
454mostlyclean-compile:
455	-rm -f *.$(OBJEXT)
456
457distclean-compile:
458	-rm -f *.tab.c
459
460#include ./$(DEPDIR)/cisco_ios.Po
461#include ./$(DEPDIR)/cisco_pix.Po
462#include ./$(DEPDIR)/compare.Po
463#include ./$(DEPDIR)/database.Po
464#include ./$(DEPDIR)/ipchains.Po
465#include ./$(DEPDIR)/ipfilter.Po
466#include ./$(DEPDIR)/ipfw.Po
467#include ./$(DEPDIR)/main.Po
468#include ./$(DEPDIR)/netfilter.Po
469#include ./$(DEPDIR)/netscreen.Po
470#include ./$(DEPDIR)/output.Po
471#include ./$(DEPDIR)/parser.Po
472#include ./$(DEPDIR)/report.Po
473#include ./$(DEPDIR)/reportdef.Po
474#include ./$(DEPDIR)/snort.Po
475#include ./$(DEPDIR)/utils.Po
476#include ./$(DEPDIR)/win_xp.Po
477
478.c.o:
479#	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480#	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481#	$(AM_V_CC)source='$<' object='$@' libtool=no
482#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
483	$(AM_V_CC)$(COMPILE) -c -o $@ $<
484
485.c.obj:
486#	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
487#	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488#	$(AM_V_CC)source='$<' object='$@' libtool=no
489#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
490	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
491
492.c.lo:
493#	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494#	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
495#	$(AM_V_CC)source='$<' object='$@' libtool=yes
496#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
497	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
498
499.l.c:
500	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
501
502mostlyclean-libtool:
503	-rm -f *.lo
504
505clean-libtool:
506	-rm -rf .libs _libs
507
508# This directory's subdirectories are mostly independent; you can cd
509# into them and run 'make' without going through this Makefile.
510# To change the values of 'make' variables: instead of editing Makefiles,
511# (1) if the variable is set in 'config.status', edit 'config.status'
512#     (which will cause the Makefiles to be regenerated when you run 'make');
513# (2) otherwise, pass the desired values on the 'make' command line.
514$(am__recursive_targets):
515	@fail=; \
516	if $(am__make_keepgoing); then \
517	  failcom='fail=yes'; \
518	else \
519	  failcom='exit 1'; \
520	fi; \
521	dot_seen=no; \
522	target=`echo $@ | sed s/-recursive//`; \
523	case "$@" in \
524	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
525	  *) list='$(SUBDIRS)' ;; \
526	esac; \
527	for subdir in $$list; do \
528	  echo "Making $$target in $$subdir"; \
529	  if test "$$subdir" = "."; then \
530	    dot_seen=yes; \
531	    local_target="$$target-am"; \
532	  else \
533	    local_target="$$target"; \
534	  fi; \
535	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
536	  || eval $$failcom; \
537	done; \
538	if test "$$dot_seen" = "no"; then \
539	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
540	fi; test -z "$$fail"
541
542ID: $(am__tagged_files)
543	$(am__define_uniq_tagged_files); mkid -fID $$unique
544tags: tags-recursive
545TAGS: tags
546
547tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
548	set x; \
549	here=`pwd`; \
550	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
551	  include_option=--etags-include; \
552	  empty_fix=.; \
553	else \
554	  include_option=--include; \
555	  empty_fix=; \
556	fi; \
557	list='$(SUBDIRS)'; for subdir in $$list; do \
558	  if test "$$subdir" = .; then :; else \
559	    test ! -f $$subdir/TAGS || \
560	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
561	  fi; \
562	done; \
563	$(am__define_uniq_tagged_files); \
564	shift; \
565	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
566	  test -n "$$unique" || unique=$$empty_fix; \
567	  if test $$# -gt 0; then \
568	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569	      "$$@" $$unique; \
570	  else \
571	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572	      $$unique; \
573	  fi; \
574	fi
575ctags: ctags-recursive
576
577CTAGS: ctags
578ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579	$(am__define_uniq_tagged_files); \
580	test -z "$(CTAGS_ARGS)$$unique" \
581	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582	     $$unique
583
584GTAGS:
585	here=`$(am__cd) $(top_builddir) && pwd` \
586	  && $(am__cd) $(top_srcdir) \
587	  && gtags -i $(GTAGS_ARGS) "$$here"
588cscopelist: cscopelist-recursive
589
590cscopelist-am: $(am__tagged_files)
591	list='$(am__tagged_files)'; \
592	case "$(srcdir)" in \
593	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
594	  *) sdir=$(subdir)/$(srcdir) ;; \
595	esac; \
596	for i in $$list; do \
597	  if test -f "$$i"; then \
598	    echo "$(subdir)/$$i"; \
599	  else \
600	    echo "$$sdir/$$i"; \
601	  fi; \
602	done >> $(top_builddir)/cscope.files
603
604distclean-tags:
605	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
606
607distdir: $(DISTFILES)
608	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610	list='$(DISTFILES)'; \
611	  dist_files=`for file in $$list; do echo $$file; done | \
612	  sed -e "s|^$$srcdirstrip/||;t" \
613	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
614	case $$dist_files in \
615	  */*) $(MKDIR_P) `echo "$$dist_files" | \
616			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
617			   sort -u` ;; \
618	esac; \
619	for file in $$dist_files; do \
620	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621	  if test -d $$d/$$file; then \
622	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
623	    if test -d "$(distdir)/$$file"; then \
624	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625	    fi; \
626	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
627	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
628	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629	    fi; \
630	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
631	  else \
632	    test -f "$(distdir)/$$file" \
633	    || cp -p $$d/$$file "$(distdir)/$$file" \
634	    || exit 1; \
635	  fi; \
636	done
637	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
638	  if test "$$subdir" = .; then :; else \
639	    $(am__make_dryrun) \
640	      || test -d "$(distdir)/$$subdir" \
641	      || $(MKDIR_P) "$(distdir)/$$subdir" \
642	      || exit 1; \
643	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
644	    $(am__relativize); \
645	    new_distdir=$$reldir; \
646	    dir1=$$subdir; dir2="$(top_distdir)"; \
647	    $(am__relativize); \
648	    new_top_distdir=$$reldir; \
649	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
650	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
651	    ($(am__cd) $$subdir && \
652	      $(MAKE) $(AM_MAKEFLAGS) \
653	        top_distdir="$$new_top_distdir" \
654	        distdir="$$new_distdir" \
655		am__remove_distdir=: \
656		am__skip_length_check=: \
657		am__skip_mode_fix=: \
658	        distdir) \
659	      || exit 1; \
660	  fi; \
661	done
662check-am: all-am
663check: check-recursive
664all-am: Makefile $(PROGRAMS)
665installdirs: installdirs-recursive
666installdirs-am:
667	for dir in "$(DESTDIR)$(bindir)"; do \
668	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
669	done
670install: install-recursive
671install-exec: install-exec-recursive
672install-data: install-data-recursive
673uninstall: uninstall-recursive
674
675install-am: all-am
676	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
677
678installcheck: installcheck-recursive
679install-strip:
680	if test -z '$(STRIP)'; then \
681	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
682	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
683	      install; \
684	else \
685	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
688	fi
689mostlyclean-generic:
690
691clean-generic:
692
693distclean-generic:
694	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
695	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
696
697maintainer-clean-generic:
698	@echo "This command is intended for maintainers to use"
699	@echo "it deletes files that may require special tools to rebuild."
700	-rm -f cisco_ios.c
701	-rm -f cisco_pix.c
702	-rm -f ipchains.c
703	-rm -f ipfilter.c
704	-rm -f ipfw.c
705	-rm -f netfilter.c
706	-rm -f netscreen.c
707	-rm -f snort.c
708clean: clean-recursive
709
710clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
711
712distclean: distclean-recursive
713	-rm -rf ./$(DEPDIR)
714	-rm -f Makefile
715distclean-am: clean-am distclean-compile distclean-generic \
716	distclean-tags
717
718dvi: dvi-recursive
719
720dvi-am:
721
722html: html-recursive
723
724html-am:
725
726info: info-recursive
727
728info-am:
729
730install-data-am:
731
732install-dvi: install-dvi-recursive
733
734install-dvi-am:
735
736install-exec-am: install-binPROGRAMS
737	@$(NORMAL_INSTALL)
738	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
739install-html: install-html-recursive
740
741install-html-am:
742
743install-info: install-info-recursive
744
745install-info-am:
746
747install-man:
748
749install-pdf: install-pdf-recursive
750
751install-pdf-am:
752
753install-ps: install-ps-recursive
754
755install-ps-am:
756
757installcheck-am:
758
759maintainer-clean: maintainer-clean-recursive
760	-rm -rf ./$(DEPDIR)
761	-rm -f Makefile
762maintainer-clean-am: distclean-am maintainer-clean-generic
763
764mostlyclean: mostlyclean-recursive
765
766mostlyclean-am: mostlyclean-compile mostlyclean-generic \
767	mostlyclean-libtool
768
769pdf: pdf-recursive
770
771pdf-am:
772
773ps: ps-recursive
774
775ps-am:
776
777uninstall-am: uninstall-binPROGRAMS
778
779.MAKE: $(am__recursive_targets) install-am install-exec-am \
780	install-strip
781
782.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
783	check-am clean clean-binPROGRAMS clean-generic clean-libtool \
784	cscopelist-am ctags ctags-am distclean distclean-compile \
785	distclean-generic distclean-libtool distclean-tags distdir dvi \
786	dvi-am html html-am info info-am install install-am \
787	install-binPROGRAMS install-data install-data-am install-dvi \
788	install-dvi-am install-exec install-exec-am install-exec-hook \
789	install-html install-html-am install-info install-info-am \
790	install-man install-pdf install-pdf-am install-ps \
791	install-ps-am install-strip installcheck installcheck-am \
792	installdirs installdirs-am maintainer-clean \
793	maintainer-clean-generic mostlyclean mostlyclean-compile \
794	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
795	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
796
797.PRECIOUS: Makefile
798
799
800install-exec-hook:
801	@if test x != x$(WWW_GROUP) ; \
802	then \
803	    chgrp $(WWW_GROUP) $(DESTDIR)$(bindir)/wfwl_syslog; \
804	    chmod u+s,o-rwx $(DESTDIR)$(bindir)/wfwl_syslog; \
805	else \
806	    chmod u+s $(DESTDIR)$(bindir)/wfwl_syslog; \
807	fi;
808
809# Tell versions [3.59,3.63) of GNU make to not export all variables.
810# Otherwise a system limit (for SysV at least) may be exceeded.
811.NOEXPORT:
812