]> jfr.im git - irc/evilnet/x3.git/blame_incremental - src/Makefile.in
Couple of srvx updates.
[irc/evilnet/x3.git] / src / Makefile.in
... / ...
CommitLineData
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
37noinst_PROGRAMS = x3$(EXEEXT) slab-read$(EXEEXT)
38EXTRA_PROGRAMS = checkdb$(EXEEXT) globtest$(EXEEXT)
39subdir = src
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41 $(srcdir)/config.h.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = config.h
48CONFIG_CLEAN_FILES =
49PROGRAMS = $(noinst_PROGRAMS)
50am_checkdb_OBJECTS = checkdb.$(OBJEXT) compat.$(OBJEXT) \
51 dict-splay.$(OBJEXT) recdb.$(OBJEXT) saxdb.$(OBJEXT) \
52 tools.$(OBJEXT)
53checkdb_OBJECTS = $(am_checkdb_OBJECTS)
54checkdb_LDADD = $(LDADD)
55am_globtest_OBJECTS = compat.$(OBJEXT) dict-splay.$(OBJEXT) \
56 globtest.$(OBJEXT) tools.$(OBJEXT)
57globtest_OBJECTS = $(am_globtest_OBJECTS)
58globtest_LDADD = $(LDADD)
59am_slab_read_OBJECTS = slab-read.$(OBJEXT)
60slab_read_OBJECTS = $(am_slab_read_OBJECTS)
61slab_read_LDADD = $(LDADD)
62am_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)
72x3_OBJECTS = $(am_x3_OBJECTS)
73DEFAULT_INCLUDES = -I.@am__isrc@
74depcomp = $(SHELL) $(top_srcdir)/depcomp
75am__depfiles_maybe = depfiles
76COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
80SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) $(slab_read_SOURCES) \
81 $(x3_SOURCES) $(EXTRA_x3_SOURCES)
82DIST_SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) \
83 $(slab_read_SOURCES) $(x3_SOURCES) $(EXTRA_x3_SOURCES)
84DATA = $(noinst_DATA)
85ETAGS = etags
86CTAGS = ctags
87DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88ACLOCAL = @ACLOCAL@
89ALLOCA = @ALLOCA@
90AMTAR = @AMTAR@
91AUTOCONF = @AUTOCONF@
92AUTOHEADER = @AUTOHEADER@
93AUTOMAKE = @AUTOMAKE@
94AWK = @AWK@
95CC = @CC@
96CCDEPMODE = @CCDEPMODE@
97CFLAGS = @CFLAGS@
98CP = @CP@
99CPP = @CPP@
100CPPFLAGS = @CPPFLAGS@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104ECHO_C = @ECHO_C@
105ECHO_N = @ECHO_N@
106ECHO_T = @ECHO_T@
107EGREP = @EGREP@
108EXEEXT = @EXEEXT@
109GREP = @GREP@
110INSTALL = @INSTALL@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115LDFLAGS = @LDFLAGS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@ @RX_LIBS@
118LN_S = @LN_S@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAKEINFO = @MAKEINFO@
122MAKER = @MAKER@
123MKDIR_P = @MKDIR_P@
124MODULE_OBJS = @MODULE_OBJS@
125MY_SUBDIRS = @MY_SUBDIRS@
126OBJEXT = @OBJEXT@
127PACKAGE = @PACKAGE@
128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129PACKAGE_NAME = @PACKAGE_NAME@
130PACKAGE_STRING = @PACKAGE_STRING@
131PACKAGE_TARNAME = @PACKAGE_TARNAME@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134PY_CFLAGS = @PY_CFLAGS@
135PY_LIBS = @PY_LIBS@
136RANLIB = @RANLIB@
137RX_INCLUDES = @RX_INCLUDES@
138RX_LIBS = @RX_LIBS@
139SET_MAKE = @SET_MAKE@
140SHELL = @SHELL@
141STRIP = @STRIP@
142TRACK = @TRACK@
143VERSION = @VERSION@
144abs_builddir = @abs_builddir@
145abs_srcdir = @abs_srcdir@
146abs_top_builddir = @abs_top_builddir@
147abs_top_srcdir = @abs_top_srcdir@
148ac_ct_CC = @ac_ct_CC@
149am__include = @am__include@
150am__leading_dot = @am__leading_dot@
151am__quote = @am__quote@
152am__tar = @am__tar@
153am__untar = @am__untar@
154bindir = @bindir@
155build = @build@
156build_alias = @build_alias@
157build_cpu = @build_cpu@
158build_os = @build_os@
159build_vendor = @build_vendor@
160builddir = @builddir@
161datadir = @datadir@
162datarootdir = @datarootdir@
163docdir = @docdir@
164dvidir = @dvidir@
165exec_prefix = @exec_prefix@
166host = @host@
167host_alias = @host_alias@
168host_cpu = @host_cpu@
169host_os = @host_os@
170host_vendor = @host_vendor@
171htmldir = @htmldir@
172includedir = @includedir@
173infodir = @infodir@
174install_sh = @install_sh@
175libdir = @libdir@
176libexecdir = @libexecdir@
177localedir = @localedir@
178localstatedir = @localstatedir@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
182pdfdir = @pdfdir@
183prefix = @prefix@
184program_transform_name = @program_transform_name@
185psdir = @psdir@
186pythonpath = @pythonpath@
187sbindir = @sbindir@
188sharedstatedir = @sharedstatedir@
189srcdir = @srcdir@
190sysconfdir = @sysconfdir@
191target = @target@
192target_alias = @target_alias@
193target_cpu = @target_cpu@
194target_os = @target_os@
195target_vendor = @target_vendor@
196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@
198AM_CPPFLAGS = @RX_INCLUDES@
199noinst_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
216EXTRA_DIST = $(noinst_DATA)
217EXTRA_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
237x3_LDADD = @MODULE_OBJS@
238x3_DEPENDENCIES = @MODULE_OBJS@
239x3_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
272checkdb_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
273globtest_SOURCES = common.h compat.c compat.h dict-splay.c dict.h globtest.c tools.c
274slab_read_SOURCES = slab-read.c
275all: 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
293Makefile: $(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
310config.h: stamp-h1
311 @if test ! -f $@; then \
312 rm -f stamp-h1; \
313 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
314 else :; fi
315
316stamp-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
324distclean-hdr:
325 -rm -f config.h stamp-h1
326
327clean-noinstPROGRAMS:
328 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
329checkdb$(EXEEXT): $(checkdb_OBJECTS) $(checkdb_DEPENDENCIES)
330 @rm -f checkdb$(EXEEXT)
331 $(LINK) $(checkdb_OBJECTS) $(checkdb_LDADD) $(LIBS)
332globtest$(EXEEXT): $(globtest_OBJECTS) $(globtest_DEPENDENCIES)
333 @rm -f globtest$(EXEEXT)
334 $(LINK) $(globtest_OBJECTS) $(globtest_LDADD) $(LIBS)
335slab-read$(EXEEXT): $(slab_read_OBJECTS) $(slab_read_DEPENDENCIES)
336 @rm -f slab-read$(EXEEXT)
337 $(LINK) $(slab_read_OBJECTS) $(slab_read_LDADD) $(LIBS)
338x3$(EXEEXT): $(x3_OBJECTS) $(x3_DEPENDENCIES)
339 @rm -f x3$(EXEEXT)
340 $(LINK) $(x3_OBJECTS) $(x3_LDADD) $(LIBS)
341
342mostlyclean-compile:
343 -rm -f *.$(OBJEXT)
344
345distclean-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
414ID: $(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
422tags: TAGS
423
424TAGS: $(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
439ctags: CTAGS
440CTAGS: $(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
453GTAGS:
454 here=`$(am__cd) $(top_builddir) && pwd` \
455 && cd $(top_srcdir) \
456 && gtags -i $(GTAGS_ARGS) $$here
457
458distclean-tags:
459 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
461distdir: $(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
487check-am: all-am
488check: check-am
489all-am: Makefile $(PROGRAMS) $(DATA) config.h
490installdirs:
491install: install-am
492install-exec: install-exec-am
493install-data: install-data-am
494uninstall: uninstall-am
495
496install-am: all-am
497 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-am
500install-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
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511
512maintainer-clean-generic:
513 @echo "This command is intended for maintainers to use"
514 @echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
518
519distclean: distclean-am
520 -rm -rf ./$(DEPDIR)
521 -rm -f Makefile
522distclean-am: clean-am distclean-compile distclean-generic \
523 distclean-hdr distclean-tags
524
525dvi: dvi-am
526
527dvi-am:
528
529html: html-am
530
531info: info-am
532
533info-am:
534
535install-data-am:
536
537install-dvi: install-dvi-am
538
539install-exec-am:
540
541install-html: install-html-am
542
543install-info: install-info-am
544
545install-man:
546
547install-pdf: install-pdf-am
548
549install-ps: install-ps-am
550
551installcheck-am:
552
553maintainer-clean: maintainer-clean-am
554 -rm -rf ./$(DEPDIR)
555 -rm -f Makefile
556maintainer-clean-am: distclean-am maintainer-clean-generic
557
558mostlyclean: mostlyclean-am
559
560mostlyclean-am: mostlyclean-compile mostlyclean-generic
561
562pdf: pdf-am
563
564pdf-am:
565
566ps: ps-am
567
568ps-am:
569
570uninstall-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: