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 13mem-hash-map 14xalloc 15 16configure.ac: 17 18Makefile.am: 19lib_SOURCES += term-styled-ostream.c 20# This is a Makefile rule that generates multiple files at once; see the 21# automake documentation, node "Multiple Outputs", for details. 22$(srcdir)/term-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 23 $(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 24$(srcdir)/term-styled-ostream.c $(srcdir)/term_styled_ostream.priv.h $(srcdir)/term_styled_ostream.vt.h : term-styled-ostream.h 25 @test -f $@ || { \ 26 trap 'rm -rf term-styled-ostream.lock' 1 2 13 15; \ 27 if mkdir term-styled-ostream.lock 2>/dev/null; then \ 28 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"; \ 29 $(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; \ 30 result=$$?; rm -rf term-styled-ostream.lock; exit $$result; \ 31 else \ 32 while test -d term-styled-ostream.lock; do sleep 1; done; \ 33 test -f $(srcdir)/term-styled-ostream.h; \ 34 fi; \ 35 } 36BUILT_SOURCES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h 37MAINTAINERCLEANFILES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h 38EXTRA_DIST += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h 39 40Include: 41"term-styled-ostream.h" 42 43License: 44GPL 45 46Maintainer: 47Bruno Haible 48 49