Blob Blame History Raw
Description:
Output stream for CSS styled text, producing HTML output.

Files:
lib/html-styled-ostream.oo.h
lib/html-styled-ostream.oo.c

Depends-on:
styled-ostream
unistd
html-ostream
binary-io
error
safe-read
stdlib
xalloc
gettext-h

configure.ac:

Makefile.am:
if !WOE32DLL
lib_SOURCES += html-styled-ostream.c
else
lib_SOURCES += ../woe32dll/c++html-styled-ostream.cc
endif
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
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
	$(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
html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h : html-styled-ostream.h
	@test -f $@ || { \
	  trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \
	  if mkdir html-styled-ostream.lock 2>/dev/null; then \
	    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"; \
	    $(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; \
	    result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \
	  else \
	    while test -d html-styled-ostream.lock; do sleep 1; done; \
	    test -f $(srcdir)/html-styled-ostream.h; \
	  fi; \
	}
BUILT_SOURCES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
MAINTAINERCLEANFILES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
EXTRA_DIST += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h

Include:
"html-styled-ostream.h"

License:
GPL

Maintainer:
Bruno Haible