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