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