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