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