ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 6183
Committed: Tue Jun 23 16:50:35 2015 UTC (10 years, 2 months ago) by michael
File size: 28636 byte(s)
Log Message:
- Add --enable-warnings switch

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

Properties

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