]> jfr.im git - irc/thales.git/blame - Makefile.in
readmes added, contribs removed
[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 = :
56AWK = @AWK@
57CC = @CC@
58LN_S = @LN_S@
59MAKEINFO = @MAKEINFO@
60PACKAGE = @PACKAGE@
61VERSION = @VERSION@
62
63AUTOMAKE_OPTIONS = foreign
64
65bindir = $(exec_prefix)
66sbindir = $(exec_prefix)
67datadir = $(exec_prefix)
68
69SUBDIRS = src data
70
71EXTRA_DIST = README README.coders ChangeLog INSTALL contrib ReportUsage.sh
72ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74CONFIG_HEADER = ./src/config.h
75CONFIG_CLEAN_FILES =
76DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
77TODO acinclude.m4 aclocal.m4 configure configure.in install-sh missing \
78mkinstalldirs src/config.h.in src/stamp-h.in
79
80
81DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
82
83TAR = tar
84GZIP_ENV = --best
85all: all-redirect
86.SUFFIXES:
87$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
88 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
89
90Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
91 cd $(top_builddir) \
92 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
93
94$(ACLOCAL_M4): configure.in acinclude.m4
95 cd $(srcdir) && $(ACLOCAL)
96
97config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
98 $(SHELL) ./config.status --recheck
99$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
100 cd $(srcdir) && $(AUTOCONF)
101
102src/config.h: src/stamp-h
103 @if test ! -f $@; then \
104 rm -f src/stamp-h; \
105 $(MAKE) src/stamp-h; \
106 else :; fi
107src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
108 cd $(top_builddir) \
109 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
110 $(SHELL) ./config.status
111 @echo timestamp > src/stamp-h 2> /dev/null
112$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
113 @if test ! -f $@; then \
114 rm -f $(srcdir)/src/stamp-h.in; \
115 $(MAKE) $(srcdir)/src/stamp-h.in; \
116 else :; fi
117$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
118 cd $(top_srcdir) && $(AUTOHEADER)
119 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
120
121mostlyclean-hdr:
122
123clean-hdr:
124
125distclean-hdr:
126 -rm -f src/config.h
127
128maintainer-clean-hdr:
129
130# This directory's subdirectories are mostly independent; you can cd
131# into them and run `make' without going through this Makefile.
132# To change the values of `make' variables: instead of editing Makefiles,
133# (1) if the variable is set in `config.status', edit `config.status'
134# (which will cause the Makefiles to be regenerated when you run `make');
135# (2) otherwise, pass the desired values on the `make' command line.
136
137@SET_MAKE@
138
139all-recursive install-data-recursive install-exec-recursive \
140installdirs-recursive install-recursive uninstall-recursive \
141check-recursive installcheck-recursive info-recursive dvi-recursive:
142 @set fnord $(MAKEFLAGS); amf=$$2; \
143 dot_seen=no; \
144 target=`echo $@ | sed s/-recursive//`; \
145 list='$(SUBDIRS)'; for subdir in $$list; do \
146 echo "Making $$target in $$subdir"; \
147 if test "$$subdir" = "."; then \
148 dot_seen=yes; \
149 local_target="$$target-am"; \
150 else \
151 local_target="$$target"; \
152 fi; \
153 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155 done; \
156 if test "$$dot_seen" = "no"; then \
157 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
158 fi; test -z "$$fail"
159
160mostlyclean-recursive clean-recursive distclean-recursive \
161maintainer-clean-recursive:
162 @set fnord $(MAKEFLAGS); amf=$$2; \
163 dot_seen=no; \
164 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
165 rev="$$subdir $$rev"; \
166 test "$$subdir" != "." || dot_seen=yes; \
167 done; \
168 test "$$dot_seen" = "no" && rev=". $$rev"; \
169 target=`echo $@ | sed s/-recursive//`; \
170 for subdir in $$rev; do \
171 echo "Making $$target in $$subdir"; \
172 if test "$$subdir" = "."; then \
173 local_target="$$target-am"; \
174 else \
175 local_target="$$target"; \
176 fi; \
177 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
178 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179 done && test -z "$$fail"
180tags-recursive:
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
183 done
184
185tags: TAGS
186
187ID: $(HEADERS) $(SOURCES) $(LISP)
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 here=`pwd` && cd $(srcdir) \
193 && mkid -f$$here/ID $$unique $(LISP)
194
195TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
196 tags=; \
197 here=`pwd`; \
198 list='$(SUBDIRS)'; for subdir in $$list; do \
199 if test "$$subdir" = .; then :; else \
200 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201 fi; \
202 done; \
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
209
210mostlyclean-tags:
211
212clean-tags:
213
214distclean-tags:
215 -rm -f TAGS ID
216
217maintainer-clean-tags:
218
219distdir = $(PACKAGE)-$(VERSION)
220top_distdir = $(distdir)
221
222# This target untars the dist file and tries a VPATH configuration. Then
223# it guarantees that the distribution is self-contained by making another
224# tarfile.
225distcheck: dist
226 -rm -rf $(distdir)
227 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
228 mkdir $(distdir)/=build
229 mkdir $(distdir)/=inst
230 dc_install_base=`cd $(distdir)/=inst && pwd`; \
231 cd $(distdir)/=build \
232 && ../configure --srcdir=.. --prefix=$$dc_install_base \
233 && $(MAKE) $(AM_MAKEFLAGS) \
234 && $(MAKE) $(AM_MAKEFLAGS) dvi \
235 && $(MAKE) $(AM_MAKEFLAGS) check \
236 && $(MAKE) $(AM_MAKEFLAGS) install \
237 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
238 && $(MAKE) $(AM_MAKEFLAGS) dist
239 -rm -rf $(distdir)
240 @banner="$(distdir).tar.gz is ready for distribution"; \
241 dashes=`echo "$$banner" | sed s/./=/g`; \
242 echo "$$dashes"; \
243 echo "$$banner"; \
244 echo "$$dashes"
245dist: distdir
246 -chmod -R a+r $(distdir)
247 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
248 -rm -rf $(distdir)
249dist-all: distdir
250 -chmod -R a+r $(distdir)
251 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
252 -rm -rf $(distdir)
253distdir: $(DISTFILES)
254 -rm -rf $(distdir)
255 mkdir $(distdir)
256 -chmod 777 $(distdir)
257 here=`cd $(top_builddir) && pwd`; \
258 top_distdir=`cd $(distdir) && pwd`; \
259 distdir=`cd $(distdir) && pwd`; \
260 cd $(top_srcdir) \
261 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
262 @for file in $(DISTFILES); do \
263 d=$(srcdir); \
264 if test -d $$d/$$file; then \
265 cp -pr $$d/$$file $(distdir)/$$file; \
266 else \
267 test -f $(distdir)/$$file \
268 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
269 || cp -p $$d/$$file $(distdir)/$$file || :; \
270 fi; \
271 done
272 for subdir in $(SUBDIRS); do \
273 if test "$$subdir" = .; then :; else \
274 test -d $(distdir)/$$subdir \
275 || mkdir $(distdir)/$$subdir \
276 || exit 1; \
277 chmod 777 $(distdir)/$$subdir; \
278 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
279 || exit 1; \
280 fi; \
281 done
282info-am:
283info: info-recursive
284dvi-am:
285dvi: dvi-recursive
286check-am: all-am
287check: check-recursive
288installcheck-am:
289installcheck: installcheck-recursive
290install-exec-am:
291install-exec: install-exec-recursive
292
293install-data-am:
294install-data: install-data-recursive
295
296install-am: all-am
297 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298install: install-recursive
299uninstall-am:
300uninstall: uninstall-recursive
301all-am: Makefile
302all-redirect: all-recursive
303install-strip:
304 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
305installdirs: installdirs-recursive
306installdirs-am:
307
308
309mostlyclean-generic:
310
311clean-generic:
312
313distclean-generic:
314 -rm -f Makefile $(CONFIG_CLEAN_FILES)
315 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
316
317maintainer-clean-generic:
318mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
319
320mostlyclean: mostlyclean-recursive
321
322clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
323
324clean: clean-recursive
325
326distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
327
328distclean: distclean-recursive
329 -rm -f config.status
330
331maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
332 maintainer-clean-generic distclean-am
333 @echo "This command is intended for maintainers to use;"
334 @echo "it deletes files that may require special tools to rebuild."
335
336maintainer-clean: maintainer-clean-recursive
337 -rm -f config.status
338
339.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
340install-data-recursive uninstall-data-recursive install-exec-recursive \
341uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
342all-recursive check-recursive installcheck-recursive info-recursive \
343dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
344maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
345distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
346dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
347install-exec install-data-am install-data install-am install \
348uninstall-am uninstall all-redirect all-am all installdirs-am \
349installdirs mostlyclean-generic distclean-generic clean-generic \
350maintainer-clean-generic clean mostlyclean distclean maintainer-clean
351
352
353# Tell versions [3.59,3.63) of GNU make to not export all variables.
354# Otherwise a system limit (for SysV at least) may be exceeded.
355.NOEXPORT: