Record the date when adding the number of abuses for an IP address
[gnucomo.git] / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
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 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 DEPDIR = @DEPDIR@
72 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73 LEX = @LEX@
74 LEXLIB = @LEXLIB@
75 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
76 LN_S = @LN_S@
77 PACKAGE = @PACKAGE@
78 PG_CONFIG = @PG_CONFIG@
79 POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
80 POSTGRES_LIB = @POSTGRES_LIB@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 XML_CONFIG = @XML_CONFIG@
85 X_CFLAGS = @X_CFLAGS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 X_LIBS = @X_LIBS@
88 X_PRE_LIBS = @X_PRE_LIBS@
89 YACC = @YACC@
90 am__include = @am__include@
91 am__quote = @am__quote@
92 install_sh = @install_sh@
93 with_postgres_include = @with_postgres_include@
94 with_postgres_lib = @with_postgres_lib@
95 SUBDIRS = src
96 subdir = .
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_CLEAN_FILES =
100 DIST_SOURCES =
101
102 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
103         uninstall-info-recursive all-recursive install-data-recursive \
104         install-exec-recursive installdirs-recursive install-recursive \
105         uninstall-recursive check-recursive installcheck-recursive
106 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
107         Makefile.in NEWS TODO aclocal.m4 configure configure.in depcomp \
108         install-sh missing mkinstalldirs
109 DIST_SUBDIRS = $(SUBDIRS)
110 all: all-recursive
111
112 .SUFFIXES:
113
114 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
115  configure.lineno
116 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && \
118           $(AUTOMAKE) --gnu  Makefile
119 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
121
122 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
123         $(SHELL) ./config.status --recheck
124 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125         cd $(srcdir) && $(AUTOCONF)
126
127 $(ACLOCAL_M4):  configure.in 
128         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
129 uninstall-info-am:
130
131 # This directory's subdirectories are mostly independent; you can cd
132 # into them and run `make' without going through this Makefile.
133 # To change the values of `make' variables: instead of editing Makefiles,
134 # (1) if the variable is set in `config.status', edit `config.status'
135 #     (which will cause the Makefiles to be regenerated when you run `make');
136 # (2) otherwise, pass the desired values on the `make' command line.
137 $(RECURSIVE_TARGETS):
138         @set fnord $$MAKEFLAGS; amf=$$2; \
139         dot_seen=no; \
140         target=`echo $@ | sed s/-recursive//`; \
141         list='$(SUBDIRS)'; for subdir in $$list; do \
142           echo "Making $$target in $$subdir"; \
143           if test "$$subdir" = "."; then \
144             dot_seen=yes; \
145             local_target="$$target-am"; \
146           else \
147             local_target="$$target"; \
148           fi; \
149           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
150            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
151         done; \
152         if test "$$dot_seen" = "no"; then \
153           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
154         fi; test -z "$$fail"
155
156 mostlyclean-recursive clean-recursive distclean-recursive \
157 maintainer-clean-recursive:
158         @set fnord $$MAKEFLAGS; amf=$$2; \
159         dot_seen=no; \
160         case "$@" in \
161           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
162           *) list='$(SUBDIRS)' ;; \
163         esac; \
164         rev=''; for subdir in $$list; do \
165           if test "$$subdir" = "."; then :; else \
166             rev="$$subdir $$rev"; \
167           fi; \
168         done; \
169         rev="$$rev ."; \
170         target=`echo $@ | sed s/-recursive//`; \
171         for subdir in $$rev; do \
172           echo "Making $$target in $$subdir"; \
173           if test "$$subdir" = "."; then \
174             local_target="$$target-am"; \
175           else \
176             local_target="$$target"; \
177           fi; \
178           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180         done && test -z "$$fail"
181 tags-recursive:
182         list='$(SUBDIRS)'; for subdir in $$list; do \
183           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
184         done
185
186 ETAGS = etags
187 ETAGSFLAGS =
188
189 tags: TAGS
190
191 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
192         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
193         unique=`for i in $$list; do \
194             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195           done | \
196           $(AWK) '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         mkid -fID $$unique
199
200 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
201                 $(TAGS_FILES) $(LISP)
202         tags=; \
203         here=`pwd`; \
204         list='$(SUBDIRS)'; for subdir in $$list; do \
205           if test "$$subdir" = .; then :; else \
206             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
207           fi; \
208         done; \
209         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
210         unique=`for i in $$list; do \
211             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212           done | \
213           $(AWK) '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)$$tags$$unique" \
216           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
217              $$tags $$unique
218
219 GTAGS:
220         here=`$(am__cd) $(top_builddir) && pwd` \
221           && cd $(top_srcdir) \
222           && gtags -i $(GTAGS_ARGS) $$here
223
224 distclean-tags:
225         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
226 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227
228 top_distdir = .
229 distdir = $(PACKAGE)-$(VERSION)
230
231 am__remove_distdir = \
232   { test ! -d $(distdir) \
233     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
234          && rm -fr $(distdir); }; }
235
236 GZIP_ENV = --best
237 distcleancheck_listfiles = find . -type f -print
238
239 distdir: $(DISTFILES)
240         $(am__remove_distdir)
241         mkdir $(distdir)
242         @list='$(DISTFILES)'; for file in $$list; do \
243           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
244           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
245           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
246             dir="/$$dir"; \
247             $(mkinstalldirs) "$(distdir)$$dir"; \
248           else \
249             dir=''; \
250           fi; \
251           if test -d $$d/$$file; then \
252             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
253               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
254             fi; \
255             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
256           else \
257             test -f $(distdir)/$$file \
258             || cp -p $$d/$$file $(distdir)/$$file \
259             || exit 1; \
260           fi; \
261         done
262         list='$(SUBDIRS)'; for subdir in $$list; do \
263           if test "$$subdir" = .; then :; else \
264             test -d $(distdir)/$$subdir \
265             || mkdir $(distdir)/$$subdir \
266             || exit 1; \
267             (cd $$subdir && \
268               $(MAKE) $(AM_MAKEFLAGS) \
269                 top_distdir="$(top_distdir)" \
270                 distdir=../$(distdir)/$$subdir \
271                 distdir) \
272               || exit 1; \
273           fi; \
274         done
275         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
276           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
277           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
278           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
279         || chmod -R a+r $(distdir)
280 dist-gzip: distdir
281         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
282         $(am__remove_distdir)
283
284 dist dist-all: distdir
285         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
286         $(am__remove_distdir)
287
288 # This target untars the dist file and tries a VPATH configuration.  Then
289 # it guarantees that the distribution is self-contained by making another
290 # tarfile.
291 distcheck: dist
292         $(am__remove_distdir)
293         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
294         chmod -R a-w $(distdir); chmod a+w $(distdir)
295         mkdir $(distdir)/=build
296         mkdir $(distdir)/=inst
297         chmod a-w $(distdir)
298         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
299           && cd $(distdir)/=build \
300           && ../configure --srcdir=.. --prefix=$$dc_install_base \
301             $(DISTCHECK_CONFIGURE_FLAGS) \
302           && $(MAKE) $(AM_MAKEFLAGS) \
303           && $(MAKE) $(AM_MAKEFLAGS) dvi \
304           && $(MAKE) $(AM_MAKEFLAGS) check \
305           && $(MAKE) $(AM_MAKEFLAGS) install \
306           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
307           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
308           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
309               || { echo "ERROR: files left after uninstall:" ; \
310                    find $$dc_install_base -type f -print ; \
311                    exit 1; } >&2 ) \
312           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
313           && rm -f $(distdir).tar.gz \
314           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
315         $(am__remove_distdir)
316         @echo "$(distdir).tar.gz is ready for distribution" | \
317           sed 'h;s/./=/g;p;x;p;x'
318 distcleancheck: distclean
319         if test '$(srcdir)' = . ; then \
320           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
321           exit 1 ; \
322         fi
323         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
324           || { echo "ERROR: files left after distclean:" ; \
325                $(distcleancheck_listfiles) ; \
326                exit 1; } >&2
327 check-am: all-am
328 check: check-recursive
329 all-am: Makefile
330 installdirs: installdirs-recursive
331 installdirs-am:
332
333 install: install-recursive
334 install-exec: install-exec-recursive
335 install-data: install-data-recursive
336 uninstall: uninstall-recursive
337
338 install-am: all-am
339         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341 installcheck: installcheck-recursive
342 install-strip:
343         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
344           INSTALL_STRIP_FLAG=-s \
345           `test -z '$(STRIP)' || \
346             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
347 mostlyclean-generic:
348
349 clean-generic:
350
351 distclean-generic:
352         -rm -f Makefile $(CONFIG_CLEAN_FILES)
353
354 maintainer-clean-generic:
355         @echo "This command is intended for maintainers to use"
356         @echo "it deletes files that may require special tools to rebuild."
357 clean: clean-recursive
358
359 clean-am: clean-generic mostlyclean-am
360
361 distclean: distclean-recursive
362         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
363 distclean-am: clean-am distclean-generic distclean-tags
364
365 dvi: dvi-recursive
366
367 dvi-am:
368
369 info: info-recursive
370
371 info-am:
372
373 install-data-am:
374
375 install-exec-am:
376
377 install-info: install-info-recursive
378
379 install-man:
380
381 installcheck-am:
382
383 maintainer-clean: maintainer-clean-recursive
384         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
385         -rm -rf autom4te.cache
386 maintainer-clean-am: distclean-am maintainer-clean-generic
387
388 mostlyclean: mostlyclean-recursive
389
390 mostlyclean-am: mostlyclean-generic
391
392 uninstall-am: uninstall-info-am
393
394 uninstall-info: uninstall-info-recursive
395
396 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
397         clean-generic clean-recursive dist dist-all dist-gzip distcheck \
398         distclean distclean-generic distclean-recursive distclean-tags \
399         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
400         info-recursive install install-am install-data install-data-am \
401         install-data-recursive install-exec install-exec-am \
402         install-exec-recursive install-info install-info-am \
403         install-info-recursive install-man install-recursive \
404         install-strip installcheck installcheck-am installdirs \
405         installdirs-am installdirs-recursive maintainer-clean \
406         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
407         mostlyclean-generic mostlyclean-recursive tags tags-recursive \
408         uninstall uninstall-am uninstall-info-am \
409         uninstall-info-recursive uninstall-recursive
410
411 # Tell versions [3.59,3.63) of GNU make to not export all variables.
412 # Otherwise a system limit (for SysV at least) may be exceeded.
413 .NOEXPORT: