ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/Makefile.in
Revision: 8552
Committed: Sat Sep 22 20:56:36 2018 UTC (7 years, 9 months ago) by michael
File size: 28906 byte(s)
Log Message:
- Re-create autogenerated files

File Contents

# Content
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
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 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__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 }
29 am__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
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = hopm$(EXEEXT)
92 subdir = src
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
95 $(top_srcdir)/m4/ax_append_flag.m4 \
96 $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
97 $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
98 $(top_srcdir)/m4/ax_arg_openssl.m4 \
99 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
100 $(top_srcdir)/m4/ax_gcc_stack_protect.m4 \
101 $(top_srcdir)/m4/ax_library_net.m4 \
102 $(top_srcdir)/m4/ax_require_defined.m4 \
103 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = setup.h
111 CONFIG_CLEAN_FILES =
112 CONFIG_CLEAN_VPATH_FILES =
113 am__installdirs = "$(DESTDIR)$(bindir)"
114 PROGRAMS = $(bin_PROGRAMS)
115 am_hopm_OBJECTS = compat.$(OBJEXT) config-parser.$(OBJEXT) \
116 config-lexer.$(OBJEXT) config.$(OBJEXT) dnsbl.$(OBJEXT) \
117 firedns.$(OBJEXT) irc.$(OBJEXT) list.$(OBJEXT) log.$(OBJEXT) \
118 main.$(OBJEXT) memory.$(OBJEXT) match.$(OBJEXT) misc.$(OBJEXT) \
119 negcache.$(OBJEXT) opercmd.$(OBJEXT) patricia.$(OBJEXT) \
120 scan.$(OBJEXT) stats.$(OBJEXT)
121 hopm_OBJECTS = $(am_hopm_OBJECTS)
122 hopm_DEPENDENCIES = libopm/src/.libs/libopm.a @LIBOBJS@
123 AM_V_lt = $(am__v_lt_@AM_V@)
124 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
125 am__v_lt_0 = --silent
126 am__v_lt_1 =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 DEFAULT_INCLUDES = -I.@am__isrc@
140 depcomp = $(SHELL) $(top_srcdir)/depcomp
141 am__depfiles_maybe = depfiles
142 am__mv = mv -f
143 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
144 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
147 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148 $(AM_CFLAGS) $(CFLAGS)
149 AM_V_CC = $(am__v_CC_@AM_V@)
150 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151 am__v_CC_0 = @echo " CC " $@;
152 am__v_CC_1 =
153 CCLD = $(CC)
154 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156 $(AM_LDFLAGS) $(LDFLAGS) -o $@
157 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159 am__v_CCLD_0 = @echo " CCLD " $@;
160 am__v_CCLD_1 =
161 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
162 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
163 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
164 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
165 AM_V_LEX = $(am__v_LEX_@AM_V@)
166 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
167 am__v_LEX_0 = @echo " LEX " $@;
168 am__v_LEX_1 =
169 YLWRAP = $(top_srcdir)/ylwrap
170 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
171 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
172 -e s/c++$$/h++/ -e s/c$$/h/
173 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
174 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
176 AM_V_YACC = $(am__v_YACC_@AM_V@)
177 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
178 am__v_YACC_0 = @echo " YACC " $@;
179 am__v_YACC_1 =
180 SOURCES = $(hopm_SOURCES)
181 DIST_SOURCES = $(hopm_SOURCES)
182 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
183 ctags-recursive dvi-recursive html-recursive info-recursive \
184 install-data-recursive install-dvi-recursive \
185 install-exec-recursive install-html-recursive \
186 install-info-recursive install-pdf-recursive \
187 install-ps-recursive install-recursive installcheck-recursive \
188 installdirs-recursive pdf-recursive ps-recursive \
189 tags-recursive uninstall-recursive
190 am__can_run_installinfo = \
191 case $$AM_UPDATE_INFO_DIR in \
192 n|no|NO) false;; \
193 *) (install-info --version) >/dev/null 2>&1;; \
194 esac
195 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
196 distclean-recursive maintainer-clean-recursive
197 am__recursive_targets = \
198 $(RECURSIVE_TARGETS) \
199 $(RECURSIVE_CLEAN_TARGETS) \
200 $(am__extra_recursive_targets)
201 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
202 distdir
203 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
204 $(LISP)setup.h.in
205 # Read a list of newline-separated strings from the standard input,
206 # and print each of them once, without duplicates. Input order is
207 # *not* preserved.
208 am__uniquify_input = $(AWK) '\
209 BEGIN { nonempty = 0; } \
210 { items[$$0] = 1; nonempty = 1; } \
211 END { if (nonempty) { for (i in items) print i; }; } \
212 '
213 # Make sure the list of sources is unique. This is necessary because,
214 # e.g., the same source file might be shared among _SOURCES variables
215 # for different programs/libraries.
216 am__define_uniq_tagged_files = \
217 list='$(am__tagged_files)'; \
218 unique=`for i in $$list; do \
219 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220 done | $(am__uniquify_input)`
221 ETAGS = etags
222 CTAGS = ctags
223 DIST_SUBDIRS = $(SUBDIRS)
224 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/setup.h.in \
225 $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs \
226 $(top_srcdir)/ylwrap config-lexer.c config-parser.c \
227 config-parser.h
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229 am__relativize = \
230 dir0=`pwd`; \
231 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232 sed_rest='s,^[^/]*/*,,'; \
233 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234 sed_butlast='s,/*[^/]*$$,,'; \
235 while test -n "$$dir1"; do \
236 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237 if test "$$first" != "."; then \
238 if test "$$first" = ".."; then \
239 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241 else \
242 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243 if test "$$first2" = "$$first"; then \
244 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245 else \
246 dir2="../$$dir2"; \
247 fi; \
248 dir0="$$dir0"/"$$first"; \
249 fi; \
250 fi; \
251 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252 done; \
253 reldir="$$dir2"
254 ACLOCAL = @ACLOCAL@
255 AMTAR = @AMTAR@
256 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
257 AR = @AR@
258 AUTOCONF = @AUTOCONF@
259 AUTOHEADER = @AUTOHEADER@
260 AUTOMAKE = @AUTOMAKE@
261 AWK = @AWK@
262 CC = @CC@
263 CCDEPMODE = @CCDEPMODE@
264 CFLAGS = @CFLAGS@
265 CPP = @CPP@
266 CPPFLAGS = @CPPFLAGS@
267 CYGPATH_W = @CYGPATH_W@
268 DEFS = @DEFS@
269 DEPDIR = @DEPDIR@
270 DLLTOOL = @DLLTOOL@
271 DSYMUTIL = @DSYMUTIL@
272 DUMPBIN = @DUMPBIN@
273 ECHO_C = @ECHO_C@
274 ECHO_N = @ECHO_N@
275 ECHO_T = @ECHO_T@
276 EGREP = @EGREP@
277 EXEEXT = @EXEEXT@
278 FGREP = @FGREP@
279 GREP = @GREP@
280 INSTALL = @INSTALL@
281 INSTALL_DATA = @INSTALL_DATA@
282 INSTALL_PROGRAM = @INSTALL_PROGRAM@
283 INSTALL_SCRIPT = @INSTALL_SCRIPT@
284 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285 LD = @LD@
286 LDFLAGS = @LDFLAGS@
287 LEX = @LEX@
288 LEXLIB = @LEXLIB@
289 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
290 LIBOBJS = @LIBOBJS@
291 LIBS = @LIBS@
292 LIBTOOL = @LIBTOOL@
293 LIPO = @LIPO@
294 LN_S = @LN_S@
295 LTLIBOBJS = @LTLIBOBJS@
296 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
297 MAINT = @MAINT@
298 MAKEINFO = @MAKEINFO@
299 MANIFEST_TOOL = @MANIFEST_TOOL@
300 MKDIR_P = @MKDIR_P@
301 NM = @NM@
302 NMEDIT = @NMEDIT@
303 OBJDUMP = @OBJDUMP@
304 OBJEXT = @OBJEXT@
305 OTOOL = @OTOOL@
306 OTOOL64 = @OTOOL64@
307 PACKAGE = @PACKAGE@
308 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309 PACKAGE_NAME = @PACKAGE_NAME@
310 PACKAGE_STRING = @PACKAGE_STRING@
311 PACKAGE_TARNAME = @PACKAGE_TARNAME@
312 PACKAGE_URL = @PACKAGE_URL@
313 PACKAGE_VERSION = @PACKAGE_VERSION@
314 PATH_SEPARATOR = @PATH_SEPARATOR@
315 RANLIB = @RANLIB@
316 SED = @SED@
317 SET_MAKE = @SET_MAKE@
318 SHELL = @SHELL@
319 STRIP = @STRIP@
320 VERSION = @VERSION@
321 YACC = @YACC@
322 YFLAGS = @YFLAGS@
323 abs_builddir = @abs_builddir@
324 abs_srcdir = @abs_srcdir@
325 abs_top_builddir = @abs_top_builddir@
326 abs_top_srcdir = @abs_top_srcdir@
327 ac_ct_AR = @ac_ct_AR@
328 ac_ct_CC = @ac_ct_CC@
329 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330 am__include = @am__include@
331 am__leading_dot = @am__leading_dot@
332 am__quote = @am__quote@
333 am__tar = @am__tar@
334 am__untar = @am__untar@
335 bindir = @bindir@
336 build = @build@
337 build_alias = @build_alias@
338 build_cpu = @build_cpu@
339 build_os = @build_os@
340 build_vendor = @build_vendor@
341 builddir = @builddir@
342 datadir = @datadir@
343 datarootdir = @datarootdir@
344 docdir = @docdir@
345 dvidir = @dvidir@
346 exec_prefix = @exec_prefix@
347 host = @host@
348 host_alias = @host_alias@
349 host_cpu = @host_cpu@
350 host_os = @host_os@
351 host_vendor = @host_vendor@
352 htmldir = @htmldir@
353 includedir = @includedir@
354 infodir = @infodir@
355 install_sh = @install_sh@
356 libdir = @libdir@
357 libexecdir = @libexecdir@
358 localedir = @localedir@
359 localstatedir = @localstatedir@
360 mandir = @mandir@
361 mkdir_p = @mkdir_p@
362 oldincludedir = @oldincludedir@
363 pdfdir = @pdfdir@
364 prefix = @prefix@
365 program_transform_name = @program_transform_name@
366 psdir = @psdir@
367 sbindir = @sbindir@
368 sharedstatedir = @sharedstatedir@
369 srcdir = @srcdir@
370 sysconfdir = @sysconfdir@
371 target_alias = @target_alias@
372 top_build_prefix = @top_build_prefix@
373 top_builddir = @top_builddir@
374 top_srcdir = @top_srcdir@
375 SUBDIRS = libopm
376 AM_CPPFLAGS = -DHOPM_PREFIX="\"$(prefix)\"" -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" -DHOPM_BINPATH="\"$(bindir)/hopm\""
377 AM_YFLAGS = -d
378 hopm_SOURCES = compat.c \
379 compat.h \
380 config-parser.y \
381 config-lexer.l \
382 config.c \
383 config.h \
384 dnsbl.c \
385 dnsbl.h \
386 extern.h \
387 firedns.c \
388 firedns.h \
389 irc.c \
390 irc.h \
391 list.c \
392 list.h \
393 log.c \
394 log.h \
395 main.c \
396 main.h \
397 memory.c \
398 memory.h \
399 match.c \
400 match.h \
401 misc.c \
402 misc.h \
403 negcache.c \
404 negcache.h \
405 opercmd.c \
406 opercmd.h \
407 options.h \
408 patchlevel.h \
409 patricia.c \
410 patricia.h \
411 scan.c \
412 scan.h \
413 serno.h \
414 stats.c \
415 stats.h
416
417 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@
418 all: setup.h
419 $(MAKE) $(AM_MAKEFLAGS) all-recursive
420
421 .SUFFIXES:
422 .SUFFIXES: .c .l .lo .o .obj .y
423 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
424 @for dep in $?; do \
425 case '$(am__configure_deps)' in \
426 *$$dep*) \
427 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
428 && { if test -f $@; then exit 0; else break; fi; }; \
429 exit 1;; \
430 esac; \
431 done; \
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
433 $(am__cd) $(top_srcdir) && \
434 $(AUTOMAKE) --gnu src/Makefile
435 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436 @case '$?' in \
437 *config.status*) \
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
439 *) \
440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
441 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
442 esac;
443
444 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446
447 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451 $(am__aclocal_m4_deps):
452
453 setup.h: stamp-h1
454 @test -f $@ || rm -f stamp-h1
455 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
456
457 stamp-h1: $(srcdir)/setup.h.in $(top_builddir)/config.status
458 @rm -f stamp-h1
459 cd $(top_builddir) && $(SHELL) ./config.status src/setup.h
460 $(srcdir)/setup.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
461 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
462 rm -f stamp-h1
463 touch $@
464
465 distclean-hdr:
466 -rm -f setup.h stamp-h1
467 install-binPROGRAMS: $(bin_PROGRAMS)
468 @$(NORMAL_INSTALL)
469 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
470 if test -n "$$list"; then \
471 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
472 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
473 fi; \
474 for p in $$list; do echo "$$p $$p"; done | \
475 sed 's/$(EXEEXT)$$//' | \
476 while read p p1; do if test -f $$p \
477 || test -f $$p1 \
478 ; then echo "$$p"; echo "$$p"; else :; fi; \
479 done | \
480 sed -e 'p;s,.*/,,;n;h' \
481 -e 's|.*|.|' \
482 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
483 sed 'N;N;N;s,\n, ,g' | \
484 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
485 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
486 if ($$2 == $$4) files[d] = files[d] " " $$1; \
487 else { print "f", $$3 "/" $$4, $$1; } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
493 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-binPROGRAMS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
502 -e 's/$$/$(EXEEXT)/' \
503 `; \
504 test -n "$$list" || exit 0; \
505 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
506 cd "$(DESTDIR)$(bindir)" && rm -f $$files
507
508 clean-binPROGRAMS:
509 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
510 echo " rm -f" $$list; \
511 rm -f $$list || exit $$?; \
512 test -n "$(EXEEXT)" || exit 0; \
513 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
514 echo " rm -f" $$list; \
515 rm -f $$list
516 config-parser.h: config-parser.c
517 @if test ! -f $@; then rm -f config-parser.c; else :; fi
518 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) config-parser.c; else :; fi
519
520 hopm$(EXEEXT): $(hopm_OBJECTS) $(hopm_DEPENDENCIES) $(EXTRA_hopm_DEPENDENCIES)
521 @rm -f hopm$(EXEEXT)
522 $(AM_V_CCLD)$(LINK) $(hopm_OBJECTS) $(hopm_LDADD) $(LIBS)
523
524 mostlyclean-compile:
525 -rm -f *.$(OBJEXT)
526
527 distclean-compile:
528 -rm -f *.tab.c
529
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-lexer.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnsbl.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firedns.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/negcache.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opercmd.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patricia.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
548
549 .c.o:
550 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
551 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
555
556 .c.obj:
557 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
558 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
562
563 .c.lo:
564 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
565 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
569
570 .l.c:
571 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
572
573 .y.c:
574 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
575
576 mostlyclean-libtool:
577 -rm -f *.lo
578
579 clean-libtool:
580 -rm -rf .libs _libs
581
582 # This directory's subdirectories are mostly independent; you can cd
583 # into them and run 'make' without going through this Makefile.
584 # To change the values of 'make' variables: instead of editing Makefiles,
585 # (1) if the variable is set in 'config.status', edit 'config.status'
586 # (which will cause the Makefiles to be regenerated when you run 'make');
587 # (2) otherwise, pass the desired values on the 'make' command line.
588 $(am__recursive_targets):
589 @fail=; \
590 if $(am__make_keepgoing); then \
591 failcom='fail=yes'; \
592 else \
593 failcom='exit 1'; \
594 fi; \
595 dot_seen=no; \
596 target=`echo $@ | sed s/-recursive//`; \
597 case "$@" in \
598 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
599 *) list='$(SUBDIRS)' ;; \
600 esac; \
601 for subdir in $$list; do \
602 echo "Making $$target in $$subdir"; \
603 if test "$$subdir" = "."; then \
604 dot_seen=yes; \
605 local_target="$$target-am"; \
606 else \
607 local_target="$$target"; \
608 fi; \
609 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
610 || eval $$failcom; \
611 done; \
612 if test "$$dot_seen" = "no"; then \
613 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
614 fi; test -z "$$fail"
615
616 ID: $(am__tagged_files)
617 $(am__define_uniq_tagged_files); mkid -fID $$unique
618 tags: tags-recursive
619 TAGS: tags
620
621 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622 set x; \
623 here=`pwd`; \
624 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
625 include_option=--etags-include; \
626 empty_fix=.; \
627 else \
628 include_option=--include; \
629 empty_fix=; \
630 fi; \
631 list='$(SUBDIRS)'; for subdir in $$list; do \
632 if test "$$subdir" = .; then :; else \
633 test ! -f $$subdir/TAGS || \
634 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
635 fi; \
636 done; \
637 $(am__define_uniq_tagged_files); \
638 shift; \
639 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
640 test -n "$$unique" || unique=$$empty_fix; \
641 if test $$# -gt 0; then \
642 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643 "$$@" $$unique; \
644 else \
645 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646 $$unique; \
647 fi; \
648 fi
649 ctags: ctags-recursive
650
651 CTAGS: ctags
652 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
653 $(am__define_uniq_tagged_files); \
654 test -z "$(CTAGS_ARGS)$$unique" \
655 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656 $$unique
657
658 GTAGS:
659 here=`$(am__cd) $(top_builddir) && pwd` \
660 && $(am__cd) $(top_srcdir) \
661 && gtags -i $(GTAGS_ARGS) "$$here"
662 cscopelist: cscopelist-recursive
663
664 cscopelist-am: $(am__tagged_files)
665 list='$(am__tagged_files)'; \
666 case "$(srcdir)" in \
667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
668 *) sdir=$(subdir)/$(srcdir) ;; \
669 esac; \
670 for i in $$list; do \
671 if test -f "$$i"; then \
672 echo "$(subdir)/$$i"; \
673 else \
674 echo "$$sdir/$$i"; \
675 fi; \
676 done >> $(top_builddir)/cscope.files
677
678 distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680
681 distdir: $(DISTFILES)
682 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
683 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
684 list='$(DISTFILES)'; \
685 dist_files=`for file in $$list; do echo $$file; done | \
686 sed -e "s|^$$srcdirstrip/||;t" \
687 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
688 case $$dist_files in \
689 */*) $(MKDIR_P) `echo "$$dist_files" | \
690 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
691 sort -u` ;; \
692 esac; \
693 for file in $$dist_files; do \
694 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
695 if test -d $$d/$$file; then \
696 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
697 if test -d "$(distdir)/$$file"; then \
698 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
699 fi; \
700 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
701 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
702 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
703 fi; \
704 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
705 else \
706 test -f "$(distdir)/$$file" \
707 || cp -p $$d/$$file "$(distdir)/$$file" \
708 || exit 1; \
709 fi; \
710 done
711 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
712 if test "$$subdir" = .; then :; else \
713 $(am__make_dryrun) \
714 || test -d "$(distdir)/$$subdir" \
715 || $(MKDIR_P) "$(distdir)/$$subdir" \
716 || exit 1; \
717 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
718 $(am__relativize); \
719 new_distdir=$$reldir; \
720 dir1=$$subdir; dir2="$(top_distdir)"; \
721 $(am__relativize); \
722 new_top_distdir=$$reldir; \
723 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
724 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
725 ($(am__cd) $$subdir && \
726 $(MAKE) $(AM_MAKEFLAGS) \
727 top_distdir="$$new_top_distdir" \
728 distdir="$$new_distdir" \
729 am__remove_distdir=: \
730 am__skip_length_check=: \
731 am__skip_mode_fix=: \
732 distdir) \
733 || exit 1; \
734 fi; \
735 done
736 check-am: all-am
737 check: check-recursive
738 all-am: Makefile $(PROGRAMS) setup.h
739 installdirs: installdirs-recursive
740 installdirs-am:
741 for dir in "$(DESTDIR)$(bindir)"; do \
742 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
743 done
744 install: install-recursive
745 install-exec: install-exec-recursive
746 install-data: install-data-recursive
747 uninstall: uninstall-recursive
748
749 install-am: all-am
750 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
751
752 installcheck: installcheck-recursive
753 install-strip:
754 if test -z '$(STRIP)'; then \
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757 install; \
758 else \
759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
762 fi
763 mostlyclean-generic:
764
765 clean-generic:
766
767 distclean-generic:
768 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
769 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770
771 maintainer-clean-generic:
772 @echo "This command is intended for maintainers to use"
773 @echo "it deletes files that may require special tools to rebuild."
774 -rm -f config-lexer.c
775 -rm -f config-parser.c
776 -rm -f config-parser.h
777 clean: clean-recursive
778
779 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
780
781 distclean: distclean-recursive
782 -rm -rf ./$(DEPDIR)
783 -rm -f Makefile
784 distclean-am: clean-am distclean-compile distclean-generic \
785 distclean-hdr distclean-tags
786
787 dvi: dvi-recursive
788
789 dvi-am:
790
791 html: html-recursive
792
793 html-am:
794
795 info: info-recursive
796
797 info-am:
798
799 install-data-am:
800
801 install-dvi: install-dvi-recursive
802
803 install-dvi-am:
804
805 install-exec-am: install-binPROGRAMS
806
807 install-html: install-html-recursive
808
809 install-html-am:
810
811 install-info: install-info-recursive
812
813 install-info-am:
814
815 install-man:
816
817 install-pdf: install-pdf-recursive
818
819 install-pdf-am:
820
821 install-ps: install-ps-recursive
822
823 install-ps-am:
824
825 installcheck-am:
826
827 maintainer-clean: maintainer-clean-recursive
828 -rm -rf ./$(DEPDIR)
829 -rm -f Makefile
830 maintainer-clean-am: distclean-am maintainer-clean-generic
831
832 mostlyclean: mostlyclean-recursive
833
834 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
835 mostlyclean-libtool
836
837 pdf: pdf-recursive
838
839 pdf-am:
840
841 ps: ps-recursive
842
843 ps-am:
844
845 uninstall-am: uninstall-binPROGRAMS
846
847 .MAKE: $(am__recursive_targets) all install-am install-strip
848
849 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
850 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
851 cscopelist-am ctags ctags-am distclean distclean-compile \
852 distclean-generic distclean-hdr distclean-libtool \
853 distclean-tags distdir dvi dvi-am html html-am info info-am \
854 install install-am install-binPROGRAMS install-data \
855 install-data-am install-dvi install-dvi-am install-exec \
856 install-exec-am install-html install-html-am install-info \
857 install-info-am install-man install-pdf install-pdf-am \
858 install-ps install-ps-am install-strip installcheck \
859 installcheck-am installdirs installdirs-am maintainer-clean \
860 maintainer-clean-generic mostlyclean mostlyclean-compile \
861 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
862 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
863
864 .PRECIOUS: Makefile
865
866
867 # Tell versions [3.59,3.63) of GNU make to not export all variables.
868 # Otherwise a system limit (for SysV at least) may be exceeded.
869 .NOEXPORT:

Properties

Name Value
svn:eol-style native
svn:keywords Id