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 = src
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68CONFIG_HEADER = config.h
69CONFIG_CLEAN_FILES =
70DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
71Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
72configure.in install-sh missing mkinstalldirs
73
74
75DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
76
77TAR = gtar
78GZIP_ENV = --best
79all: all-redirect
80.SUFFIXES:
81$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
82	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
83
84Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
85	cd $(top_builddir) \
86	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
87
88$(ACLOCAL_M4):  configure.in
89	cd $(srcdir) && $(ACLOCAL)
90
91config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
92	$(SHELL) ./config.status --recheck
93$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
94	cd $(srcdir) && $(AUTOCONF)
95
96config.h: stamp-h
97	@if test ! -f $@; then \
98		rm -f stamp-h; \
99		$(MAKE) stamp-h; \
100	else :; fi
101stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
102	cd $(top_builddir) \
103	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
104	     $(SHELL) ./config.status
105	@echo timestamp > stamp-h 2> /dev/null
106$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
107	@if test ! -f $@; then \
108		rm -f $(srcdir)/stamp-h.in; \
109		$(MAKE) $(srcdir)/stamp-h.in; \
110	else :; fi
111$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
112	cd $(top_srcdir) && $(AUTOHEADER)
113	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
114
115mostlyclean-hdr:
116
117clean-hdr:
118
119distclean-hdr:
120	-rm -f config.h
121
122maintainer-clean-hdr:
123
124# This directory's subdirectories are mostly independent; you can cd
125# into them and run `make' without going through this Makefile.
126# To change the values of `make' variables: instead of editing Makefiles,
127# (1) if the variable is set in `config.status', edit `config.status'
128#     (which will cause the Makefiles to be regenerated when you run `make');
129# (2) otherwise, pass the desired values on the `make' command line.
130
131@SET_MAKE@
132
133all-recursive install-data-recursive install-exec-recursive \
134installdirs-recursive install-recursive uninstall-recursive  \
135check-recursive installcheck-recursive info-recursive dvi-recursive:
136	@set fnord $(MAKEFLAGS); amf=$$2; \
137	dot_seen=no; \
138	target=`echo $@ | sed s/-recursive//`; \
139	list='$(SUBDIRS)'; for subdir in $$list; do \
140	  echo "Making $$target in $$subdir"; \
141	  if test "$$subdir" = "."; then \
142	    dot_seen=yes; \
143	    local_target="$$target-am"; \
144	  else \
145	    local_target="$$target"; \
146	  fi; \
147	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
148	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
149	done; \
150	if test "$$dot_seen" = "no"; then \
151	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
152	fi; test -z "$$fail"
153
154mostlyclean-recursive clean-recursive distclean-recursive \
155maintainer-clean-recursive:
156	@set fnord $(MAKEFLAGS); amf=$$2; \
157	dot_seen=no; \
158	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
159	  rev="$$subdir $$rev"; \
160	  test "$$subdir" = "." && dot_seen=yes; \
161	done; \
162	test "$$dot_seen" = "no" && rev=". $$rev"; \
163	target=`echo $@ | sed s/-recursive//`; \
164	for subdir in $$rev; do \
165	  echo "Making $$target in $$subdir"; \
166	  if test "$$subdir" = "."; then \
167	    local_target="$$target-am"; \
168	  else \
169	    local_target="$$target"; \
170	  fi; \
171	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173	done && test -z "$$fail"
174tags-recursive:
175	list='$(SUBDIRS)'; for subdir in $$list; do \
176	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
177	done
178
179tags: TAGS
180
181ID: $(HEADERS) $(SOURCES) $(LISP)
182	list='$(SOURCES) $(HEADERS)'; \
183	unique=`for i in $$list; do echo $$i; done | \
184	  awk '    { files[$$0] = 1; } \
185	       END { for (i in files) print i; }'`; \
186	here=`pwd` && cd $(srcdir) \
187	  && mkid -f$$here/ID $$unique $(LISP)
188
189TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
190	tags=; \
191	here=`pwd`; \
192	list='$(SUBDIRS)'; for subdir in $$list; do \
193   if test "$$subdir" = .; then :; else \
194	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
195   fi; \
196	done; \
197	list='$(SOURCES) $(HEADERS)'; \
198	unique=`for i in $$list; do echo $$i; done | \
199	  awk '    { files[$$0] = 1; } \
200	       END { for (i in files) print i; }'`; \
201	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
202	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
203
204mostlyclean-tags:
205
206clean-tags:
207
208distclean-tags:
209	-rm -f TAGS ID
210
211maintainer-clean-tags:
212
213distdir = $(PACKAGE)-$(VERSION)
214top_distdir = $(distdir)
215
216# This target untars the dist file and tries a VPATH configuration.  Then
217# it guarantees that the distribution is self-contained by making another
218# tarfile.
219distcheck: dist
220	-rm -rf $(distdir)
221	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
222	mkdir $(distdir)/=build
223	mkdir $(distdir)/=inst
224	dc_install_base=`cd $(distdir)/=inst && pwd`; \
225	cd $(distdir)/=build \
226	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
227	  && $(MAKE) $(AM_MAKEFLAGS) \
228	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
229	  && $(MAKE) $(AM_MAKEFLAGS) check \
230	  && $(MAKE) $(AM_MAKEFLAGS) install \
231	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
232	  && $(MAKE) $(AM_MAKEFLAGS) dist
233	-rm -rf $(distdir)
234	@banner="$(distdir).tar.gz is ready for distribution"; \
235	dashes=`echo "$$banner" | sed s/./=/g`; \
236	echo "$$dashes"; \
237	echo "$$banner"; \
238	echo "$$dashes"
239dist: distdir
240	-chmod -R a+r $(distdir)
241	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
242	-rm -rf $(distdir)
243dist-all: distdir
244	-chmod -R a+r $(distdir)
245	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
246	-rm -rf $(distdir)
247distdir: $(DISTFILES)
248	-rm -rf $(distdir)
249	mkdir $(distdir)
250	-chmod 777 $(distdir)
251	@for file in $(DISTFILES); do \
252	  d=$(srcdir); \
253	  if test -d $$d/$$file; then \
254	    cp -pr $$/$$file $(distdir)/$$file; \
255	  else \
256	    test -f $(distdir)/$$file \
257	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258	    || cp -p $$d/$$file $(distdir)/$$file || :; \
259	  fi; \
260	done
261	for subdir in $(SUBDIRS); do \
262	  if test "$$subdir" = .; then :; else \
263	    test -d $(distdir)/$$subdir \
264	    || mkdir $(distdir)/$$subdir \
265	    || exit 1; \
266	    chmod 777 $(distdir)/$$subdir; \
267	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
268	      || exit 1; \
269	  fi; \
270	done
271info-am:
272info: info-recursive
273dvi-am:
274dvi: dvi-recursive
275check-am: all-am
276check: check-recursive
277installcheck-am:
278installcheck: installcheck-recursive
279all-recursive-am: config.h
280	$(MAKE) $(AM_MAKEFLAGS) all-recursive
281
282install-exec-am:
283install-exec: install-exec-recursive
284
285install-data-am:
286install-data: install-data-recursive
287
288install-am: all-am
289	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290install: install-recursive
291uninstall-am:
292uninstall: uninstall-recursive
293all-am: Makefile config.h
294all-redirect: all-recursive-am
295install-strip:
296	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297installdirs: installdirs-recursive
298installdirs-am:
299
300
301mostlyclean-generic:
302
303clean-generic:
304
305distclean-generic:
306	-rm -f Makefile $(CONFIG_CLEAN_FILES)
307	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
308
309maintainer-clean-generic:
310mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
311
312mostlyclean: mostlyclean-recursive
313
314clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
315
316clean: clean-recursive
317
318distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
319
320distclean: distclean-recursive
321	-rm -f config.status
322
323maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
324		maintainer-clean-generic distclean-am
325	@echo "This command is intended for maintainers to use;"
326	@echo "it deletes files that may require special tools to rebuild."
327
328maintainer-clean: maintainer-clean-recursive
329	-rm -f config.status
330
331.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
332install-data-recursive uninstall-data-recursive install-exec-recursive \
333uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
334all-recursive check-recursive installcheck-recursive info-recursive \
335dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
336maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
337distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
338dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
339install-exec-am install-exec install-data-am install-data install-am \
340install uninstall-am uninstall all-redirect all-am all installdirs-am \
341installdirs mostlyclean-generic distclean-generic clean-generic \
342maintainer-clean-generic clean mostlyclean distclean maintainer-clean
343
344
345# Tell versions [3.59,3.63) of GNU make to not export all variables.
346# Otherwise a system limit (for SysV at least) may be exceeded.
347.NOEXPORT:
348