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