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