1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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 top_srcdir = @top_srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
36 build_triplet = @build@
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
51 install-exec-recursive install-info-recursive \
52 install-recursive installcheck-recursive installdirs-recursive \
53 pdf-recursive ps-recursive uninstall-info-recursive \
57 DIST_SUBDIRS = $(SUBDIRS)
58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
65 AUTOHEADER = @AUTOHEADER@
69 CCDEPMODE = @CCDEPMODE@
73 CYGPATH_W = @CYGPATH_W@
86 INSTALL_DATA = @INSTALL_DATA@
87 INSTALL_PROGRAM = @INSTALL_PROGRAM@
88 INSTALL_SCRIPT = @INSTALL_SCRIPT@
89 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95 LIBTOOL_DEPS = @LIBTOOL_DEPS@
97 LIB_CURRENT = @LIB_CURRENT@
98 LIB_REVISION = @LIB_REVISION@
101 LTLIBOBJS = @LTLIBOBJS@
103 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
104 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
105 MAKEINFO = @MAKEINFO@
114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115 PACKAGE_NAME = @PACKAGE_NAME@
116 PACKAGE_STRING = @PACKAGE_STRING@
117 PACKAGE_TARNAME = @PACKAGE_TARNAME@
118 PACKAGE_VERSION = @PACKAGE_VERSION@
119 PATH_SEPARATOR = @PATH_SEPARATOR@
123 SET_MAKE = @SET_MAKE@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
134 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
135 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
140 am__untar = @am__untar@
143 build_alias = @build_alias@
144 build_cpu = @build_cpu@
145 build_os = @build_os@
146 build_vendor = @build_vendor@
148 datarootdir = @datarootdir@
151 exec_prefix = @exec_prefix@
153 host_alias = @host_alias@
154 host_cpu = @host_cpu@
156 host_vendor = @host_vendor@
158 includedir = @includedir@
160 install_sh = @install_sh@
162 libexecdir = @libexecdir@
163 localedir = @localedir@
164 localstatedir = @localstatedir@
168 oldincludedir = @oldincludedir@
171 program_transform_name = @program_transform_name@
174 sharedstatedir = @sharedstatedir@
175 sysconfdir = @sysconfdir@
176 target_alias = @target_alias@
181 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
183 case '$(am__configure_deps)' in \
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
191 cd $(top_srcdir) && \
192 $(AUTOMAKE) --gnu include/Makefile
194 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
199 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
200 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
203 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221 # This directory's subdirectories are mostly independent; you can cd
222 # into them and run `make' without going through this Makefile.
223 # To change the values of `make' variables: instead of editing Makefiles,
224 # (1) if the variable is set in `config.status', edit `config.status'
225 # (which will cause the Makefiles to be regenerated when you run `make');
226 # (2) otherwise, pass the desired values on the `make' command line.
227 $(RECURSIVE_TARGETS):
229 for f in x $$MAKEFLAGS; do \
232 *k*) failcom='fail=yes';; \
236 target=`echo $@ | sed s/-recursive//`; \
237 list='$(SUBDIRS)'; for subdir in $$list; do \
238 echo "Making $$target in $$subdir"; \
239 if test "$$subdir" = "."; then \
241 local_target="$$target-am"; \
243 local_target="$$target"; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248 if test "$$dot_seen" = "no"; then \
249 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
255 for f in x $$MAKEFLAGS; do \
258 *k*) failcom='fail=yes';; \
263 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
264 *) list='$(SUBDIRS)' ;; \
266 rev=''; for subdir in $$list; do \
267 if test "$$subdir" = "."; then :; else \
268 rev="$$subdir $$rev"; \
272 target=`echo $@ | sed s/-recursive//`; \
273 for subdir in $$rev; do \
274 echo "Making $$target in $$subdir"; \
275 if test "$$subdir" = "."; then \
276 local_target="$$target-am"; \
278 local_target="$$target"; \
280 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282 done && test -z "$$fail"
284 list='$(SUBDIRS)'; for subdir in $$list; do \
285 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
288 list='$(SUBDIRS)'; for subdir in $$list; do \
289 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297 $(AWK) ' { files[$$0] = 1; } \
298 END { for (i in files) print i; }'`; \
302 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
306 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
307 include_option=--etags-include; \
310 include_option=--include; \
313 list='$(SUBDIRS)'; for subdir in $$list; do \
314 if test "$$subdir" = .; then :; else \
315 test ! -f $$subdir/TAGS || \
316 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320 unique=`for i in $$list; do \
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323 $(AWK) ' { files[$$0] = 1; } \
324 END { for (i in files) print i; }'`; \
325 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326 test -n "$$unique" || unique=$$empty_fix; \
327 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
332 $(TAGS_FILES) $(LISP)
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 $(AWK) ' { files[$$0] = 1; } \
340 END { for (i in files) print i; }'`; \
341 test -z "$(CTAGS_ARGS)$$tags$$unique" \
342 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
346 here=`$(am__cd) $(top_builddir) && pwd` \
347 && cd $(top_srcdir) \
348 && gtags -i $(GTAGS_ARGS) $$here
351 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
353 distdir: $(DISTFILES)
354 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
355 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
356 list='$(DISTFILES)'; for file in $$list; do \
358 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
359 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
361 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
363 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
365 $(mkdir_p) "$(distdir)$$dir"; \
369 if test -d $$d/$$file; then \
370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
373 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
375 test -f $(distdir)/$$file \
376 || cp -p $$d/$$file $(distdir)/$$file \
380 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
381 if test "$$subdir" = .; then :; else \
382 test -d "$(distdir)/$$subdir" \
383 || $(mkdir_p) "$(distdir)/$$subdir" \
385 distdir=`$(am__cd) $(distdir) && pwd`; \
386 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
388 $(MAKE) $(AM_MAKEFLAGS) \
389 top_distdir="$$top_distdir" \
390 distdir="$$distdir/$$subdir" \
396 check: check-recursive
398 installdirs: installdirs-recursive
400 install: install-recursive
401 install-exec: install-exec-recursive
402 install-data: install-data-recursive
403 uninstall: uninstall-recursive
406 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 installcheck: installcheck-recursive
410 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412 `test -z '$(STRIP)' || \
413 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
419 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421 maintainer-clean-generic:
422 @echo "This command is intended for maintainers to use"
423 @echo "it deletes files that may require special tools to rebuild."
424 clean: clean-recursive
426 clean-am: clean-generic clean-libtool mostlyclean-am
428 distclean: distclean-recursive
430 distclean-am: clean-am distclean-generic distclean-libtool \
447 install-info: install-info-recursive
453 maintainer-clean: maintainer-clean-recursive
455 maintainer-clean-am: distclean-am maintainer-clean-generic
457 mostlyclean: mostlyclean-recursive
459 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
469 uninstall-am: uninstall-info-am
471 uninstall-info: uninstall-info-recursive
473 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
474 clean clean-generic clean-libtool clean-recursive ctags \
475 ctags-recursive distclean distclean-generic distclean-libtool \
476 distclean-recursive distclean-tags distdir dvi dvi-am html \
477 html-am info info-am install install-am install-data \
478 install-data-am install-exec install-exec-am install-info \
479 install-info-am install-man install-strip installcheck \
480 installcheck-am installdirs installdirs-am maintainer-clean \
481 maintainer-clean-generic maintainer-clean-recursive \
482 mostlyclean mostlyclean-generic mostlyclean-libtool \
483 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
484 uninstall uninstall-am uninstall-info-am
486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
487 # Otherwise a system limit (for SysV at least) may be exceeded.