]> jfr.im git - irc/thales.git/blob - Makefile.in
readmes added, contribs removed
[irc/thales.git] / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21 libexecdir = @libexecdir@
22 sysconfdir = @sysconfdir@
23 sharedstatedir = @sharedstatedir@
24 localstatedir = @localstatedir@
25 libdir = @libdir@
26 infodir = @infodir@
27 mandir = @mandir@
28 includedir = @includedir@
29 oldincludedir = /usr/include
30
31 DESTDIR =
32
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36
37 top_builddir = .
38
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
43
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 transform = @program_transform_name@
49
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 AWK = @AWK@
57 CC = @CC@
58 LN_S = @LN_S@
59 MAKEINFO = @MAKEINFO@
60 PACKAGE = @PACKAGE@
61 VERSION = @VERSION@
62
63 AUTOMAKE_OPTIONS = foreign
64
65 bindir = $(exec_prefix)
66 sbindir = $(exec_prefix)
67 datadir = $(exec_prefix)
68
69 SUBDIRS = src data
70
71 EXTRA_DIST = README README.coders ChangeLog INSTALL contrib ReportUsage.sh
72 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_HEADER = ./src/config.h
75 CONFIG_CLEAN_FILES =
76 DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
77 TODO acinclude.m4 aclocal.m4 configure configure.in install-sh missing \
78 mkinstalldirs src/config.h.in src/stamp-h.in
79
80
81 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
82
83 TAR = tar
84 GZIP_ENV = --best
85 all: all-redirect
86 .SUFFIXES:
87 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
88 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
89
90 Makefile: $(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
97 config.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
102 src/config.h: src/stamp-h
103 @if test ! -f $@; then \
104 rm -f src/stamp-h; \
105 $(MAKE) src/stamp-h; \
106 else :; fi
107 src/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
121 mostlyclean-hdr:
122
123 clean-hdr:
124
125 distclean-hdr:
126 -rm -f src/config.h
127
128 maintainer-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
139 all-recursive install-data-recursive install-exec-recursive \
140 installdirs-recursive install-recursive uninstall-recursive \
141 check-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
160 mostlyclean-recursive clean-recursive distclean-recursive \
161 maintainer-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"
180 tags-recursive:
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
183 done
184
185 tags: TAGS
186
187 ID: $(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
195 TAGS: 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
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215 -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(PACKAGE)-$(VERSION)
220 top_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.
225 distcheck: 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"
245 dist: distdir
246 -chmod -R a+r $(distdir)
247 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
248 -rm -rf $(distdir)
249 dist-all: distdir
250 -chmod -R a+r $(distdir)
251 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
252 -rm -rf $(distdir)
253 distdir: $(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
282 info-am:
283 info: info-recursive
284 dvi-am:
285 dvi: dvi-recursive
286 check-am: all-am
287 check: check-recursive
288 installcheck-am:
289 installcheck: installcheck-recursive
290 install-exec-am:
291 install-exec: install-exec-recursive
292
293 install-data-am:
294 install-data: install-data-recursive
295
296 install-am: all-am
297 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298 install: install-recursive
299 uninstall-am:
300 uninstall: uninstall-recursive
301 all-am: Makefile
302 all-redirect: all-recursive
303 install-strip:
304 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
305 installdirs: installdirs-recursive
306 installdirs-am:
307
308
309 mostlyclean-generic:
310
311 clean-generic:
312
313 distclean-generic:
314 -rm -f Makefile $(CONFIG_CLEAN_FILES)
315 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
316
317 maintainer-clean-generic:
318 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
319
320 mostlyclean: mostlyclean-recursive
321
322 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
323
324 clean: clean-recursive
325
326 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
327
328 distclean: distclean-recursive
329 -rm -f config.status
330
331 maintainer-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
336 maintainer-clean: maintainer-clean-recursive
337 -rm -f config.status
338
339 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
340 install-data-recursive uninstall-data-recursive install-exec-recursive \
341 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
342 all-recursive check-recursive installcheck-recursive info-recursive \
343 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
344 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
345 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
346 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
347 install-exec install-data-am install-data install-am install \
348 uninstall-am uninstall all-redirect all-am all installdirs-am \
349 installdirs mostlyclean-generic distclean-generic clean-generic \
350 maintainer-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: