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