diff options
Diffstat (limited to 'gnulib-local/modules')
35 files changed, 1915 insertions, 0 deletions
diff --git a/gnulib-local/modules/backupfile b/gnulib-local/modules/backupfile new file mode 100644 index 0000000..0f0288a --- /dev/null +++ b/gnulib-local/modules/backupfile @@ -0,0 +1,32 @@ +Description: +Make Emacs style backup file names. + +Files: +lib/backupfile.h +lib/backupfile.c +lib/addext.c +m4/backupfile.m4 + +Depends-on: +argmatch +basename +closedir +opendir +readdir +unistd + +configure.ac: +gt_PREREQ_BACKUPFILE + +Makefile.am: +lib_SOURCES += backupfile.h backupfile.c addext.c + +Include: +"backupfile.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/basename b/gnulib-local/modules/basename new file mode 100644 index 0000000..359a126 --- /dev/null +++ b/gnulib-local/modules/basename @@ -0,0 +1,23 @@ +Description: +Return the name-within-directory of a file name. + +Files: +lib/basename.h +lib/basename.c + +Depends-on: + +configure.ac: + +Makefile.am: +lib_SOURCES += basename.h basename.c + +Include: +"basename.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/closeout b/gnulib-local/modules/closeout new file mode 100644 index 0000000..5a28ce7 --- /dev/null +++ b/gnulib-local/modules/closeout @@ -0,0 +1,27 @@ +Description: +Close standard output and standard error. + +Files: +lib/closeout.h +lib/closeout.c + +Depends-on: +error +fwriteerror +stdlib +gettext-h + +configure.ac: + +Makefile.am: +lib_SOURCES += closeout.h closeout.c + +Include: +"closeout.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/error-progname b/gnulib-local/modules/error-progname new file mode 100644 index 0000000..c6ef307 --- /dev/null +++ b/gnulib-local/modules/error-progname @@ -0,0 +1,24 @@ +Description: +Use of program name in error-reporting functions. + +Files: +lib/error-progname.h +lib/error-progname.c + +Depends-on: +progname + +configure.ac: + +Makefile.am: +lib_SOURCES += error-progname.h error-progname.c + +Include: +"error-progname.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/fd-ostream b/gnulib-local/modules/fd-ostream new file mode 100644 index 0000000..ff03106 --- /dev/null +++ b/gnulib-local/modules/fd-ostream @@ -0,0 +1,48 @@ +Description: +Output stream referring to a file descriptor. + +Files: +lib/fd-ostream.oo.h +lib/fd-ostream.oo.c + +Depends-on: +ostream +error +stdlib +full-write +gettext +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += fd-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +fd-ostream.h : $(top_srcdir)/build-aux/moopp fd-ostream.oo.h fd-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h +fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h : fd-ostream.h + @test -f $@ || { \ + trap 'rm -rf fd-ostream.lock' 1 2 13 15; \ + if mkdir fd-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf fd-ostream.lock; exit $$result; \ + else \ + while test -d fd-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/fd-ostream.h; \ + fi; \ + } +BUILT_SOURCES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h +MAINTAINERCLEANFILES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h +EXTRA_DIST += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h + +Include: +"fd-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/file-ostream b/gnulib-local/modules/file-ostream new file mode 100644 index 0000000..6965c37 --- /dev/null +++ b/gnulib-local/modules/file-ostream @@ -0,0 +1,44 @@ +Description: +Output stream referring to an stdio FILE. + +Files: +lib/file-ostream.oo.h +lib/file-ostream.oo.c + +Depends-on: +ostream +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += file-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +file-ostream.h : $(top_srcdir)/build-aux/moopp file-ostream.oo.h file-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h +file-ostream.c file_ostream.priv.h file_ostream.vt.h : file-ostream.h + @test -f $@ || { \ + trap 'rm -rf file-ostream.lock' 1 2 13 15; \ + if mkdir file-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf file-ostream.lock; exit $$result; \ + else \ + while test -d file-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/file-ostream.h; \ + fi; \ + } +BUILT_SOURCES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h +MAINTAINERCLEANFILES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h +EXTRA_DIST += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h + +Include: +"file-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/fnmatch.diff b/gnulib-local/modules/fnmatch.diff new file mode 100644 index 0000000..74ac97a --- /dev/null +++ b/gnulib-local/modules/fnmatch.diff @@ -0,0 +1,19 @@ +*** modules/fnmatch.orig 2011-06-02 22:42:23.000000000 +0200 +--- modules/fnmatch 2011-06-02 22:42:43.000000000 +0200 +*************** +*** 11,17 **** + Depends-on: + extensions + snippet/arg-nonnull +! alloca [test -n "$FNMATCH_H"] + stdbool [test -n "$FNMATCH_H"] + wchar [test -n "$FNMATCH_H"] + wctype-h [test -n "$FNMATCH_H"] +--- 11,17 ---- + Depends-on: + extensions + snippet/arg-nonnull +! alloca-opt [test -n "$FNMATCH_H"] + stdbool [test -n "$FNMATCH_H"] + wchar [test -n "$FNMATCH_H"] + wctype-h [test -n "$FNMATCH_H"] diff --git a/gnulib-local/modules/gcj b/gnulib-local/modules/gcj new file mode 100644 index 0000000..00f9b36 --- /dev/null +++ b/gnulib-local/modules/gcj @@ -0,0 +1,21 @@ +Description: +Check for a Java compiler that creates executables. + +Files: +m4/gcj.m4 + +Depends-on: + +configure.ac: +gt_GCJ + +Makefile.am: + +Include: + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/gettext-runtime-misc b/gnulib-local/modules/gettext-runtime-misc new file mode 100644 index 0000000..de358b6 --- /dev/null +++ b/gnulib-local/modules/gettext-runtime-misc @@ -0,0 +1,30 @@ +Description: + +Files: + +Depends-on: + +configure.ac: + +Makefile.am: +AUTOMAKE_OPTIONS += no-dependencies + +# Hmm... is this still necessary? +AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl + +# Parametrization of the 'relocatable' module. +AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 + +# Tell the mingw or Cygwin linker which symbols to export. +if WOE32DLL +AM_CPPFLAGS += @INTL_EXPORTS_FLAGS@ +endif + +Include: + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc new file mode 100644 index 0000000..0aff53f --- /dev/null +++ b/gnulib-local/modules/gettext-tools-misc @@ -0,0 +1,49 @@ +Description: + +Files: +m4/locale-fr.m4 +m4/locale-ja.m4 + +Depends-on: + +configure.ac: + +Makefile.am: + +# Specify that libgettextlib should installed in $(libdir). +lib_LTLIBRARIES = libgettextlib.la + +# Need $(LTLIBUNISTRING) because ulc_width_linebreaks, uc_width, etc. may be +# taken from libunistring, when the configure option --with-libunistring-prefix +# was given. +# Need @LTLIBINTL@ because many source files use gettext(). +# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv(). +# Need @LIB_ACL@ because copy-file.c uses acl.h. +# As of 2010-10-04, these are all added by gnulib-tool automatically. +#lib_LDFLAGS += $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ + +lib_LDFLAGS += -release @VERSION@ + +# Tell the mingw or Cygwin linker which symbols to export. +if WOE32DLL +lib_SOURCES += ../woe32dll/gettextlib-exports.c +lib_LDFLAGS += -Wl,--export-all-symbols +AM_CPPFLAGS += @GETTEXTLIB_EXPORTS_FLAGS@ +endif + +# No need to install libgettextlib.a, except on AIX. +install-exec-local: install-libLTLIBRARIES install-exec-clean +install-exec-clean: + case "@host_os@" in \ + aix*) ;; \ + *) rm -f $(DESTDIR)$(libdir)/libgettextlib.a ;; \ + esac + +Include: + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/hash b/gnulib-local/modules/hash new file mode 100644 index 0000000..f8495da --- /dev/null +++ b/gnulib-local/modules/hash @@ -0,0 +1,25 @@ +Description: +Simple hash table with string based keys. + +Files: +lib/hash.h +lib/hash.c + +Depends-on: +obstack +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += hash.h hash.c + +Include: +"hash.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/html-ostream b/gnulib-local/modules/html-ostream new file mode 100644 index 0000000..9521336 --- /dev/null +++ b/gnulib-local/modules/html-ostream @@ -0,0 +1,47 @@ +Description: +Output stream that produces HTML output. + +Files: +lib/html-ostream.oo.h +lib/html-ostream.oo.c + +Depends-on: +ostream +array-list +xlist +unistr/u8-mbtouc +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += html-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +html-ostream.h : $(top_srcdir)/build-aux/moopp html-ostream.oo.h html-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h +html-ostream.c html_ostream.priv.h html_ostream.vt.h : html-ostream.h + @test -f $@ || { \ + trap 'rm -rf html-ostream.lock' 1 2 13 15; \ + if mkdir html-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf html-ostream.lock; exit $$result; \ + else \ + while test -d html-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/html-ostream.h; \ + fi; \ + } +BUILT_SOURCES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h +MAINTAINERCLEANFILES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h +EXTRA_DIST += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h + +Include: +"html-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/html-styled-ostream b/gnulib-local/modules/html-styled-ostream new file mode 100644 index 0000000..e789248 --- /dev/null +++ b/gnulib-local/modules/html-styled-ostream @@ -0,0 +1,55 @@ +Description: +Output stream for CSS styled text, producing HTML output. + +Files: +lib/html-styled-ostream.oo.h +lib/html-styled-ostream.oo.c + +Depends-on: +styled-ostream +unistd +html-ostream +binary-io +error +safe-read +stdlib +xalloc +gettext-h + +configure.ac: + +Makefile.am: +if !WOE32DLL +lib_SOURCES += html-styled-ostream.c +else +lib_SOURCES += ../woe32dll/c++html-styled-ostream.cc +endif +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +html-styled-ostream.h : $(top_srcdir)/build-aux/moopp html-styled-ostream.oo.h html-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h +html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h : html-styled-ostream.h + @test -f $@ || { \ + trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \ + if mkdir html-styled-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \ + else \ + while test -d html-styled-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/html-styled-ostream.h; \ + fi; \ + } +BUILT_SOURCES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h +MAINTAINERCLEANFILES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h +EXTRA_DIST += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h + +Include: +"html-styled-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/iconv-ostream b/gnulib-local/modules/iconv-ostream new file mode 100644 index 0000000..eaf203a --- /dev/null +++ b/gnulib-local/modules/iconv-ostream @@ -0,0 +1,49 @@ +Description: +Output stream that converts the output to another encoding. + +Files: +lib/iconv-ostream.oo.h +lib/iconv-ostream.oo.c + +Depends-on: +ostream +c-strcase +error +stdlib +gettext +iconv +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += iconv-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +iconv-ostream.h : $(top_srcdir)/build-aux/moopp iconv-ostream.oo.h iconv-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h +iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h : iconv-ostream.h + @test -f $@ || { \ + trap 'rm -rf iconv-ostream.lock' 1 2 13 15; \ + if mkdir iconv-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf iconv-ostream.lock; exit $$result; \ + else \ + while test -d iconv-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/iconv-ostream.h; \ + fi; \ + } +BUILT_SOURCES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h +MAINTAINERCLEANFILES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h +EXTRA_DIST += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h + +Include: +"iconv-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/java b/gnulib-local/modules/java new file mode 100644 index 0000000..ca1cb0e --- /dev/null +++ b/gnulib-local/modules/java @@ -0,0 +1,21 @@ +Description: +Find user preferences regarding the use of Java. + +Files: +m4/java.m4 + +Depends-on: + +configure.ac: +gt_JAVA_CHOICE + +Makefile.am: + +Include: + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/libcroco b/gnulib-local/modules/libcroco new file mode 100644 index 0000000..6efeb55 --- /dev/null +++ b/gnulib-local/modules/libcroco @@ -0,0 +1,123 @@ +Description: +Substitute for libcroco version 0.6.1. + +Files: +lib/libcroco/cr-additional-sel.c +lib/libcroco/cr-additional-sel.h +lib/libcroco/cr-attr-sel.c +lib/libcroco/cr-attr-sel.h +lib/libcroco/cr-cascade.c +lib/libcroco/cr-cascade.h +lib/libcroco/cr-declaration.c +lib/libcroco/cr-declaration.h +lib/libcroco/cr-doc-handler.c +lib/libcroco/cr-doc-handler.h +lib/libcroco/cr-enc-handler.c +lib/libcroco/cr-enc-handler.h +lib/libcroco/cr-fonts.c +lib/libcroco/cr-fonts.h +lib/libcroco/cr-input.c +lib/libcroco/cr-input.h +lib/libcroco/cr-num.c +lib/libcroco/cr-num.h +lib/libcroco/cr-om-parser.c +lib/libcroco/cr-om-parser.h +lib/libcroco/cr-parser.c +lib/libcroco/cr-parser.h +lib/libcroco/cr-parsing-location.c +lib/libcroco/cr-parsing-location.h +lib/libcroco/cr-prop-list.c +lib/libcroco/cr-prop-list.h +lib/libcroco/cr-pseudo.c +lib/libcroco/cr-pseudo.h +lib/libcroco/cr-rgb.c +lib/libcroco/cr-rgb.h +lib/libcroco/cr-sel-eng.c +lib/libcroco/cr-sel-eng.h +lib/libcroco/cr-selector.c +lib/libcroco/cr-selector.h +lib/libcroco/cr-simple-sel.c +lib/libcroco/cr-simple-sel.h +lib/libcroco/cr-statement.c +lib/libcroco/cr-statement.h +lib/libcroco/cr-string.c +lib/libcroco/cr-string.h +lib/libcroco/cr-style.c +lib/libcroco/cr-style.h +lib/libcroco/cr-stylesheet.c +lib/libcroco/cr-stylesheet.h +lib/libcroco/cr-term.c +lib/libcroco/cr-term.h +lib/libcroco/cr-tknzr.c +lib/libcroco/cr-tknzr.h +lib/libcroco/cr-token.c +lib/libcroco/cr-token.h +lib/libcroco/cr-utils.c +lib/libcroco/cr-utils.h +lib/libcroco/libcroco-config.h +lib/libcroco/libcroco.h +m4/libcroco.m4 +m4/absolute-header.m4 + +Depends-on: +libglib +libxml +no-c++ + +configure.ac: +gl_LIBCROCO + +Makefile.am: +AM_CPPFLAGS += $(INCGLIB) +AM_CPPFLAGS += $(INCXML) +if INCLUDED_LIBCROCO +AM_CPPFLAGS += -I$(srcdir)/libcroco +lib_LIBADD += libcroco_rpl.la +lib_DEPENDENCIES += libcroco_rpl.la +noinst_LTLIBRARIES += libcroco_rpl.la +else +AM_CPPFLAGS += $(INCCROCO) +endif + +libcroco_rpl_la_SOURCES = \ + libcroco/cr-additional-sel.c \ + libcroco/cr-attr-sel.c \ + libcroco/cr-cascade.c \ + libcroco/cr-declaration.c \ + libcroco/cr-doc-handler.c \ + libcroco/cr-enc-handler.c \ + libcroco/cr-fonts.c \ + libcroco/cr-input.c \ + libcroco/cr-num.c \ + libcroco/cr-om-parser.c \ + libcroco/cr-parser.c \ + libcroco/cr-parsing-location.c \ + libcroco/cr-prop-list.c \ + libcroco/cr-pseudo.c \ + libcroco/cr-rgb.c \ + libcroco/cr-sel-eng.c \ + libcroco/cr-selector.c \ + libcroco/cr-simple-sel.c \ + libcroco/cr-statement.c \ + libcroco/cr-string.c \ + libcroco/cr-style.c \ + libcroco/cr-stylesheet.c \ + libcroco/cr-term.c \ + libcroco/cr-tknzr.c \ + libcroco/cr-token.c \ + libcroco/cr-utils.c +libcroco_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) + +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBCROCO) +endif + +Include: +<libcroco.h> + +License: +LGPL + +Maintainer: +libcroco + diff --git a/gnulib-local/modules/libglib b/gnulib-local/modules/libglib new file mode 100644 index 0000000..e50e3e2 --- /dev/null +++ b/gnulib-local/modules/libglib @@ -0,0 +1,126 @@ +Description: +Substitute for a part of glib version 2.12.4. + +Files: +lib/glib.in.h +lib/glibconfig.in.h +lib/glib/ghash.c +lib/glib/ghash.in.h +lib/glib/glist.c +lib/glib/glist.in.h +lib/glib/gmessages.c +lib/glib/gprimes.c +lib/glib/gprimes.in.h +lib/glib/gstrfuncs.c +lib/glib/gstrfuncs.in.h +lib/glib/gstring.c +lib/glib/gstring.in.h +lib/glib/gtypes.in.h +m4/libglib.m4 + +Depends-on: +strerror +vasprintf +xalloc +xvasprintf +no-c++ + +configure.ac: +gl_LIBGLIB + +Makefile.am: +if INCLUDED_LIBGLIB +lib_LIBADD += libglib_rpl.la +lib_DEPENDENCIES += libglib_rpl.la +noinst_LTLIBRARIES += libglib_rpl.la +endif + +libglib_rpl_la_SOURCES = \ + glib/ghash.c \ + glib/glist.c \ + glib/gmessages.c \ + glib/gprimes.c \ + glib/gstrfuncs.c \ + glib/gstring.c +libglib_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) + +BUILT_SOURCES += $(LIBGLIB_H) + +glib.h: glib.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib.in.h; \ + } > $@-t + mv -f $@-t $@ + +glibconfig.h: glibconfig.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glibconfig.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/ghash.h: glib/ghash.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/ghash.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/glist.h: glib/glist.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/glist.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/gprimes.h: glib/gprimes.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/gprimes.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/gstrfuncs.h: glib/gstrfuncs.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/gstrfuncs.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/gstring.h: glib/gstring.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/gstring.in.h; \ + } > $@-t + mv -f $@-t $@ + +glib/gtypes.h: glib/gtypes.in.h + test -d glib || $(MKDIR_P) glib + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/glib/gtypes.in.h; \ + } > $@-t + mv -f $@-t $@ + +MOSTLYCLEANFILES += \ + glib.h \ + glibconfig.h \ + glib/ghash.h \ + glib/glist.h \ + glib/gprimes.h \ + glib/gstrfuncs.h \ + glib/gstring.h \ + glib/gtypes.h +MOSTLYCLEANFILES += glib/*.h-t + +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBGLIB) +endif + +Include: +#include <glib.h> + +License: +LGPL + +Maintainer: +GNOME, Bruno Haible + diff --git a/gnulib-local/modules/libxml b/gnulib-local/modules/libxml new file mode 100644 index 0000000..880a859 --- /dev/null +++ b/gnulib-local/modules/libxml @@ -0,0 +1,603 @@ +Description: +Substitute for libxml2 version 2.6.27. + +Files: +lib/libxml/COPYING +lib/libxml/DOCBparser.c +lib/libxml/DOCBparser.in.h +lib/libxml/HTMLparser.c +lib/libxml/HTMLparser.in.h +lib/libxml/HTMLtree.c +lib/libxml/HTMLtree.in.h +lib/libxml/SAX.c +lib/libxml/SAX2.c +lib/libxml/SAX2.in.h +lib/libxml/SAX.in.h +lib/libxml/c14n.c +lib/libxml/c14n.in.h +lib/libxml/catalog.c +lib/libxml/catalog.in.h +lib/libxml/chvalid.c +lib/libxml/chvalid.in.h +lib/libxml/debugXML.c +lib/libxml/debugXML.in.h +lib/libxml/dict.c +lib/libxml/dict.in.h +lib/libxml/elfgcchack.h +lib/libxml/encoding.c +lib/libxml/encoding.in.h +lib/libxml/entities.c +lib/libxml/entities.in.h +lib/libxml/error.c +lib/libxml/globals.c +lib/libxml/globals.in.h +lib/libxml/hash.c +lib/libxml/hash.in.h +lib/libxml/legacy.c +lib/libxml/libxml.h +lib/libxml/list.c +lib/libxml/list.in.h +lib/libxml/nanoftp.c +lib/libxml/nanoftp.in.h +lib/libxml/nanohttp.c +lib/libxml/nanohttp.in.h +lib/libxml/parser.c +lib/libxml/parser.in.h +lib/libxml/parserInternals.c +lib/libxml/parserInternals.in.h +lib/libxml/pattern.c +lib/libxml/pattern.in.h +lib/libxml/relaxng.c +lib/libxml/relaxng.in.h +lib/libxml/schemasInternals.in.h +lib/libxml/schematron.c +lib/libxml/schematron.in.h +lib/libxml/threads.c +lib/libxml/threads.in.h +lib/libxml/tree.c +lib/libxml/tree.in.h +lib/libxml/uri.c +lib/libxml/uri.in.h +lib/libxml/valid.c +lib/libxml/valid.in.h +lib/libxml/xinclude.c +lib/libxml/xinclude.in.h +lib/libxml/xlink.c +lib/libxml/xlink.in.h +lib/libxml/xmlIO.c +lib/libxml/xmlIO.in.h +lib/libxml/xmlautomata.in.h +lib/libxml/xmlerror.in.h +lib/libxml/xmlexports.in.h +lib/libxml/xmlmemory.c +lib/libxml/xmlmemory.in.h +lib/libxml/xmlmodule.c +lib/libxml/xmlmodule.in.h +lib/libxml/xmlreader.c +lib/libxml/xmlreader.in.h +lib/libxml/xmlregexp.c +lib/libxml/xmlregexp.in.h +lib/libxml/xmlsave.c +lib/libxml/xmlsave.in.h +lib/libxml/xmlschemas.c +lib/libxml/xmlschemas.in.h +lib/libxml/xmlschemastypes.c +lib/libxml/xmlschemastypes.in.h +lib/libxml/xmlstring.c +lib/libxml/xmlstring.in.h +lib/libxml/xmlunicode.c +lib/libxml/xmlunicode.in.h +lib/libxml/xmlversion.in.h +lib/libxml/xmlwriter.c +lib/libxml/xmlwriter.in.h +lib/libxml/xpath.c +lib/libxml/xpath.in.h +lib/libxml/xpathInternals.in.h +lib/libxml/xpointer.c +lib/libxml/xpointer.in.h +m4/libxml.m4 +m4/absolute-header.m4 + +Depends-on: +iconv +stdarg +snprintf +vsnprintf +no-c++ + +configure.ac: +gl_LIBXML + +Makefile.am: +if INCLUDED_LIBXML +lib_LIBADD += libxml_rpl.la +lib_DEPENDENCIES += libxml_rpl.la +noinst_LTLIBRARIES += libxml_rpl.la +endif + +libxml_rpl_la_SOURCES = \ + libxml/DOCBparser.c \ + libxml/HTMLparser.c \ + libxml/HTMLtree.c \ + libxml/SAX.c \ + libxml/SAX2.c \ + libxml/c14n.c \ + libxml/catalog.c \ + libxml/chvalid.c \ + libxml/debugXML.c \ + libxml/dict.c \ + libxml/encoding.c \ + libxml/entities.c \ + libxml/error.c \ + libxml/globals.c \ + libxml/hash.c \ + libxml/legacy.c \ + libxml/list.c \ + libxml/nanoftp.c \ + libxml/nanohttp.c \ + libxml/parser.c \ + libxml/parserInternals.c \ + libxml/pattern.c \ + libxml/relaxng.c \ + libxml/schematron.c \ + libxml/threads.c \ + libxml/tree.c \ + libxml/uri.c \ + libxml/valid.c \ + libxml/xinclude.c \ + libxml/xlink.c \ + libxml/xmlIO.c \ + libxml/xmlmemory.c \ + libxml/xmlmodule.c \ + libxml/xmlreader.c \ + libxml/xmlregexp.c \ + libxml/xmlsave.c \ + libxml/xmlschemas.c \ + libxml/xmlschemastypes.c \ + libxml/xmlstring.c \ + libxml/xmlunicode.c \ + libxml/xmlwriter.c \ + libxml/xpath.c \ + libxml/xpointer.c +libxml_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) + +BUILT_SOURCES += $(LIBXML_H) + +libxml/DOCBparser.h: libxml/DOCBparser.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/DOCBparser.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/HTMLparser.h: libxml/HTMLparser.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/HTMLparser.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/HTMLtree.h: libxml/HTMLtree.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/HTMLtree.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/SAX.h: libxml/SAX.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/SAX.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/SAX2.h: libxml/SAX2.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/SAX2.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/c14n.h: libxml/c14n.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/c14n.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/catalog.h: libxml/catalog.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/catalog.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/chvalid.h: libxml/chvalid.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/chvalid.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/debugXML.h: libxml/debugXML.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/debugXML.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/dict.h: libxml/dict.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/dict.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/encoding.h: libxml/encoding.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/encoding.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/entities.h: libxml/entities.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/entities.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/globals.h: libxml/globals.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/globals.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/hash.h: libxml/hash.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/hash.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/list.h: libxml/list.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/list.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/nanoftp.h: libxml/nanoftp.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/nanoftp.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/nanohttp.h: libxml/nanohttp.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/nanohttp.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/parser.h: libxml/parser.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/parser.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/parserInternals.h: libxml/parserInternals.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/parserInternals.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/pattern.h: libxml/pattern.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/pattern.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/relaxng.h: libxml/relaxng.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/relaxng.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/schemasInternals.h: libxml/schemasInternals.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/schemasInternals.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/schematron.h: libxml/schematron.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/schematron.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/threads.h: libxml/threads.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/threads.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/tree.h: libxml/tree.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/tree.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/uri.h: libxml/uri.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/uri.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/valid.h: libxml/valid.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/valid.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xinclude.h: libxml/xinclude.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xinclude.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xlink.h: libxml/xlink.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xlink.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlIO.h: libxml/xmlIO.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlIO.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlautomata.h: libxml/xmlautomata.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlautomata.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlerror.h: libxml/xmlerror.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlerror.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlexports.h: libxml/xmlexports.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlexports.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlmemory.h: libxml/xmlmemory.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlmemory.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlmodule.h: libxml/xmlmodule.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlmodule.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlreader.h: libxml/xmlreader.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlreader.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlregexp.h: libxml/xmlregexp.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlregexp.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlsave.h: libxml/xmlsave.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlsave.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlschemas.h: libxml/xmlschemas.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlschemas.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlschemastypes.h: libxml/xmlschemastypes.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlschemastypes.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlstring.h: libxml/xmlstring.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlstring.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlunicode.h: libxml/xmlunicode.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlunicode.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlversion.h: libxml/xmlversion.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlversion.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xmlwriter.h: libxml/xmlwriter.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xmlwriter.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xpath.h: libxml/xpath.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xpath.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xpathInternals.h: libxml/xpathInternals.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xpathInternals.in.h; \ + } > $@-t + mv -f $@-t $@ + +libxml/xpointer.h: libxml/xpointer.in.h + test -d libxml || $(MKDIR_P) libxml + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/libxml/xpointer.in.h; \ + } > $@-t + mv -f $@-t $@ + +MOSTLYCLEANFILES += \ + libxml/DOCBparser.h \ + libxml/HTMLparser.h \ + libxml/HTMLtree.h \ + libxml/SAX.h \ + libxml/SAX2.h \ + libxml/c14n.h \ + libxml/catalog.h \ + libxml/chvalid.h \ + libxml/debugXML.h \ + libxml/dict.h \ + libxml/encoding.h \ + libxml/entities.h \ + libxml/globals.h \ + libxml/hash.h \ + libxml/list.h \ + libxml/nanoftp.h \ + libxml/nanohttp.h \ + libxml/parser.h \ + libxml/parserInternals.h \ + libxml/pattern.h \ + libxml/relaxng.h \ + libxml/schemasInternals.h \ + libxml/schematron.h \ + libxml/threads.h \ + libxml/tree.h \ + libxml/uri.h \ + libxml/valid.h \ + libxml/xinclude.h \ + libxml/xlink.h \ + libxml/xmlIO.h \ + libxml/xmlautomata.h \ + libxml/xmlerror.h \ + libxml/xmlexports.h \ + libxml/xmlmemory.h \ + libxml/xmlmodule.h \ + libxml/xmlreader.h \ + libxml/xmlregexp.h \ + libxml/xmlsave.h \ + libxml/xmlschemas.h \ + libxml/xmlschemastypes.h \ + libxml/xmlstring.h \ + libxml/xmlunicode.h \ + libxml/xmlversion.h \ + libxml/xmlwriter.h \ + libxml/xpath.h \ + libxml/xpathInternals.h \ + libxml/xpointer.h +MOSTLYCLEANFILES += libxml/*.h-t + +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBXML) +endif + +Include: +#include <libxml/DOCBparser.h> +#include <libxml/HTMLparser.h> +#include <libxml/HTMLtree.h> +#include <libxml/SAX.h> +#include <libxml/SAX2.h> +#include <libxml/c14n.h> +#include <libxml/catalog.h> +#include <libxml/chvalid.h> +#include <libxml/debugXML.h> +#include <libxml/dict.h> +#include <libxml/encoding.h> +#include <libxml/entities.h> +#include <libxml/globals.h> +#include <libxml/hash.h> +#include <libxml/list.h> +#include <libxml/nanoftp.h> +#include <libxml/nanohttp.h> +#include <libxml/parser.h> +#include <libxml/parserInternals.h> +#include <libxml/pattern.h> +#include <libxml/relaxng.h> +#include <libxml/schemasInternals.h> +#include <libxml/schematron.h> +#include <libxml/threads.h> +#include <libxml/tree.h> +#include <libxml/uri.h> +#include <libxml/valid.h> +#include <libxml/xinclude.h> +#include <libxml/xlink.h> +#include <libxml/xmlIO.h> +#include <libxml/xmlautomata.h> +#include <libxml/xmlerror.h> +#include <libxml/xmlexports.h> +#include <libxml/xmlmemory.h> +#include <libxml/xmlmodule.h> +#include <libxml/xmlreader.h> +#include <libxml/xmlregexp.h> +#include <libxml/xmlsave.h> +#include <libxml/xmlschemas.h> +#include <libxml/xmlschemastypes.h> +#include <libxml/xmlstring.h> +#include <libxml/xmlunicode.h> +#include <libxml/xmlversion.h> +#include <libxml/xmlwriter.h> +#include <libxml/xpath.h> +#include <libxml/xpathInternals.h> +#include <libxml/xpointer.h> + +License: +LGPL + +Maintainer: +libxml2 + diff --git a/gnulib-local/modules/memory-ostream b/gnulib-local/modules/memory-ostream new file mode 100644 index 0000000..e6ba698 --- /dev/null +++ b/gnulib-local/modules/memory-ostream @@ -0,0 +1,48 @@ +Description: +Output stream that accumulates the output in memory. + +Files: +lib/memory-ostream.oo.h +lib/memory-ostream.oo.c + +Depends-on: +ostream +error +stdlib +gettext +xalloc +xsize + +configure.ac: + +Makefile.am: +lib_SOURCES += memory-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +memory-ostream.h : $(top_srcdir)/build-aux/moopp memory-ostream.oo.h memory-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h +memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h : memory-ostream.h + @test -f $@ || { \ + trap 'rm -rf memory-ostream.lock' 1 2 13 15; \ + if mkdir memory-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf memory-ostream.lock; exit $$result; \ + else \ + while test -d memory-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/memory-ostream.h; \ + fi; \ + } +BUILT_SOURCES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h +MAINTAINERCLEANFILES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h +EXTRA_DIST += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h + +Include: +"memory-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/moo b/gnulib-local/modules/moo new file mode 100644 index 0000000..4c2628b --- /dev/null +++ b/gnulib-local/modules/moo @@ -0,0 +1,25 @@ +Description: +Minimal object-oriented programming style. + +Files: +build-aux/moopp +lib/moo.h +m4/moo.m4 + +Depends-on: + +configure.ac: +gl_MOO + +Makefile.am: +MOOPPFLAGS = + +Include: +"moo.h" + +License: +LGPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/moo-tests b/gnulib-local/modules/moo-tests new file mode 100644 index 0000000..715ea23 --- /dev/null +++ b/gnulib-local/modules/moo-tests @@ -0,0 +1,33 @@ +Files: +tests/test-moo-root.oo.h +tests/test-moo-root.oo.c +tests/test-moo-sub1.oo.h +tests/test-moo-sub1.oo.c +tests/test-moo-sub2.oo.h +tests/test-moo-sub2.oo.c +tests/test-moo-aroot.oo.h +tests/test-moo-aroot.oo.c +tests/test-moo-asub1.oo.h +tests/test-moo-asub1.oo.c +tests/test-moo-assign.c + +Depends-on: + +configure.ac: + +Makefile.am: +test-moo-root.h test-moo-root.c root.priv.h root.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-root.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-root.oo.c $(srcdir)/test-moo-root.oo.h + +test-moo-sub1.h test-moo-sub1.c sub1.priv.h sub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-sub1.oo.h test-moo-sub1.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-sub1.oo.c $(srcdir)/test-moo-sub1.oo.h $(srcdir)/test-moo-root.oo.h + +test-moo-sub2.h test-moo-sub2.c sub2.priv.h sub2.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-sub1.oo.h test-moo-sub2.oo.h test-moo-sub2.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-sub2.oo.c $(srcdir)/test-moo-sub2.oo.h $(srcdir)/test-moo-sub1.oo.h $(srcdir)/test-moo-root.oo.h + +test-moo-aroot.h test-moo-aroot.c aroot.priv.h aroot.vt.h : $(top_srcdir)/build-aux/moopp test-moo-aroot.oo.h test-moo-aroot.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-aroot.oo.c $(srcdir)/test-moo-aroot.oo.h + +test-moo-asub1.h test-moo-asub1.c asub1.priv.h asub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-aroot.oo.h test-moo-asub1.oo.h test-moo-asub1.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-asub1.oo.c $(srcdir)/test-moo-asub1.oo.h $(srcdir)/test-moo-aroot.oo.h + diff --git a/gnulib-local/modules/ostream b/gnulib-local/modules/ostream new file mode 100644 index 0000000..fa7c72c --- /dev/null +++ b/gnulib-local/modules/ostream @@ -0,0 +1,43 @@ +Description: +Abstract output stream data type. + +Files: +lib/ostream.oo.h +lib/ostream.oo.c + +Depends-on: +moo + +configure.ac: + +Makefile.am: +lib_SOURCES += ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +ostream.h : $(top_srcdir)/build-aux/moopp ostream.oo.h ostream.oo.c + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h +ostream.c ostream.priv.h ostream.vt.h : ostream.h + @test -f $@ || { \ + trap 'rm -rf ostream.lock' 1 2 13 15; \ + if mkdir ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf ostream.lock; exit $$result; \ + else \ + while test -d ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/ostream.h; \ + fi; \ + } +BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h +MAINTAINERCLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h +EXTRA_DIST += ostream.h ostream.c ostream.priv.h ostream.vt.h + +Include: +"ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/styled-ostream b/gnulib-local/modules/styled-ostream new file mode 100644 index 0000000..be796fb --- /dev/null +++ b/gnulib-local/modules/styled-ostream @@ -0,0 +1,43 @@ +Description: +Abstract output stream for CSS styled text. + +Files: +lib/styled-ostream.oo.h +lib/styled-ostream.oo.c + +Depends-on: +ostream + +configure.ac: + +Makefile.am: +lib_SOURCES += styled-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +styled-ostream.h : $(top_srcdir)/build-aux/moopp styled-ostream.oo.h styled-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h +styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h : styled-ostream.h + @test -f $@ || { \ + trap 'rm -rf styled-ostream.lock' 1 2 13 15; \ + if mkdir styled-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf styled-ostream.lock; exit $$result; \ + else \ + while test -d styled-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/styled-ostream.h; \ + fi; \ + } +BUILT_SOURCES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h +MAINTAINERCLEANFILES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h +EXTRA_DIST += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h + +Include: +"styled-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/term-ostream b/gnulib-local/modules/term-ostream new file mode 100644 index 0000000..8b6799e --- /dev/null +++ b/gnulib-local/modules/term-ostream @@ -0,0 +1,54 @@ +Description: +Output stream for attributed text, producing ANSI escape sequences. + +Files: +lib/term-ostream.oo.h +lib/term-ostream.oo.c +m4/term-ostream.m4 + +Depends-on: +ostream +error +stdlib +fatal-signal +sigprocmask +full-write +gettext-h +terminfo-h +xalloc +xsize + +configure.ac: +gl_TERM_OSTREAM + +Makefile.am: +lib_SOURCES += term-ostream.c +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +term-ostream.h : $(top_srcdir)/build-aux/moopp term-ostream.oo.h term-ostream.oo.c ostream.oo.h + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h +term-ostream.c term_ostream.priv.h term_ostream.vt.h : term-ostream.h + @test -f $@ || { \ + trap 'rm -rf term-ostream.lock' 1 2 13 15; \ + if mkdir term-ostream.lock 2>/dev/null; then \ + echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h"; \ + $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h; \ + result=$$?; rm -rf term-ostream.lock; exit $$result; \ + else \ + while test -d term-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/term-ostream.h; \ + fi; \ + } +BUILT_SOURCES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h +MAINTAINERCLEANFILES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h +EXTRA_DIST += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h + +Include: +"term-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/term-ostream-tests b/gnulib-local/modules/term-ostream-tests new file mode 100644 index 0000000..0f7a63c --- /dev/null +++ b/gnulib-local/modules/term-ostream-tests @@ -0,0 +1,29 @@ +Files: +tests/test-term-ostream.c +tests/test-term-ostream-xterm +tests/test-term-ostream-xterm-r6.out +tests/test-term-ostream-xterm-xf86-v32.out +tests/test-term-ostream-xterm-basic.out +tests/test-term-ostream-xterm-basic-italic.out +tests/test-term-ostream-xterm-8bit.out +tests/test-term-ostream-xterm-linux-debian.out +tests/test-term-ostream-xterm-linux-mandriva.out +tests/test-term-ostream-xterm-netbsd3.out +tests/test-term-ostream-xterm-solaris10.out +tests/test-term-ostream-xterm-aix51.out +tests/test-term-ostream-xterm-osf51.out +tests/test-term-ostream-xterm-irix65.out +tests/test-term-ostream-xterm-mingw.out +tests/test-term-ostream-xterm-16color.out +tests/test-term-ostream-xterm-88color.out +tests/test-term-ostream-xterm-256color.out + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-term-ostream-xterm +TESTS_ENVIRONMENT += srcdir='$(srcdir)' +check_PROGRAMS += test-term-ostream +test_term_ostream_LDADD = $(LIBTERMCAP) $(LDADD) diff --git a/gnulib-local/modules/term-styled-ostream b/gnulib-local/modules/term-styled-ostream new file mode 100644 index 0000000..6bcd4b6 --- /dev/null +++ b/gnulib-local/modules/term-styled-ostream @@ -0,0 +1,52 @@ +Description: +Output stream for CSS styled text, producing ANSI escape sequences. + +Files: +lib/term-styled-ostream.oo.h +lib/term-styled-ostream.oo.c + +Depends-on: +styled-ostream +term-ostream +libcroco +libxml +hash +xalloc + +configure.ac: + +Makefile.am: +if !WOE32DLL +lib_SOURCES += term-styled-ostream.c +else +lib_SOURCES += ../woe32dll/c++term-styled-ostream.cc +endif +# This is a Makefile rule that generates multiple files at once; see the +# automake documentation, node "Multiple Outputs", for details. +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 + $(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 +term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h : term-styled-ostream.h + @test -f $@ || { \ + trap 'rm -rf term-styled-ostream.lock' 1 2 13 15; \ + if mkdir term-styled-ostream.lock 2>/dev/null; then \ + 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"; \ + $(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; \ + result=$$?; rm -rf term-styled-ostream.lock; exit $$result; \ + else \ + while test -d term-styled-ostream.lock; do sleep 1; done; \ + test -f $(srcdir)/term-styled-ostream.h; \ + fi; \ + } +BUILT_SOURCES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h +MAINTAINERCLEANFILES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h +EXTRA_DIST += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h + +Include: +"term-styled-ostream.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/termcap b/gnulib-local/modules/termcap new file mode 100644 index 0000000..fbee86c --- /dev/null +++ b/gnulib-local/modules/termcap @@ -0,0 +1,29 @@ +Description: +Information about terminal capabilities. + +Files: +m4/termcap.m4 +m4/curses.m4 +lib/tparm.c +lib/tputs.c + +Depends-on: +havelib +c-ctype + +configure.ac: +gl_TERMCAP + +Makefile.am: +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBTERMCAP) +endif + +Include: + +License: +LGPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/termcap-h b/gnulib-local/modules/termcap-h new file mode 100644 index 0000000..4b5e43e --- /dev/null +++ b/gnulib-local/modules/termcap-h @@ -0,0 +1,22 @@ +Description: +Information about terminal capabilities. + +Files: +lib/termcap.h + +Depends-on: +termcap + +configure.ac: + +Makefile.am: + +Include: +"termcap.h" + +License: +LGPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/terminfo b/gnulib-local/modules/terminfo new file mode 100644 index 0000000..6d5625e --- /dev/null +++ b/gnulib-local/modules/terminfo @@ -0,0 +1,29 @@ +Description: +Information about terminal capabilities. + +Files: +m4/terminfo.m4 +m4/curses.m4 +lib/tparm.c +lib/tputs.c + +Depends-on: +havelib +c-ctype + +configure.ac: +gl_TERMINFO + +Makefile.am: +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBTERMINFO) +endif + +Include: + +License: +LGPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/terminfo-h b/gnulib-local/modules/terminfo-h new file mode 100644 index 0000000..c610aed --- /dev/null +++ b/gnulib-local/modules/terminfo-h @@ -0,0 +1,22 @@ +Description: +Information about terminal capabilities. + +Files: +lib/terminfo.h + +Depends-on: +terminfo + +configure.ac: + +Makefile.am: + +Include: +"terminfo.h" + +License: +LGPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/wait-process.diff b/gnulib-local/modules/wait-process.diff new file mode 100644 index 0000000..e56e2b8 --- /dev/null +++ b/gnulib-local/modules/wait-process.diff @@ -0,0 +1,22 @@ +*** gnulib/modules/wait-process 2006-04-24 13:38:06.000000000 +0200 +--- wait-process 2006-07-30 16:45:20.000000000 +0200 +*************** +*** 6,11 **** +--- 6,12 ---- + lib/wait-process.c + m4/wait-process.m4 + m4/sig_atomic_t.m4 ++ m4/unionwait.m4 + + Depends-on: + fatal-signal +*************** +*** 18,23 **** +--- 19,25 ---- + + configure.ac: + gl_WAIT_PROCESS ++ gt_UNION_WAIT + + Makefile.am: + lib_SOURCES += wait-process.h wait-process.c diff --git a/gnulib-local/modules/xalloc b/gnulib-local/modules/xalloc new file mode 100644 index 0000000..7a5b586 --- /dev/null +++ b/gnulib-local/modules/xalloc @@ -0,0 +1,26 @@ +Description: +Memory allocation with out-of-memory checking. + +Files: +lib/xalloc.h +lib/xmalloc.c +lib/xstrdup.c + +Depends-on: +error +gettext-h +stdlib + +configure.ac: + +Makefile.am: +lib_SOURCES += xalloc.h xmalloc.c xstrdup.c + +Include: +"xalloc.h" + +License: +GPL + +Maintainer: +all diff --git a/gnulib-local/modules/xalloc-die b/gnulib-local/modules/xalloc-die new file mode 100644 index 0000000..4fe557c --- /dev/null +++ b/gnulib-local/modules/xalloc-die @@ -0,0 +1,21 @@ +Description: +Report a memory allocation failure and exit. + +Files: + +Depends-on: +xalloc + +configure.ac: + +Makefile.am: + +Include: +"xalloc.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/xerror b/gnulib-local/modules/xerror new file mode 100644 index 0000000..4f097f0 --- /dev/null +++ b/gnulib-local/modules/xerror @@ -0,0 +1,27 @@ +Description: +Multiline error-reporting functions. + +Files: +lib/xerror.h +lib/xerror.c + +Depends-on: +error +progname +error-progname +mbswidth + +configure.ac: + +Makefile.am: +lib_SOURCES += xerror.h xerror.c + +Include: +"xerror.h" + +License: +GPL + +Maintainer: +Bruno Haible + diff --git a/gnulib-local/modules/xgetcwd b/gnulib-local/modules/xgetcwd new file mode 100644 index 0000000..583480e --- /dev/null +++ b/gnulib-local/modules/xgetcwd @@ -0,0 +1,24 @@ +Description: + +Files: +lib/xgetcwd.h +lib/xgetcwd.c + +Depends-on: +xalloc +unistd + +configure.ac: + +Makefile.am: +lib_SOURCES += xgetcwd.h xgetcwd.c + +Include: +"xgetcwd.h" + +License: +GPL + +Maintainer: +Bruno Haible + |