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