ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.in
Revision: 5136
Committed: Thu Dec 25 19:23:56 2014 UTC (11 years, 6 months ago) by michael
File size: 28041 byte(s)
Log Message:
- Clean up Makefile.am

File Contents

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

Properties

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