1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # 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@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
58 host_alias = @host_alias@
63 BUILD_APIDOCS = @BUILD_APIDOCS@
67 CXXWARNING_FLAGS = @CXXWARNING_FLAGS@
72 EXPAT_LIBS = @EXPAT_LIBS@
74 ICONV_LIB = @ICONV_LIB@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 OTHER_LIBS = @OTHER_LIBS@
82 PERL_PROG = @PERL_PROG@
86 am__include = @am__include@
87 am__quote = @am__quote@
89 install_sh = @install_sh@
90 sabcfg_types_h = @sabcfg_types_h@
92 EXTRA_DIST = api-content.css api-toc.css parse_apidoc.pl README complete-frameset.html sparse-frameset.html
94 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
95 CONFIG_HEADER = $(top_builddir)/autocfg/config.h
98 DIST_COMMON = README Makefile.am Makefile.in
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112 cd $(top_srcdir) && \
113 $(AUTOMAKE) --foreign utils/apidoc/Makefile
114 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
115 cd $(top_builddir) && \
116 CONFIG_HEADERS= CONFIG_LINKS= \
117 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
128 distdir: $(DISTFILES)
129 @for file in $(DISTFILES); do \
130 if test -f $$file; then d=.; else d=$(srcdir); fi; \
131 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
132 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
133 $(mkinstalldirs) "$(distdir)/$$dir"; \
135 if test -d $$d/$$file; then \
136 cp -pR $$d/$$file $(distdir) \
139 test -f $(distdir)/$$file \
140 || cp -p $$d/$$file $(distdir)/$$file \
151 install-exec: install-exec-am
152 install-data: install-data-am
153 uninstall: uninstall-am
156 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
158 installcheck: installcheck-am
160 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
161 `test -z '$(STRIP)' || \
162 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
168 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
170 maintainer-clean-generic:
171 @echo "This command is intended for maintainers to use"
172 @echo "it deletes files that may require special tools to rebuild."
175 clean-am: clean-generic clean-libtool mostlyclean-am
177 distclean: distclean-am
179 distclean-am: clean-am distclean-generic distclean-libtool
193 install-info: install-info-am
199 maintainer-clean: maintainer-clean-am
201 maintainer-clean-am: distclean-am maintainer-clean-generic
203 mostlyclean: mostlyclean-am
205 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
207 uninstall-am: uninstall-info-am
209 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
210 distclean distclean-generic distclean-libtool distdir dvi \
211 dvi-am info info-am install install-am install-data \
212 install-data-am install-exec install-exec-am install-info \
213 install-info-am install-man install-strip installcheck \
214 installcheck-am installdirs maintainer-clean \
215 maintainer-clean-generic mostlyclean mostlyclean-generic \
216 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
218 # Tell versions [3.59,3.63) of GNU make to not export all variables.
219 # Otherwise a system limit (for SysV at least) may be exceeded.