• 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 for attributed text, producing ANSI escape sequences.
3
4Files:
5lib/term-ostream.oo.h
6lib/term-ostream.oo.c
7m4/term-ostream.m4
8
9Depends-on:
10ostream
11error
12exit
13fatal-signal
14sigprocmask
15full-write
16gettext-h
17terminfo-h
18xalloc
19xsize
20
21configure.ac:
22gl_TERM_OSTREAM
23
24Makefile.am:
25lib_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.
28term-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
30term-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	}
42BUILT_SOURCES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
43MAINTAINERCLEANFILES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
44EXTRA_DIST += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
45
46Include:
47"term-ostream.h"
48
49License:
50GPL
51
52Maintainer:
53Bruno Haible
54
55