]> jfr.im git - irc/thales.git/blame - Makefile.in
- server.lastsplit is not overwritten when a server rejoins.
[irc/thales.git] / Makefile.in
CommitLineData
2ace9480 1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21libexecdir = @libexecdir@
22sysconfdir = @sysconfdir@
23sharedstatedir = @sharedstatedir@
24localstatedir = @localstatedir@
25libdir = @libdir@
26infodir = @infodir@
27mandir = @mandir@
28includedir = @includedir@
29oldincludedir = /usr/include
30
31DESTDIR =
32
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36
37top_builddir = .
38
39ACLOCAL = @ACLOCAL@
40AUTOCONF = @AUTOCONF@
41AUTOMAKE = @AUTOMAKE@
42AUTOHEADER = @AUTOHEADER@
43
44INSTALL = @INSTALL@
45INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
46INSTALL_DATA = @INSTALL_DATA@
47INSTALL_SCRIPT = @INSTALL_SCRIPT@
48transform = @program_transform_name@
49
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
18038256 56host_alias = @host_alias@
57host_triplet = @host@
2ace9480 58AWK = @AWK@
59CC = @CC@
18038256 60HAVE_LIB = @HAVE_LIB@
61LIB = @LIB@
2ace9480 62LN_S = @LN_S@
18038256 63LTLIB = @LTLIB@
2ace9480 64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66VERSION = @VERSION@
67
68AUTOMAKE_OPTIONS = foreign
69
70bindir = $(exec_prefix)
71sbindir = $(exec_prefix)
72datadir = $(exec_prefix)
73
74SUBDIRS = src data
75
76EXTRA_DIST = README README.coders ChangeLog INSTALL contrib ReportUsage.sh
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = ./src/config.h
80CONFIG_CLEAN_FILES =
81DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
82TODO acinclude.m4 aclocal.m4 configure configure.in install-sh missing \
83mkinstalldirs src/config.h.in src/stamp-h.in
84
85
86DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
87
88TAR = tar
89GZIP_ENV = --best
90all: all-redirect
91.SUFFIXES:
92$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
93 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
94
95Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
96 cd $(top_builddir) \
97 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
98
99$(ACLOCAL_M4): configure.in acinclude.m4
100 cd $(srcdir) && $(ACLOCAL)
101
102config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
103 $(SHELL) ./config.status --recheck
104$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
105 cd $(srcdir) && $(AUTOCONF)
106
107src/config.h: src/stamp-h
108 @if test ! -f $@; then \
109 rm -f src/stamp-h; \
110 $(MAKE) src/stamp-h; \
111 else :; fi
112src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
113 cd $(top_builddir) \
114 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
115 $(SHELL) ./config.status
116 @echo timestamp > src/stamp-h 2> /dev/null
117$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
118 @if test ! -f $@; then \
119 rm -f $(srcdir)/src/stamp-h.in; \
120 $(MAKE) $(srcdir)/src/stamp-h.in; \
121 else :; fi
122$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOHEADER)
124 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
125
126mostlyclean-hdr:
127
128clean-hdr:
129
130distclean-hdr:
131 -rm -f src/config.h
132
133maintainer-clean-hdr:
134
135# This directory's subdirectories are mostly independent; you can cd
136# into them and run `make' without going through this Makefile.
137# To change the values of `make' variables: instead of editing Makefiles,
138# (1) if the variable is set in `config.status', edit `config.status'
139# (which will cause the Makefiles to be regenerated when you run `make');
140# (2) otherwise, pass the desired values on the `make' command line.
141
142@SET_MAKE@
143
144all-recursive install-data-recursive install-exec-recursive \
145installdirs-recursive install-recursive uninstall-recursive \
146check-recursive installcheck-recursive info-recursive dvi-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 dot_seen=no; \
149 target=`echo $@ | sed s/-recursive//`; \
150 list='$(SUBDIRS)'; for subdir in $$list; do \
151 echo "Making $$target in $$subdir"; \
152 if test "$$subdir" = "."; then \
153 dot_seen=yes; \
154 local_target="$$target-am"; \
155 else \
156 local_target="$$target"; \
157 fi; \
158 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160 done; \
161 if test "$$dot_seen" = "no"; then \
162 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163 fi; test -z "$$fail"
164
165mostlyclean-recursive clean-recursive distclean-recursive \
166maintainer-clean-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
168 dot_seen=no; \
169 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
170 rev="$$subdir $$rev"; \
171 test "$$subdir" != "." || dot_seen=yes; \
172 done; \
173 test "$$dot_seen" = "no" && rev=". $$rev"; \
174 target=`echo $@ | sed s/-recursive//`; \
175 for subdir in $$rev; do \
176 echo "Making $$target in $$subdir"; \
177 if test "$$subdir" = "."; then \
178 local_target="$$target-am"; \
179 else \
180 local_target="$$target"; \
181 fi; \
182 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done && test -z "$$fail"
185tags-recursive:
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188 done
189
190tags: TAGS
191
192ID: $(HEADERS) $(SOURCES) $(LISP)
193 list='$(SOURCES) $(HEADERS)'; \
194 unique=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 here=`pwd` && cd $(srcdir) \
198 && mkid -f$$here/ID $$unique $(LISP)
199
200TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
201 tags=; \
202 here=`pwd`; \
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 if test "$$subdir" = .; then :; else \
205 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206 fi; \
207 done; \
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
214
215mostlyclean-tags:
216
217clean-tags:
218
219distclean-tags:
220 -rm -f TAGS ID
221
222maintainer-clean-tags:
223
224distdir = $(PACKAGE)-$(VERSION)
225top_distdir = $(distdir)
226
227# This target untars the dist file and tries a VPATH configuration. Then
228# it guarantees that the distribution is self-contained by making another
229# tarfile.
230distcheck: dist
231 -rm -rf $(distdir)
232 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
233 mkdir $(distdir)/=build
234 mkdir $(distdir)/=inst
235 dc_install_base=`cd $(distdir)/=inst && pwd`; \
236 cd $(distdir)/=build \
237 && ../configure --srcdir=.. --prefix=$$dc_install_base \
238 && $(MAKE) $(AM_MAKEFLAGS) \
239 && $(MAKE) $(AM_MAKEFLAGS) dvi \
240 && $(MAKE) $(AM_MAKEFLAGS) check \
241 && $(MAKE) $(AM_MAKEFLAGS) install \
242 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
243 && $(MAKE) $(AM_MAKEFLAGS) dist
244 -rm -rf $(distdir)
245 @banner="$(distdir).tar.gz is ready for distribution"; \
246 dashes=`echo "$$banner" | sed s/./=/g`; \
247 echo "$$dashes"; \
248 echo "$$banner"; \
249 echo "$$dashes"
250dist: distdir
251 -chmod -R a+r $(distdir)
252 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
253 -rm -rf $(distdir)
254dist-all: distdir
255 -chmod -R a+r $(distdir)
256 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
257 -rm -rf $(distdir)
258distdir: $(DISTFILES)
259 -rm -rf $(distdir)
260 mkdir $(distdir)
261 -chmod 777 $(distdir)
262 here=`cd $(top_builddir) && pwd`; \
263 top_distdir=`cd $(distdir) && pwd`; \
264 distdir=`cd $(distdir) && pwd`; \
265 cd $(top_srcdir) \
266 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
267 @for file in $(DISTFILES); do \
268 d=$(srcdir); \
269 if test -d $$d/$$file; then \
270 cp -pr $$d/$$file $(distdir)/$$file; \
271 else \
272 test -f $(distdir)/$$file \
273 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274 || cp -p $$d/$$file $(distdir)/$$file || :; \
275 fi; \
276 done
277 for subdir in $(SUBDIRS); do \
278 if test "$$subdir" = .; then :; else \
279 test -d $(distdir)/$$subdir \
280 || mkdir $(distdir)/$$subdir \
281 || exit 1; \
282 chmod 777 $(distdir)/$$subdir; \
283 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
284 || exit 1; \
285 fi; \
286 done
287info-am:
288info: info-recursive
289dvi-am:
290dvi: dvi-recursive
291check-am: all-am
292check: check-recursive
293installcheck-am:
294installcheck: installcheck-recursive
295install-exec-am:
296install-exec: install-exec-recursive
297
298install-data-am:
299install-data: install-data-recursive
300
301install-am: all-am
302 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303install: install-recursive
304uninstall-am:
305uninstall: uninstall-recursive
306all-am: Makefile
307all-redirect: all-recursive
308install-strip:
309 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310installdirs: installdirs-recursive
311installdirs-am:
312
313
314mostlyclean-generic:
315
316clean-generic:
317
318distclean-generic:
319 -rm -f Makefile $(CONFIG_CLEAN_FILES)
320 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
321
322maintainer-clean-generic:
323mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
324
325mostlyclean: mostlyclean-recursive
326
327clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
328
329clean: clean-recursive
330
331distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
332
333distclean: distclean-recursive
334 -rm -f config.status
335
336maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
337 maintainer-clean-generic distclean-am
338 @echo "This command is intended for maintainers to use;"
339 @echo "it deletes files that may require special tools to rebuild."
340
341maintainer-clean: maintainer-clean-recursive
342 -rm -f config.status
343
344.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
345install-data-recursive uninstall-data-recursive install-exec-recursive \
346uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
347all-recursive check-recursive installcheck-recursive info-recursive \
348dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
349maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
350distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
351dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
352install-exec install-data-am install-data install-am install \
353uninstall-am uninstall all-redirect all-am all installdirs-am \
354installdirs mostlyclean-generic distclean-generic clean-generic \
355maintainer-clean-generic clean mostlyclean distclean maintainer-clean
356
357
358# Tell versions [3.59,3.63) of GNU make to not export all variables.
359# Otherwise a system limit (for SysV at least) may be exceeded.
360.NOEXPORT: