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
17 # $RCSfile: Makefile.am,v $
23 top_srcdir = @top_srcdir@
26 exec_prefix = @exec_prefix@
30 libexecdir = @libexecdir@
32 sysconfdir = @sysconfdir@
33 sharedstatedir = @sharedstatedir@
34 localstatedir = @localstatedir@
38 includedir = @includedir@
39 oldincludedir = /usr/include
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
48 AUTOHEADER = @AUTOHEADER@
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 install_sh_DATA = $(install_sh) -c -m 644
55 install_sh_PROGRAM = $(install_sh) -c
56 install_sh_SCRIPT = $(install_sh) -c
57 INSTALL_SCRIPT = @INSTALL_SCRIPT@
58 INSTALL_HEADER = $(INSTALL_DATA)
59 transform = @program_transform_name@
66 build_alias = @build_alias@
67 build_triplet = @build@
68 host_alias = @host_alias@
70 target_alias = @target_alias@
71 target_triplet = @target@
75 PATH_SEPARATOR = @PATH_SEPARATOR@
86 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89 LIBTOOL_DEPS = @LIBTOOL_DEPS@
92 LT_CURRENT = @LT_CURRENT@
93 LT_RELEASE = @LT_RELEASE@
94 LT_REVISION = @LT_REVISION@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
106 CLEANFILES = *~ *.o *.la *.a
107 EXTRA_DIST = TODO THANKS depcomp
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/src/config.h
115 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
116 uninstall-info-recursive all-recursive install-data-recursive \
117 install-exec-recursive installdirs-recursive install-recursive \
118 uninstall-recursive check-recursive installcheck-recursive
119 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
120 Makefile.in NEWS THANKS TODO aclocal.m4 config.guess config.sub \
121 configure configure.ac depcomp install-sh ltmain.sh missing \
127 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
130 cd $(top_srcdir) && \
131 $(AUTOMAKE) --gnu Makefile
132 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
133 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
135 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136 $(SHELL) ./config.status --recheck
137 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138 cd $(srcdir) && $(AUTOCONF)
140 $(ACLOCAL_M4): configure.ac
141 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153 # This directory's subdirectories are mostly independent; you can cd
154 # into them and run `make' without going through this Makefile.
155 # To change the values of `make' variables: instead of editing Makefiles,
156 # (1) if the variable is set in `config.status', edit `config.status'
157 # (which will cause the Makefiles to be regenerated when you run `make');
158 # (2) otherwise, pass the desired values on the `make' command line.
159 $(RECURSIVE_TARGETS):
160 @set fnord $$MAKEFLAGS; amf=$$2; \
162 target=`echo $@ | sed s/-recursive//`; \
163 list='$(SUBDIRS)'; for subdir in $$list; do \
164 echo "Making $$target in $$subdir"; \
165 if test "$$subdir" = "."; then \
167 local_target="$$target-am"; \
169 local_target="$$target"; \
171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174 if test "$$dot_seen" = "no"; then \
175 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
178 mostlyclean-recursive clean-recursive distclean-recursive \
179 maintainer-clean-recursive:
180 @set fnord $$MAKEFLAGS; amf=$$2; \
183 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
184 *) list='$(SUBDIRS)' ;; \
186 rev=''; for subdir in $$list; do \
187 if test "$$subdir" = "."; then :; else \
188 rev="$$subdir $$rev"; \
192 target=`echo $@ | sed s/-recursive//`; \
193 for subdir in $$rev; do \
194 echo "Making $$target in $$subdir"; \
195 if test "$$subdir" = "."; then \
196 local_target="$$target-am"; \
198 local_target="$$target"; \
200 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
202 done && test -z "$$fail"
204 list='$(SUBDIRS)'; for subdir in $$list; do \
205 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
213 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
215 unique=`for i in $$list; do \
216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 $(AWK) ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
222 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
223 $(TAGS_FILES) $(LISP)
226 list='$(SUBDIRS)'; for subdir in $$list; do \
227 if test "$$subdir" = .; then :; else \
228 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
231 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
232 unique=`for i in $$list; do \
233 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235 $(AWK) ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 test -z "$(ETAGS_ARGS)$$tags$$unique" \
238 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
242 here=`$(am__cd) $(top_builddir) && pwd` \
243 && cd $(top_srcdir) \
244 && gtags -i $(GTAGS_ARGS) $$here
247 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
248 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
251 distdir = $(PACKAGE)-$(VERSION)
253 am__remove_distdir = \
254 { test ! -d $(distdir) \
255 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
256 && rm -fr $(distdir); }; }
259 distcleancheck_listfiles = find . -type f -print
261 distdir: $(DISTFILES)
262 $(am__remove_distdir)
264 @list='$(DISTFILES)'; for file in $$list; do \
265 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
267 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
269 $(mkinstalldirs) "$(distdir)$$dir"; \
273 if test -d $$d/$$file; then \
274 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
275 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
277 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
279 test -f $(distdir)/$$file \
280 || cp -p $$d/$$file $(distdir)/$$file \
284 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
285 if test "$$subdir" = .; then :; else \
286 test -d $(distdir)/$$subdir \
287 || mkdir $(distdir)/$$subdir \
290 $(MAKE) $(AM_MAKEFLAGS) \
291 top_distdir="$(top_distdir)" \
292 distdir=../$(distdir)/$$subdir \
297 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
298 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
299 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
300 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
301 || chmod -R a+r $(distdir)
303 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
304 $(am__remove_distdir)
306 dist dist-all: distdir
307 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
308 $(am__remove_distdir)
310 # This target untars the dist file and tries a VPATH configuration. Then
311 # it guarantees that the distribution is self-contained by making another
314 $(am__remove_distdir)
315 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
316 chmod -R a-w $(distdir); chmod a+w $(distdir)
317 mkdir $(distdir)/=build
318 mkdir $(distdir)/=inst
320 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
321 && cd $(distdir)/=build \
322 && ../configure --srcdir=.. --prefix=$$dc_install_base \
323 $(DISTCHECK_CONFIGURE_FLAGS) \
324 && $(MAKE) $(AM_MAKEFLAGS) \
325 && $(MAKE) $(AM_MAKEFLAGS) dvi \
326 && $(MAKE) $(AM_MAKEFLAGS) check \
327 && $(MAKE) $(AM_MAKEFLAGS) install \
328 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
329 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
330 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
331 || { echo "ERROR: files left after uninstall:" ; \
332 find $$dc_install_base -type f -print ; \
334 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
335 && rm -f $(distdir).tar.gz \
336 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
337 $(am__remove_distdir)
338 @echo "$(distdir).tar.gz is ready for distribution" | \
339 sed 'h;s/./=/g;p;x;p;x'
340 distcleancheck: distclean
341 if test '$(srcdir)' = . ; then \
342 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
345 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
346 || { echo "ERROR: files left after distclean:" ; \
347 $(distcleancheck_listfiles) ; \
350 check: check-recursive
352 installdirs: installdirs-recursive
355 install: install-recursive
356 install-exec: install-exec-recursive
357 install-data: install-data-recursive
358 uninstall: uninstall-recursive
361 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363 installcheck: installcheck-recursive
365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366 INSTALL_STRIP_FLAG=-s \
367 `test -z '$(STRIP)' || \
368 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
372 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
375 -rm -f Makefile $(CONFIG_CLEAN_FILES)
377 maintainer-clean-generic:
378 @echo "This command is intended for maintainers to use"
379 @echo "it deletes files that may require special tools to rebuild."
380 clean: clean-recursive
382 clean-am: clean-generic clean-libtool mostlyclean-am
384 distclean: distclean-recursive
385 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
386 distclean-am: clean-am distclean-generic distclean-libtool \
401 install-info: install-info-recursive
407 maintainer-clean: maintainer-clean-recursive
408 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
409 -rm -rf autom4te.cache
410 maintainer-clean-am: distclean-am maintainer-clean-generic
412 mostlyclean: mostlyclean-recursive
414 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
416 uninstall-am: uninstall-info-am
418 uninstall-info: uninstall-info-recursive
420 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
421 clean-generic clean-libtool clean-recursive dist dist-all \
422 dist-gzip distcheck distclean distclean-generic \
423 distclean-libtool distclean-recursive distclean-tags \
424 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
425 info-recursive install install-am install-data install-data-am \
426 install-data-recursive install-exec install-exec-am \
427 install-exec-recursive install-info install-info-am \
428 install-info-recursive install-man install-recursive \
429 install-strip installcheck installcheck-am installdirs \
430 installdirs-am installdirs-recursive maintainer-clean \
431 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
432 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
433 tags tags-recursive uninstall uninstall-am uninstall-info-am \
434 uninstall-info-recursive uninstall-recursive
438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439 # Otherwise a system limit (for SysV at least) may be exceeded.