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