diff options
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r-- | gnulib-local/modules/file-ostream | 29 |
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 + |