1 # Makefile.in generated by automake 1.10 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 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.
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
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
33 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
35 ChangeLog INSTALL NEWS TODO compile depcomp install-sh missing \
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
42 configure.lineno config.status.lineno
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/src/config.h
48 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49 html-recursive info-recursive install-data-recursive \
50 install-dvi-recursive install-exec-recursive \
51 install-html-recursive install-info-recursive \
52 install-pdf-recursive install-ps-recursive install-recursive \
53 installcheck-recursive installdirs-recursive pdf-recursive \
54 ps-recursive uninstall-recursive
55 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56 distclean-recursive maintainer-clean-recursive
59 DIST_SUBDIRS = $(SUBDIRS)
60 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61 distdir = $(PACKAGE)-$(VERSION)
62 top_distdir = $(distdir)
63 am__remove_distdir = \
64 { test ! -d $(distdir) \
65 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
66 && rm -fr $(distdir); }; }
67 DIST_ARCHIVES = $(distdir).tar.gz
69 distuninstallcheck_listfiles = find . -type f -print
70 distcleancheck_listfiles = find . -type f -print
75 AUTOHEADER = @AUTOHEADER@
79 CCDEPMODE = @CCDEPMODE@
83 CYGPATH_W = @CYGPATH_W@
93 INSTALL_DATA = @INSTALL_DATA@
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@
96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LTLIBOBJS = @LTLIBOBJS@
101 MAKEINFO = @MAKEINFO@
105 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106 PACKAGE_NAME = @PACKAGE_NAME@
107 PACKAGE_STRING = @PACKAGE_STRING@
108 PACKAGE_TARNAME = @PACKAGE_TARNAME@
109 PACKAGE_VERSION = @PACKAGE_VERSION@
110 PATH_SEPARATOR = @PATH_SEPARATOR@
112 SET_MAKE = @SET_MAKE@
116 abs_builddir = @abs_builddir@
117 abs_srcdir = @abs_srcdir@
118 abs_top_builddir = @abs_top_builddir@
119 abs_top_srcdir = @abs_top_srcdir@
120 ac_ct_CC = @ac_ct_CC@
121 am__include = @am__include@
122 am__leading_dot = @am__leading_dot@
123 am__quote = @am__quote@
125 am__untar = @am__untar@
127 build_alias = @build_alias@
128 builddir = @builddir@
130 datarootdir = @datarootdir@
133 exec_prefix = @exec_prefix@
134 host_alias = @host_alias@
136 includedir = @includedir@
138 install_sh = @install_sh@
140 libexecdir = @libexecdir@
141 localedir = @localedir@
142 localstatedir = @localstatedir@
145 oldincludedir = @oldincludedir@
148 program_transform_name = @program_transform_name@
151 sharedstatedir = @sharedstatedir@
153 sysconfdir = @sysconfdir@
154 target_alias = @target_alias@
155 top_builddir = @top_builddir@
156 top_srcdir = @top_srcdir@
163 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
165 case '$(am__configure_deps)' in \
167 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
168 cd $(srcdir) && $(AUTOMAKE) --gnu \
173 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
174 cd $(top_srcdir) && \
175 $(AUTOMAKE) --gnu Makefile
177 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
180 echo ' $(SHELL) ./config.status'; \
181 $(SHELL) ./config.status;; \
183 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
184 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
187 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
188 $(SHELL) ./config.status --recheck
190 $(top_srcdir)/configure: $(am__configure_deps)
191 cd $(srcdir) && $(AUTOCONF)
192 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
193 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
195 # This directory's subdirectories are mostly independent; you can cd
196 # into them and run `make' without going through this Makefile.
197 # To change the values of `make' variables: instead of editing Makefiles,
198 # (1) if the variable is set in `config.status', edit `config.status'
199 # (which will cause the Makefiles to be regenerated when you run `make');
200 # (2) otherwise, pass the desired values on the `make' command line.
201 $(RECURSIVE_TARGETS):
203 for f in x $$MAKEFLAGS; do \
206 *k*) failcom='fail=yes';; \
210 target=`echo $@ | sed s/-recursive//`; \
211 list='$(SUBDIRS)'; for subdir in $$list; do \
212 echo "Making $$target in $$subdir"; \
213 if test "$$subdir" = "."; then \
215 local_target="$$target-am"; \
217 local_target="$$target"; \
219 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
222 if test "$$dot_seen" = "no"; then \
223 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226 $(RECURSIVE_CLEAN_TARGETS):
228 for f in x $$MAKEFLAGS; do \
231 *k*) failcom='fail=yes';; \
236 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
237 *) list='$(SUBDIRS)' ;; \
239 rev=''; for subdir in $$list; do \
240 if test "$$subdir" = "."; then :; else \
241 rev="$$subdir $$rev"; \
245 target=`echo $@ | sed s/-recursive//`; \
246 for subdir in $$rev; do \
247 echo "Making $$target in $$subdir"; \
248 if test "$$subdir" = "."; then \
249 local_target="$$target-am"; \
251 local_target="$$target"; \
253 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
255 done && test -z "$$fail"
257 list='$(SUBDIRS)'; for subdir in $$list; do \
258 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
261 list='$(SUBDIRS)'; for subdir in $$list; do \
262 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270 $(AWK) ' { files[$$0] = 1; } \
271 END { for (i in files) print i; }'`; \
275 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
276 $(TAGS_FILES) $(LISP)
279 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
280 include_option=--etags-include; \
283 include_option=--include; \
286 list='$(SUBDIRS)'; for subdir in $$list; do \
287 if test "$$subdir" = .; then :; else \
288 test ! -f $$subdir/TAGS || \
289 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
292 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293 unique=`for i in $$list; do \
294 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 $(AWK) ' { files[$$0] = 1; } \
297 END { for (i in files) print i; }'`; \
298 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
299 test -n "$$unique" || unique=$$empty_fix; \
300 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
304 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305 $(TAGS_FILES) $(LISP)
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 test -z "$(CTAGS_ARGS)$$tags$$unique" \
315 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
319 here=`$(am__cd) $(top_builddir) && pwd` \
320 && cd $(top_srcdir) \
321 && gtags -i $(GTAGS_ARGS) $$here
324 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326 distdir: $(DISTFILES)
327 $(am__remove_distdir)
328 test -d $(distdir) || mkdir $(distdir)
329 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331 list='$(DISTFILES)'; \
332 dist_files=`for file in $$list; do echo $$file; done | \
333 sed -e "s|^$$srcdirstrip/||;t" \
334 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
335 case $$dist_files in \
336 */*) $(MKDIR_P) `echo "$$dist_files" | \
337 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
340 for file in $$dist_files; do \
341 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
342 if test -d $$d/$$file; then \
343 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
344 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
345 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
347 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
349 test -f $(distdir)/$$file \
350 || cp -p $$d/$$file $(distdir)/$$file \
354 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
355 if test "$$subdir" = .; then :; else \
356 test -d "$(distdir)/$$subdir" \
357 || $(MKDIR_P) "$(distdir)/$$subdir" \
359 distdir=`$(am__cd) $(distdir) && pwd`; \
360 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
362 $(MAKE) $(AM_MAKEFLAGS) \
363 top_distdir="$$top_distdir" \
364 distdir="$$distdir/$$subdir" \
365 am__remove_distdir=: \
366 am__skip_length_check=: \
371 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
372 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
373 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
374 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
375 || chmod -R a+r $(distdir)
377 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
378 $(am__remove_distdir)
381 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
382 $(am__remove_distdir)
385 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
386 $(am__remove_distdir)
389 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
390 $(am__remove_distdir)
393 -rm -f $(distdir).zip
394 zip -rq $(distdir).zip $(distdir)
395 $(am__remove_distdir)
397 dist dist-all: distdir
398 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
399 $(am__remove_distdir)
401 # This target untars the dist file and tries a VPATH configuration. Then
402 # it guarantees that the distribution is self-contained by making another
405 case '$(DIST_ARCHIVES)' in \
407 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
409 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
411 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
413 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
415 unzip $(distdir).zip ;;\
417 chmod -R a-w $(distdir); chmod a+w $(distdir)
418 mkdir $(distdir)/_build
419 mkdir $(distdir)/_inst
421 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
422 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
423 && cd $(distdir)/_build \
424 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
425 $(DISTCHECK_CONFIGURE_FLAGS) \
426 && $(MAKE) $(AM_MAKEFLAGS) \
427 && $(MAKE) $(AM_MAKEFLAGS) dvi \
428 && $(MAKE) $(AM_MAKEFLAGS) check \
429 && $(MAKE) $(AM_MAKEFLAGS) install \
430 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
431 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
432 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
434 && chmod -R a-w "$$dc_install_base" \
436 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
437 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
438 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
439 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
440 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
441 } || { rm -rf "$$dc_destdir"; exit 1; }) \
442 && rm -rf "$$dc_destdir" \
443 && $(MAKE) $(AM_MAKEFLAGS) dist \
444 && rm -rf $(DIST_ARCHIVES) \
445 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
446 $(am__remove_distdir)
447 @(echo "$(distdir) archives ready for distribution: "; \
448 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
449 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
451 @cd $(distuninstallcheck_dir) \
452 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
453 || { echo "ERROR: files left after uninstall:" ; \
454 if test -n "$(DESTDIR)"; then \
455 echo " (check DESTDIR support)"; \
457 $(distuninstallcheck_listfiles) ; \
459 distcleancheck: distclean
460 @if test '$(srcdir)' = . ; then \
461 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
464 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
465 || { echo "ERROR: files left in build directory after distclean:" ; \
466 $(distcleancheck_listfiles) ; \
469 check: check-recursive
471 installdirs: installdirs-recursive
473 install: install-recursive
474 install-exec: install-exec-recursive
475 install-data: install-data-recursive
476 uninstall: uninstall-recursive
479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
481 installcheck: installcheck-recursive
483 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485 `test -z '$(STRIP)' || \
486 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
492 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
494 maintainer-clean-generic:
495 @echo "This command is intended for maintainers to use"
496 @echo "it deletes files that may require special tools to rebuild."
497 clean: clean-recursive
499 clean-am: clean-generic mostlyclean-am
501 distclean: distclean-recursive
502 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
504 distclean-am: clean-am distclean-generic distclean-tags
518 install-dvi: install-dvi-recursive
522 install-html: install-html-recursive
524 install-info: install-info-recursive
528 install-pdf: install-pdf-recursive
530 install-ps: install-ps-recursive
534 maintainer-clean: maintainer-clean-recursive
535 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
536 -rm -rf $(top_srcdir)/autom4te.cache
538 maintainer-clean-am: distclean-am maintainer-clean-generic
540 mostlyclean: mostlyclean-recursive
542 mostlyclean-am: mostlyclean-generic
554 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
557 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
558 all all-am am--refresh check check-am clean clean-generic \
559 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
560 dist-shar dist-tarZ dist-zip distcheck distclean \
561 distclean-generic distclean-tags distcleancheck distdir \
562 distuninstallcheck dvi dvi-am html html-am info info-am \
563 install install-am install-data install-data-am install-dvi \
564 install-dvi-am install-exec install-exec-am install-html \
565 install-html-am install-info install-info-am install-man \
566 install-pdf install-pdf-am install-ps install-ps-am \
567 install-strip installcheck installcheck-am installdirs \
568 installdirs-am maintainer-clean maintainer-clean-generic \
569 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
570 tags-recursive uninstall uninstall-am
572 # Tell versions [3.59,3.63) of GNU make to not export all variables.
573 # Otherwise a system limit (for SysV at least) may be exceeded.