ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 5063
Committed: Mon Dec 22 14:12:53 2014 UTC (9 years, 3 months ago) by michael
File size: 27190 byte(s)
Log Message:
- Build system related cleanups and fixes

File Contents

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