ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/Makefile.in
Revision: 5352
Committed: Sun Jan 11 13:26:11 2015 UTC (11 years, 6 months ago) by michael
Original Path: hopm/trunk/src/Makefile.in
File size: 28064 byte(s)
Log Message:
- automake 1.15

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

Properties

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