1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# 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
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/webfwlog
73pkgincludedir = $(includedir)/webfwlog
74pkglibdir = $(libdir)/webfwlog
75pkglibexecdir = $(libexecdir)/webfwlog
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-pc-linux-gnu
89host_triplet = x86_64-pc-linux-gnu
90subdir = .
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99	$(am__configure_deps) $(am__DIST_COMMON)
100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106AM_V_P = $(am__v_P_$(V))
107am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
108am__v_P_0 = false
109am__v_P_1 = :
110AM_V_GEN = $(am__v_GEN_$(V))
111am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
112am__v_GEN_0 = @echo "  GEN     " $@;
113am__v_GEN_1 =
114AM_V_at = $(am__v_at_$(V))
115am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
116am__v_at_0 = @
117am__v_at_1 =
118SOURCES =
119DIST_SOURCES =
120RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121	ctags-recursive dvi-recursive html-recursive info-recursive \
122	install-data-recursive install-dvi-recursive \
123	install-exec-recursive install-html-recursive \
124	install-info-recursive install-pdf-recursive \
125	install-ps-recursive install-recursive installcheck-recursive \
126	installdirs-recursive pdf-recursive ps-recursive \
127	tags-recursive uninstall-recursive
128am__can_run_installinfo = \
129  case $$AM_UPDATE_INFO_DIR in \
130    n|no|NO) false;; \
131    *) (install-info --version) >/dev/null 2>&1;; \
132  esac
133RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134  distclean-recursive maintainer-clean-recursive
135am__recursive_targets = \
136  $(RECURSIVE_TARGETS) \
137  $(RECURSIVE_CLEAN_TARGETS) \
138  $(am__extra_recursive_targets)
139AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140	cscope distdir dist dist-all distcheck
141am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
142	$(LISP)config.h.in
143# Read a list of newline-separated strings from the standard input,
144# and print each of them once, without duplicates.  Input order is
145# *not* preserved.
146am__uniquify_input = $(AWK) '\
147  BEGIN { nonempty = 0; } \
148  { items[$$0] = 1; nonempty = 1; } \
149  END { if (nonempty) { for (i in items) print i; }; } \
150'
151# Make sure the list of sources is unique.  This is necessary because,
152# e.g., the same source file might be shared among _SOURCES variables
153# for different programs/libraries.
154am__define_uniq_tagged_files = \
155  list='$(am__tagged_files)'; \
156  unique=`for i in $$list; do \
157    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158  done | $(am__uniquify_input)`
159ETAGS = etags
160CTAGS = ctags
161CSCOPE = cscope
162DIST_SUBDIRS = $(SUBDIRS)
163am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
164	COPYING ChangeLog INSTALL README TODO ar-lib compile \
165	config.guess config.sub install-sh ltmain.sh missing
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167distdir = $(PACKAGE)-$(VERSION)
168top_distdir = $(distdir)
169am__remove_distdir = \
170  if test -d "$(distdir)"; then \
171    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
172      && rm -rf "$(distdir)" \
173      || { sleep 5 && rm -rf "$(distdir)"; }; \
174  else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
176am__relativize = \
177  dir0=`pwd`; \
178  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179  sed_rest='s,^[^/]*/*,,'; \
180  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181  sed_butlast='s,/*[^/]*$$,,'; \
182  while test -n "$$dir1"; do \
183    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184    if test "$$first" != "."; then \
185      if test "$$first" = ".."; then \
186        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188      else \
189        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190        if test "$$first2" = "$$first"; then \
191          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192        else \
193          dir2="../$$dir2"; \
194        fi; \
195        dir0="$$dir0"/"$$first"; \
196      fi; \
197    fi; \
198    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199  done; \
200  reldir="$$dir2"
201DIST_ARCHIVES = $(distdir).tar.gz
202GZIP_ENV = --best
203DIST_TARGETS = dist-gzip
204distuninstallcheck_listfiles = find . -type f -print
205am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
207distcleancheck_listfiles = find . -type f -print
208ACLOCAL = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing aclocal-1.15
209ALLOCA =
210AMTAR = $${TAR-tar}
211AM_DEFAULT_VERBOSITY = 1
212AR = ar
213AUTOCONF = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing autoconf
214AUTOHEADER = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing autoheader
215AUTOMAKE = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing automake-1.15
216AWK = gawk
217CC = gcc
218CCDEPMODE = depmode=none
219CFLAGS = -g -O2
220CPP = gcc -E
221CPPFLAGS =
222CYGPATH_W = echo
223DB_CPPFLAGS =
224DB_LDFLAGS =
225DB_LIBS =
226DEFS = -DHAVE_CONFIG_H
227DEPDIR = .deps
228DLLTOOL = false
229DSYMUTIL =
230DUMPBIN =
231ECHO_C =
232ECHO_N = -n
233ECHO_T =
234EGREP = /usr/bin/grep -E
235EXEEXT =
236FGREP = /usr/bin/grep -F
237GREP = /usr/bin/grep
238HTML_DOC_ROOT =
239INSTALL = /usr/bin/install -c
240INSTALL_DATA = ${INSTALL} -m 644
241INSTALL_PROGRAM = ${INSTALL}
242INSTALL_SCRIPT = ${INSTALL}
243INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
244LD = /usr/bin/ld -m elf_x86_64
245LDFLAGS =
246LEX = flex
247LEXLIB = -lfl
248LEX_OUTPUT_ROOT = lex.yy
249LIBOBJS =
250LIBS =
251LIBTOOL = $(SHELL) $(top_builddir)/libtool
252LIPO =
253LN_S = ln -s
254LTLIBOBJS =
255LT_SYS_LIBRARY_PATH =
256MAKEINFO = ${SHELL} /home/webfwlog/webfwlog-1.1.1/missing makeinfo
257MANIFEST_TOOL = :
258MKDIR_P = /usr/bin/mkdir -p
259MYSQL_PLUGINDIR =
260NM = /usr/bin/nm -B
261NMEDIT =
262OBJDUMP = objdump
263OBJEXT = o
264OTOOL =
265OTOOL64 =
266PACKAGE = webfwlog
267PACKAGE_BUGREPORT = zeus@ix.netcom.com
268PACKAGE_NAME = webfwlog
269PACKAGE_STRING = webfwlog 1.1.1
270PACKAGE_TARNAME = webfwlog
271PACKAGE_URL =
272PACKAGE_VERSION = 1.1.1
273PATH_SEPARATOR = :
274RANLIB = ranlib
275SED = /usr/bin/sed
276SET_MAKE =
277SHELL = /bin/sh
278STRIP = strip
279SUBDIRS =
280VERSION = 1.1.1
281WWW_GROUP =
282YACC =
283YFLAGS =
284abs_builddir = /home/webfwlog/webfwlog-1.1.1
285abs_srcdir = /home/webfwlog/webfwlog-1.1.1
286abs_top_builddir = /home/webfwlog/webfwlog-1.1.1
287abs_top_srcdir = /home/webfwlog/webfwlog-1.1.1
288ac_ct_AR = ar
289ac_ct_CC = gcc
290ac_ct_DUMPBIN =
291am__include = include
292am__leading_dot = .
293am__quote =
294am__tar = $${TAR-tar} chof - "$$tardir"
295am__untar = $${TAR-tar} xf -
296bindir = ${exec_prefix}/bin
297build = x86_64-pc-linux-gnu
298build_alias =
299build_cpu = x86_64
300build_os = linux-gnu
301build_vendor = pc
302builddir = .
303datadir = ${datarootdir}
304datarootdir = ${prefix}/share
305docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
306dvidir = ${docdir}
307exec_prefix = ${prefix}
308host = x86_64-pc-linux-gnu
309host_alias =
310host_cpu = x86_64
311host_os = linux-gnu
312host_vendor = pc
313htmldir = ${docdir}
314includedir = ${prefix}/include
315infodir = ${datarootdir}/info
316install_sh = ${SHELL} /home/webfwlog/webfwlog-1.1.1/install-sh
317libdir = ${exec_prefix}/lib
318libexecdir = ${exec_prefix}/libexec
319localedir = ${datarootdir}/locale
320localstatedir = ${prefix}/var
321mandir = ${datarootdir}/man
322mkdir_p = $(MKDIR_P)
323oldincludedir = /usr/include
324pdfdir = ${docdir}
325prefix = /usr/local
326program_transform_name = s,x,x,
327psdir = ${docdir}
328sbindir = ${exec_prefix}/sbin
329sharedstatedir = ${prefix}/com
330srcdir = .
331sysconfdir = ${prefix}/etc
332target_alias =
333top_build_prefix =
334top_builddir = .
335top_srcdir = .
336AUTOMAKE_OPTIONS = foreign
337ACLOCAL_AMFLAGS = -I m4
338DISTCLEANFILES = webfwlog.conf webfwlog/include/config.php
339WFWL_AF_INET = 2
340#WFWL_AF_INET = `./tools/test_af -4`
341WFWL_AF_INET6 = 10
342#WFWL_AF_INET6 = `./tools/test_af -6`
343all: config.h
344	$(MAKE) $(AM_MAKEFLAGS) all-recursive
345
346.SUFFIXES:
347am--refresh: Makefile
348	@:
349$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
350	@for dep in $?; do \
351	  case '$(am__configure_deps)' in \
352	    *$$dep*) \
353	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
354	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
355		&& exit 0; \
356	      exit 1;; \
357	  esac; \
358	done; \
359	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
360	$(am__cd) $(top_srcdir) && \
361	  $(AUTOMAKE) --foreign Makefile
362Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363	@case '$?' in \
364	  *config.status*) \
365	    echo ' $(SHELL) ./config.status'; \
366	    $(SHELL) ./config.status;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	$(SHELL) ./config.status --recheck
374
375$(top_srcdir)/configure:  $(am__configure_deps)
376	$(am__cd) $(srcdir) && $(AUTOCONF)
377$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
378	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
379$(am__aclocal_m4_deps):
380
381config.h: stamp-h1
382	@test -f $@ || rm -f stamp-h1
383	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
384
385stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
386	@rm -f stamp-h1
387	cd $(top_builddir) && $(SHELL) ./config.status config.h
388$(srcdir)/config.h.in:  $(am__configure_deps)
389	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
390	rm -f stamp-h1
391	touch $@
392
393distclean-hdr:
394	-rm -f config.h stamp-h1
395
396mostlyclean-libtool:
397	-rm -f *.lo
398
399clean-libtool:
400	-rm -rf .libs _libs
401
402distclean-libtool:
403	-rm -f libtool config.lt
404
405# This directory's subdirectories are mostly independent; you can cd
406# into them and run 'make' without going through this Makefile.
407# To change the values of 'make' variables: instead of editing Makefiles,
408# (1) if the variable is set in 'config.status', edit 'config.status'
409#     (which will cause the Makefiles to be regenerated when you run 'make');
410# (2) otherwise, pass the desired values on the 'make' command line.
411$(am__recursive_targets):
412	@fail=; \
413	if $(am__make_keepgoing); then \
414	  failcom='fail=yes'; \
415	else \
416	  failcom='exit 1'; \
417	fi; \
418	dot_seen=no; \
419	target=`echo $@ | sed s/-recursive//`; \
420	case "$@" in \
421	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422	  *) list='$(SUBDIRS)' ;; \
423	esac; \
424	for subdir in $$list; do \
425	  echo "Making $$target in $$subdir"; \
426	  if test "$$subdir" = "."; then \
427	    dot_seen=yes; \
428	    local_target="$$target-am"; \
429	  else \
430	    local_target="$$target"; \
431	  fi; \
432	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433	  || eval $$failcom; \
434	done; \
435	if test "$$dot_seen" = "no"; then \
436	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437	fi; test -z "$$fail"
438
439ID: $(am__tagged_files)
440	$(am__define_uniq_tagged_files); mkid -fID $$unique
441tags: tags-recursive
442TAGS: tags
443
444tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
445	set x; \
446	here=`pwd`; \
447	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448	  include_option=--etags-include; \
449	  empty_fix=.; \
450	else \
451	  include_option=--include; \
452	  empty_fix=; \
453	fi; \
454	list='$(SUBDIRS)'; for subdir in $$list; do \
455	  if test "$$subdir" = .; then :; else \
456	    test ! -f $$subdir/TAGS || \
457	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458	  fi; \
459	done; \
460	$(am__define_uniq_tagged_files); \
461	shift; \
462	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
463	  test -n "$$unique" || unique=$$empty_fix; \
464	  if test $$# -gt 0; then \
465	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466	      "$$@" $$unique; \
467	  else \
468	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469	      $$unique; \
470	  fi; \
471	fi
472ctags: ctags-recursive
473
474CTAGS: ctags
475ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476	$(am__define_uniq_tagged_files); \
477	test -z "$(CTAGS_ARGS)$$unique" \
478	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479	     $$unique
480
481GTAGS:
482	here=`$(am__cd) $(top_builddir) && pwd` \
483	  && $(am__cd) $(top_srcdir) \
484	  && gtags -i $(GTAGS_ARGS) "$$here"
485cscope: cscope.files
486	test ! -s cscope.files \
487	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
488clean-cscope:
489	-rm -f cscope.files
490cscope.files: clean-cscope cscopelist
491cscopelist: cscopelist-recursive
492
493cscopelist-am: $(am__tagged_files)
494	list='$(am__tagged_files)'; \
495	case "$(srcdir)" in \
496	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
497	  *) sdir=$(subdir)/$(srcdir) ;; \
498	esac; \
499	for i in $$list; do \
500	  if test -f "$$i"; then \
501	    echo "$(subdir)/$$i"; \
502	  else \
503	    echo "$$sdir/$$i"; \
504	  fi; \
505	done >> $(top_builddir)/cscope.files
506
507distclean-tags:
508	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
510
511distdir: $(DISTFILES)
512	$(am__remove_distdir)
513	test -d "$(distdir)" || mkdir "$(distdir)"
514	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516	list='$(DISTFILES)'; \
517	  dist_files=`for file in $$list; do echo $$file; done | \
518	  sed -e "s|^$$srcdirstrip/||;t" \
519	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520	case $$dist_files in \
521	  */*) $(MKDIR_P) `echo "$$dist_files" | \
522			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523			   sort -u` ;; \
524	esac; \
525	for file in $$dist_files; do \
526	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527	  if test -d $$d/$$file; then \
528	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529	    if test -d "$(distdir)/$$file"; then \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
537	  else \
538	    test -f "$(distdir)/$$file" \
539	    || cp -p $$d/$$file "$(distdir)/$$file" \
540	    || exit 1; \
541	  fi; \
542	done
543	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544	  if test "$$subdir" = .; then :; else \
545	    $(am__make_dryrun) \
546	      || test -d "$(distdir)/$$subdir" \
547	      || $(MKDIR_P) "$(distdir)/$$subdir" \
548	      || exit 1; \
549	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
550	    $(am__relativize); \
551	    new_distdir=$$reldir; \
552	    dir1=$$subdir; dir2="$(top_distdir)"; \
553	    $(am__relativize); \
554	    new_top_distdir=$$reldir; \
555	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
556	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
557	    ($(am__cd) $$subdir && \
558	      $(MAKE) $(AM_MAKEFLAGS) \
559	        top_distdir="$$new_top_distdir" \
560	        distdir="$$new_distdir" \
561		am__remove_distdir=: \
562		am__skip_length_check=: \
563		am__skip_mode_fix=: \
564	        distdir) \
565	      || exit 1; \
566	  fi; \
567	done
568	-test -n "$(am__skip_mode_fix)" \
569	|| find "$(distdir)" -type d ! -perm -755 \
570		-exec chmod u+rwx,go+rx {} \; -o \
571	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
572	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
573	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
574	|| chmod -R a+r "$(distdir)"
575dist-gzip: distdir
576	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
577	$(am__post_remove_distdir)
578
579dist-bzip2: distdir
580	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
581	$(am__post_remove_distdir)
582
583dist-lzip: distdir
584	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
585	$(am__post_remove_distdir)
586
587dist-xz: distdir
588	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
589	$(am__post_remove_distdir)
590
591dist-tarZ: distdir
592	@echo WARNING: "Support for distribution archives compressed with" \
593		       "legacy program 'compress' is deprecated." >&2
594	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
595	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
596	$(am__post_remove_distdir)
597
598dist-shar: distdir
599	@echo WARNING: "Support for shar distribution archives is" \
600	               "deprecated." >&2
601	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
602	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
603	$(am__post_remove_distdir)
604
605dist-zip: distdir
606	-rm -f $(distdir).zip
607	zip -rq $(distdir).zip $(distdir)
608	$(am__post_remove_distdir)
609
610dist dist-all:
611	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
612	$(am__post_remove_distdir)
613
614# This target untars the dist file and tries a VPATH configuration.  Then
615# it guarantees that the distribution is self-contained by making another
616# tarfile.
617distcheck: dist
618	case '$(DIST_ARCHIVES)' in \
619	*.tar.gz*) \
620	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
621	*.tar.bz2*) \
622	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
623	*.tar.lz*) \
624	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
625	*.tar.xz*) \
626	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
627	*.tar.Z*) \
628	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
629	*.shar.gz*) \
630	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
631	*.zip*) \
632	  unzip $(distdir).zip ;;\
633	esac
634	chmod -R a-w $(distdir)
635	chmod u+w $(distdir)
636	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
637	chmod a-w $(distdir)
638	test -d $(distdir)/_build || exit 0; \
639	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
640	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
641	  && am__cwd=`pwd` \
642	  && $(am__cd) $(distdir)/_build/sub \
643	  && ../../configure \
644	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
645	    $(DISTCHECK_CONFIGURE_FLAGS) \
646	    --srcdir=../.. --prefix="$$dc_install_base" \
647	  && $(MAKE) $(AM_MAKEFLAGS) \
648	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
649	  && $(MAKE) $(AM_MAKEFLAGS) check \
650	  && $(MAKE) $(AM_MAKEFLAGS) install \
651	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
652	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
653	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
654	        distuninstallcheck \
655	  && chmod -R a-w "$$dc_install_base" \
656	  && ({ \
657	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
658	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
659	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
660	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
661	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
662	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
663	  && rm -rf "$$dc_destdir" \
664	  && $(MAKE) $(AM_MAKEFLAGS) dist \
665	  && rm -rf $(DIST_ARCHIVES) \
666	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
667	  && cd "$$am__cwd" \
668	  || exit 1
669	$(am__post_remove_distdir)
670	@(echo "$(distdir) archives ready for distribution: "; \
671	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
672	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
673distuninstallcheck:
674	@test -n '$(distuninstallcheck_dir)' || { \
675	  echo 'ERROR: trying to run $@ with an empty' \
676	       '$$(distuninstallcheck_dir)' >&2; \
677	  exit 1; \
678	}; \
679	$(am__cd) '$(distuninstallcheck_dir)' || { \
680	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
681	  exit 1; \
682	}; \
683	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
684	   || { echo "ERROR: files left after uninstall:" ; \
685	        if test -n "$(DESTDIR)"; then \
686	          echo "  (check DESTDIR support)"; \
687	        fi ; \
688	        $(distuninstallcheck_listfiles) ; \
689	        exit 1; } >&2
690distcleancheck: distclean
691	@if test '$(srcdir)' = . ; then \
692	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
693	  exit 1 ; \
694	fi
695	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
696	  || { echo "ERROR: files left in build directory after distclean:" ; \
697	       $(distcleancheck_listfiles) ; \
698	       exit 1; } >&2
699check-am: all-am
700check: check-recursive
701all-am: Makefile config.h all-local
702installdirs: installdirs-recursive
703installdirs-am:
704install: install-recursive
705install-exec: install-exec-recursive
706install-data: install-data-recursive
707uninstall: uninstall-recursive
708
709install-am: all-am
710	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712installcheck: installcheck-recursive
713install-strip:
714	if test -z '$(STRIP)'; then \
715	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717	      install; \
718	else \
719	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722	fi
723mostlyclean-generic:
724
725clean-generic:
726
727distclean-generic:
728	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
731
732maintainer-clean-generic:
733	@echo "This command is intended for maintainers to use"
734	@echo "it deletes files that may require special tools to rebuild."
735clean: clean-recursive
736
737clean-am: clean-generic clean-libtool mostlyclean-am
738
739distclean: distclean-recursive
740	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
741	-rm -f Makefile
742distclean-am: clean-am distclean-generic distclean-hdr \
743	distclean-libtool distclean-tags
744
745dvi: dvi-recursive
746
747dvi-am:
748
749html: html-recursive
750
751html-am:
752
753info: info-recursive
754
755info-am:
756
757install-data-am: install-data-local
758
759install-dvi: install-dvi-recursive
760
761install-dvi-am:
762
763install-exec-am:
764
765install-html: install-html-recursive
766
767install-html-am:
768
769install-info: install-info-recursive
770
771install-info-am:
772
773install-man:
774
775install-pdf: install-pdf-recursive
776
777install-pdf-am:
778
779install-ps: install-ps-recursive
780
781install-ps-am:
782
783installcheck-am:
784
785maintainer-clean: maintainer-clean-recursive
786	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
787	-rm -rf $(top_srcdir)/autom4te.cache
788	-rm -f Makefile
789maintainer-clean-am: distclean-am maintainer-clean-generic
790
791mostlyclean: mostlyclean-recursive
792
793mostlyclean-am: mostlyclean-generic mostlyclean-libtool
794
795pdf: pdf-recursive
796
797pdf-am:
798
799ps: ps-recursive
800
801ps-am:
802
803uninstall-am: uninstall-local
804
805.MAKE: $(am__recursive_targets) all install-am install-strip
806
807.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
808	am--refresh check check-am clean clean-cscope clean-generic \
809	clean-libtool cscope cscopelist-am ctags ctags-am dist \
810	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
811	dist-xz dist-zip distcheck distclean distclean-generic \
812	distclean-hdr distclean-libtool distclean-tags distcleancheck \
813	distdir distuninstallcheck dvi dvi-am html html-am info \
814	info-am install install-am install-data install-data-am \
815	install-data-local install-dvi install-dvi-am install-exec \
816	install-exec-am install-html install-html-am install-info \
817	install-info-am install-man install-pdf install-pdf-am \
818	install-ps install-ps-am install-strip installcheck \
819	installcheck-am installdirs installdirs-am maintainer-clean \
820	maintainer-clean-generic mostlyclean mostlyclean-generic \
821	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
822	uninstall-am uninstall-local
823
824.PRECIOUS: Makefile
825
826
827all-local: webfwlog.conf webfwlog/include/config.php
828
829webfwlog.conf: ./webfwlog.conf.in
830	@if $(SED) -n -e 's,@bindir\@,$(bindir),' \
831	           -e 's,@EXEEXT\@,$(EXEEXT),' \
832	           -e 'w ./webfwlog.conf' \
833		./webfwlog.conf.in ; \
834	then : else exit 1; fi;
835
836webfwlog/include/config.php: ./webfwlog/include/config.php.in
837	@WFWL_AF_INET=$(WFWL_AF_INET); \
838	WFWL_AF_INET6=$(WFWL_AF_INET6); \
839	if $(SED) -n -e 's,@sysconfdir\@,$(sysconfdir),' \
840	           -e 's,@bindir\@,$(bindir),' \
841	           -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),' \
842	           -e "s,@WFWL_AF_INET\@,$$WFWL_AF_INET," \
843	           -e "s,@WFWL_AF_INET6\@,$$WFWL_AF_INET6," \
844	           -e 'w ./webfwlog/include/config.php' \
845		./webfwlog/include/config.php.in ; \
846	then : else exit 1; fi;
847
848install-data-local: install-webfwlog.conf install-webfwlog
849
850install-webfwlog.conf:
851	@if [ -f $(DESTDIR)$(sysconfdir)/webfwlog.conf ]; \
852	then \
853		if $(INSTALL_DATA) webfwlog.conf $(DESTDIR)$(sysconfdir)/webfwlog.conf.new; \
854		then :; else exit 1; fi; \
855		echo installed $(DESTDIR)$(sysconfdir)/webfwlog.conf as webfwlog.conf.new; \
856	else \
857		if $(MKDIR_P) $(DESTDIR)$(sysconfdir) \
858			&& $(INSTALL_DATA) webfwlog.conf $(DESTDIR)$(sysconfdir)/webfwlog.conf; \
859		then :; else exit 1; fi; \
860		echo installed $(DESTDIR)$(sysconfdir)/webfwlog.conf; \
861	fi
862	@if [ x$(WWW_GROUP) != x ]; \
863	then \
864		chgrp $(WWW_GROUP) $(DESTDIR)$(sysconfdir)/webfwlog.conf; \
865		chmod o-rwx $(DESTDIR)$(sysconfdir)/webfwlog.conf; \
866 	fi
867
868install-webfwlog:
869	@cd webfwlog && find . -type d -exec $(INSTALL) -d '{}' $(DESTDIR)/$(pkgdatadir)/'{}' \;
870	@cd webfwlog && find . -type f -exec $(INSTALL_DATA) '{}' $(DESTDIR)/$(pkgdatadir)/'{}' \;
871	@cd webfwlog-vendor && find . -type d -exec $(INSTALL) -d '{}' $(DESTDIR)/$(pkgdatadir)-vendor/'{}' \;
872	@cd webfwlog-vendor && find . -type f -exec $(INSTALL_DATA) '{}' $(DESTDIR)/$(pkgdatadir)-vendor/'{}' \;
873	@echo Installed webfwlog in $(DESTDIR)$(pkgdatadir);
874	@if test x$(HTML_DOC_ROOT) != x ; \
875	then \
876	  if test -d $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; then rm -rf $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; \
877	  elif test -h $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; then rm -f $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; fi; \
878	  $(LN_S) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog || exit $$?; \
879	else \
880	  echo "Webfwlog has been installed in $(DESTDIR)$(pkgdatadir).  You should update"; \
881	  echo "your web server's configuration to provide access to this directory"; \
882	fi
883
884uninstall-local:
885	@if test x$(HTML_DOC_ROOT) != x ; \
886	then \
887	  if test -d $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; then rm -rf $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; \
888	  elif test -h $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; then rm -f $(DESTDIR)$(HTML_DOC_ROOT)/webfwlog; fi; \
889	fi;
890	@if test -d $(DESTDIR)$(pkgdatadir); then rm -rf $(DESTDIR)$(pkgdatadir); fi;
891	@if test -d $(DESTDIR)$(pkgdatadir)-vendor; then rm -rf $(DESTDIR)$(pkgdatadir)-vendor; fi;
892	@echo Webfwlog uninstalled
893
894# Tell versions [3.59,3.63) of GNU make to not export all variables.
895# Otherwise a system limit (for SysV at least) may be exceeded.
896.NOEXPORT:
897