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