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