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