ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 6223
Committed: Wed Jul 1 18:38:05 2015 UTC (11 years ago) by michael
File size: 28674 byte(s)
Log Message:
- Re-create autogenerated files

File Contents

# Content
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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_library_net.m4 \
101 $(top_srcdir)/m4/ax_require_defined.m4 \
102 $(top_srcdir)/m4/gcc_stack_protect.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) scan.$(OBJEXT) \
120 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_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)\""
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 scan.c \
410 scan.h \
411 serno.h \
412 stats.c \
413 stats.h
414
415 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@
416 all: setup.h
417 $(MAKE) $(AM_MAKEFLAGS) all-recursive
418
419 .SUFFIXES:
420 .SUFFIXES: .c .l .lo .o .obj .y
421 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
422 @for dep in $?; do \
423 case '$(am__configure_deps)' in \
424 *$$dep*) \
425 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
426 && { if test -f $@; then exit 0; else break; fi; }; \
427 exit 1;; \
428 esac; \
429 done; \
430 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
431 $(am__cd) $(top_srcdir) && \
432 $(AUTOMAKE) --gnu src/Makefile
433 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434 @case '$?' in \
435 *config.status*) \
436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
437 *) \
438 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
439 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
440 esac;
441
442 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444
445 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
446 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449 $(am__aclocal_m4_deps):
450
451 setup.h: stamp-h1
452 @test -f $@ || rm -f stamp-h1
453 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
454
455 stamp-h1: $(srcdir)/setup.h.in $(top_builddir)/config.status
456 @rm -f stamp-h1
457 cd $(top_builddir) && $(SHELL) ./config.status src/setup.h
458 $(srcdir)/setup.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
459 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
460 rm -f stamp-h1
461 touch $@
462
463 distclean-hdr:
464 -rm -f setup.h stamp-h1
465 install-binPROGRAMS: $(bin_PROGRAMS)
466 @$(NORMAL_INSTALL)
467 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468 if test -n "$$list"; then \
469 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
470 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
471 fi; \
472 for p in $$list; do echo "$$p $$p"; done | \
473 sed 's/$(EXEEXT)$$//' | \
474 while read p p1; do if test -f $$p \
475 || test -f $$p1 \
476 ; then echo "$$p"; echo "$$p"; else :; fi; \
477 done | \
478 sed -e 'p;s,.*/,,;n;h' \
479 -e 's|.*|.|' \
480 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
481 sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) files[d] = files[d] " " $$1; \
485 else { print "f", $$3 "/" $$4, $$1; } } \
486 END { for (d in files) print "f", d, files[d] }' | \
487 while read type dir files; do \
488 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
489 test -z "$$files" || { \
490 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
491 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
492 } \
493 ; done
494
495 uninstall-binPROGRAMS:
496 @$(NORMAL_UNINSTALL)
497 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
498 files=`for p in $$list; do echo "$$p"; done | \
499 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
500 -e 's/$$/$(EXEEXT)/' \
501 `; \
502 test -n "$$list" || exit 0; \
503 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
504 cd "$(DESTDIR)$(bindir)" && rm -f $$files
505
506 clean-binPROGRAMS:
507 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
508 echo " rm -f" $$list; \
509 rm -f $$list || exit $$?; \
510 test -n "$(EXEEXT)" || exit 0; \
511 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
512 echo " rm -f" $$list; \
513 rm -f $$list
514 config-parser.h: config-parser.c
515 @if test ! -f $@; then rm -f config-parser.c; else :; fi
516 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) config-parser.c; else :; fi
517
518 hopm$(EXEEXT): $(hopm_OBJECTS) $(hopm_DEPENDENCIES) $(EXTRA_hopm_DEPENDENCIES)
519 @rm -f hopm$(EXEEXT)
520 $(AM_V_CCLD)$(LINK) $(hopm_OBJECTS) $(hopm_LDADD) $(LIBS)
521
522 mostlyclean-compile:
523 -rm -f *.$(OBJEXT)
524
525 distclean-compile:
526 -rm -f *.tab.c
527
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-lexer.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnsbl.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firedns.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/negcache.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opercmd.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
545
546 .c.o:
547 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
548 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
552
553 .c.obj:
554 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
555 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
559
560 .c.lo:
561 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
562 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
566
567 .l.c:
568 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
569
570 .y.c:
571 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
572
573 mostlyclean-libtool:
574 -rm -f *.lo
575
576 clean-libtool:
577 -rm -rf .libs _libs
578
579 # This directory's subdirectories are mostly independent; you can cd
580 # into them and run 'make' without going through this Makefile.
581 # To change the values of 'make' variables: instead of editing Makefiles,
582 # (1) if the variable is set in 'config.status', edit 'config.status'
583 # (which will cause the Makefiles to be regenerated when you run 'make');
584 # (2) otherwise, pass the desired values on the 'make' command line.
585 $(am__recursive_targets):
586 @fail=; \
587 if $(am__make_keepgoing); then \
588 failcom='fail=yes'; \
589 else \
590 failcom='exit 1'; \
591 fi; \
592 dot_seen=no; \
593 target=`echo $@ | sed s/-recursive//`; \
594 case "$@" in \
595 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
596 *) list='$(SUBDIRS)' ;; \
597 esac; \
598 for subdir in $$list; do \
599 echo "Making $$target in $$subdir"; \
600 if test "$$subdir" = "."; then \
601 dot_seen=yes; \
602 local_target="$$target-am"; \
603 else \
604 local_target="$$target"; \
605 fi; \
606 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
607 || eval $$failcom; \
608 done; \
609 if test "$$dot_seen" = "no"; then \
610 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
611 fi; test -z "$$fail"
612
613 ID: $(am__tagged_files)
614 $(am__define_uniq_tagged_files); mkid -fID $$unique
615 tags: tags-recursive
616 TAGS: tags
617
618 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619 set x; \
620 here=`pwd`; \
621 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
622 include_option=--etags-include; \
623 empty_fix=.; \
624 else \
625 include_option=--include; \
626 empty_fix=; \
627 fi; \
628 list='$(SUBDIRS)'; for subdir in $$list; do \
629 if test "$$subdir" = .; then :; else \
630 test ! -f $$subdir/TAGS || \
631 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
632 fi; \
633 done; \
634 $(am__define_uniq_tagged_files); \
635 shift; \
636 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
637 test -n "$$unique" || unique=$$empty_fix; \
638 if test $$# -gt 0; then \
639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
640 "$$@" $$unique; \
641 else \
642 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643 $$unique; \
644 fi; \
645 fi
646 ctags: ctags-recursive
647
648 CTAGS: ctags
649 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650 $(am__define_uniq_tagged_files); \
651 test -z "$(CTAGS_ARGS)$$unique" \
652 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653 $$unique
654
655 GTAGS:
656 here=`$(am__cd) $(top_builddir) && pwd` \
657 && $(am__cd) $(top_srcdir) \
658 && gtags -i $(GTAGS_ARGS) "$$here"
659 cscopelist: cscopelist-recursive
660
661 cscopelist-am: $(am__tagged_files)
662 list='$(am__tagged_files)'; \
663 case "$(srcdir)" in \
664 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
665 *) sdir=$(subdir)/$(srcdir) ;; \
666 esac; \
667 for i in $$list; do \
668 if test -f "$$i"; then \
669 echo "$(subdir)/$$i"; \
670 else \
671 echo "$$sdir/$$i"; \
672 fi; \
673 done >> $(top_builddir)/cscope.files
674
675 distclean-tags:
676 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
677
678 distdir: $(DISTFILES)
679 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681 list='$(DISTFILES)'; \
682 dist_files=`for file in $$list; do echo $$file; done | \
683 sed -e "s|^$$srcdirstrip/||;t" \
684 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
685 case $$dist_files in \
686 */*) $(MKDIR_P) `echo "$$dist_files" | \
687 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
688 sort -u` ;; \
689 esac; \
690 for file in $$dist_files; do \
691 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
692 if test -d $$d/$$file; then \
693 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
694 if test -d "$(distdir)/$$file"; then \
695 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
696 fi; \
697 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
698 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
699 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
700 fi; \
701 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
702 else \
703 test -f "$(distdir)/$$file" \
704 || cp -p $$d/$$file "$(distdir)/$$file" \
705 || exit 1; \
706 fi; \
707 done
708 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
709 if test "$$subdir" = .; then :; else \
710 $(am__make_dryrun) \
711 || test -d "$(distdir)/$$subdir" \
712 || $(MKDIR_P) "$(distdir)/$$subdir" \
713 || exit 1; \
714 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
715 $(am__relativize); \
716 new_distdir=$$reldir; \
717 dir1=$$subdir; dir2="$(top_distdir)"; \
718 $(am__relativize); \
719 new_top_distdir=$$reldir; \
720 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
721 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
722 ($(am__cd) $$subdir && \
723 $(MAKE) $(AM_MAKEFLAGS) \
724 top_distdir="$$new_top_distdir" \
725 distdir="$$new_distdir" \
726 am__remove_distdir=: \
727 am__skip_length_check=: \
728 am__skip_mode_fix=: \
729 distdir) \
730 || exit 1; \
731 fi; \
732 done
733 check-am: all-am
734 check: check-recursive
735 all-am: Makefile $(PROGRAMS) setup.h
736 installdirs: installdirs-recursive
737 installdirs-am:
738 for dir in "$(DESTDIR)$(bindir)"; do \
739 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
740 done
741 install: install-recursive
742 install-exec: install-exec-recursive
743 install-data: install-data-recursive
744 uninstall: uninstall-recursive
745
746 install-am: all-am
747 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
748
749 installcheck: installcheck-recursive
750 install-strip:
751 if test -z '$(STRIP)'; then \
752 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
753 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
754 install; \
755 else \
756 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
759 fi
760 mostlyclean-generic:
761
762 clean-generic:
763
764 distclean-generic:
765 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
768 maintainer-clean-generic:
769 @echo "This command is intended for maintainers to use"
770 @echo "it deletes files that may require special tools to rebuild."
771 -rm -f config-lexer.c
772 -rm -f config-parser.c
773 -rm -f config-parser.h
774 clean: clean-recursive
775
776 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
777
778 distclean: distclean-recursive
779 -rm -rf ./$(DEPDIR)
780 -rm -f Makefile
781 distclean-am: clean-am distclean-compile distclean-generic \
782 distclean-hdr distclean-tags
783
784 dvi: dvi-recursive
785
786 dvi-am:
787
788 html: html-recursive
789
790 html-am:
791
792 info: info-recursive
793
794 info-am:
795
796 install-data-am:
797
798 install-dvi: install-dvi-recursive
799
800 install-dvi-am:
801
802 install-exec-am: install-binPROGRAMS
803
804 install-html: install-html-recursive
805
806 install-html-am:
807
808 install-info: install-info-recursive
809
810 install-info-am:
811
812 install-man:
813
814 install-pdf: install-pdf-recursive
815
816 install-pdf-am:
817
818 install-ps: install-ps-recursive
819
820 install-ps-am:
821
822 installcheck-am:
823
824 maintainer-clean: maintainer-clean-recursive
825 -rm -rf ./$(DEPDIR)
826 -rm -f Makefile
827 maintainer-clean-am: distclean-am maintainer-clean-generic
828
829 mostlyclean: mostlyclean-recursive
830
831 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
832 mostlyclean-libtool
833
834 pdf: pdf-recursive
835
836 pdf-am:
837
838 ps: ps-recursive
839
840 ps-am:
841
842 uninstall-am: uninstall-binPROGRAMS
843
844 .MAKE: $(am__recursive_targets) all install-am install-strip
845
846 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
847 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
848 cscopelist-am ctags ctags-am distclean distclean-compile \
849 distclean-generic distclean-hdr distclean-libtool \
850 distclean-tags distdir dvi dvi-am html html-am info info-am \
851 install install-am install-binPROGRAMS install-data \
852 install-data-am install-dvi install-dvi-am install-exec \
853 install-exec-am install-html install-html-am install-info \
854 install-info-am install-man install-pdf install-pdf-am \
855 install-ps install-ps-am install-strip installcheck \
856 installcheck-am installdirs installdirs-am maintainer-clean \
857 maintainer-clean-generic mostlyclean mostlyclean-compile \
858 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
859 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
860
861 .PRECIOUS: Makefile
862
863
864 # Tell versions [3.59,3.63) of GNU make to not export all variables.
865 # Otherwise a system limit (for SysV at least) may be exceeded.
866 .NOEXPORT:

Properties

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