ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 5433
Committed: Wed Jan 28 14:14:14 2015 UTC (10 years, 6 months ago) by michael
File size: 28108 byte(s)
Log Message:
- autoreconf

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 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286 MAINT = @MAINT@
287 MAKEINFO = @MAKEINFO@
288 MANIFEST_TOOL = @MANIFEST_TOOL@
289 MKDIR_P = @MKDIR_P@
290 NM = @NM@
291 NMEDIT = @NMEDIT@
292 OBJDUMP = @OBJDUMP@
293 OBJEXT = @OBJEXT@
294 OTOOL = @OTOOL@
295 OTOOL64 = @OTOOL64@
296 PACKAGE = @PACKAGE@
297 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
298 PACKAGE_NAME = @PACKAGE_NAME@
299 PACKAGE_STRING = @PACKAGE_STRING@
300 PACKAGE_TARNAME = @PACKAGE_TARNAME@
301 PACKAGE_URL = @PACKAGE_URL@
302 PACKAGE_VERSION = @PACKAGE_VERSION@
303 PATH_SEPARATOR = @PATH_SEPARATOR@
304 RANLIB = @RANLIB@
305 SED = @SED@
306 SET_MAKE = @SET_MAKE@
307 SHELL = @SHELL@
308 STRIP = @STRIP@
309 VERSION = @VERSION@
310 YACC = @YACC@
311 YFLAGS = @YFLAGS@
312 abs_builddir = @abs_builddir@
313 abs_srcdir = @abs_srcdir@
314 abs_top_builddir = @abs_top_builddir@
315 abs_top_srcdir = @abs_top_srcdir@
316 ac_ct_AR = @ac_ct_AR@
317 ac_ct_CC = @ac_ct_CC@
318 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319 am__include = @am__include@
320 am__leading_dot = @am__leading_dot@
321 am__quote = @am__quote@
322 am__tar = @am__tar@
323 am__untar = @am__untar@
324 bindir = @bindir@
325 build = @build@
326 build_alias = @build_alias@
327 build_cpu = @build_cpu@
328 build_os = @build_os@
329 build_vendor = @build_vendor@
330 builddir = @builddir@
331 datadir = @datadir@
332 datarootdir = @datarootdir@
333 docdir = @docdir@
334 dvidir = @dvidir@
335 exec_prefix = @exec_prefix@
336 host = @host@
337 host_alias = @host_alias@
338 host_cpu = @host_cpu@
339 host_os = @host_os@
340 host_vendor = @host_vendor@
341 htmldir = @htmldir@
342 includedir = @includedir@
343 infodir = @infodir@
344 install_sh = @install_sh@
345 libdir = @libdir@
346 libexecdir = @libexecdir@
347 localedir = @localedir@
348 localstatedir = @localstatedir@
349 mandir = @mandir@
350 mkdir_p = @mkdir_p@
351 oldincludedir = @oldincludedir@
352 pdfdir = @pdfdir@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 sbindir = @sbindir@
357 sharedstatedir = @sharedstatedir@
358 srcdir = @srcdir@
359 sysconfdir = @sysconfdir@
360 target_alias = @target_alias@
361 top_build_prefix = @top_build_prefix@
362 top_builddir = @top_builddir@
363 top_srcdir = @top_srcdir@
364 SUBDIRS = libopm
365 AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)\""
366 AM_YFLAGS = -d
367 hopm_SOURCES = compat.c \
368 compat.h \
369 config-parser.y \
370 config-lexer.l \
371 config.c \
372 config.h \
373 dnsbl.c \
374 dnsbl.h \
375 extern.h \
376 firedns.c \
377 firedns.h \
378 irc.c \
379 irc.h \
380 list.c \
381 list.h \
382 log.c \
383 log.h \
384 main.c \
385 main.h \
386 memory.c \
387 memory.h \
388 match.c \
389 match.h \
390 misc.c \
391 misc.h \
392 negcache.c \
393 negcache.h \
394 opercmd.c \
395 opercmd.h \
396 options.h \
397 patchlevel.h \
398 scan.c \
399 scan.h \
400 stats.c \
401 stats.h
402
403 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@
404 all: setup.h
405 $(MAKE) $(AM_MAKEFLAGS) all-recursive
406
407 .SUFFIXES:
408 .SUFFIXES: .c .l .lo .o .obj .y
409 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
410 @for dep in $?; do \
411 case '$(am__configure_deps)' in \
412 *$$dep*) \
413 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
414 && { if test -f $@; then exit 0; else break; fi; }; \
415 exit 1;; \
416 esac; \
417 done; \
418 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
419 $(am__cd) $(top_srcdir) && \
420 $(AUTOMAKE) --gnu src/Makefile
421 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
422 @case '$?' in \
423 *config.status*) \
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
425 *) \
426 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
427 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
428 esac;
429
430 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
433 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(am__aclocal_m4_deps):
438
439 setup.h: stamp-h1
440 @test -f $@ || rm -f stamp-h1
441 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
442
443 stamp-h1: $(srcdir)/setup.h.in $(top_builddir)/config.status
444 @rm -f stamp-h1
445 cd $(top_builddir) && $(SHELL) ./config.status src/setup.h
446 $(srcdir)/setup.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
447 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
448 rm -f stamp-h1
449 touch $@
450
451 distclean-hdr:
452 -rm -f setup.h stamp-h1
453 install-binPROGRAMS: $(bin_PROGRAMS)
454 @$(NORMAL_INSTALL)
455 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
456 if test -n "$$list"; then \
457 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
458 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
459 fi; \
460 for p in $$list; do echo "$$p $$p"; done | \
461 sed 's/$(EXEEXT)$$//' | \
462 while read p p1; do if test -f $$p \
463 || test -f $$p1 \
464 ; then echo "$$p"; echo "$$p"; else :; fi; \
465 done | \
466 sed -e 'p;s,.*/,,;n;h' \
467 -e 's|.*|.|' \
468 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
469 sed 'N;N;N;s,\n, ,g' | \
470 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
471 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
472 if ($$2 == $$4) files[d] = files[d] " " $$1; \
473 else { print "f", $$3 "/" $$4, $$1; } } \
474 END { for (d in files) print "f", d, files[d] }' | \
475 while read type dir files; do \
476 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
477 test -z "$$files" || { \
478 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
479 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
480 } \
481 ; done
482
483 uninstall-binPROGRAMS:
484 @$(NORMAL_UNINSTALL)
485 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
486 files=`for p in $$list; do echo "$$p"; done | \
487 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
488 -e 's/$$/$(EXEEXT)/' \
489 `; \
490 test -n "$$list" || exit 0; \
491 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
492 cd "$(DESTDIR)$(bindir)" && rm -f $$files
493
494 clean-binPROGRAMS:
495 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
496 echo " rm -f" $$list; \
497 rm -f $$list || exit $$?; \
498 test -n "$(EXEEXT)" || exit 0; \
499 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
500 echo " rm -f" $$list; \
501 rm -f $$list
502 config-parser.h: config-parser.c
503 @if test ! -f $@; then rm -f config-parser.c; else :; fi
504 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) config-parser.c; else :; fi
505
506 hopm$(EXEEXT): $(hopm_OBJECTS) $(hopm_DEPENDENCIES) $(EXTRA_hopm_DEPENDENCIES)
507 @rm -f hopm$(EXEEXT)
508 $(AM_V_CCLD)$(LINK) $(hopm_OBJECTS) $(hopm_LDADD) $(LIBS)
509
510 mostlyclean-compile:
511 -rm -f *.$(OBJEXT)
512
513 distclean-compile:
514 -rm -f *.tab.c
515
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-lexer.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnsbl.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firedns.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/negcache.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opercmd.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
533
534 .c.o:
535 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
536 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
540
541 .c.obj:
542 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
543 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
547
548 .c.lo:
549 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
554
555 .l.c:
556 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
557
558 .y.c:
559 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
560
561 mostlyclean-libtool:
562 -rm -f *.lo
563
564 clean-libtool:
565 -rm -rf .libs _libs
566
567 # This directory's subdirectories are mostly independent; you can cd
568 # into them and run 'make' without going through this Makefile.
569 # To change the values of 'make' variables: instead of editing Makefiles,
570 # (1) if the variable is set in 'config.status', edit 'config.status'
571 # (which will cause the Makefiles to be regenerated when you run 'make');
572 # (2) otherwise, pass the desired values on the 'make' command line.
573 $(am__recursive_targets):
574 @fail=; \
575 if $(am__make_keepgoing); then \
576 failcom='fail=yes'; \
577 else \
578 failcom='exit 1'; \
579 fi; \
580 dot_seen=no; \
581 target=`echo $@ | sed s/-recursive//`; \
582 case "$@" in \
583 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
584 *) list='$(SUBDIRS)' ;; \
585 esac; \
586 for subdir in $$list; do \
587 echo "Making $$target in $$subdir"; \
588 if test "$$subdir" = "."; then \
589 dot_seen=yes; \
590 local_target="$$target-am"; \
591 else \
592 local_target="$$target"; \
593 fi; \
594 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
595 || eval $$failcom; \
596 done; \
597 if test "$$dot_seen" = "no"; then \
598 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
599 fi; test -z "$$fail"
600
601 ID: $(am__tagged_files)
602 $(am__define_uniq_tagged_files); mkid -fID $$unique
603 tags: tags-recursive
604 TAGS: tags
605
606 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607 set x; \
608 here=`pwd`; \
609 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
610 include_option=--etags-include; \
611 empty_fix=.; \
612 else \
613 include_option=--include; \
614 empty_fix=; \
615 fi; \
616 list='$(SUBDIRS)'; for subdir in $$list; do \
617 if test "$$subdir" = .; then :; else \
618 test ! -f $$subdir/TAGS || \
619 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
620 fi; \
621 done; \
622 $(am__define_uniq_tagged_files); \
623 shift; \
624 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
625 test -n "$$unique" || unique=$$empty_fix; \
626 if test $$# -gt 0; then \
627 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628 "$$@" $$unique; \
629 else \
630 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631 $$unique; \
632 fi; \
633 fi
634 ctags: ctags-recursive
635
636 CTAGS: ctags
637 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
638 $(am__define_uniq_tagged_files); \
639 test -z "$(CTAGS_ARGS)$$unique" \
640 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
641 $$unique
642
643 GTAGS:
644 here=`$(am__cd) $(top_builddir) && pwd` \
645 && $(am__cd) $(top_srcdir) \
646 && gtags -i $(GTAGS_ARGS) "$$here"
647 cscopelist: cscopelist-recursive
648
649 cscopelist-am: $(am__tagged_files)
650 list='$(am__tagged_files)'; \
651 case "$(srcdir)" in \
652 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
653 *) sdir=$(subdir)/$(srcdir) ;; \
654 esac; \
655 for i in $$list; do \
656 if test -f "$$i"; then \
657 echo "$(subdir)/$$i"; \
658 else \
659 echo "$$sdir/$$i"; \
660 fi; \
661 done >> $(top_builddir)/cscope.files
662
663 distclean-tags:
664 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665
666 distdir: $(DISTFILES)
667 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
668 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
669 list='$(DISTFILES)'; \
670 dist_files=`for file in $$list; do echo $$file; done | \
671 sed -e "s|^$$srcdirstrip/||;t" \
672 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
673 case $$dist_files in \
674 */*) $(MKDIR_P) `echo "$$dist_files" | \
675 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
676 sort -u` ;; \
677 esac; \
678 for file in $$dist_files; do \
679 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
680 if test -d $$d/$$file; then \
681 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
682 if test -d "$(distdir)/$$file"; then \
683 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
684 fi; \
685 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
686 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
687 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688 fi; \
689 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
690 else \
691 test -f "$(distdir)/$$file" \
692 || cp -p $$d/$$file "$(distdir)/$$file" \
693 || exit 1; \
694 fi; \
695 done
696 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
697 if test "$$subdir" = .; then :; else \
698 $(am__make_dryrun) \
699 || test -d "$(distdir)/$$subdir" \
700 || $(MKDIR_P) "$(distdir)/$$subdir" \
701 || exit 1; \
702 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
703 $(am__relativize); \
704 new_distdir=$$reldir; \
705 dir1=$$subdir; dir2="$(top_distdir)"; \
706 $(am__relativize); \
707 new_top_distdir=$$reldir; \
708 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
709 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
710 ($(am__cd) $$subdir && \
711 $(MAKE) $(AM_MAKEFLAGS) \
712 top_distdir="$$new_top_distdir" \
713 distdir="$$new_distdir" \
714 am__remove_distdir=: \
715 am__skip_length_check=: \
716 am__skip_mode_fix=: \
717 distdir) \
718 || exit 1; \
719 fi; \
720 done
721 check-am: all-am
722 check: check-recursive
723 all-am: Makefile $(PROGRAMS) setup.h
724 installdirs: installdirs-recursive
725 installdirs-am:
726 for dir in "$(DESTDIR)$(bindir)"; do \
727 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
728 done
729 install: install-recursive
730 install-exec: install-exec-recursive
731 install-data: install-data-recursive
732 uninstall: uninstall-recursive
733
734 install-am: all-am
735 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
736
737 installcheck: installcheck-recursive
738 install-strip:
739 if test -z '$(STRIP)'; then \
740 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
741 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
742 install; \
743 else \
744 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
745 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
746 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
747 fi
748 mostlyclean-generic:
749
750 clean-generic:
751
752 distclean-generic:
753 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
754 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
755
756 maintainer-clean-generic:
757 @echo "This command is intended for maintainers to use"
758 @echo "it deletes files that may require special tools to rebuild."
759 -rm -f config-lexer.c
760 -rm -f config-parser.c
761 -rm -f config-parser.h
762 clean: clean-recursive
763
764 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
765
766 distclean: distclean-recursive
767 -rm -rf ./$(DEPDIR)
768 -rm -f Makefile
769 distclean-am: clean-am distclean-compile distclean-generic \
770 distclean-hdr distclean-tags
771
772 dvi: dvi-recursive
773
774 dvi-am:
775
776 html: html-recursive
777
778 html-am:
779
780 info: info-recursive
781
782 info-am:
783
784 install-data-am:
785
786 install-dvi: install-dvi-recursive
787
788 install-dvi-am:
789
790 install-exec-am: install-binPROGRAMS
791
792 install-html: install-html-recursive
793
794 install-html-am:
795
796 install-info: install-info-recursive
797
798 install-info-am:
799
800 install-man:
801
802 install-pdf: install-pdf-recursive
803
804 install-pdf-am:
805
806 install-ps: install-ps-recursive
807
808 install-ps-am:
809
810 installcheck-am:
811
812 maintainer-clean: maintainer-clean-recursive
813 -rm -rf ./$(DEPDIR)
814 -rm -f Makefile
815 maintainer-clean-am: distclean-am maintainer-clean-generic
816
817 mostlyclean: mostlyclean-recursive
818
819 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
820 mostlyclean-libtool
821
822 pdf: pdf-recursive
823
824 pdf-am:
825
826 ps: ps-recursive
827
828 ps-am:
829
830 uninstall-am: uninstall-binPROGRAMS
831
832 .MAKE: $(am__recursive_targets) all install-am install-strip
833
834 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
835 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
836 cscopelist-am ctags ctags-am distclean distclean-compile \
837 distclean-generic distclean-hdr distclean-libtool \
838 distclean-tags distdir dvi dvi-am html html-am info info-am \
839 install install-am install-binPROGRAMS install-data \
840 install-data-am install-dvi install-dvi-am install-exec \
841 install-exec-am install-html install-html-am install-info \
842 install-info-am install-man install-pdf install-pdf-am \
843 install-ps install-ps-am install-strip installcheck \
844 installcheck-am installdirs installdirs-am maintainer-clean \
845 maintainer-clean-generic mostlyclean mostlyclean-compile \
846 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
847 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
848
849 .PRECIOUS: Makefile
850
851
852 # Tell versions [3.59,3.63) of GNU make to not export all variables.
853 # Otherwise a system limit (for SysV at least) may be exceeded.
854 .NOEXPORT:

Properties

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