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