1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
70 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75 am__include = @am__include@
76 am__quote = @am__quote@
77 install_sh = @install_sh@
80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = $(top_builddir)/src/config.h
86 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
87 uninstall-info-recursive all-recursive install-data-recursive \
88 install-exec-recursive installdirs-recursive install-recursive \
89 uninstall-recursive check-recursive installcheck-recursive
90 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
91 Makefile.in NEWS TODO aclocal.m4 compile configure configure.ac \
92 depcomp install-sh missing mkinstalldirs
93 DIST_SUBDIRS = $(SUBDIRS)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
101 cd $(top_srcdir) && \
102 $(AUTOMAKE) --gnu Makefile
103 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
104 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
106 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
107 $(SHELL) ./config.status --recheck
108 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
109 cd $(srcdir) && $(AUTOCONF)
111 $(ACLOCAL_M4): configure.ac
112 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
115 # This directory's subdirectories are mostly independent; you can cd
116 # into them and run `make' without going through this Makefile.
117 # To change the values of `make' variables: instead of editing Makefiles,
118 # (1) if the variable is set in `config.status', edit `config.status'
119 # (which will cause the Makefiles to be regenerated when you run `make');
120 # (2) otherwise, pass the desired values on the `make' command line.
121 $(RECURSIVE_TARGETS):
122 @set fnord $$MAKEFLAGS; amf=$$2; \
124 target=`echo $@ | sed s/-recursive//`; \
125 list='$(SUBDIRS)'; for subdir in $$list; do \
126 echo "Making $$target in $$subdir"; \
127 if test "$$subdir" = "."; then \
129 local_target="$$target-am"; \
131 local_target="$$target"; \
133 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
134 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
136 if test "$$dot_seen" = "no"; then \
137 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
140 mostlyclean-recursive clean-recursive distclean-recursive \
141 maintainer-clean-recursive:
142 @set fnord $$MAKEFLAGS; amf=$$2; \
145 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
146 *) list='$(SUBDIRS)' ;; \
148 rev=''; for subdir in $$list; do \
149 if test "$$subdir" = "."; then :; else \
150 rev="$$subdir $$rev"; \
154 target=`echo $@ | sed s/-recursive//`; \
155 for subdir in $$rev; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
158 local_target="$$target-am"; \
160 local_target="$$target"; \
162 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164 done && test -z "$$fail"
166 list='$(SUBDIRS)'; for subdir in $$list; do \
167 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
175 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
176 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
177 unique=`for i in $$list; do \
178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180 $(AWK) ' { files[$$0] = 1; } \
181 END { for (i in files) print i; }'`; \
184 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
185 $(TAGS_FILES) $(LISP)
188 list='$(SUBDIRS)'; for subdir in $$list; do \
189 if test "$$subdir" = .; then :; else \
190 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
193 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
194 unique=`for i in $$list; do \
195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 $(AWK) ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 test -z "$(ETAGS_ARGS)$$tags$$unique" \
200 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
204 here=`$(am__cd) $(top_builddir) && pwd` \
205 && cd $(top_srcdir) \
206 && gtags -i $(GTAGS_ARGS) $$here
209 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
210 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213 distdir = $(PACKAGE)-$(VERSION)
215 am__remove_distdir = \
216 { test ! -d $(distdir) \
217 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
218 && rm -fr $(distdir); }; }
221 distcleancheck_listfiles = find . -type f -print
223 distdir: $(DISTFILES)
224 $(am__remove_distdir)
226 @list='$(DISTFILES)'; for file in $$list; do \
227 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
228 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
229 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231 $(mkinstalldirs) "$(distdir)$$dir"; \
235 if test -d $$d/$$file; then \
236 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
237 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241 test -f $(distdir)/$$file \
242 || cp -p $$d/$$file $(distdir)/$$file \
246 list='$(SUBDIRS)'; for subdir in $$list; do \
247 if test "$$subdir" = .; then :; else \
248 test -d $(distdir)/$$subdir \
249 || mkdir $(distdir)/$$subdir \
252 $(MAKE) $(AM_MAKEFLAGS) \
253 top_distdir="$(top_distdir)" \
254 distdir=../$(distdir)/$$subdir \
259 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
260 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
261 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
262 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
263 || chmod -R a+r $(distdir)
265 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
266 $(am__remove_distdir)
268 dist dist-all: distdir
269 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
270 $(am__remove_distdir)
272 # This target untars the dist file and tries a VPATH configuration. Then
273 # it guarantees that the distribution is self-contained by making another
276 $(am__remove_distdir)
277 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
278 chmod -R a-w $(distdir); chmod a+w $(distdir)
279 mkdir $(distdir)/=build
280 mkdir $(distdir)/=inst
282 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
283 && cd $(distdir)/=build \
284 && ../configure --srcdir=.. --prefix=$$dc_install_base \
285 $(DISTCHECK_CONFIGURE_FLAGS) \
286 && $(MAKE) $(AM_MAKEFLAGS) \
287 && $(MAKE) $(AM_MAKEFLAGS) dvi \
288 && $(MAKE) $(AM_MAKEFLAGS) check \
289 && $(MAKE) $(AM_MAKEFLAGS) install \
290 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
291 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
292 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
293 || { echo "ERROR: files left after uninstall:" ; \
294 find $$dc_install_base -type f -print ; \
296 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
297 && rm -f $(distdir).tar.gz \
298 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
299 $(am__remove_distdir)
300 @echo "$(distdir).tar.gz is ready for distribution" | \
301 sed 'h;s/./=/g;p;x;p;x'
302 distcleancheck: distclean
303 if test '$(srcdir)' = . ; then \
304 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
307 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
308 || { echo "ERROR: files left after distclean:" ; \
309 $(distcleancheck_listfiles) ; \
312 check: check-recursive
314 installdirs: installdirs-recursive
317 install: install-recursive
318 install-exec: install-exec-recursive
319 install-data: install-data-recursive
320 uninstall: uninstall-recursive
323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325 installcheck: installcheck-recursive
327 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328 INSTALL_STRIP_FLAG=-s \
329 `test -z '$(STRIP)' || \
330 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
336 -rm -f Makefile $(CONFIG_CLEAN_FILES)
338 maintainer-clean-generic:
339 @echo "This command is intended for maintainers to use"
340 @echo "it deletes files that may require special tools to rebuild."
341 clean: clean-recursive
343 clean-am: clean-generic mostlyclean-am
345 distclean: distclean-recursive
346 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
347 distclean-am: clean-am distclean-generic distclean-tags
361 install-info: install-info-recursive
367 maintainer-clean: maintainer-clean-recursive
368 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
369 -rm -rf autom4te.cache
370 maintainer-clean-am: distclean-am maintainer-clean-generic
372 mostlyclean: mostlyclean-recursive
374 mostlyclean-am: mostlyclean-generic
376 uninstall-am: uninstall-info-am
378 uninstall-info: uninstall-info-recursive
380 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
381 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
382 distclean distclean-generic distclean-recursive distclean-tags \
383 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
384 info-recursive install install-am install-data install-data-am \
385 install-data-recursive install-exec install-exec-am \
386 install-exec-recursive install-info install-info-am \
387 install-info-recursive install-man install-recursive \
388 install-strip installcheck installcheck-am installdirs \
389 installdirs-am installdirs-recursive maintainer-clean \
390 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
391 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
392 uninstall uninstall-am uninstall-info-am \
393 uninstall-info-recursive uninstall-recursive
395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
396 # Otherwise a system limit (for SysV at least) may be exceeded.