summaryrefslogtreecommitdiffstats
path: root/gnulib-local/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-07 14:46:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:20 +0200
commitb04048ef27e639cb14160f281e6142f97b527f4e (patch)
treeed1b0b271862cbd3c27507f8adce4a60a46a774a /gnulib-local/modules
parent763b2e7e6d78e5f79d1362b2c043258f5a67bfa8 (diff)
downloadexternal_gettext-b04048ef27e639cb14160f281e6142f97b527f4e.zip
external_gettext-b04048ef27e639cb14160f281e6142f97b527f4e.tar.gz
external_gettext-b04048ef27e639cb14160f281e6142f97b527f4e.tar.bz2
New module 'file-ostream': Output stream referring to an stdio FILE.
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r--gnulib-local/modules/file-ostream29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnulib-local/modules/file-ostream b/gnulib-local/modules/file-ostream
new file mode 100644
index 0000000..e943b61
--- /dev/null
+++ b/gnulib-local/modules/file-ostream
@@ -0,0 +1,29 @@
+Description:
+Output stream referring to an stdio FILE.
+
+Files:
+lib/file-ostream.oo.h
+lib/file-ostream.oo.c
+
+Depends-on:
+ostream
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += file-ostream.c
+file-ostream.h file-ostream.c : $(top_srcdir)/build-aux/moopp file-ostream.oo.h file-ostream.oo.c ostream.oo.h
+ $(top_srcdir)/build-aux/moopp $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h
+BUILT_SOURCES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
+CLEANFILES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
+
+Include:
+"file-ostream.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+