source: trunk/third/libxslt/doc/Makefile.in @ 18543

Revision 18543, 10.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18542, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CFLAGS = @CFLAGS@
65CPPFLAGS = @CPPFLAGS@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69EXTRA_LIBS = @EXTRA_LIBS@
70INSTALLED_XSLT_LIB = @INSTALLED_XSLT_LIB@
71LDFLAGS = @LDFLAGS@
72LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
73LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
74LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
75LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
76LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
77LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
78LIBTOOL = @LIBTOOL@
79LIBXML_CFLAGS = @LIBXML_CFLAGS@
80LIBXML_LIBS = @LIBXML_LIBS@
81LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
82LIBXSLTBREAK_MAJOR_VERSION = @LIBXSLTBREAK_MAJOR_VERSION@
83LIBXSLTBREAK_MICRO_VERSION = @LIBXSLTBREAK_MICRO_VERSION@
84LIBXSLTBREAK_MINOR_VERSION = @LIBXSLTBREAK_MINOR_VERSION@
85LIBXSLTBREAK_VERSION = @LIBXSLTBREAK_VERSION@
86LIBXSLTBREAK_VERSION_INFO = @LIBXSLTBREAK_VERSION_INFO@
87LIBXSLTBREAK_VERSION_NUMBER = @LIBXSLTBREAK_VERSION_NUMBER@
88LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
89LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
90LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
91LIBXSLT_VERSION = @LIBXSLT_VERSION@
92LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
93LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
94LN_S = @LN_S@
95MAINT = @MAINT@
96MAKEINFO = @MAKEINFO@
97M_LIBS = @M_LIBS@
98OBJDUMP = @OBJDUMP@
99OBJEXT = @OBJEXT@
100PACKAGE = @PACKAGE@
101PERL = @PERL@
102PYTHON = @PYTHON@
103PYTHONSODV = @PYTHONSODV@
104PYTHON_INCLUDES = @PYTHON_INCLUDES@
105PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
106PYTHON_SUBDIR = @PYTHON_SUBDIR@
107PYTHON_VERSION = @PYTHON_VERSION@
108RANLIB = @RANLIB@
109RELDATE = @RELDATE@
110STRIP = @STRIP@
111VERSION = @VERSION@
112WITH_DEBUGGER = @WITH_DEBUGGER@
113WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
114WITH_TRIO = @WITH_TRIO@
115WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
116XML_CONFIG = @XML_CONFIG@
117XSLTPROCDV = @XSLTPROCDV@
118XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
119XSLT_LIBDIR = @XSLT_LIBDIR@
120XSLT_LIBS = @XSLT_LIBS@
121
122EXTRA_DIST = \
123        libxslt-api.xml         \
124        libexslt-api.xml                \
125        libxslt-decl.txt        \
126        xsltproc.xml            \
127        apibuild.py
128
129
130# The name of the module.
131DOC_MODULE = libxslt-$(VERSION)
132
133# The top-level SGML file.
134DOC_MAIN_SGML_FILE = libxslt.sgml
135
136# The directory containing the source code (if it contains documentation).
137DOC_SOURCE_DIR = ..
138
139HTML_DIR = $(datadir)/doc
140
141TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
142PAGES = API.html bugs.html contribs.html docs.html downloads.html \
143       help.html index.html intro.html news.html xsltproc2.html FAQ.html
144
145APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
146    APIsymbols.html APIchunk0.html
147
148
149man_MANS = xsltproc.1
150mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
151CONFIG_HEADER = ../config.h
152CONFIG_CLEAN_FILES =
153man1dir = $(mandir)/man1
154MANS = $(man_MANS)
155
156NROFF = nroff
157DIST_COMMON =  Makefile.am Makefile.in
158
159
160DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
161
162TAR = gtar
163GZIP_ENV = --best
164all: all-redirect
165.SUFFIXES:
166$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
167        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
168
169Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
170        cd $(top_builddir) \
171          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
172
173
174install-man1:
175        $(mkinstalldirs) $(DESTDIR)$(man1dir)
176        @list='$(man1_MANS)'; \
177        l2='$(man_MANS)'; for i in $$l2; do \
178          case "$$i" in \
179            *.1*) list="$$list $$i" ;; \
180          esac; \
181        done; \
182        for i in $$list; do \
183          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
184          else file=$$i; fi; \
185          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
186          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
187          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
188          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
189          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
190        done
191
192uninstall-man1:
193        @list='$(man1_MANS)'; \
194        l2='$(man_MANS)'; for i in $$l2; do \
195          case "$$i" in \
196            *.1*) list="$$list $$i" ;; \
197          esac; \
198        done; \
199        for i in $$list; do \
200          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
201          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
202          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
203          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
204          rm -f $(DESTDIR)$(man1dir)/$$inst; \
205        done
206install-man: $(MANS)
207        @$(NORMAL_INSTALL)
208        $(MAKE) $(AM_MAKEFLAGS) install-man1
209uninstall-man:
210        @$(NORMAL_UNINSTALL)
211        $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
212tags: TAGS
213TAGS:
214
215
216distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
217
218subdir = doc
219
220distdir: $(DISTFILES)
221        @for file in $(DISTFILES); do \
222          d=$(srcdir); \
223          if test -d $$d/$$file; then \
224            cp -pr $$d/$$file $(distdir)/$$file; \
225          else \
226            test -f $(distdir)/$$file \
227            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
228            || cp -p $$d/$$file $(distdir)/$$file || :; \
229          fi; \
230        done
231        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
232info-am:
233info: info-am
234dvi-am:
235dvi: dvi-am
236check-am: all-am
237check: check-am
238installcheck-am:
239installcheck: installcheck-am
240install-exec-am:
241install-exec: install-exec-am
242
243install-data-am: install-man install-data-local
244install-data: install-data-am
245
246install-am: all-am
247        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248install: install-am
249uninstall-am: uninstall-man
250uninstall: uninstall-am
251all-am: Makefile $(MANS)
252all-redirect: all-am
253install-strip:
254        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
255installdirs:
256        $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
257
258
259mostlyclean-generic:
260
261clean-generic:
262
263distclean-generic:
264        -rm -f Makefile $(CONFIG_CLEAN_FILES)
265        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
266
267maintainer-clean-generic:
268mostlyclean-am:  mostlyclean-generic
269
270mostlyclean: mostlyclean-am
271
272clean-am:  clean-generic mostlyclean-am clean-local
273
274clean: clean-am
275
276distclean-am:  distclean-generic clean-am
277        -rm -f libtool
278
279distclean: distclean-am
280
281maintainer-clean-am:  maintainer-clean-generic distclean-am \
282                maintainer-clean-local
283        @echo "This command is intended for maintainers to use;"
284        @echo "it deletes files that may require special tools to rebuild."
285
286maintainer-clean: maintainer-clean-am
287
288.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
289distdir info-am info dvi-am dvi check check-am installcheck-am \
290installcheck install-exec-am install-exec install-data-local \
291install-data-am install-data install-am install uninstall-am uninstall \
292all-redirect all-am all installdirs mostlyclean-generic \
293distclean-generic clean-generic maintainer-clean-generic clean \
294mostlyclean distclean maintainer-clean
295
296
297all : $(PAGES)
298
299web: $(PAGES) $(APIPAGES)
300
301$(PAGES): $(srcdir)/xslt.html $(srcdir)/site.xsl
302        -@(if [ -x $(bindir)/xsltproc ] ; then \
303          $(bindir)/xsltproc --html $(srcdir)/site.xsl $(srcdir)/xslt.html > index.html ; fi )
304
305$(APIPAGES): libxslt-refs.xml site.xsl api.xsl
306        -@(if [ -x $(bindir)/xsltproc ] ; then \
307          $(bindir)/xsltproc --html $(srcdir)/api.xsl $(srcdir)/xslt.html ; fi );
308
309scan:
310        -gtkdoc-scan --module=libxslt --source-dir=$(DOC_SOURCE_DIR)/libxslt --ignore-headers="acconfig.h config.h win32config.h"
311#       gtkdoc-scan --module=libexslt --source-dir=$(DOC_SOURCE_DIR)/libexslt --ignore-headers="acconfig.h config.h win32config.h"
312
313templates: scan
314        -gtkdoc-mktmpl --module=libxslt
315#       gtkdoc-mktmpl --module=libexslt
316
317sgml:
318        -gtkdoc-mkdb --module=libxslt --source-dir=$(DOC_SOURCE_DIR)/libxslt
319#       gtkdoc-mkdb --module=libxslt --source-dir=$(DOC_SOURCE_DIR)/libexslt
320
321html:
322        if ! test -d html ; then mkdir html ; fi
323        -cd html && gtkdoc-mkhtml libxslt ../$(DOC_MAIN_SGML_FILE)
324
325xml: sgml
326        if test -d xml ; then rm xml/* ; else mkdir xml ; fi
327        -@(for s in sgml/*.sgml ; do name=`basename $$s .sgml` ; \
328           xmllint --sgml $$s > xml/"$$name".xml ; done)
329
330libxslt-api.xml libexslt-api.xml: apibuild.py ../libxslt/*.h ../libxslt/*.c ../libexslt/*.h ../libexslt/*.c
331        -(./apibuild.py)
332
333api: libxslt-api.xml libxslt-refs.xml
334
335clean-local:
336        rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
337
338maintainer-clean-local: clean
339        rm -rf sgml html libxslt-decl-list.txt libxslt-decl.txt
340
341libxslt-decl-list.txt : templates
342
343libxslt-sections.txt : scan
344        cp libxslt-decl-list.txt libxslt-sections.txt
345
346rebuild: libxslt-sections.txt templates sgml html
347
348install-data-local:
349        $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
350        -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR)
351        -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR)
352        -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
353        -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
354        $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial
355        -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial
356        -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR))
357
358dist-hook:
359        (cd $(srcdir) ; tar cvf - *.1 *.html site.xsl *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -)
360
361.PHONY : html sgml templates scan
362
363# Tell versions [3.59,3.63) of GNU make to not export all variables.
364# Otherwise a system limit (for SysV at least) may be exceeded.
365.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.