summaryrefslogtreecommitdiff
path: root/gnulib-local/modules/html-ostream
blob: 9521336b560fbd9d4b75c48755d63f535488c427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description:
Output stream that produces HTML output.

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

Depends-on:
ostream
array-list
xlist
unistr/u8-mbtouc
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += html-ostream.c
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
html-ostream.h : $(top_srcdir)/build-aux/moopp html-ostream.oo.h html-ostream.oo.c ostream.oo.h
	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h
html-ostream.c html_ostream.priv.h html_ostream.vt.h : html-ostream.h
	@test -f $@ || { \
	  trap 'rm -rf html-ostream.lock' 1 2 13 15; \
	  if mkdir html-ostream.lock 2>/dev/null; then \
	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h"; \
	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h; \
	    result=$$?; rm -rf html-ostream.lock; exit $$result; \
	  else \
	    while test -d html-ostream.lock; do sleep 1; done; \
	    test -f $(srcdir)/html-ostream.h; \
	  fi; \
	}
BUILT_SOURCES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
MAINTAINERCLEANFILES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
EXTRA_DIST += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h

Include:
"html-ostream.h"

License:
GPL

Maintainer:
Bruno Haible