ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/Makefile.in
Revision: 5052
Committed: Mon Dec 22 11:56:03 2014 UTC (11 years, 7 months ago) by michael
Original Path: hopm/trunk/src/Makefile.in
File size: 21832 byte(s)
Log Message:
- Initial import of bopm 3.1.3

File Contents

# User Rev Content
1 michael 5052 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004, 2005 Free Software Foundation, Inc.
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     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = ..
24     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25     INSTALL = @INSTALL@
26     install_sh_DATA = $(install_sh) -c -m 644
27     install_sh_PROGRAM = $(install_sh) -c
28     install_sh_SCRIPT = $(install_sh) -c
29     INSTALL_HEADER = $(INSTALL_DATA)
30     transform = $(program_transform_name)
31     NORMAL_INSTALL = :
32     PRE_INSTALL = :
33     POST_INSTALL = :
34     NORMAL_UNINSTALL = :
35     PRE_UNINSTALL = :
36     POST_UNINSTALL = :
37     build_triplet = @build@
38     host_triplet = @host@
39     bin_PROGRAMS = bopm$(EXEEXT)
40     subdir = src
41     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42     $(srcdir)/setup.h.in config-lexer.c config-parser.c \
43     config-parser.h snprintf.c
44     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45     am__aclocal_m4_deps = $(top_srcdir)/configure.in
46     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47     $(ACLOCAL_M4)
48     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49     CONFIG_HEADER = setup.h
50     CONFIG_CLEAN_FILES =
51     am__installdirs = "$(DESTDIR)$(bindir)"
52     binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53     PROGRAMS = $(bin_PROGRAMS)
54     am_bopm_OBJECTS = compat.$(OBJEXT) config-parser.$(OBJEXT) \
55     config-lexer.$(OBJEXT) config.$(OBJEXT) dnsbl.$(OBJEXT) \
56     inet.$(OBJEXT) irc.$(OBJEXT) log.$(OBJEXT) main.$(OBJEXT) \
57     match.$(OBJEXT) misc.$(OBJEXT) malloc.$(OBJEXT) list.$(OBJEXT) \
58     negcache.$(OBJEXT) opercmd.$(OBJEXT) scan.$(OBJEXT) \
59     stats.$(OBJEXT) firedns.$(OBJEXT)
60     bopm_OBJECTS = $(am_bopm_OBJECTS)
61     bopm_DEPENDENCIES = libopm/src/.libs/libopm.a @LIBOBJS@
62     DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
63     depcomp = $(SHELL) $(top_srcdir)/depcomp
64     am__depfiles_maybe = depfiles
65     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67     LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
68     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
69     $(AM_CFLAGS) $(CFLAGS)
70     CCLD = $(CC)
71     LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72     $(AM_LDFLAGS) $(LDFLAGS) -o $@
73     LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
74     LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
75     YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
76     LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
77     $(AM_YFLAGS)
78     SOURCES = $(bopm_SOURCES)
79     DIST_SOURCES = $(bopm_SOURCES)
80     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81     html-recursive info-recursive install-data-recursive \
82     install-exec-recursive install-info-recursive \
83     install-recursive installcheck-recursive installdirs-recursive \
84     pdf-recursive ps-recursive uninstall-info-recursive \
85     uninstall-recursive
86     ETAGS = etags
87     CTAGS = ctags
88     DIST_SUBDIRS = $(SUBDIRS)
89     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90     ACLOCAL = @ACLOCAL@
91     AMDEP_FALSE = @AMDEP_FALSE@
92     AMDEP_TRUE = @AMDEP_TRUE@
93     AMTAR = @AMTAR@
94     AR = @AR@
95     AUTOCONF = @AUTOCONF@
96     AUTOHEADER = @AUTOHEADER@
97     AUTOMAKE = @AUTOMAKE@
98     AWK = @AWK@
99     CC = @CC@
100     CCDEPMODE = @CCDEPMODE@
101     CFLAGS = @CFLAGS@
102     CPP = @CPP@
103     CPPFLAGS = @CPPFLAGS@
104     CXX = @CXX@
105     CXXCPP = @CXXCPP@
106     CXXDEPMODE = @CXXDEPMODE@
107     CXXFLAGS = @CXXFLAGS@
108     CYGPATH_W = @CYGPATH_W@
109     DEFS = @DEFS@
110     DEPDIR = @DEPDIR@
111     ECHO = @ECHO@
112     ECHO_C = @ECHO_C@
113     ECHO_N = @ECHO_N@
114     ECHO_T = @ECHO_T@
115     EGREP = @EGREP@
116     ETR_SOCKET_LIBS = @ETR_SOCKET_LIBS@
117     EXEEXT = @EXEEXT@
118     F77 = @F77@
119     FFLAGS = @FFLAGS@
120     GREP = @GREP@
121     INSTALL_DATA = @INSTALL_DATA@
122     INSTALL_PROGRAM = @INSTALL_PROGRAM@
123     INSTALL_SCRIPT = @INSTALL_SCRIPT@
124     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125     LDFLAGS = @LDFLAGS@
126     LEX = @LEX@
127     LEXLIB = @LEXLIB@
128     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
129     LIBOBJS = @LIBOBJS@
130     LIBS = @LIBS@
131     LIBTOOL = @LIBTOOL@
132     LN_S = @LN_S@
133     LTLIBOBJS = @LTLIBOBJS@
134     MAINT = @MAINT@
135     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
136     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
137     MAKEINFO = @MAKEINFO@
138     OBJEXT = @OBJEXT@
139     PACKAGE = @PACKAGE@
140     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141     PACKAGE_NAME = @PACKAGE_NAME@
142     PACKAGE_STRING = @PACKAGE_STRING@
143     PACKAGE_TARNAME = @PACKAGE_TARNAME@
144     PACKAGE_VERSION = @PACKAGE_VERSION@
145     PATH_SEPARATOR = @PATH_SEPARATOR@
146     RANLIB = @RANLIB@
147     SET_MAKE = @SET_MAKE@
148     SHELL = @SHELL@
149     STRIP = @STRIP@
150     VERSION = @VERSION@
151     YACC = @YACC@
152     YFLAGS = @YFLAGS@
153     ac_ct_CC = @ac_ct_CC@
154     ac_ct_CXX = @ac_ct_CXX@
155     ac_ct_F77 = @ac_ct_F77@
156     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
160     am__include = @am__include@
161     am__leading_dot = @am__leading_dot@
162     am__quote = @am__quote@
163     am__tar = @am__tar@
164     am__untar = @am__untar@
165     bindir = @bindir@
166     build = @build@
167     build_alias = @build_alias@
168     build_cpu = @build_cpu@
169     build_os = @build_os@
170     build_vendor = @build_vendor@
171     datadir = @datadir@
172     datarootdir = @datarootdir@
173     docdir = @docdir@
174     dvidir = @dvidir@
175     exec_prefix = @exec_prefix@
176     host = @host@
177     host_alias = @host_alias@
178     host_cpu = @host_cpu@
179     host_os = @host_os@
180     host_vendor = @host_vendor@
181     htmldir = @htmldir@
182     includedir = @includedir@
183     infodir = @infodir@
184     install_sh = @install_sh@
185     libdir = @libdir@
186     libexecdir = @libexecdir@
187     localedir = @localedir@
188     localstatedir = @localstatedir@
189     mandir = @mandir@
190     mkdir_p = @mkdir_p@
191     oldincludedir = @oldincludedir@
192     pdfdir = @pdfdir@
193     prefix = @prefix@
194     program_transform_name = @program_transform_name@
195     psdir = @psdir@
196     sbindir = @sbindir@
197     sharedstatedir = @sharedstatedir@
198     subdirs = @subdirs@
199     sysconfdir = @sysconfdir@
200     target_alias = @target_alias@
201     SUBDIRS = libopm .
202     AM_CPPFLAGS = -DBOPM_ETCDIR="\"$(sysconfdir)\"" -DBOPM_LOGDIR="\"$(localstatedir)\""
203     AM_YFLAGS = -d
204     bopm_SOURCES = compat.c compat.h config-parser.y config-lexer.l config.c config.h \
205     dnsbl.c dnsbl.h extern.h inet.c inet.h irc.c irc.h log.c log.h main.c match.c \
206     match.h misc.c misc.h malloc.c malloc.h list.c list.h negcache.c negcache.h \
207     opercmd.c opercmd.h options.h scan.c scan.h setup.h stats.c stats.h firedns.c \
208     firedns.h main.h defs.h
209    
210     bopm_LDADD = libopm/src/.libs/libopm.a @ETR_SOCKET_LIBS@ @LIBOBJS@
211     all: setup.h
212     $(MAKE) $(AM_MAKEFLAGS) all-recursive
213    
214     .SUFFIXES:
215     .SUFFIXES: .c .l .lo .o .obj .y
216     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
217     @for dep in $?; do \
218     case '$(am__configure_deps)' in \
219     *$$dep*) \
220     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
221     && exit 0; \
222     exit 1;; \
223     esac; \
224     done; \
225     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
226     cd $(top_srcdir) && \
227     $(AUTOMAKE) --gnu src/Makefile
228     .PRECIOUS: Makefile
229     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230     @case '$?' in \
231     *config.status*) \
232     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233     *) \
234     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
235     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
236     esac;
237    
238     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240    
241     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
242     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
244     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245    
246     setup.h: stamp-h1
247     @if test ! -f $@; then \
248     rm -f stamp-h1; \
249     $(MAKE) stamp-h1; \
250     else :; fi
251    
252     stamp-h1: $(srcdir)/setup.h.in $(top_builddir)/config.status
253     @rm -f stamp-h1
254     cd $(top_builddir) && $(SHELL) ./config.status src/setup.h
255     $(srcdir)/setup.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256     cd $(top_srcdir) && $(AUTOHEADER)
257     rm -f stamp-h1
258     touch $@
259    
260     distclean-hdr:
261     -rm -f setup.h stamp-h1
262     install-binPROGRAMS: $(bin_PROGRAMS)
263     @$(NORMAL_INSTALL)
264     test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
265     @list='$(bin_PROGRAMS)'; for p in $$list; do \
266     p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
267     if test -f $$p \
268     || test -f $$p1 \
269     ; then \
270     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
271     echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
272     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
273     else :; fi; \
274     done
275    
276     uninstall-binPROGRAMS:
277     @$(NORMAL_UNINSTALL)
278     @list='$(bin_PROGRAMS)'; for p in $$list; do \
279     f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
280     echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
281     rm -f "$(DESTDIR)$(bindir)/$$f"; \
282     done
283    
284     clean-binPROGRAMS:
285     @list='$(bin_PROGRAMS)'; for p in $$list; do \
286     f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
287     echo " rm -f $$p $$f"; \
288     rm -f $$p $$f ; \
289     done
290     config-parser.h: config-parser.c
291     @if test ! -f $@; then \
292     rm -f config-parser.c; \
293     $(MAKE) config-parser.c; \
294     else :; fi
295     bopm$(EXEEXT): $(bopm_OBJECTS) $(bopm_DEPENDENCIES)
296     @rm -f bopm$(EXEEXT)
297     $(LINK) $(bopm_LDFLAGS) $(bopm_OBJECTS) $(bopm_LDADD) $(LIBS)
298    
299     mostlyclean-compile:
300     -rm -f *.$(OBJEXT)
301    
302     distclean-compile:
303     -rm -f *.tab.c
304    
305     @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Po@am__quote@
306     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
307     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-lexer.Po@am__quote@
308     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser.Po@am__quote@
309     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
310     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnsbl.Po@am__quote@
311     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firedns.Po@am__quote@
312     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Po@am__quote@
313     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc.Po@am__quote@
314     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
315     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
316     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
317     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@
318     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
319     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
320     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/negcache.Po@am__quote@
321     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opercmd.Po@am__quote@
322     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
323     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
324    
325     .c.o:
326     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
327     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
328     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
331    
332     .c.obj:
333     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
334     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
335     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
338    
339     .c.lo:
340     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
341     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
342     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
345    
346     .l.c:
347     $(LEXCOMPILE) $<
348     sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
349     rm -f $(LEX_OUTPUT_ROOT).c
350    
351     .y.c:
352     $(YACCCOMPILE) $<
353     if test -f y.tab.h; then \
354     to=`echo "$*_H" | sed \
355     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
356     -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
357     sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
358     y.tab.h >$*.ht; \
359     rm -f y.tab.h; \
360     if cmp -s $*.ht $*.h; then \
361     rm -f $*.ht ;\
362     else \
363     mv $*.ht $*.h; \
364     fi; \
365     fi
366     if test -f y.output; then \
367     mv y.output $*.output; \
368     fi
369     sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
370     rm -f y.tab.c
371    
372     mostlyclean-libtool:
373     -rm -f *.lo
374    
375     clean-libtool:
376     -rm -rf .libs _libs
377    
378     distclean-libtool:
379     -rm -f libtool
380     uninstall-info-am:
381    
382     # This directory's subdirectories are mostly independent; you can cd
383     # into them and run `make' without going through this Makefile.
384     # To change the values of `make' variables: instead of editing Makefiles,
385     # (1) if the variable is set in `config.status', edit `config.status'
386     # (which will cause the Makefiles to be regenerated when you run `make');
387     # (2) otherwise, pass the desired values on the `make' command line.
388     $(RECURSIVE_TARGETS):
389     @failcom='exit 1'; \
390     for f in x $$MAKEFLAGS; do \
391     case $$f in \
392     *=* | --[!k]*);; \
393     *k*) failcom='fail=yes';; \
394     esac; \
395     done; \
396     dot_seen=no; \
397     target=`echo $@ | sed s/-recursive//`; \
398     list='$(SUBDIRS)'; for subdir in $$list; do \
399     echo "Making $$target in $$subdir"; \
400     if test "$$subdir" = "."; then \
401     dot_seen=yes; \
402     local_target="$$target-am"; \
403     else \
404     local_target="$$target"; \
405     fi; \
406     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407     || eval $$failcom; \
408     done; \
409     if test "$$dot_seen" = "no"; then \
410     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411     fi; test -z "$$fail"
412    
413     mostlyclean-recursive clean-recursive distclean-recursive \
414     maintainer-clean-recursive:
415     @failcom='exit 1'; \
416     for f in x $$MAKEFLAGS; do \
417     case $$f in \
418     *=* | --[!k]*);; \
419     *k*) failcom='fail=yes';; \
420     esac; \
421     done; \
422     dot_seen=no; \
423     case "$@" in \
424     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425     *) list='$(SUBDIRS)' ;; \
426     esac; \
427     rev=''; for subdir in $$list; do \
428     if test "$$subdir" = "."; then :; else \
429     rev="$$subdir $$rev"; \
430     fi; \
431     done; \
432     rev="$$rev ."; \
433     target=`echo $@ | sed s/-recursive//`; \
434     for subdir in $$rev; do \
435     echo "Making $$target in $$subdir"; \
436     if test "$$subdir" = "."; then \
437     local_target="$$target-am"; \
438     else \
439     local_target="$$target"; \
440     fi; \
441     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442     || eval $$failcom; \
443     done && test -z "$$fail"
444     tags-recursive:
445     list='$(SUBDIRS)'; for subdir in $$list; do \
446     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
447     done
448     ctags-recursive:
449     list='$(SUBDIRS)'; for subdir in $$list; do \
450     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
451     done
452    
453     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455     unique=`for i in $$list; do \
456     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457     done | \
458     $(AWK) ' { files[$$0] = 1; } \
459     END { for (i in files) print i; }'`; \
460     mkid -fID $$unique
461     tags: TAGS
462    
463     TAGS: tags-recursive $(HEADERS) $(SOURCES) setup.h.in $(TAGS_DEPENDENCIES) \
464     $(TAGS_FILES) $(LISP)
465     tags=; \
466     here=`pwd`; \
467     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468     include_option=--etags-include; \
469     empty_fix=.; \
470     else \
471     include_option=--include; \
472     empty_fix=; \
473     fi; \
474     list='$(SUBDIRS)'; for subdir in $$list; do \
475     if test "$$subdir" = .; then :; else \
476     test ! -f $$subdir/TAGS || \
477     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
478     fi; \
479     done; \
480     list='$(SOURCES) $(HEADERS) setup.h.in $(LISP) $(TAGS_FILES)'; \
481     unique=`for i in $$list; do \
482     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483     done | \
484     $(AWK) ' { files[$$0] = 1; } \
485     END { for (i in files) print i; }'`; \
486     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
487     test -n "$$unique" || unique=$$empty_fix; \
488     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489     $$tags $$unique; \
490     fi
491     ctags: CTAGS
492     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) setup.h.in $(TAGS_DEPENDENCIES) \
493     $(TAGS_FILES) $(LISP)
494     tags=; \
495     here=`pwd`; \
496     list='$(SOURCES) $(HEADERS) setup.h.in $(LISP) $(TAGS_FILES)'; \
497     unique=`for i in $$list; do \
498     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499     done | \
500     $(AWK) ' { files[$$0] = 1; } \
501     END { for (i in files) print i; }'`; \
502     test -z "$(CTAGS_ARGS)$$tags$$unique" \
503     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504     $$tags $$unique
505    
506     GTAGS:
507     here=`$(am__cd) $(top_builddir) && pwd` \
508     && cd $(top_srcdir) \
509     && gtags -i $(GTAGS_ARGS) $$here
510    
511     distclean-tags:
512     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513    
514     distdir: $(DISTFILES)
515     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
516     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
517     list='$(DISTFILES)'; for file in $$list; do \
518     case $$file in \
519     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
520     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
521     esac; \
522     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
524     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
525     dir="/$$dir"; \
526     $(mkdir_p) "$(distdir)$$dir"; \
527     else \
528     dir=''; \
529     fi; \
530     if test -d $$d/$$file; then \
531     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
533     fi; \
534     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
535     else \
536     test -f $(distdir)/$$file \
537     || cp -p $$d/$$file $(distdir)/$$file \
538     || exit 1; \
539     fi; \
540     done
541     list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542     if test "$$subdir" = .; then :; else \
543     test -d "$(distdir)/$$subdir" \
544     || $(mkdir_p) "$(distdir)/$$subdir" \
545     || exit 1; \
546     distdir=`$(am__cd) $(distdir) && pwd`; \
547     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
548     (cd $$subdir && \
549     $(MAKE) $(AM_MAKEFLAGS) \
550     top_distdir="$$top_distdir" \
551     distdir="$$distdir/$$subdir" \
552     distdir) \
553     || exit 1; \
554     fi; \
555     done
556     check-am: all-am
557     check: check-recursive
558     all-am: Makefile $(PROGRAMS) setup.h
559     installdirs: installdirs-recursive
560     installdirs-am:
561     for dir in "$(DESTDIR)$(bindir)"; do \
562     test -z "$$dir" || $(mkdir_p) "$$dir"; \
563     done
564     install: install-recursive
565     install-exec: install-exec-recursive
566     install-data: install-data-recursive
567     uninstall: uninstall-recursive
568    
569     install-am: all-am
570     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
571    
572     installcheck: installcheck-recursive
573     install-strip:
574     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576     `test -z '$(STRIP)' || \
577     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
578     mostlyclean-generic:
579    
580     clean-generic:
581    
582     distclean-generic:
583     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584    
585     maintainer-clean-generic:
586     @echo "This command is intended for maintainers to use"
587     @echo "it deletes files that may require special tools to rebuild."
588     -rm -f config-lexer.c
589     -rm -f config-parser.c
590     -rm -f config-parser.h
591     clean: clean-recursive
592    
593     clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
594    
595     distclean: distclean-recursive
596     -rm -rf $(DEPDIR) ./$(DEPDIR)
597     -rm -f Makefile
598     distclean-am: clean-am distclean-compile distclean-generic \
599     distclean-hdr distclean-libtool distclean-tags
600    
601     dvi: dvi-recursive
602    
603     dvi-am:
604    
605     html: html-recursive
606    
607     info: info-recursive
608    
609     info-am:
610    
611     install-data-am:
612    
613     install-exec-am: install-binPROGRAMS
614    
615     install-info: install-info-recursive
616    
617     install-man:
618    
619     installcheck-am:
620    
621     maintainer-clean: maintainer-clean-recursive
622     -rm -rf $(DEPDIR) ./$(DEPDIR)
623     -rm -f Makefile
624     maintainer-clean-am: distclean-am maintainer-clean-generic
625    
626     mostlyclean: mostlyclean-recursive
627    
628     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
629     mostlyclean-libtool
630    
631     pdf: pdf-recursive
632    
633     pdf-am:
634    
635     ps: ps-recursive
636    
637     ps-am:
638    
639     uninstall-am: uninstall-binPROGRAMS uninstall-info-am
640    
641     uninstall-info: uninstall-info-recursive
642    
643     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
644     clean clean-binPROGRAMS clean-generic clean-libtool \
645     clean-recursive ctags ctags-recursive distclean \
646     distclean-compile distclean-generic distclean-hdr \
647     distclean-libtool distclean-recursive distclean-tags distdir \
648     dvi dvi-am html html-am info info-am install install-am \
649     install-binPROGRAMS install-data install-data-am install-exec \
650     install-exec-am install-info install-info-am install-man \
651     install-strip installcheck installcheck-am installdirs \
652     installdirs-am maintainer-clean maintainer-clean-generic \
653     maintainer-clean-recursive mostlyclean mostlyclean-compile \
654     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
655     pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
656     uninstall-binPROGRAMS uninstall-info-am
657    
658     # Tell versions [3.59,3.63) of GNU make to not export all variables.
659     # Otherwise a system limit (for SysV at least) may be exceeded.
660     .NOEXPORT: