ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 6105
Committed: Thu Jun 11 12:45:27 2015 UTC (11 years, 1 month ago) by michael
File size: 28418 byte(s)
Log Message:
- autoreconf

File Contents

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

Properties

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