• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Description:
2Output stream for CSS styled text, producing HTML output.
3
4Files:
5lib/html-styled-ostream.oo.h
6lib/html-styled-ostream.oo.c
7
8Depends-on:
9styled-ostream
10unistd
11html-ostream
12binary-io
13error
14safe-read
15stdlib
16xalloc
17gettext-h
18close
19
20configure.ac:
21
22Makefile.am:
23lib_SOURCES += html-styled-ostream.c
24# This is a Makefile rule that generates multiple files at once; see the
25# automake documentation, node "Multiple Outputs", for details.
26$(srcdir)/html-styled-ostream.h : $(top_srcdir)/build-aux/moopp html-styled-ostream.oo.h html-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h
27	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
28$(srcdir)/html-styled-ostream.c $(srcdir)/html_styled_ostream.priv.h $(srcdir)/html_styled_ostream.vt.h : html-styled-ostream.h
29	@test -f $@ || { \
30	  trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \
31	  if mkdir html-styled-ostream.lock 2>/dev/null; then \
32	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
33	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
34	    result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \
35	  else \
36	    while test -d html-styled-ostream.lock; do sleep 1; done; \
37	    test -f $(srcdir)/html-styled-ostream.h; \
38	  fi; \
39	}
40BUILT_SOURCES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
41MAINTAINERCLEANFILES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
42EXTRA_DIST += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
43
44Include:
45"html-styled-ostream.h"
46
47License:
48GPL
49
50Maintainer:
51Bruno Haible
52
53