]> jfr.im git - irc/evilnet/x3.git/blob - src/Makefile.in
Fix typos and copy errors in chanserv help
[irc/evilnet/x3.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 noinst_PROGRAMS = x3$(EXEEXT) slab-read$(EXEEXT)
40 EXTRA_PROGRAMS = checkdb$(EXEEXT) globtest$(EXEEXT)
41 subdir = src
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43 $(srcdir)/config.h.in
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 = config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 PROGRAMS = $(noinst_PROGRAMS)
53 am_checkdb_OBJECTS = checkdb.$(OBJEXT) compat.$(OBJEXT) \
54 dict-splay.$(OBJEXT) recdb.$(OBJEXT) saxdb.$(OBJEXT) \
55 tools.$(OBJEXT)
56 checkdb_OBJECTS = $(am_checkdb_OBJECTS)
57 checkdb_LDADD = $(LDADD)
58 am_globtest_OBJECTS = compat.$(OBJEXT) dict-splay.$(OBJEXT) \
59 globtest.$(OBJEXT) tools.$(OBJEXT)
60 globtest_OBJECTS = $(am_globtest_OBJECTS)
61 globtest_LDADD = $(LDADD)
62 am_slab_read_OBJECTS = slab-read.$(OBJEXT)
63 slab_read_OBJECTS = $(am_slab_read_OBJECTS)
64 slab_read_LDADD = $(LDADD)
65 am_x3_OBJECTS = base64.$(OBJEXT) chanserv.$(OBJEXT) compat.$(OBJEXT) conf.$(OBJEXT) \
66 dict-splay.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
67 gline.$(OBJEXT) global.$(OBJEXT) hash.$(OBJEXT) heap.$(OBJEXT) \
68 helpfile.$(OBJEXT) ioset.$(OBJEXT) \
69 log.$(OBJEXT) main.$(OBJEXT) math.$(OBJEXT) md5.$(OBJEXT) \
70 modcmd.$(OBJEXT) modules.$(OBJEXT) nickserv.$(OBJEXT) \
71 opserv.$(OBJEXT) policer.$(OBJEXT) recdb.$(OBJEXT) \
72 sar.$(OBJEXT) saxdb.$(OBJEXT) spamserv.$(OBJEXT) \
73 shun.$(OBJEXT) timeq.$(OBJEXT) tools.$(OBJEXT) \
74 x3ldap.$(OBJEXT) version.$(OBJEXT)
75 x3_OBJECTS = $(am_x3_OBJECTS)
76 DEFAULT_INCLUDES = -I.@am__isrc@
77 depcomp = $(SHELL) $(top_srcdir)/depcomp
78 am__depfiles_maybe = depfiles
79 am__mv = mv -f
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 CCLD = $(CC)
83 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
84 SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) $(slab_read_SOURCES) \
85 $(x3_SOURCES) $(EXTRA_x3_SOURCES)
86 DIST_SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) \
87 $(slab_read_SOURCES) $(x3_SOURCES) $(EXTRA_x3_SOURCES)
88 DATA = $(noinst_DATA)
89 ETAGS = etags
90 CTAGS = ctags
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 ACLOCAL = @ACLOCAL@
93 ALLOCA = @ALLOCA@
94 AMTAR = @AMTAR@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CP = @CP@
103 CPP = @CPP@
104 CPPFLAGS = @CPPFLAGS@
105 CYGPATH_W = @CYGPATH_W@
106 DEFS = @DEFS@ -DPREFIX=\"@prefix@\"
107 DEPDIR = @DEPDIR@
108 ECHO_C = @ECHO_C@
109 ECHO_N = @ECHO_N@
110 ECHO_T = @ECHO_T@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 GREP = @GREP@
114 INSTALL = @INSTALL@
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119 LDFLAGS = @LDFLAGS@
120 LIBOBJS = @LIBOBJS@
121 LIBS = @LIBS@ @RX_LIBS@
122 LN_S = @LN_S@
123 LTLIBOBJS = @LTLIBOBJS@
124 MAINT = @MAINT@
125 MAKEINFO = @MAKEINFO@
126 MAKER = @MAKER@
127 MKDIR_P = @MKDIR_P@
128 MODULE_OBJS = @MODULE_OBJS@
129 MY_SUBDIRS = @MY_SUBDIRS@
130 OBJEXT = @OBJEXT@
131 PACKAGE = @PACKAGE@
132 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133 PACKAGE_NAME = @PACKAGE_NAME@
134 PACKAGE_STRING = @PACKAGE_STRING@
135 PACKAGE_TARNAME = @PACKAGE_TARNAME@
136 PACKAGE_URL = @PACKAGE_URL@
137 PACKAGE_VERSION = @PACKAGE_VERSION@
138 PATH_SEPARATOR = @PATH_SEPARATOR@
139 PY_CFLAGS = @PY_CFLAGS@
140 PY_LIBS = @PY_LIBS@
141 RANLIB = @RANLIB@
142 RX_INCLUDES = @RX_INCLUDES@
143 RX_LIBS = @RX_LIBS@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 TRACK = @TRACK@
148 VERSION = @VERSION@
149 abs_builddir = @abs_builddir@
150 abs_srcdir = @abs_srcdir@
151 abs_top_builddir = @abs_top_builddir@
152 abs_top_srcdir = @abs_top_srcdir@
153 ac_ct_CC = @ac_ct_CC@
154 am__include = @am__include@
155 am__leading_dot = @am__leading_dot@
156 am__quote = @am__quote@
157 am__tar = @am__tar@
158 am__untar = @am__untar@
159 bindir = @bindir@
160 build = @build@
161 build_alias = @build_alias@
162 build_cpu = @build_cpu@
163 build_os = @build_os@
164 build_vendor = @build_vendor@
165 builddir = @builddir@
166 datadir = @datadir@
167 datarootdir = @datarootdir@
168 docdir = @docdir@
169 dvidir = @dvidir@
170 exec_prefix = @exec_prefix@
171 host = @host@
172 host_alias = @host_alias@
173 host_cpu = @host_cpu@
174 host_os = @host_os@
175 host_vendor = @host_vendor@
176 htmldir = @htmldir@
177 includedir = @includedir@
178 infodir = @infodir@
179 install_sh = @install_sh@
180 libdir = @libdir@
181 libexecdir = @libexecdir@
182 localedir = @localedir@
183 localstatedir = @localstatedir@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 oldincludedir = @oldincludedir@
187 pdfdir = @pdfdir@
188 prefix = @prefix@
189 program_transform_name = @program_transform_name@
190 psdir = @psdir@
191 pythonpath = @pythonpath@
192 sbindir = @sbindir@
193 sharedstatedir = @sharedstatedir@
194 srcdir = @srcdir@
195 sysconfdir = @sysconfdir@
196 target = @target@
197 target_alias = @target_alias@
198 target_cpu = @target_cpu@
199 target_os = @target_os@
200 target_vendor = @target_vendor@
201 top_build_prefix = @top_build_prefix@
202 top_builddir = @top_builddir@
203 top_srcdir = @top_srcdir@
204 AM_CPPFLAGS = @RX_INCLUDES@
205 noinst_DATA = \
206 chanserv.help \
207 global.help \
208 modcmd.help \
209 nickserv.help \
210 opserv.help \
211 saxdb.help \
212 mail.help \
213 spamserv.help \
214 mod-sockcheck.help \
215 mod-helpserv.help \
216 mod-memoserv.help \
217 mod-qserver.help \
218 mod-snoop.help \
219 mod-webtv.help \
220 mod-python.help
221
222 EXTRA_DIST = $(noinst_DATA)
223 EXTRA_x3_SOURCES = \
224 alloc-slab.c \
225 alloc-x3.c \
226 ioset-epoll.c \
227 ioset-kevent.c \
228 ioset-select.c \
229 mail-common.c \
230 mail-sendmail.c \
231 main-common.c \
232 proto-common.c \
233 proto-p10.c \
234 mod-blacklist.c \
235 mod-snoop.c \
236 mod-track.c \
237 mod-memoserv.c \
238 mod-helpserv.c \
239 mod-sockcheck.c \
240 mod-webtv.c \
241 mod-python.c \
242 mod-qserver.c
243
244 x3_LDADD = @MODULE_OBJS@
245 x3_DEPENDENCIES = @MODULE_OBJS@
246 x3_SOURCES = \
247 base64.c base64.h \
248 chanserv.c chanserv.h \
249 compat.c compat.h \
250 conf.c conf.h \
251 dict-splay.c dict.h \
252 getopt.c getopt.h \
253 getopt1.c getopt.h \
254 gline.c gline.h \
255 global.c global.h \
256 hash.c hash.h \
257 heap.c heap.h \
258 helpfile.c helpfile.h \
259 ioset.c ioset.h ioset-impl.h \
260 log.c log.h \
261 mail.h \
262 main.c common.h \
263 math.c \
264 md5.c md5.h \
265 modcmd.c modcmd.h \
266 modules.c modules.h \
267 nickserv.c nickserv.h \
268 opserv.c opserv.h \
269 policer.c policer.h \
270 proto.h \
271 recdb.c recdb.h \
272 sar.c sar.h \
273 saxdb.c saxdb.h \
274 spamserv.c spamserv.h \
275 shun.c shun.h \
276 timeq.c timeq.h \
277 tools.c x3ldap.c x3ldap.h \
278 version.c version.h
279
280 checkdb_SOURCES = checkdb.c common.h compat.c compat.h dict-splay.c dict.h recdb.c recdb.h saxdb.c saxdb.h tools.c conf.h log.h modcmd.h saxdb.h timeq.h
281 globtest_SOURCES = common.h compat.c compat.h dict-splay.c dict.h globtest.c tools.c
282 slab_read_SOURCES = slab-read.c
283 all: config.h
284 $(MAKE) $(AM_MAKEFLAGS) all-am
285
286 .SUFFIXES:
287 .SUFFIXES: .c .o .obj
288 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
289 @for dep in $?; do \
290 case '$(am__configure_deps)' in \
291 *$$dep*) \
292 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
293 && { if test -f $@; then exit 0; else break; fi; }; \
294 exit 1;; \
295 esac; \
296 done; \
297 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
298 $(am__cd) $(top_srcdir) && \
299 $(AUTOMAKE) --gnu src/Makefile
300 .PRECIOUS: Makefile
301 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302 @case '$?' in \
303 *config.status*) \
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
305 *) \
306 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
307 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
308 esac;
309
310 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
313 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(am__aclocal_m4_deps):
318
319 config.h: stamp-h1
320 @if test ! -f $@; then rm -f stamp-h1; else :; fi
321 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
322
323 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
324 @rm -f stamp-h1
325 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
326 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
328 rm -f stamp-h1
329 touch $@
330
331 distclean-hdr:
332 -rm -f config.h stamp-h1
333
334 clean-noinstPROGRAMS:
335 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
336 checkdb$(EXEEXT): $(checkdb_OBJECTS) $(checkdb_DEPENDENCIES) $(EXTRA_checkdb_DEPENDENCIES)
337 @rm -f checkdb$(EXEEXT)
338 $(LINK) $(checkdb_OBJECTS) $(checkdb_LDADD) $(LIBS)
339 globtest$(EXEEXT): $(globtest_OBJECTS) $(globtest_DEPENDENCIES) $(EXTRA_globtest_DEPENDENCIES)
340 @rm -f globtest$(EXEEXT)
341 $(LINK) $(globtest_OBJECTS) $(globtest_LDADD) $(LIBS)
342 slab-read$(EXEEXT): $(slab_read_OBJECTS) $(slab_read_DEPENDENCIES) $(EXTRA_slab_read_DEPENDENCIES)
343 @rm -f slab-read$(EXEEXT)
344 $(LINK) $(slab_read_OBJECTS) $(slab_read_LDADD) $(LIBS)
345 x3$(EXEEXT): $(x3_OBJECTS) $(x3_DEPENDENCIES) $(EXTRA_x3_DEPENDENCIES)
346 @rm -f x3$(EXEEXT)
347 $(LINK) $(x3_OBJECTS) $(x3_LDADD) $(LIBS)
348
349 mostlyclean-compile:
350 -rm -f *.$(OBJEXT)
351
352 distclean-compile:
353 -rm -f *.tab.c
354
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc-slab.Po@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc-x3.Po@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chanserv.Po@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkdb.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-splay.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gline.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globtest.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpfile.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-epoll.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-kevent.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-select.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail-common.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail-sendmail.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-common.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-blacklist.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-helpserv.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-memoserv.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-python.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-qserver.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-snoop.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-sockcheck.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-track.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-webtv.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modcmd.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nickserv.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opserv.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policer.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto-common.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto-p10.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recdb.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sar.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saxdb.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shun.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slab-read.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spamserv.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeq.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x3ldap.Po@am__quote@
407
408 .c.o:
409 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
410 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
414
415 .c.obj:
416 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
417 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
421
422 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 END { if (nonempty) { for (i in files) print i; }; }'`; \
429 mkid -fID $$unique
430 tags: TAGS
431
432 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
434 set x; \
435 here=`pwd`; \
436 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437 unique=`for i in $$list; do \
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 done | \
440 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441 END { if (nonempty) { for (i in files) print i; }; }'`; \
442 shift; \
443 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444 test -n "$$unique" || unique=$$empty_fix; \
445 if test $$# -gt 0; then \
446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447 "$$@" $$unique; \
448 else \
449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450 $$unique; \
451 fi; \
452 fi
453 ctags: CTAGS
454 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
455 $(TAGS_FILES) $(LISP)
456 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
457 unique=`for i in $$list; do \
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 done | \
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461 END { if (nonempty) { for (i in files) print i; }; }'`; \
462 test -z "$(CTAGS_ARGS)$$unique" \
463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464 $$unique
465
466 GTAGS:
467 here=`$(am__cd) $(top_builddir) && pwd` \
468 && $(am__cd) $(top_srcdir) \
469 && gtags -i $(GTAGS_ARGS) "$$here"
470
471 distclean-tags:
472 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473
474 distdir: $(DISTFILES)
475 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477 list='$(DISTFILES)'; \
478 dist_files=`for file in $$list; do echo $$file; done | \
479 sed -e "s|^$$srcdirstrip/||;t" \
480 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481 case $$dist_files in \
482 */*) $(MKDIR_P) `echo "$$dist_files" | \
483 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484 sort -u` ;; \
485 esac; \
486 for file in $$dist_files; do \
487 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488 if test -d $$d/$$file; then \
489 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490 if test -d "$(distdir)/$$file"; then \
491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492 fi; \
493 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498 else \
499 test -f "$(distdir)/$$file" \
500 || cp -p $$d/$$file "$(distdir)/$$file" \
501 || exit 1; \
502 fi; \
503 done
504 check-am: all-am
505 check: check-am
506 all-am: Makefile $(PROGRAMS) $(DATA) config.h
507 installdirs:
508 install: install-am
509 install-exec: install-exec-am
510 install-data: install-data-am
511 uninstall: uninstall-am
512
513 install-am: all-am
514 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516 installcheck: installcheck-am
517 install-strip:
518 if test -z '$(STRIP)'; then \
519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521 install; \
522 else \
523 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
524 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
525 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
526 fi
527 mostlyclean-generic:
528
529 clean-generic:
530
531 distclean-generic:
532 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
533 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
534
535 maintainer-clean-generic:
536 @echo "This command is intended for maintainers to use"
537 @echo "it deletes files that may require special tools to rebuild."
538 clean: clean-am
539
540 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
541
542 distclean: distclean-am
543 -rm -rf ./$(DEPDIR)
544 -rm -f Makefile
545 distclean-am: clean-am distclean-compile distclean-generic \
546 distclean-hdr distclean-tags
547
548 dvi: dvi-am
549
550 dvi-am:
551
552 html: html-am
553
554 html-am:
555
556 info: info-am
557
558 info-am:
559
560 install-data-am:
561
562 install-dvi: install-dvi-am
563
564 install-dvi-am:
565
566 install-exec-am:
567
568 install-html: install-html-am
569
570 install-html-am:
571
572 install-info: install-info-am
573
574 install-info-am:
575
576 install-man:
577
578 install-pdf: install-pdf-am
579
580 install-pdf-am:
581
582 install-ps: install-ps-am
583
584 install-ps-am:
585
586 installcheck-am:
587
588 maintainer-clean: maintainer-clean-am
589 -rm -rf ./$(DEPDIR)
590 -rm -f Makefile
591 maintainer-clean-am: distclean-am maintainer-clean-generic
592
593 mostlyclean: mostlyclean-am
594
595 mostlyclean-am: mostlyclean-compile mostlyclean-generic
596
597 pdf: pdf-am
598
599 pdf-am:
600
601 ps: ps-am
602
603 ps-am:
604
605 uninstall-am:
606
607 .MAKE: all install-am install-strip
608
609 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610 clean-noinstPROGRAMS ctags distclean distclean-compile \
611 distclean-generic distclean-hdr distclean-tags distdir dvi \
612 dvi-am html html-am info info-am install install-am \
613 install-data install-data-am install-dvi install-dvi-am \
614 install-exec install-exec-am install-html install-html-am \
615 install-info install-info-am install-man install-pdf \
616 install-pdf-am install-ps install-ps-am install-strip \
617 installcheck installcheck-am installdirs maintainer-clean \
618 maintainer-clean-generic mostlyclean mostlyclean-compile \
619 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
620 uninstall-am
621
622
623 version.c: version.c.SH
624 ${SHELL} ${srcdir}/version.c.SH
625
626 .PHONY: version.c
627
628 # Tell versions [3.59,3.63) of GNU make to not export all variables.
629 # Otherwise a system limit (for SysV at least) may be exceeded.
630 .NOEXPORT: