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@
66 CXXWARNING_FLAGS = @CXXWARNING_FLAGS@
71 EXPAT_LIBS = @EXPAT_LIBS@
72 ICONV_LIB = @ICONV_LIB@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78 OTHER_LIBS = @OTHER_LIBS@
80 PERL_PROG = @PERL_PROG@
84 am__include = @am__include@
85 am__quote = @am__quote@
87 install_sh = @install_sh@
88 sabcfg_types_h = @sabcfg_types_h@
89 BUILD_APIDOCS = @BUILD_APIDOCS@
93 EXTRA_DIST = jsdom-ref.xml sablot.xml sxp.xml
96 APIDOCDIR = $(top_srcdir)/utils/apidoc
97 APIDOC = @PERL_PROG@ $(APIDOCDIR)/parse_apidoc.pl
98 SOURCES = jsdom-ref.xml sablot.xml sxp.xml
100 CHECKFILES = $(srcdir)/jsdom-ref/complete.html $(srcdir)/sablot/complete.html \
101 $(srcdir)/sxp/complete.html
104 APIDIRS = jsdom-ref sablot sxp
106 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/autocfg/config.h
110 DIST_COMMON = Makefile.am Makefile.in
111 SOURCES = jsdom-ref.xml sablot.xml sxp.xml
125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && \
127 $(AUTOMAKE) --foreign doc/apidoc/Makefile
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
129 cd $(top_builddir) && \
130 CONFIG_HEADERS= CONFIG_LINKS= \
131 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
137 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142 distdir: $(DISTFILES)
143 @for file in $(DISTFILES); do \
144 if test -f $$file; then d=.; else d=$(srcdir); fi; \
145 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
146 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
147 $(mkinstalldirs) "$(distdir)/$$dir"; \
149 if test -d $$d/$$file; then \
150 cp -pR $$d/$$file $(distdir) \
153 test -f $(distdir)/$$file \
154 || cp -p $$d/$$file $(distdir)/$$file \
163 install-exec: install-exec-am
164 install-data: install-data-am
165 uninstall: uninstall-am
168 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
170 installcheck: installcheck-am
172 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
173 `test -z '$(STRIP)' || \
174 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
180 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
182 maintainer-clean-generic:
183 @echo "This command is intended for maintainers to use"
184 @echo "it deletes files that may require special tools to rebuild."
187 clean-am: clean-generic clean-libtool mostlyclean-am
189 distclean: distclean-am
191 distclean-am: clean-am distclean-generic distclean-libtool
205 install-info: install-info-am
211 maintainer-clean: maintainer-clean-am
213 maintainer-clean-am: distclean-am maintainer-clean-generic
215 mostlyclean: mostlyclean-am
217 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
219 uninstall-am: uninstall-info-am
221 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
222 distclean distclean-generic distclean-libtool distdir dvi \
223 dvi-am info info-am install install-am install-data \
224 install-data-am install-exec install-exec-am install-info \
225 install-info-am install-man install-strip installcheck \
226 installcheck-am installdirs maintainer-clean \
227 maintainer-clean-generic mostlyclean mostlyclean-generic \
228 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
234 @for foo in $(SOURCES); do \
235 dir=`basename $$foo .xml`; \
240 -@if [ "x$(BUILD_APIDOCS)" = "xyes" ]; \
241 then adir=`dirname $@`; \
242 if [ ! -d $$adir ]; then $(mkinstalldirs) $$adir; fi; \
243 if [ ! -d $$adir/$(DEST_DIR) ]; \
244 then $(mkinstalldirs) $$adir/$(DEST_DIR); fi; \
245 src=`basename $$adir.xml`; echo $$src; \
246 $(APIDOC) $$src $$adir/$(DEST_DIR); \
247 @INSTALL@ -m 0644 $(APIDOCDIR)/*.css $$adir/$(DEST_DIR) ; \
248 @INSTALL@ -m 0644 $(APIDOCDIR)/*.html $$adir; \
252 -@if [ "x$(BUILD_APIDOCS)" = "xyes" ]; \
253 then for apidir in $(APIDIRS); do \
254 if [ ! -d $(DESTDIR)$(HTML_DIR)/$$apidir/$(DEST_DIR) ]; \
255 then $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/$$apidir/$(DEST_DIR); fi; \
256 @INSTALL@ -m 0644 $(APIDOCDIR)/*.css $(DESTDIR)$(HTML_DIR)/$$apidir/$(DEST_DIR) ; \
257 @INSTALL@ -m 0644 $(APIDOCDIR)/*.html $(DESTDIR)$(HTML_DIR)/$$apidir; \
258 @INSTALL@ -m 0644 $$apidir/$(DEST_DIR)/*.html $(DESTDIR)$(HTML_DIR)/$$apidir/$(DEST_DIR); \
265 # Tell versions [3.59,3.63) of GNU make to not export all variables.
266 # Otherwise a system limit (for SysV at least) may be exceeded.