summaryrefslogtreecommitdiff
path: root/gnulib-local/modules/html-ostream
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-12-24 07:38:37 +0000
committer <>2015-02-02 12:02:29 +0000
commit482840e61f86ca321838a91e902c41d40c098bbb (patch)
tree01ea2e242fd2792d19fe192476601587901db794 /gnulib-local/modules/html-ostream
downloadgettext-tarball-482840e61f86ca321838a91e902c41d40c098bbb.tar.gz
Imported from /home/lorry/working-area/delta_gettext-tarball/gettext-0.19.4.tar.xz.gettext-0.19.4
Diffstat (limited to 'gnulib-local/modules/html-ostream')
-rw-r--r--gnulib-local/modules/html-ostream47
1 files changed, 47 insertions, 0 deletions
diff --git a/gnulib-local/modules/html-ostream b/gnulib-local/modules/html-ostream
new file mode 100644
index 0000000..9521336
--- /dev/null
+++ b/gnulib-local/modules/html-ostream
@@ -0,0 +1,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
+