1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61MAKEINFO = @MAKEINFO@
62PACKAGE = @PACKAGE@
63VERSION = @VERSION@
64
65SUBDIRS = docs src gnu
66
67EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README 		install-sh missing mkinstalldirs
68
69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71CONFIG_HEADER = config.h
72CONFIG_CLEAN_FILES =
73DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
74Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.in configure \
75configure.in install-sh missing mkinstalldirs
76
77
78DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
79
80TAR = tar
81GZIP_ENV = --best
82all: all-redirect
83.SUFFIXES:
84$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
86
87Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
88	cd $(top_builddir) \
89	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
90
91$(ACLOCAL_M4):  configure.in
92	cd $(srcdir) && $(ACLOCAL)
93
94config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
95	$(SHELL) ./config.status --recheck
96$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
97	cd $(srcdir) && $(AUTOCONF)
98
99config.h: stamp-h
100	@if test ! -f $@; then \
101		rm -f stamp-h; \
102		$(MAKE) stamp-h; \
103	else :; fi
104stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
105	cd $(top_builddir) \
106	  && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
107	     $(SHELL) ./config.status
108	@echo timestamp > stamp-h 2> /dev/null
109$(srcdir)/config.in: $(srcdir)/stamp-h.in
110	@if test ! -f $@; then \
111		rm -f $(srcdir)/stamp-h.in; \
112		$(MAKE) $(srcdir)/stamp-h.in; \
113	else :; fi
114$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
115	cd $(top_srcdir) && $(AUTOHEADER)
116	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
117
118mostlyclean-hdr:
119
120clean-hdr:
121
122distclean-hdr:
123	-rm -f config.h
124
125maintainer-clean-hdr:
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
134@SET_MAKE@
135
136all-recursive install-data-recursive install-exec-recursive \
137installdirs-recursive install-recursive uninstall-recursive  \
138check-recursive installcheck-recursive info-recursive dvi-recursive:
139	@set fnord $(MAKEFLAGS); amf=$$2; \
140	dot_seen=no; \
141	target=`echo $@ | sed s/-recursive//`; \
142	list='$(SUBDIRS)'; for subdir in $$list; do \
143	  echo "Making $$target in $$subdir"; \
144	  if test "$$subdir" = "."; then \
145	    dot_seen=yes; \
146	    local_target="$$target-am"; \
147	  else \
148	    local_target="$$target"; \
149	  fi; \
150	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152	done; \
153	if test "$$dot_seen" = "no"; then \
154	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
155	fi; test -z "$$fail"
156
157mostlyclean-recursive clean-recursive distclean-recursive \
158maintainer-clean-recursive:
159	@set fnord $(MAKEFLAGS); amf=$$2; \
160	dot_seen=no; \
161	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
162	  rev="$$subdir $$rev"; \
163	  test "$$subdir" = "." && dot_seen=yes; \
164	done; \
165	test "$$dot_seen" = "no" && 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
182tags: TAGS
183
184ID: $(HEADERS) $(SOURCES) $(LISP)
185	list='$(SOURCES) $(HEADERS)'; \
186	unique=`for i in $$list; do echo $$i; done | \
187	  awk '    { files[$$0] = 1; } \
188	       END { for (i in files) print i; }'`; \
189	here=`pwd` && cd $(srcdir) \
190	  && mkid -f$$here/ID $$unique $(LISP)
191
192TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
193	tags=; \
194	here=`pwd`; \
195	list='$(SUBDIRS)'; for subdir in $$list; do \
196   if test "$$subdir" = .; then :; else \
197	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
198   fi; \
199	done; \
200	list='$(SOURCES) $(HEADERS)'; \
201	unique=`for i in $$list; do echo $$i; done | \
202	  awk '    { files[$$0] = 1; } \
203	       END { for (i in files) print i; }'`; \
204	test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
205	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
206
207mostlyclean-tags:
208
209clean-tags:
210
211distclean-tags:
212	-rm -f TAGS ID
213
214maintainer-clean-tags:
215
216distdir = $(PACKAGE)-$(VERSION)
217top_distdir = $(distdir)
218
219# This target untars the dist file and tries a VPATH configuration.  Then
220# it guarantees that the distribution is self-contained by making another
221# tarfile.
222distcheck: dist
223	-rm -rf $(distdir)
224	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
225	mkdir $(distdir)/=build
226	mkdir $(distdir)/=inst
227	dc_install_base=`cd $(distdir)/=inst && pwd`; \
228	cd $(distdir)/=build \
229	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
230	  && $(MAKE) $(AM_MAKEFLAGS) \
231	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
232	  && $(MAKE) $(AM_MAKEFLAGS) check \
233	  && $(MAKE) $(AM_MAKEFLAGS) install \
234	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
235	  && $(MAKE) $(AM_MAKEFLAGS) dist
236	-rm -rf $(distdir)
237	@banner="$(distdir).tar.gz is ready for distribution"; \
238	dashes=`echo "$$banner" | sed s/./=/g`; \
239	echo "$$dashes"; \
240	echo "$$banner"; \
241	echo "$$dashes"
242dist: distdir
243	-chmod -R a+r $(distdir)
244	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
245	-rm -rf $(distdir)
246dist-all: distdir
247	-chmod -R a+r $(distdir)
248	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
249	-rm -rf $(distdir)
250distdir: $(DISTFILES)
251	-rm -rf $(distdir)
252	mkdir $(distdir)
253	-chmod 777 $(distdir)
254	@for file in $(DISTFILES); do \
255	  d=$(srcdir); \
256	  if test -d $$d/$$file; then \
257	    cp -pr $$/$$file $(distdir)/$$file; \
258	  else \
259	    test -f $(distdir)/$$file \
260	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
261	    || cp -p $$d/$$file $(distdir)/$$file || :; \
262	  fi; \
263	done
264	for subdir in $(SUBDIRS); do \
265	  if test "$$subdir" = .; then :; else \
266	    test -d $(distdir)/$$subdir \
267	    || mkdir $(distdir)/$$subdir \
268	    || exit 1; \
269	    chmod 777 $(distdir)/$$subdir; \
270	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
271	      || exit 1; \
272	  fi; \
273	done
274info-am:
275info: info-recursive
276dvi-am:
277dvi: dvi-recursive
278check-am: all-am
279check: check-recursive
280installcheck-am:
281installcheck: installcheck-recursive
282all-recursive-am: config.h
283	$(MAKE) $(AM_MAKEFLAGS) all-recursive
284
285install-exec-am:
286install-exec: install-exec-recursive
287
288install-data-am:
289install-data: install-data-recursive
290
291install-am: all-am
292	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
293install: install-recursive
294uninstall-am:
295uninstall: uninstall-recursive
296all-am: Makefile config.h
297all-redirect: all-recursive-am
298install-strip:
299	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
300installdirs: installdirs-recursive
301installdirs-am:
302
303
304mostlyclean-generic:
305
306clean-generic:
307
308distclean-generic:
309	-rm -f Makefile $(CONFIG_CLEAN_FILES)
310	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
311
312maintainer-clean-generic:
313mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
314
315mostlyclean: mostlyclean-recursive
316
317clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
318
319clean: clean-recursive
320
321distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
322
323distclean: distclean-recursive
324	-rm -f config.status
325
326maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
327		maintainer-clean-generic distclean-am
328	@echo "This command is intended for maintainers to use;"
329	@echo "it deletes files that may require special tools to rebuild."
330
331maintainer-clean: maintainer-clean-recursive
332	-rm -f config.status
333
334.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
335install-data-recursive uninstall-data-recursive install-exec-recursive \
336uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
337all-recursive check-recursive installcheck-recursive info-recursive \
338dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
339maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
340distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
341dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
342install-exec-am install-exec install-data-am install-data install-am \
343install uninstall-am uninstall all-redirect all-am all installdirs-am \
344installdirs mostlyclean-generic distclean-generic clean-generic \
345maintainer-clean-generic clean mostlyclean distclean maintainer-clean
346
347
348# Tell versions [3.59,3.63) of GNU make to not export all variables.
349# Otherwise a system limit (for SysV at least) may be exceeded.
350.NOEXPORT:
351