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