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