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