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