• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/modules/
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
15exit
16xalloc
17gettext-h
18
19configure.ac:
20
21Makefile.am:
22if !WOE32DLL
23lib_SOURCES += html-styled-ostream.c
24else
25lib_SOURCES += ../woe32dll/c++html-styled-ostream.cc
26endif
27# This is a Makefile rule that generates multiple files at once; see the
28# automake documentation, node "Multiple Outputs", for details.
29html-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
30	$(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
31html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h : html-styled-ostream.h
32	@test -f $@ || { \
33	  trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \
34	  if mkdir html-styled-ostream.lock 2>/dev/null; then \
35	    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"; \
36	    $(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; \
37	    result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \
38	  else \
39	    while test -d html-styled-ostream.lock; do sleep 1; done; \
40	    test -f $(srcdir)/html-styled-ostream.h; \
41	  fi; \
42	}
43BUILT_SOURCES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
44MAINTAINERCLEANFILES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
45EXTRA_DIST += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
46
47Include:
48"html-styled-ostream.h"
49
50License:
51GPL
52
53Maintainer:
54Bruno Haible
55
56