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