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