1# Makefile.in generated by automake 1.7.2 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@
16
17# AUTOMAKE_OPTIONS =
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = .
26
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40host_triplet = @host@
41ACLOCAL = @ACLOCAL@
42AMDEP_FALSE = @AMDEP_FALSE@
43AMDEP_TRUE = @AMDEP_TRUE@
44AMTAR = @AMTAR@
45AM_CFLAGS = @AM_CFLAGS@
46AR = @AR@
47AUTOCONF = @AUTOCONF@
48AUTOHEADER = @AUTOHEADER@
49AUTOMAKE = @AUTOMAKE@
50AWK = @AWK@
51CC = @CC@
52CCDEPMODE = @CCDEPMODE@
53CFLAGS = @CFLAGS@
54CPP = @CPP@
55CPPFLAGS = @CPPFLAGS@
56CYGPATH_W = @CYGPATH_W@
57DEFS = @DEFS@
58DEPDIR = @DEPDIR@
59ECHO_C = @ECHO_C@
60ECHO_N = @ECHO_N@
61ECHO_T = @ECHO_T@
62EGREP = @EGREP@
63EXEEXT = @EXEEXT@
64INSTALL_DATA = @INSTALL_DATA@
65INSTALL_PROGRAM = @INSTALL_PROGRAM@
66INSTALL_SCRIPT = @INSTALL_SCRIPT@
67INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68LDFLAGS = @LDFLAGS@
69LIBOBJS = @LIBOBJS@
70LIBS = @LIBS@
71LN_S = @LN_S@
72LTLIBOBJS = @LTLIBOBJS@
73MAKEINFO = @MAKEINFO@
74OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@
76PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
77PACKAGE_NAME = @PACKAGE_NAME@
78PACKAGE_STRING = @PACKAGE_STRING@
79PACKAGE_TARNAME = @PACKAGE_TARNAME@
80PACKAGE_VERSION = @PACKAGE_VERSION@
81PATH_SEPARATOR = @PATH_SEPARATOR@
82RANLIB = @RANLIB@
83SET_MAKE = @SET_MAKE@
84SHELL = @SHELL@
85STRIP = @STRIP@
86VERSION = @VERSION@
87ac_ct_AR = @ac_ct_AR@
88ac_ct_CC = @ac_ct_CC@
89ac_ct_RANLIB = @ac_ct_RANLIB@
90ac_ct_STRIP = @ac_ct_STRIP@
91am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
92am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
93am__include = @am__include@
94am__quote = @am__quote@
95bindir = @bindir@
96build = @build@
97build_alias = @build_alias@
98build_cpu = @build_cpu@
99build_os = @build_os@
100build_vendor = @build_vendor@
101datadir = @datadir@
102exec_prefix = @exec_prefix@
103host = @host@
104host_alias = @host_alias@
105host_cpu = @host_cpu@
106host_os = @host_os@
107host_vendor = @host_vendor@
108includedir = @includedir@
109infodir = @infodir@
110install_sh = @install_sh@
111libdir = @libdir@
112libexecdir = @libexecdir@
113localstatedir = @localstatedir@
114mandir = @mandir@
115oldincludedir = @oldincludedir@
116prefix = @prefix@
117program_transform_name = @program_transform_name@
118sbindir = @sbindir@
119sharedstatedir = @sharedstatedir@
120sysconfdir = @sysconfdir@
121target_alias = @target_alias@
122
123SUBDIRS = src tests examples doc
124
125EXTRA_DIST = \
126 KNOWN-PROBLEMS \
127 autogen.sh
128
129
130# clean backup files
131CLEANFILES = *~
132
133# clean generated files
134MAINTAINERCLEANFILES = \
135 Makefile.in \
136 configure \
137 aclocal.m4 \
138 config.guess \
139 config.h.in \
140 config.sub \
141 depcomp \
142 install-sh \
143 ltmain.sh \
144 missing \
145 mkinstalldirs
146
147subdir = .
148ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
149mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
150CONFIG_HEADER = config.h
151CONFIG_CLEAN_FILES =
152DIST_SOURCES =
153
154RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
155	ps-recursive install-info-recursive uninstall-info-recursive \
156	all-recursive install-data-recursive install-exec-recursive \
157	installdirs-recursive install-recursive uninstall-recursive \
158	check-recursive installcheck-recursive
159DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
160	Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub \
161	configure configure.ac depcomp install-sh missing mkinstalldirs
162DIST_SUBDIRS = $(SUBDIRS)
163all: config.h
164	$(MAKE) $(AM_MAKEFLAGS) all-recursive
165
166.SUFFIXES:
167
168am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
169 configure.lineno
170$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
171	cd $(top_srcdir) && \
172	  $(AUTOMAKE) --gnu  Makefile
173Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
174	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
175
176$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
177	$(SHELL) ./config.status --recheck
178$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
179	cd $(srcdir) && $(AUTOCONF)
180
181$(ACLOCAL_M4):  configure.ac
182	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
183
184config.h: stamp-h1
185	@if test ! -f $@; then \
186	  rm -f stamp-h1; \
187	  $(MAKE) stamp-h1; \
188	else :; fi
189
190stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
191	@rm -f stamp-h1
192	cd $(top_builddir) && $(SHELL) ./config.status config.h
193
194$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
195	cd $(top_srcdir) && $(AUTOHEADER)
196	touch $(srcdir)/config.h.in
197
198distclean-hdr:
199	-rm -f config.h stamp-h1
200uninstall-info-am:
201
202# This directory's subdirectories are mostly independent; you can cd
203# into them and run `make' without going through this Makefile.
204# To change the values of `make' variables: instead of editing Makefiles,
205# (1) if the variable is set in `config.status', edit `config.status'
206#     (which will cause the Makefiles to be regenerated when you run `make');
207# (2) otherwise, pass the desired values on the `make' command line.
208$(RECURSIVE_TARGETS):
209	@set fnord $$MAKEFLAGS; amf=$$2; \
210	dot_seen=no; \
211	target=`echo $@ | sed s/-recursive//`; \
212	list='$(SUBDIRS)'; for subdir in $$list; do \
213	  echo "Making $$target in $$subdir"; \
214	  if test "$$subdir" = "."; then \
215	    dot_seen=yes; \
216	    local_target="$$target-am"; \
217	  else \
218	    local_target="$$target"; \
219	  fi; \
220	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
221	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222	done; \
223	if test "$$dot_seen" = "no"; then \
224	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
225	fi; test -z "$$fail"
226
227mostlyclean-recursive clean-recursive distclean-recursive \
228maintainer-clean-recursive:
229	@set fnord $$MAKEFLAGS; amf=$$2; \
230	dot_seen=no; \
231	case "$@" in \
232	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
233	  *) list='$(SUBDIRS)' ;; \
234	esac; \
235	rev=''; for subdir in $$list; do \
236	  if test "$$subdir" = "."; then :; else \
237	    rev="$$subdir $$rev"; \
238	  fi; \
239	done; \
240	rev="$$rev ."; \
241	target=`echo $@ | sed s/-recursive//`; \
242	for subdir in $$rev; do \
243	  echo "Making $$target in $$subdir"; \
244	  if test "$$subdir" = "."; then \
245	    local_target="$$target-am"; \
246	  else \
247	    local_target="$$target"; \
248	  fi; \
249	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
250	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
251	done && test -z "$$fail"
252tags-recursive:
253	list='$(SUBDIRS)'; for subdir in $$list; do \
254	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
255	done
256ctags-recursive:
257	list='$(SUBDIRS)'; for subdir in $$list; do \
258	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
259	done
260
261ETAGS = etags
262ETAGSFLAGS =
263
264CTAGS = ctags
265CTAGSFLAGS =
266
267tags: TAGS
268
269ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
270	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
271	unique=`for i in $$list; do \
272	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273	  done | \
274	  $(AWK) '    { files[$$0] = 1; } \
275	       END { for (i in files) print i; }'`; \
276	mkid -fID $$unique
277
278TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
279		$(TAGS_FILES) $(LISP)
280	tags=; \
281	here=`pwd`; \
282	list='$(SUBDIRS)'; for subdir in $$list; do \
283	  if test "$$subdir" = .; then :; else \
284	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
285	  fi; \
286	done; \
287	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
288	unique=`for i in $$list; do \
289	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290	  done | \
291	  $(AWK) '    { files[$$0] = 1; } \
292	       END { for (i in files) print i; }'`; \
293	test -z "$(ETAGS_ARGS)$$tags$$unique" \
294	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
295	     $$tags $$unique
296
297ctags: CTAGS
298CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
299		$(TAGS_FILES) $(LISP)
300	tags=; \
301	here=`pwd`; \
302	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
303	unique=`for i in $$list; do \
304	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305	  done | \
306	  $(AWK) '    { files[$$0] = 1; } \
307	       END { for (i in files) print i; }'`; \
308	test -z "$(CTAGS_ARGS)$$tags$$unique" \
309	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
310	     $$tags $$unique
311
312GTAGS:
313	here=`$(am__cd) $(top_builddir) && pwd` \
314	  && cd $(top_srcdir) \
315	  && gtags -i $(GTAGS_ARGS) $$here
316
317distclean-tags:
318	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
320
321top_distdir = .
322distdir = $(PACKAGE)-$(VERSION)
323
324am__remove_distdir = \
325  { test ! -d $(distdir) \
326    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
327         && rm -fr $(distdir); }; }
328
329GZIP_ENV = --best
330distuninstallcheck_listfiles = find . -type f -print
331distcleancheck_listfiles = find . -type f -print
332
333distdir: $(DISTFILES)
334	$(am__remove_distdir)
335	mkdir $(distdir)
336	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
337	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
338	list='$(DISTFILES)'; for file in $$list; do \
339	  case $$file in \
340	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
341	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
342	  esac; \
343	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
344	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
345	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
346	    dir="/$$dir"; \
347	    $(mkinstalldirs) "$(distdir)$$dir"; \
348	  else \
349	    dir=''; \
350	  fi; \
351	  if test -d $$d/$$file; then \
352	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
353	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
354	    fi; \
355	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
356	  else \
357	    test -f $(distdir)/$$file \
358	    || cp -p $$d/$$file $(distdir)/$$file \
359	    || exit 1; \
360	  fi; \
361	done
362	list='$(SUBDIRS)'; for subdir in $$list; do \
363	  if test "$$subdir" = .; then :; else \
364	    test -d $(distdir)/$$subdir \
365	    || mkdir $(distdir)/$$subdir \
366	    || exit 1; \
367	    (cd $$subdir && \
368	      $(MAKE) $(AM_MAKEFLAGS) \
369	        top_distdir="$(top_distdir)" \
370	        distdir=../$(distdir)/$$subdir \
371	        distdir) \
372	      || exit 1; \
373	  fi; \
374	done
375	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
376	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
377	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
378	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
379	|| chmod -R a+r $(distdir)
380dist-gzip: distdir
381	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
382	$(am__remove_distdir)
383
384dist dist-all: distdir
385	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
386	$(am__remove_distdir)
387
388# This target untars the dist file and tries a VPATH configuration.  Then
389# it guarantees that the distribution is self-contained by making another
390# tarfile.
391distcheck: dist
392	$(am__remove_distdir)
393	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
394	chmod -R a-w $(distdir); chmod a+w $(distdir)
395	mkdir $(distdir)/=build
396	mkdir $(distdir)/=inst
397	chmod a-w $(distdir)
398	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
399	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
400	  && cd $(distdir)/=build \
401	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
402	    $(DISTCHECK_CONFIGURE_FLAGS) \
403	  && $(MAKE) $(AM_MAKEFLAGS) \
404	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
405	  && $(MAKE) $(AM_MAKEFLAGS) check \
406	  && $(MAKE) $(AM_MAKEFLAGS) install \
407	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
408	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
409	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
410	        distuninstallcheck \
411	  && chmod -R a-w "$$dc_install_base" \
412	  && ({ \
413	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
414	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
415	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
416	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
417	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
418	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
419	  && rm -rf "$$dc_destdir" \
420	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
421	  && rm -f $(distdir).tar.gz \
422	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
423	$(am__remove_distdir)
424	@echo "$(distdir).tar.gz is ready for distribution" | \
425	  sed 'h;s/./=/g;p;x;p;x'
426distuninstallcheck:
427	cd $(distuninstallcheck_dir) \
428	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
429	   || { echo "ERROR: files left after uninstall:" ; \
430	        if test -n "$(DESTDIR)"; then \
431	          echo "  (check DESTDIR support)"; \
432	        fi ; \
433	        $(distuninstallcheck_listfiles) ; \
434	        exit 1; } >&2
435distcleancheck: distclean
436	if test '$(srcdir)' = . ; then \
437	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
438	  exit 1 ; \
439	fi
440	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
441	  || { echo "ERROR: files left in build directory after distclean:" ; \
442	       $(distcleancheck_listfiles) ; \
443	       exit 1; } >&2
444check-am: all-am
445check: check-recursive
446all-am: Makefile config.h
447installdirs: installdirs-recursive
448installdirs-am:
449
450install: install-recursive
451install-exec: install-exec-recursive
452install-data: install-data-recursive
453uninstall: uninstall-recursive
454
455install-am: all-am
456	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
457
458installcheck: installcheck-recursive
459install-strip:
460	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461	  INSTALL_STRIP_FLAG=-s \
462	  `test -z '$(STRIP)' || \
463	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
464mostlyclean-generic:
465
466clean-generic:
467	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
468
469distclean-generic:
470	-rm -f Makefile $(CONFIG_CLEAN_FILES)
471
472maintainer-clean-generic:
473	@echo "This command is intended for maintainers to use"
474	@echo "it deletes files that may require special tools to rebuild."
475	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
476clean: clean-recursive
477
478clean-am: clean-generic mostlyclean-am
479
480distclean: distclean-recursive
481	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
482distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
483
484dvi: dvi-recursive
485
486dvi-am:
487
488info: info-recursive
489
490info-am:
491
492install-data-am:
493
494install-exec-am:
495
496install-info: install-info-recursive
497
498install-man:
499
500installcheck-am:
501
502maintainer-clean: maintainer-clean-recursive
503	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
504	-rm -rf autom4te.cache
505maintainer-clean-am: distclean-am maintainer-clean-generic
506
507mostlyclean: mostlyclean-recursive
508
509mostlyclean-am: mostlyclean-generic
510
511pdf: pdf-recursive
512
513pdf-am:
514
515ps: ps-recursive
516
517ps-am:
518
519uninstall-am: uninstall-info-am
520
521uninstall-info: uninstall-info-recursive
522
523.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
524	clean-generic clean-recursive ctags ctags-recursive dist \
525	dist-all dist-gzip distcheck distclean distclean-generic \
526	distclean-hdr distclean-recursive distclean-tags distcleancheck \
527	distdir distuninstallcheck dvi dvi-am dvi-recursive info \
528	info-am info-recursive install install-am install-data \
529	install-data-am install-data-recursive install-exec \
530	install-exec-am install-exec-recursive install-info \
531	install-info-am install-info-recursive install-man \
532	install-recursive install-strip installcheck installcheck-am \
533	installdirs installdirs-am installdirs-recursive \
534	maintainer-clean maintainer-clean-generic \
535	maintainer-clean-recursive mostlyclean mostlyclean-generic \
536	mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
537	ps-recursive tags tags-recursive uninstall uninstall-am \
538	uninstall-info-am uninstall-info-recursive uninstall-recursive
539
540# Tell versions [3.59,3.63) of GNU make to not export all variables.
541# Otherwise a system limit (for SysV at least) may be exceeded.
542.NOEXPORT:
543