1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
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@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40AUTOCONF = @AUTOCONF@
41AUTOMAKE = @AUTOMAKE@
42AUTOHEADER = @AUTOHEADER@
43
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45INSTALL = @INSTALL@
46INSTALL_PROGRAM = @INSTALL_PROGRAM@
47INSTALL_DATA = @INSTALL_DATA@
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60
61EXEEXT = @EXEEXT@
62OBJEXT = @OBJEXT@
63PATH_SEPARATOR = @PATH_SEPARATOR@
64
65ACLOCAL = aclocal -I $(auxdir)
66AMTAR = @AMTAR@
67AWK = @AWK@
68CC = @CC@
69DEPDIR = @DEPDIR@
70INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71PACKAGE = @PACKAGE@
72STRIP = @STRIP@
73VERSION = @VERSION@
74ac_aux_dir = @ac_aux_dir@
75am__include = @am__include@
76am__quote = @am__quote@
77install_sh = @install_sh@
78
79auxdir = @ac_aux_dir@
80AUX_DIST = $(auxdir)/install-sh $(auxdir)/missing \
81			$(auxdir)/mkinstalldirs
82
83EXTRA_DIST = bootstrap
84
85AUTOMAKE_OPTIONS = foreign
86SUBDIRS = src doc
87MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure src/config-h.in \
88			src/stamp-h.in $(AUX_DIST)
89
90CPPFLAGS = @CPPFLAGS@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93mkinstalldirs = $(SHELL) $(top_srcdir)/cfg/mkinstalldirs
94CONFIG_HEADER = $(top_builddir)/src/config.h
95CONFIG_CLEAN_FILES =
96DIST_SOURCES =
97
98RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
99	uninstall-info-recursive all-recursive install-data-recursive \
100	install-exec-recursive installdirs-recursive install-recursive \
101	uninstall-recursive check-recursive installcheck-recursive
102DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
103	Makefile.in NEWS TODO aclocal.m4 cfg/depcomp cfg/install-sh \
104	cfg/missing cfg/mkinstalldirs configure configure.ac
105DIST_SUBDIRS = $(SUBDIRS)
106all: all-recursive
107
108.SUFFIXES:
109
110am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
111 configure.lineno
112$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
113	cd $(top_srcdir) && \
114	  $(AUTOMAKE) --foreign  Makefile
115Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
116	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
117
118$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
119	$(SHELL) ./config.status --recheck
120$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
121	cd $(srcdir) && $(AUTOCONF)
122
123$(ACLOCAL_M4):  configure.ac
124	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
125uninstall-info-am:
126
127# This directory's subdirectories are mostly independent; you can cd
128# into them and run `make' without going through this Makefile.
129# To change the values of `make' variables: instead of editing Makefiles,
130# (1) if the variable is set in `config.status', edit `config.status'
131#     (which will cause the Makefiles to be regenerated when you run `make');
132# (2) otherwise, pass the desired values on the `make' command line.
133$(RECURSIVE_TARGETS):
134	@set fnord $$MAKEFLAGS; amf=$$2; \
135	dot_seen=no; \
136	target=`echo $@ | sed s/-recursive//`; \
137	list='$(SUBDIRS)'; for subdir in $$list; do \
138	  echo "Making $$target in $$subdir"; \
139	  if test "$$subdir" = "."; then \
140	    dot_seen=yes; \
141	    local_target="$$target-am"; \
142	  else \
143	    local_target="$$target"; \
144	  fi; \
145	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
146	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
147	done; \
148	if test "$$dot_seen" = "no"; then \
149	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
150	fi; test -z "$$fail"
151
152mostlyclean-recursive clean-recursive distclean-recursive \
153maintainer-clean-recursive:
154	@set fnord $$MAKEFLAGS; amf=$$2; \
155	dot_seen=no; \
156	case "$@" in \
157	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
158	  *) list='$(SUBDIRS)' ;; \
159	esac; \
160	rev=''; for subdir in $$list; do \
161	  if test "$$subdir" = "."; then :; else \
162	    rev="$$subdir $$rev"; \
163	  fi; \
164	done; \
165	rev="$$rev ."; \
166	target=`echo $@ | sed s/-recursive//`; \
167	for subdir in $$rev; do \
168	  echo "Making $$target in $$subdir"; \
169	  if test "$$subdir" = "."; then \
170	    local_target="$$target-am"; \
171	  else \
172	    local_target="$$target"; \
173	  fi; \
174	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
175	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
176	done && test -z "$$fail"
177tags-recursive:
178	list='$(SUBDIRS)'; for subdir in $$list; do \
179	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
180	done
181
182ETAGS = etags
183ETAGSFLAGS =
184
185tags: TAGS
186
187ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
188	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
189	unique=`for i in $$list; do \
190	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191	  done | \
192	  $(AWK) '    { files[$$0] = 1; } \
193	       END { for (i in files) print i; }'`; \
194	mkid -fID $$unique
195
196TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
197		$(TAGS_FILES) $(LISP)
198	tags=; \
199	here=`pwd`; \
200	list='$(SUBDIRS)'; for subdir in $$list; do \
201	  if test "$$subdir" = .; then :; else \
202	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
203	  fi; \
204	done; \
205	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
206	unique=`for i in $$list; do \
207	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208	  done | \
209	  $(AWK) '    { files[$$0] = 1; } \
210	       END { for (i in files) print i; }'`; \
211	test -z "$(ETAGS_ARGS)$$tags$$unique" \
212	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
213	     $$tags $$unique
214
215GTAGS:
216	here=`$(am__cd) $(top_builddir) && pwd` \
217	  && cd $(top_srcdir) \
218	  && gtags -i $(GTAGS_ARGS) $$here
219
220distclean-tags:
221	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223
224top_distdir = .
225distdir = $(PACKAGE)-$(VERSION)
226
227am__remove_distdir = \
228  { test ! -d $(distdir) \
229    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
230         && rm -fr $(distdir); }; }
231
232GZIP_ENV = --best
233distcleancheck_listfiles = find . -type f -print
234
235distdir: $(DISTFILES)
236	$(am__remove_distdir)
237	mkdir $(distdir)
238	$(mkinstalldirs) $(distdir)/cfg
239	@list='$(DISTFILES)'; for file in $$list; do \
240	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
241	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
242	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
243	    dir="/$$dir"; \
244	    $(mkinstalldirs) "$(distdir)$$dir"; \
245	  else \
246	    dir=''; \
247	  fi; \
248	  if test -d $$d/$$file; then \
249	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
250	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
251	    fi; \
252	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
253	  else \
254	    test -f $(distdir)/$$file \
255	    || cp -p $$d/$$file $(distdir)/$$file \
256	    || exit 1; \
257	  fi; \
258	done
259	list='$(SUBDIRS)'; for subdir in $$list; do \
260	  if test "$$subdir" = .; then :; else \
261	    test -d $(distdir)/$$subdir \
262	    || mkdir $(distdir)/$$subdir \
263	    || exit 1; \
264	    (cd $$subdir && \
265	      $(MAKE) $(AM_MAKEFLAGS) \
266	        top_distdir="$(top_distdir)" \
267	        distdir=../$(distdir)/$$subdir \
268	        distdir) \
269	      || exit 1; \
270	  fi; \
271	done
272	$(MAKE) $(AM_MAKEFLAGS) \
273	  top_distdir="${top_distdir}" distdir="$(distdir)" \
274	  dist-hook
275	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
276	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
277	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
278	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
279	|| chmod -R a+r $(distdir)
280dist-gzip: distdir
281	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
282	$(am__remove_distdir)
283
284dist dist-all: distdir
285	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
286	$(am__remove_distdir)
287
288# This target untars the dist file and tries a VPATH configuration.  Then
289# it guarantees that the distribution is self-contained by making another
290# tarfile.
291distcheck: dist
292	$(am__remove_distdir)
293	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
294	chmod -R a-w $(distdir); chmod a+w $(distdir)
295	mkdir $(distdir)/=build
296	mkdir $(distdir)/=inst
297	chmod a-w $(distdir)
298	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
299	  && cd $(distdir)/=build \
300	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
301	    $(DISTCHECK_CONFIGURE_FLAGS) \
302	  && $(MAKE) $(AM_MAKEFLAGS) \
303	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
304	  && $(MAKE) $(AM_MAKEFLAGS) check \
305	  && $(MAKE) $(AM_MAKEFLAGS) install \
306	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
307	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
308	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
309	      || { echo "ERROR: files left after uninstall:" ; \
310	           find $$dc_install_base -type f -print ; \
311	           exit 1; } >&2 ) \
312	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
313	  && rm -f $(distdir).tar.gz \
314	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
315	$(am__remove_distdir)
316	@echo "$(distdir).tar.gz is ready for distribution" | \
317	  sed 'h;s/./=/g;p;x;p;x'
318distcleancheck: distclean
319	if test '$(srcdir)' = . ; then \
320	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
321	  exit 1 ; \
322	fi
323	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
324	  || { echo "ERROR: files left after distclean:" ; \
325	       $(distcleancheck_listfiles) ; \
326	       exit 1; } >&2
327check-am: all-am
328check: check-recursive
329all-am: Makefile
330installdirs: installdirs-recursive
331installdirs-am:
332
333install: install-recursive
334install-exec: install-exec-recursive
335install-data: install-data-recursive
336uninstall: uninstall-recursive
337
338install-am: all-am
339	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341installcheck: installcheck-recursive
342install-strip:
343	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
344	  INSTALL_STRIP_FLAG=-s \
345	  `test -z '$(STRIP)' || \
346	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
347mostlyclean-generic:
348
349clean-generic:
350
351distclean-generic:
352	-rm -f Makefile $(CONFIG_CLEAN_FILES)
353
354maintainer-clean-generic:
355	@echo "This command is intended for maintainers to use"
356	@echo "it deletes files that may require special tools to rebuild."
357	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
358clean: clean-recursive
359
360clean-am: clean-generic mostlyclean-am
361
362distclean: distclean-recursive
363	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
364distclean-am: clean-am distclean-generic distclean-tags
365
366dvi: dvi-recursive
367
368dvi-am:
369
370info: info-recursive
371
372info-am:
373
374install-data-am:
375
376install-exec-am:
377
378install-info: install-info-recursive
379
380install-man:
381
382installcheck-am:
383
384maintainer-clean: maintainer-clean-recursive
385	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
386	-rm -rf autom4te.cache
387maintainer-clean-am: distclean-am maintainer-clean-generic
388
389mostlyclean: mostlyclean-recursive
390
391mostlyclean-am: mostlyclean-generic
392
393uninstall-am: uninstall-info-am
394
395uninstall-info: uninstall-info-recursive
396
397.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
398	clean-generic clean-recursive dist dist-all dist-gzip distcheck \
399	distclean distclean-generic distclean-recursive distclean-tags \
400	distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
401	info-recursive install install-am install-data install-data-am \
402	install-data-recursive install-exec install-exec-am \
403	install-exec-recursive install-info install-info-am \
404	install-info-recursive install-man install-recursive \
405	install-strip installcheck installcheck-am installdirs \
406	installdirs-am installdirs-recursive maintainer-clean \
407	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
408	mostlyclean-generic mostlyclean-recursive tags tags-recursive \
409	uninstall uninstall-am uninstall-info-am \
410	uninstall-info-recursive uninstall-recursive
411
412dist-hook:
413	(cd $(distdir) && mkdir $(auxdir))
414	for file in $(AUX_DIST) $(AUX_DIST_EXTRA); do \
415	  cp $$file $(distdir)/$$file; \
416	done
417# Tell versions [3.59,3.63) of GNU make to not export all variables.
418# Otherwise a system limit (for SysV at least) may be exceeded.
419.NOEXPORT:
420