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