TIVI-153: add as dependency for iputils
[profile/ivi/docbook-utils.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  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.
9
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
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 subdir = doc
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38         $(srcdir)/version.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(mkdir_p)
44 CONFIG_CLEAN_FILES = version
45 SOURCES =
46 DIST_SOURCES =
47 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48         html-recursive info-recursive install-data-recursive \
49         install-exec-recursive install-info-recursive \
50         install-recursive installcheck-recursive installdirs-recursive \
51         pdf-recursive ps-recursive uninstall-info-recursive \
52         uninstall-recursive
53 ETAGS = etags
54 CTAGS = ctags
55 DIST_SUBDIRS = $(SUBDIRS)
56 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57 ACLOCAL = @ACLOCAL@
58 AMTAR = @AMTAR@
59 AUTOCONF = @AUTOCONF@
60 AUTOHEADER = @AUTOHEADER@
61 AUTOMAKE = @AUTOMAKE@
62 AWK = @AWK@
63 CYGPATH_W = @CYGPATH_W@
64 DEFS = @DEFS@
65 ECHO_C = @ECHO_C@
66 ECHO_N = @ECHO_N@
67 ECHO_T = @ECHO_T@
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_PROGRAM = @INSTALL_PROGRAM@
70 INSTALL_SCRIPT = @INSTALL_SCRIPT@
71 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72 LIBOBJS = @LIBOBJS@
73 LIBS = @LIBS@
74 LTLIBOBJS = @LTLIBOBJS@
75 MAKEINFO = @MAKEINFO@
76 PACKAGE = @PACKAGE@
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78 PACKAGE_NAME = @PACKAGE_NAME@
79 PACKAGE_STRING = @PACKAGE_STRING@
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@
81 PACKAGE_VERSION = @PACKAGE_VERSION@
82 PATH_SEPARATOR = @PATH_SEPARATOR@
83 SET_MAKE = @SET_MAKE@
84 SHELL = @SHELL@
85 STRIP = @STRIP@
86 VERSION = @VERSION@
87 ac_ct_STRIP = @ac_ct_STRIP@
88 am__leading_dot = @am__leading_dot@
89 bindir = @bindir@
90 build_alias = @build_alias@
91 datadir = @datadir@
92 docdir = @docdir@
93 exec_prefix = @exec_prefix@
94 host_alias = @host_alias@
95 includedir = @includedir@
96 infodir = @infodir@
97 install_sh = @install_sh@
98 jade_bindir = @jade_bindir@
99 libdir = @libdir@
100 libexecdir = @libexecdir@
101 localstatedir = @localstatedir@
102 mandir = @mandir@
103 mkdir_p = @mkdir_p@
104 oldincludedir = @oldincludedir@
105 perl_bindir = @perl_bindir@
106 prefix = @prefix@
107 program_transform_name = @program_transform_name@
108 sbindir = @sbindir@
109 sharedstatedir = @sharedstatedir@
110 sysconfdir = @sysconfdir@
111 target_alias = @target_alias@
112 SUBDIRS = refentry man HTML
113 EXTRA_DIST = docbook-utils.sgml
114 all: all-recursive
115
116 .SUFFIXES:
117 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
118         @for dep in $?; do \
119           case '$(am__configure_deps)' in \
120             *$$dep*) \
121               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
122                 && exit 0; \
123               exit 1;; \
124           esac; \
125         done; \
126         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
127         cd $(top_srcdir) && \
128           $(AUTOMAKE) --gnu  doc/Makefile
129 .PRECIOUS: Makefile
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
131         @case '$?' in \
132           *config.status*) \
133             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
134           *) \
135             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
136             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
137         esac;
138
139 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
141
142 $(top_srcdir)/configure:  $(am__configure_deps)
143         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
144 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
145         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
146 version: $(top_builddir)/config.status $(srcdir)/version.in
147         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
148 uninstall-info-am:
149
150 # This directory's subdirectories are mostly independent; you can cd
151 # into them and run `make' without going through this Makefile.
152 # To change the values of `make' variables: instead of editing Makefiles,
153 # (1) if the variable is set in `config.status', edit `config.status'
154 #     (which will cause the Makefiles to be regenerated when you run `make');
155 # (2) otherwise, pass the desired values on the `make' command line.
156 $(RECURSIVE_TARGETS):
157         @set fnord $$MAKEFLAGS; amf=$$2; \
158         dot_seen=no; \
159         target=`echo $@ | sed s/-recursive//`; \
160         list='$(SUBDIRS)'; for subdir in $$list; do \
161           echo "Making $$target in $$subdir"; \
162           if test "$$subdir" = "."; then \
163             dot_seen=yes; \
164             local_target="$$target-am"; \
165           else \
166             local_target="$$target"; \
167           fi; \
168           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done; \
171         if test "$$dot_seen" = "no"; then \
172           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
173         fi; test -z "$$fail"
174
175 mostlyclean-recursive clean-recursive distclean-recursive \
176 maintainer-clean-recursive:
177         @set fnord $$MAKEFLAGS; amf=$$2; \
178         dot_seen=no; \
179         case "$@" in \
180           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
181           *) list='$(SUBDIRS)' ;; \
182         esac; \
183         rev=''; for subdir in $$list; do \
184           if test "$$subdir" = "."; then :; else \
185             rev="$$subdir $$rev"; \
186           fi; \
187         done; \
188         rev="$$rev ."; \
189         target=`echo $@ | sed s/-recursive//`; \
190         for subdir in $$rev; do \
191           echo "Making $$target in $$subdir"; \
192           if test "$$subdir" = "."; then \
193             local_target="$$target-am"; \
194           else \
195             local_target="$$target"; \
196           fi; \
197           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199         done && test -z "$$fail"
200 tags-recursive:
201         list='$(SUBDIRS)'; for subdir in $$list; do \
202           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203         done
204 ctags-recursive:
205         list='$(SUBDIRS)'; for subdir in $$list; do \
206           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
207         done
208
209 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
210         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
211         unique=`for i in $$list; do \
212             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213           done | \
214           $(AWK) '    { files[$$0] = 1; } \
215                END { for (i in files) print i; }'`; \
216         mkid -fID $$unique
217 tags: TAGS
218
219 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
220                 $(TAGS_FILES) $(LISP)
221         tags=; \
222         here=`pwd`; \
223         if (etags --etags-include --version) >/dev/null 2>&1; then \
224           include_option=--etags-include; \
225         else \
226           include_option=--include; \
227         fi; \
228         list='$(SUBDIRS)'; for subdir in $$list; do \
229           if test "$$subdir" = .; then :; else \
230             test -f $$subdir/TAGS && \
231               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
232           fi; \
233         done; \
234         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
235         unique=`for i in $$list; do \
236             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237           done | \
238           $(AWK) '    { files[$$0] = 1; } \
239                END { for (i in files) print i; }'`; \
240         test -z "$(ETAGS_ARGS)$$tags$$unique" \
241           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
242              $$tags $$unique
243 ctags: CTAGS
244 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
245                 $(TAGS_FILES) $(LISP)
246         tags=; \
247         here=`pwd`; \
248         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
249         unique=`for i in $$list; do \
250             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251           done | \
252           $(AWK) '    { files[$$0] = 1; } \
253                END { for (i in files) print i; }'`; \
254         test -z "$(CTAGS_ARGS)$$tags$$unique" \
255           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
256              $$tags $$unique
257
258 GTAGS:
259         here=`$(am__cd) $(top_builddir) && pwd` \
260           && cd $(top_srcdir) \
261           && gtags -i $(GTAGS_ARGS) $$here
262
263 distclean-tags:
264         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
265
266 distdir: $(DISTFILES)
267         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
268         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
269         list='$(DISTFILES)'; for file in $$list; do \
270           case $$file in \
271             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
272             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
273           esac; \
274           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
275           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
276           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
277             dir="/$$dir"; \
278             $(mkdir_p) "$(distdir)$$dir"; \
279           else \
280             dir=''; \
281           fi; \
282           if test -d $$d/$$file; then \
283             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
284               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
285             fi; \
286             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
287           else \
288             test -f $(distdir)/$$file \
289             || cp -p $$d/$$file $(distdir)/$$file \
290             || exit 1; \
291           fi; \
292         done
293         list='$(SUBDIRS)'; for subdir in $$list; do \
294           if test "$$subdir" = .; then :; else \
295             test -d "$(distdir)/$$subdir" \
296             || mkdir "$(distdir)/$$subdir" \
297             || exit 1; \
298             (cd $$subdir && \
299               $(MAKE) $(AM_MAKEFLAGS) \
300                 top_distdir="../$(top_distdir)" \
301                 distdir="../$(distdir)/$$subdir" \
302                 distdir) \
303               || exit 1; \
304           fi; \
305         done
306 check-am: all-am
307 check: check-recursive
308 all-am: Makefile
309 installdirs: installdirs-recursive
310 installdirs-am:
311 install: install-recursive
312 install-exec: install-exec-recursive
313 install-data: install-data-recursive
314 uninstall: uninstall-recursive
315
316 install-am: all-am
317         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
318
319 installcheck: installcheck-recursive
320 install-strip:
321         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
322           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
323           `test -z '$(STRIP)' || \
324             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
325 mostlyclean-generic:
326
327 clean-generic:
328
329 distclean-generic:
330         -rm -f $(CONFIG_CLEAN_FILES)
331
332 maintainer-clean-generic:
333         @echo "This command is intended for maintainers to use"
334         @echo "it deletes files that may require special tools to rebuild."
335 clean: clean-recursive
336
337 clean-am: clean-generic mostlyclean-am
338
339 distclean: distclean-recursive
340         -rm -f Makefile
341 distclean-am: clean-am distclean-generic distclean-tags
342
343 dvi: dvi-recursive
344
345 dvi-am:
346
347 html: html-recursive
348
349 info: info-recursive
350
351 info-am:
352
353 install-data-am: install-data-local
354
355 install-exec-am:
356
357 install-info: install-info-recursive
358
359 install-man:
360
361 installcheck-am:
362
363 maintainer-clean: maintainer-clean-recursive
364         -rm -f Makefile
365 maintainer-clean-am: distclean-am maintainer-clean-generic
366
367 mostlyclean: mostlyclean-recursive
368
369 mostlyclean-am: mostlyclean-generic
370
371 pdf: pdf-recursive
372
373 pdf-am:
374
375 ps: ps-recursive
376
377 ps-am:
378
379 uninstall-am: uninstall-info-am
380
381 uninstall-info: uninstall-info-recursive
382
383 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
384         clean clean-generic clean-recursive ctags ctags-recursive \
385         distclean distclean-generic distclean-recursive distclean-tags \
386         distdir dvi dvi-am html html-am info info-am install \
387         install-am install-data install-data-am install-data-local \
388         install-exec install-exec-am install-info install-info-am \
389         install-man install-strip installcheck installcheck-am \
390         installdirs installdirs-am maintainer-clean \
391         maintainer-clean-generic maintainer-clean-recursive \
392         mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
393         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
394         uninstall-info-am
395
396
397 install-data-local:
398         cd $(DESTDIR)/$(mandir)/man1 && ( \
399         ln -sf jw.1 docbook2dvi.1; \
400         ln -sf jw.1 docbook2html.1; \
401         ln -sf jw.1 docbook2man.1; \
402         ln -sf jw.1 docbook2pdf.1; \
403         ln -sf jw.1 docbook2ps.1; \
404         ln -sf jw.1 docbook2rtf.1; \
405         ln -sf jw.1 docbook2tex.1; \
406         ln -sf jw.1 docbook2texi.1)
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT: