Initial revision
[TestXSLT.git] / libsablot / doc / man / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
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.
8
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
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
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@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AS = @AS@
62 AWK = @AWK@
63 BUILD_APIDOCS = @BUILD_APIDOCS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 CXXWARNING_FLAGS = @CXXWARNING_FLAGS@
68 DEPDIR = @DEPDIR@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EXEEXT = @EXEEXT@
72 EXPAT_LIBS = @EXPAT_LIBS@
73 HTML_DIR = @HTML_DIR@
74 ICONV_LIB = @ICONV_LIB@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LIBTOOL = @LIBTOOL@
77 LN_S = @LN_S@
78 OBJDUMP = @OBJDUMP@
79 OBJEXT = @OBJEXT@
80 OTHER_LIBS = @OTHER_LIBS@
81 PACKAGE = @PACKAGE@
82 PERL_PROG = @PERL_PROG@
83 RANLIB = @RANLIB@
84 STRIP = @STRIP@
85 VERSION = @VERSION@
86 am__include = @am__include@
87 am__quote = @am__quote@
88 has_perl = @has_perl@
89 install_sh = @install_sh@
90 sabcfg_types_h = @sabcfg_types_h@
91
92 man_MANS = sabcmd.1
93
94 EXTRA_DIST = sabcmd.1
95 subdir = doc/man
96 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
97 CONFIG_HEADER = $(top_builddir)/autocfg/config.h
98 CONFIG_CLEAN_FILES =
99 DIST_SOURCES =
100
101 NROFF = nroff
102 MANS = $(man_MANS)
103 DIST_COMMON = Makefile.am Makefile.in
104 all: all-am
105
106 .SUFFIXES:
107
108 mostlyclean-libtool:
109         -rm -f *.lo
110
111 clean-libtool:
112         -rm -rf .libs _libs
113
114 distclean-libtool:
115         -rm -f libtool
116 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && \
118           $(AUTOMAKE) --foreign  doc/man/Makefile
119 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) && \
121           CONFIG_HEADERS= CONFIG_LINKS= \
122           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
123 uninstall-info-am:
124
125 man1dir = $(mandir)/man1
126 install-man1: $(man1_MANS) $(man_MANS)
127         @$(NORMAL_INSTALL)
128         $(mkinstalldirs) $(DESTDIR)$(man1dir)
129         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
130         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
131         for i in $$l2; do \
132           case "$$i" in \
133             *.1*) list="$$list $$i" ;; \
134           esac; \
135         done; \
136         for i in $$list; do \
137           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
138           else file=$$i; fi; \
139           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
140           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
141           inst=`echo $$inst | sed -e 's/^.*\///'`; \
142           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
143           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
144           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
145         done
146 uninstall-man1:
147         @$(NORMAL_UNINSTALL)
148         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
149         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
150         for i in $$l2; do \
151           case "$$i" in \
152             *.1*) list="$$list $$i" ;; \
153           esac; \
154         done; \
155         for i in $$list; do \
156           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
157           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
158           inst=`echo $$inst | sed -e 's/^.*\///'`; \
159           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
160           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
161           rm -f $(DESTDIR)$(man1dir)/$$inst; \
162         done
163 tags: TAGS
164 TAGS:
165
166
167 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168
169 top_distdir = ../..
170 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
171
172 distdir: $(DISTFILES)
173         @for file in $(DISTFILES); do \
174           if test -f $$file; then d=.; else d=$(srcdir); fi; \
175           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
176           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
177             $(mkinstalldirs) "$(distdir)/$$dir"; \
178           fi; \
179           if test -d $$d/$$file; then \
180             cp -pR $$d/$$file $(distdir) \
181             || exit 1; \
182           else \
183             test -f $(distdir)/$$file \
184             || cp -p $$d/$$file $(distdir)/$$file \
185             || exit 1; \
186           fi; \
187         done
188 check-am: all-am
189 check: check-am
190 all-am: Makefile $(MANS)
191
192 installdirs:
193         $(mkinstalldirs) $(DESTDIR)$(man1dir)
194
195 install: install-am
196 install-exec: install-exec-am
197 install-data: install-data-am
198 uninstall: uninstall-am
199
200 install-am: all-am
201         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
202
203 installcheck: installcheck-am
204 install-strip:
205         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
206           `test -z '$(STRIP)' || \
207             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
208 mostlyclean-generic:
209
210 clean-generic:
211
212 distclean-generic:
213         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
214
215 maintainer-clean-generic:
216         @echo "This command is intended for maintainers to use"
217         @echo "it deletes files that may require special tools to rebuild."
218 clean: clean-am
219
220 clean-am: clean-generic clean-libtool mostlyclean-am
221
222 distclean: distclean-am
223
224 distclean-am: clean-am distclean-generic distclean-libtool
225
226 dvi: dvi-am
227
228 dvi-am:
229
230 info: info-am
231
232 info-am:
233
234 install-data-am: install-man
235
236 install-exec-am:
237
238 install-info: install-info-am
239
240 install-man: install-man1
241
242 installcheck-am:
243
244 maintainer-clean: maintainer-clean-am
245
246 maintainer-clean-am: distclean-am maintainer-clean-generic
247
248 mostlyclean: mostlyclean-am
249
250 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
251
252 uninstall-am: uninstall-info-am uninstall-man
253
254 uninstall-man: uninstall-man1
255
256 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
257         distclean distclean-generic distclean-libtool distdir dvi \
258         dvi-am info info-am install install-am install-data \
259         install-data-am install-exec install-exec-am install-info \
260         install-info-am install-man install-man1 install-strip \
261         installcheck installcheck-am installdirs maintainer-clean \
262         maintainer-clean-generic mostlyclean mostlyclean-generic \
263         mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
264         uninstall-man uninstall-man1
265
266 # Tell versions [3.59,3.63) of GNU make to not export all variables.
267 # Otherwise a system limit (for SysV at least) may be exceeded.
268 .NOEXPORT: