summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am7
-rw-r--r--Makefile.vms78
-rw-r--r--README.vms9
-rw-r--r--gettext-runtime/ChangeLog6
-rw-r--r--gettext-runtime/Makefile.am78
-rw-r--r--gettext-runtime/Makefile.vms227
-rw-r--r--gettext-runtime/doc/ChangeLog5
-rw-r--r--gettext-runtime/doc/Makefile.am7
-rw-r--r--gettext-runtime/doc/Makefile.vms28
-rw-r--r--gettext-runtime/intl/ChangeLog7
-rw-r--r--gettext-runtime/intl/Makefile.in4
-rw-r--r--gettext-runtime/intl/Makefile.vms174
-rw-r--r--gettext-runtime/lib/ChangeLog5
-rw-r--r--gettext-runtime/lib/Makefile.am5
-rw-r--r--gettext-runtime/lib/Makefile.vms114
-rw-r--r--gettext-runtime/libasprintf/ChangeLog6
-rw-r--r--gettext-runtime/libasprintf/Makefile.am27
-rw-r--r--gettext-runtime/libasprintf/Makefile.vms114
-rw-r--r--gettext-runtime/man/ChangeLog5
-rw-r--r--gettext-runtime/man/Makefile.am5
-rw-r--r--gettext-runtime/man/Makefile.vms99
-rw-r--r--gettext-runtime/po/ChangeLog5
-rwxr-xr-xgettext-runtime/po/Makefile.vms.sh85
-rw-r--r--gettext-runtime/po/Rules-vms14
-rw-r--r--gettext-runtime/src/ChangeLog5
-rw-r--r--gettext-runtime/src/Makefile.am5
-rw-r--r--gettext-runtime/src/Makefile.vms104
-rw-r--r--gettext-runtime/tests/ChangeLog5
-rw-r--r--gettext-runtime/tests/Makefile.am7
-rw-r--r--gettext-runtime/tests/Makefile.vms32
-rw-r--r--gettext-tools/ChangeLog6
-rw-r--r--gettext-tools/Makefile.am114
-rw-r--r--gettext-tools/Makefile.vms360
-rw-r--r--gettext-tools/doc/ChangeLog5
-rw-r--r--gettext-tools/doc/Makefile.am5
-rw-r--r--gettext-tools/doc/Makefile.vms56
-rw-r--r--gettext-tools/examples/ChangeLog5
-rw-r--r--gettext-tools/examples/Makefile.am5
-rw-r--r--gettext-tools/examples/Makefile.vms32
-rw-r--r--gettext-tools/lib/ChangeLog5
-rw-r--r--gettext-tools/lib/Makefile.am5
-rw-r--r--gettext-tools/lib/Makefile.vms318
-rw-r--r--gettext-tools/libgrep/ChangeLog5
-rw-r--r--gettext-tools/libgrep/Makefile.am7
-rw-r--r--gettext-tools/libgrep/Makefile.vms89
-rw-r--r--gettext-tools/libuniname/ChangeLog5
-rw-r--r--gettext-tools/libuniname/Makefile.am7
-rw-r--r--gettext-tools/libuniname/Makefile.vms64
-rw-r--r--gettext-tools/man/ChangeLog5
-rw-r--r--gettext-tools/man/Makefile.am5
-rw-r--r--gettext-tools/man/Makefile.vms116
-rw-r--r--gettext-tools/misc/ChangeLog5
-rw-r--r--gettext-tools/misc/Makefile.am7
-rw-r--r--gettext-tools/misc/Makefile.vms56
-rw-r--r--gettext-tools/po/ChangeLog5
-rwxr-xr-xgettext-tools/po/Makefile.vms.sh85
-rw-r--r--gettext-tools/po/Rules-vms14
-rw-r--r--gettext-tools/projects/ChangeLog5
-rw-r--r--gettext-tools/projects/Makefile.am5
-rw-r--r--gettext-tools/projects/Makefile.vms32
-rw-r--r--gettext-tools/src/ChangeLog5
-rw-r--r--gettext-tools/src/Makefile.am5
-rw-r--r--gettext-tools/src/Makefile.vms549
-rw-r--r--gettext-tools/tests/ChangeLog5
-rw-r--r--gettext-tools/tests/Makefile.am5
-rw-r--r--gettext-tools/tests/Makefile.vms32
-rw-r--r--vms/link_options.opt2
-rw-r--r--vms/with-libiconv.opt1
-rw-r--r--vms/without-libiconv.opt0
70 files changed, 125 insertions, 3192 deletions
diff --git a/ChangeLog b/ChangeLog
index e8ee98a13..41db75e7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ Remove VMS support.
+ * vms: Remove directory.
+ * Makefile.vms: Remove file.
+ * README.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Update.
+
2006-07-24 Bruno Haible <bruno@clisp.org>
* m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Protect the initial
diff --git a/Makefile.am b/Makefile.am
index bb7fe8639..993c9ef0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,13 +47,6 @@ EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk
-# VMS support.
-
-EXTRA_DIST += README.vms Makefile.vms \
- vms/link_options.opt \
- vms/with-libiconv.opt vms/without-libiconv.opt
-
-
# Woe32 support.
EXTRA_DIST += README.woe32 Makefile.msvc
diff --git a/Makefile.vms b/Makefile.vms
deleted file mode 100644
index 1b647eec0..000000000
--- a/Makefile.vms
+++ /dev/null
@@ -1,78 +0,0 @@
-# -*- Makefile -*- for gettext on VMS using the MMS utility
-# Usage: $ mms /description=Makefile.vms
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
-
-install :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
-
-installdirs :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
-
-uninstall :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
-
-check : all
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
-
-mostlyclean :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
-
-clean :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
-
-distclean :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
-
-maintainer-clean :
- set default [.gettext-runtime]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.gettext-tools]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
diff --git a/README.vms b/README.vms
deleted file mode 100644
index 6408f4696..000000000
--- a/README.vms
+++ /dev/null
@@ -1,9 +0,0 @@
-Installation on VMS:
-
-- Build instructions:
-
- $ mms /description=Makefile.vms
-
-- Installation:
-
- $ mms /description=Makefile.vms install
diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog
index 943f72e3a..0c83d4660 100644
--- a/gettext-runtime/ChangeLog
+++ b/gettext-runtime/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (config.h_vms, intl/libgnuintl.h_vms): Remove rules.
+ (EXTRA_DIST): Remove Makefile.vms, config.h_vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am
index 3e93b1da3..ad095fb2a 100644
--- a/gettext-runtime/Makefile.am
+++ b/gettext-runtime/Makefile.am
@@ -48,84 +48,6 @@ ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
-I $(srcdir)/doc --no-validate nls.texi
-# VMS support.
-
-config.h_vms: config.h.in ../version.sh
- (echo '#define KEEP_CRTL_SETLOCALE 1'; echo '#include <vms_jackets.h>'; echo '#undef realpath'; \
- sed -e 's/#undef ENABLE_NLS$$/#define ENABLE_NLS 1/' \
- -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
- -e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
- -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
- -e 's/#undef HAVE_FWPRINTF$$/#define HAVE_FWPRINTF 1/' \
- -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
- -e 's/#undef HAVE_GETEGID$$/#define HAVE_GETEGID 1/' \
- -e 's/#undef HAVE_GETEUID$$/#define HAVE_GETEUID 1/' \
- -e 's/#undef HAVE_GETGID$$/#define HAVE_GETGID 1/' \
- -e 's/#undef HAVE_GETPAGESIZE$$/#define HAVE_GETPAGESIZE 1/' \
- -e 's/#undef HAVE_GETUID$$/#define HAVE_GETUID 1/' \
- -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \
- -e 's/#undef HAVE_INTTYPES_H$$/#define HAVE_INTTYPES_H 1/' \
- -e 's/#undef HAVE_LANGINFO_CODESET$$/#define HAVE_LANGINFO_CODESET 1/' \
- -e 's/#undef HAVE_LC_MESSAGES$$/#define HAVE_LC_MESSAGES 1/' \
- -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \
- -e 's/#undef HAVE_LONG_DOUBLE$$/#define HAVE_LONG_DOUBLE 1/' \
- -e 's/#undef HAVE_LONG_LONG$$/#define HAVE_LONG_LONG 1/' \
- -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \
- -e 's/#undef HAVE_MEMORY_H$$/#define HAVE_MEMORY_H 1/' \
- -e 's/#undef HAVE_MMAP$$/#define HAVE_MMAP 1/' \
- -e 's/#undef HAVE_MUNMAP$$/#define HAVE_MUNMAP 1/' \
- -e 's/#undef HAVE_POSIX_PRINTF$$/#define HAVE_POSIX_PRINTF 1/' \
- -e 's/#undef HAVE_PTRDIFF_T$$/#define HAVE_PTRDIFF_T 1/' \
- -e 's/#undef HAVE_PUTENV$$/#define HAVE_PUTENV 1/' \
- -e 's/#undef HAVE_READLINK$$/#define HAVE_READLINK 1/' \
- -e 's/#undef HAVE_SETENV$$/#define HAVE_SETENV 1/' \
- -e 's/#undef HAVE_SETLOCALE$$/#define HAVE_SETLOCALE 1/' \
- -e 's/#undef HAVE_STDBOOL_H$$/#define HAVE_STDBOOL_H 1/' \
- -e 's/#undef HAVE_STDDEF_H$$/#define HAVE_STDDEF_H 1/' \
- -e 's/#undef HAVE_STDLIB_H$$/#define HAVE_STDLIB_H 1/' \
- -e 's/#undef HAVE_STRCASECMP$$/#define HAVE_STRCASECMP 1/' \
- -e 's/#undef HAVE_STRDUP$$/#define HAVE_STRDUP 1/' \
- -e 's/#undef HAVE_STRERROR$$/#define HAVE_STRERROR 1/' \
- -e 's/#undef HAVE_STRINGS_H$$/#define HAVE_STRINGS_H 1/' \
- -e 's/#undef HAVE_STRING_H$$/#define HAVE_STRING_H 1/' \
- -e 's/#undef HAVE_STRSTR$$/#define HAVE_STRSTR 1/' \
- -e 's/#undef HAVE_STRTOUL$$/#define HAVE_STRTOUL 1/' \
- -e 's/#undef HAVE_SYS_PARAM_H$$/#define HAVE_SYS_PARAM_H 1/' \
- -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \
- -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \
- -e 's/#undef HAVE_UNISTD_H$$/#define HAVE_UNISTD_H 1/' \
- -e 's/#undef HAVE_UNSETENV$$/#define HAVE_UNSETENV 1/' \
- -e 's/#undef HAVE_UNSIGNED_LONG_LONG$$/#define HAVE_UNSIGNED_LONG_LONG 1/' \
- -e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \
- -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
- -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
- -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
- -e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
- -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 0/' \
- -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
- -e 's/#undef USE_UNLOCKED_IO$$/#define USE_UNLOCKED_IO 1/' \
- -e 's/#undef __GETOPT_PREFIX$$/#define __GETOPT_PREFIX/' \
- -e 's/#undef realpath$$/#define realpath rpl_realpath/' \
- -e 's/#undef uintmax_t$$/#define uintmax_t unsigned long long/' \
- -e 's/#undef PACKAGE$$/#define PACKAGE "gettext-runtime"/' \
- -e 's/#undef VERSION$$/#define VERSION "$(VERSION)"/' \
- < $(srcdir)/config.h.in; echo; echo '#define alloca __ALLOCA') > $@
-# vms_jackets.h is a header that comes with Compaq's "porting library".
-# KEEP_CRTL_SETLOCALE tells it to not override the native locale support.
-
-intl/libgnuintl.h_vms: intl/libgnuintl.h.in
- sed -e '/IN_LIBGLOCALE/d' \
- -e 's,@''HAVE_POSIX_PRINTF''@,1,g ' \
- -e 's,@''HAVE_ASPRINTF''@,0,g' \
- -e 's,@''HAVE_SNPRINTF''@,0,g' \
- -e 's,@''HAVE_WPRINTF''@,1,g' \
- < $(srcdir)/intl/libgnuintl.h.in > $@
-
-all-local: intl/libgnuintl.h_vms
-
-EXTRA_DIST += Makefile.vms config.h_vms
-
-
# Woe32 support.
config.h.msvc: config.h.in ../version.sh
diff --git a/gettext-runtime/Makefile.vms b/gettext-runtime/Makefile.vms
deleted file mode 100644
index 1db8b709b..000000000
--- a/gettext-runtime/Makefile.vms
+++ /dev/null
@@ -1,227 +0,0 @@
-# -*- Makefile -*- for gettext-runtime on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Programs used by "make":
-
-LN = copy
-RM = -del
-
-#### End of system configuration section. ####
-
-# The libasprintf directory is currently commented out here because the C++
-# compiler does not support the use of std::ostream after #include <iostream>.
-
-all : config.h
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
-
-config.h : config.h_vms
- $(LN) config.h_vms config.h
-
-install :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
-
-installdirs :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
-
-uninstall :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
-
-check : all
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
-
-mostlyclean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- $(RM) config.h;*
-
-clean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- $(RM) config.h;*
-
-distclean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- $(RM) config.h;*
-
-maintainer-clean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
-# set default [.libasprintf]
-# $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
-# set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- $(RM) config.h;*
diff --git a/gettext-runtime/doc/ChangeLog b/gettext-runtime/doc/ChangeLog
index d3ac86c90..bf549d5bb 100644
--- a/gettext-runtime/doc/ChangeLog
+++ b/gettext-runtime/doc/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/doc/Makefile.am b/gettext-runtime/doc/Makefile.am
index ea15d6b4b..538f7d0e6 100644
--- a/gettext-runtime/doc/Makefile.am
+++ b/gettext-runtime/doc/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-runtime/doc subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1997, 2001-2003, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -25,11 +25,6 @@ EXTRA_DIST += nls.texi matrix.texi
EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-runtime/doc/Makefile.vms b/gettext-runtime/doc/Makefile.vms
deleted file mode 100644
index c517ba78e..000000000
--- a/gettext-runtime/doc/Makefile.vms
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/doc on VMS using the MMS utility
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog
index 15bf303df..60223a1d3 100644
--- a/gettext-runtime/intl/ChangeLog
+++ b/gettext-runtime/intl/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.in (DISTFILES.gettext): Remove libgnuintl.h_vms,
+ Makefile.vms.
+ (DISTFILES.obsolete): Add libgnuintl.h_vms, Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in
index c1d5fbde5..0dfd9e992 100644
--- a/gettext-runtime/intl/Makefile.in
+++ b/gettext-runtime/intl/Makefile.in
@@ -160,10 +160,10 @@ $(HEADERS) $(SOURCES)
DISTFILES.generated = plural.c
DISTFILES.normal = VERSION
DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \
-libgnuintl.h_vms Makefile.vms \
libgnuintl.h.msvc-static libgnuintl.h.msvc-shared README.woe32 Makefile.msvc
DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
-COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h
+COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h \
+libgnuintl.h_vms Makefile.vms
all: all-@USE_INCLUDED_LIBINTL@
all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed
diff --git a/gettext-runtime/intl/Makefile.vms b/gettext-runtime/intl/Makefile.vms
deleted file mode 100644
index b6b8eb203..000000000
--- a/gettext-runtime/intl/Makefile.vms
+++ /dev/null
@@ -1,174 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/intl on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make":
-srcdir =
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-bindir = $(exec_prefix).bin
-libdir = $(exec_prefix).lib
-includedir = $(prefix).include
-datadir = $(prefix).share
-localedir = $(datadir).locale
-aliaspath = $(localedir)]
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1","LOCALEDIR=""$(localedir)]""","LOCALE_ALIAS_PATH=""$(aliaspath)""","LIBDIR=""$(libdir)]""","IN_LIBINTL=1"
-
-INCLUDES = /include=([],[-])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-OBJECTS = bindtextdom.obj,dcgettext.obj,dgettext.obj,gettext.obj,finddomain.obj,hash-string.obj,loadmsgcat.obj,localealias.obj,textdomain.obj,l10nflist.obj,explodename.obj,dcigettext.obj,dcngettext.obj,dngettext.obj,ngettext.obj,plural-parse.obj,plural-exp.obj,localcharset.obj,lock.obj,relocatable.obj,langprefs.obj,localename.obj,log.obj,version.obj,osdep.obj,intl-compat.obj
-
-all : intl.olb,libintl.h
- write sys$output "Nothing else to be done for 'all'."
-
-libgnuintl.h :
- $(LN) $(srcdir)libgnuintl.h_vms libgnuintl.h
-
-bindtextdom.obj : $(srcdir)bindtextdom.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)bindtextdom.c
-
-dcgettext.obj : $(srcdir)dcgettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)dcgettext.c
-
-dgettext.obj : $(srcdir)dgettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)dgettext.c
-
-gettext.obj : $(srcdir)gettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)gettext.c
-
-finddomain.obj : $(srcdir)finddomain.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)finddomain.c
-
-hash-string.obj : $(srcdir)hash-string.c,$(srcdir)hash-string.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)hash-string.c
-
-loadmsgcat.obj : $(srcdir)loadmsgcat.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h,$(srcdir)hash-string.h,$(srcdir)plural-exp.h,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)loadmsgcat.c
-
-localealias.obj : $(srcdir)localealias.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h,$(srcdir)lock.h,$(srcdir)relocatable.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)localealias.c
-
-textdomain.obj : $(srcdir)textdomain.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)textdomain.c
-
-l10nflist.obj : $(srcdir)l10nflist.c,libgnuintl.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)l10nflist.c
-
-explodename.obj : $(srcdir)explodename.c,libgnuintl.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)explodename.c
-
-dcigettext.obj : $(srcdir)dcigettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h,$(srcdir)hash-string.h,$(srcdir)plural-exp.h,$(srcdir)eval-plural.h,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)dcigettext.c
-
-dcngettext.obj : $(srcdir)dcngettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)dcngettext.c
-
-dngettext.obj : $(srcdir)dngettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)dngettext.c
-
-ngettext.obj : $(srcdir)ngettext.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)ngettext.c
-
-plural-parse.obj : $(srcdir)plural.c,libgnuintl.h,$(srcdir)plural-exp.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) /obj=plural-parse.obj $(srcdir)plural.c
-
-plural-exp.obj : $(srcdir)plural-exp.c,libgnuintl.h,$(srcdir)plural-exp.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)plural-exp.c
-
-localcharset.obj : $(srcdir)localcharset.c,libgnuintl.h,$(srcdir)localcharset.h,$(srcdir)relocatable.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)localcharset.c
-
-lock.obj : $(srcdir)lock.c,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)lock.c
-
-relocatable.obj : $(srcdir)relocatable.c,libgnuintl.h,$(srcdir)relocatable.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)relocatable.c
-
-langprefs.obj : $(srcdir)langprefs.c,libgnuintl.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)langprefs.c
-
-localename.obj : $(srcdir)localename.c,libgnuintl.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)localename.c
-
-log.obj : $(srcdir)log.c,libgnuintl.h,$(srcdir)lock.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)log.c
-
-version.obj : $(srcdir)version.c,libgnuintl.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)version.c
-
-osdep.obj : $(srcdir)osdep.c,libgnuintl.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)osdep.c
-
-intl-compat.obj : $(srcdir)intl-compat.c,libgnuintl.h,$(srcdir)gettextP.h,$(srcdir)gmo.h,$(srcdir)loadinfo.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) $(srcdir)intl-compat.c
-
-intl.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) intl.olb $(OBJECTS)
-
-libintl.h : libgnuintl.h
- $(LN) libgnuintl.h libintl.h
-
-install : all
- create /directory $(prefix)]
- create /directory $(includedir)]
- $(INSTALL_DATA) libintl.h $(includedir)]libintl.h
- create /directory $(exec_prefix)]
- create /directory $(libdir)]
- $(INSTALL_DATA) intl.olb $(libdir)]intl.olb
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(includedir)]
- create /directory $(exec_prefix)]
- create /directory $(libdir)]
-
-uninstall :
- $(RM) $(includedir)]libintl.h;
- $(RM) $(libdir)]intl.lib;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) libgnuintl.h;*
- $(RM) libintl.h;*
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog
index ca5a27635..bcfb8ff3c 100644
--- a/gettext-runtime/lib/ChangeLog
+++ b/gettext-runtime/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am
index 7c7881639..3c22503e4 100644
--- a/gettext-runtime/lib/Makefile.am
+++ b/gettext-runtime/lib/Makefile.am
@@ -117,11 +117,6 @@ DEFS += -DLIBDIR=\"$(libdir)\"
# <<< gnulib module localcharset.
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-runtime/lib/Makefile.vms b/gettext-runtime/lib/Makefile.vms
deleted file mode 100644
index 30209f9ba..000000000
--- a/gettext-runtime/lib/Makefile.vms
+++ /dev/null
@@ -1,114 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/lib on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-libdir = $(exec_prefix).lib
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1","LIBDIR=""$(libdir)]"""
-
-INCLUDES = /include=([],[-],[-.intl],[-.-.gettext-tools.lib])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-#### End of system configuration section. ####
-
-OBJECTS = basename.obj,c-ctype.obj,c-strcasecmp.obj,closeout.obj,error.obj,fwriteerror.obj,getopt.obj,getopt1.obj,iconvstring.obj,localcharset.obj,progname.obj,progreloc.obj,propername.obj,relocatable.obj,xmalloc.obj,xstrdup.obj
-
-all : grt.olb
- write sys$output "Nothing else to be done for 'all'."
-
-basename.obj : [-.-.gettext-tools.lib]basename.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]basename.c
-
-c-ctype.obj : [-.-.gettext-tools.lib]c-ctype.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]c-ctype.c
-
-c-strcasecmp.obj : [-.-.gettext-tools.lib]c-strcasecmp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]c-strcasecmp.c
-
-closeout.obj : [-.-.gettext-tools.lib]closeout.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]closeout.c
-
-error.obj : [-.-.gettext-tools.lib]error.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]error.c
-
-fwriteerror.obj : [-.-.gettext-tools.lib]fwriteerror.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]fwriteerror.c
-
-getopt.obj : [-.-.gettext-tools.lib]getopt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]getopt.c
-
-getopt1.obj : [-.-.gettext-tools.lib]getopt1.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]getopt1.c
-
-iconvstring.obj : [-.-.gettext-tools.lib]iconvstring.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]iconvstring.c
-
-localcharset.obj : [-.-.gettext-tools.lib]localcharset.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]localcharset.c
-
-progname.obj : [-.-.gettext-tools.lib]progname.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]progname.c
-
-progreloc.obj : [-.-.gettext-tools.lib]progreloc.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]progreloc.c
-
-propername.obj : [-.-.gettext-tools.lib]propername.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]propername.c
-
-relocatable.obj : [-.-.gettext-tools.lib]relocatable.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]relocatable.c
-
-xmalloc.obj : [-.-.gettext-tools.lib]xmalloc.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]xmalloc.c
-
-xstrdup.obj : [-.-.gettext-tools.lib]xstrdup.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]xstrdup.c
-
-grt.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) grt.olb $(OBJECTS)
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog
index 585a7088b..2086e1bc4 100644
--- a/gettext-runtime/libasprintf/ChangeLog
+++ b/gettext-runtime/libasprintf/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (config.h_vms): Remove rule.
+ (EXTRA_DIST): Remove Makefile.vms, config.h_vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am
index 68db9535c..13d6b743f 100644
--- a/gettext-runtime/libasprintf/Makefile.am
+++ b/gettext-runtime/libasprintf/Makefile.am
@@ -182,33 +182,6 @@ uninstall-html:
EXTRA_DIST += texi2html autosprintf_all.html
-# VMS support.
-
-config.h_vms: config.h.in
- (echo '#include <vms_jackets.h>'; \
- sed -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
- -e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
- -e 's/#undef HAVE_INTTYPES_H$$/#define HAVE_INTTYPES_H 1/' \
- -e 's/#undef HAVE_LONG_DOUBLE$$/#define HAVE_LONG_DOUBLE 1/' \
- -e 's/#undef HAVE_LONG_LONG$$/#define HAVE_LONG_LONG 1/' \
- -e 's/#undef HAVE_MEMORY_H$$/#define HAVE_MEMORY_H 1/' \
- -e 's/#undef HAVE_POSIX_PRINTF$$/#define HAVE_POSIX_PRINTF 1/' \
- -e 's/#undef HAVE_PTRDIFF_T$$/#define HAVE_PTRDIFF_T 1/' \
- -e 's/#undef HAVE_STDLIB_H$$/#define HAVE_STDLIB_H 1/' \
- -e 's/#undef HAVE_STRINGS_H$$/#define HAVE_STRINGS_H 1/' \
- -e 's/#undef HAVE_STRING_H$$/#define HAVE_STRING_H 1/' \
- -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \
- -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \
- -e 's/#undef HAVE_UNISTD_H$$/#define HAVE_UNISTD_H 1/' \
- -e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \
- -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
- -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
- -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
- < $(srcdir)/config.h.in; echo; echo '#define alloca __ALLOCA') > $@
-
-EXTRA_DIST += Makefile.vms config.h_vms
-
-
# Woe32 support.
config.h.msvc: config.h.in
diff --git a/gettext-runtime/libasprintf/Makefile.vms b/gettext-runtime/libasprintf/Makefile.vms
deleted file mode 100644
index f243e1a3d..000000000
--- a/gettext-runtime/libasprintf/Makefile.vms
+++ /dev/null
@@ -1,114 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/libasprintf on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-datadir = $(prefix).share
-bindir = $(exec_prefix).bin
-libdir = $(exec_prefix).lib
-includedir = $(prefix).include
-# For this subpackage only.
-sub_docdir = $(datadir).doc.libasprintf
-
-# Programs used by "make":
-
-CC = cc
-CXX = cxx
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-CXXFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1"
-
-INCLUDES = /include=([])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-OBJECTS = lib-asprintf.obj,autosprintf.obj
-
-all : autosprintf.h,asprintf.olb
- write sys$output "Nothing else to be done for 'all'."
-
-autosprintf.h :
- if f$search("autosprintf.h_in") .nes. "" then $(LN) autosprintf.h_in autosprintf.h
- if f$search("autosprintf.h_in") .eqs. "" then $(LN) autosprintf.h.in autosprintf.h
-
-config.h : config.h_vms
- $(LN) config.h_vms config.h
-
-alloca.h : alloca_.h
- $(LN) alloca_.h alloca.h
-
-lib-asprintf.obj : lib-asprintf.c,config.h,printf-args.h,printf-args.c,printf-parse.h,printf-parse.c,alloca.h,vasnprintf.h,vasnprintf.c,asnprintf.c,vasprintf.h,vasprintf.c,asprintf.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) lib-asprintf.c
-
-autosprintf.obj : autosprintf.cc,autosprintf.h,config.h,lib-asprintf.h
- $(CXX) $(INCLUDES) $(CXXFLAGS) /define=($(DEFS)) autosprintf.cc
-
-asprintf.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) asprintf.olb $(OBJECTS)
-
-install : all
- create /directory $(prefix)]
- create /directory $(includedir)]
- $(INSTALL_DATA) autosprintf.h $(includedir)]autosprintf.h
- create /directory $(exec_prefix)]
- create /directory $(libdir)]
- $(INSTALL_DATA) asprintf.olb $(libdir)]asprintf.olb
- create /directory $(datadir)]
- create /directory $(datadir).doc]
- create /directory $(sub_docdir)]
- $(INSTALL_DATA) [.doc]autosprintf_all.html $(sub_docdir)]autosprintf.html
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(includedir)]
- create /directory $(exec_prefix)]
- create /directory $(libdir)]
- create /directory $(datadir)]
- create /directory $(datadir).doc]
- create /directory $(sub_docdir)]
-
-uninstall :
- $(RM) $(includedir)]autosprintf.h;
- $(RM) $(libdir)]asprintf.olb;
- $(RM) $(sub_docdir)]autosprintf.html;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) autosprintf.h;*
- $(RM) config.h;*
- $(RM) alloca.h;*
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/man/ChangeLog b/gettext-runtime/man/ChangeLog
index 74e5baee1..1f3a84522 100644
--- a/gettext-runtime/man/ChangeLog
+++ b/gettext-runtime/man/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am
index 8b2d8c4c0..32baf176f 100644
--- a/gettext-runtime/man/Makefile.am
+++ b/gettext-runtime/man/Makefile.am
@@ -175,11 +175,6 @@ uninstall-html:
done
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-runtime/man/Makefile.vms b/gettext-runtime/man/Makefile.vms
deleted file mode 100644
index 0cf75a189..000000000
--- a/gettext-runtime/man/Makefile.vms
+++ /dev/null
@@ -1,99 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/man on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-datadir = $(prefix).share
-mandir = $(datadir).man
-man1dir = $(mandir).man1
-man3dir = $(mandir).man3
-docdir = $(datadir).doc.gettext
-
-# Programs used by "make":
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(mandir)]
- create /directory $(man1dir)]
- $(INSTALL_DATA) gettext.1.in $(man1dir)]gettext.1
- $(INSTALL_DATA) ngettext.1.in $(man1dir)]ngettext.1
- $(INSTALL_DATA) envsubst.1 $(man1dir)]envsubst.1
- create /directory $(man3dir)]
- $(INSTALL_DATA) gettext.3 $(man3dir)]gettext.3
- $(INSTALL_DATA) ngettext.3 $(man3dir)]ngettext.3
- $(INSTALL_DATA) textdomain.3 $(man3dir)]textdomain.3
- $(INSTALL_DATA) bindtextdomain.3 $(man3dir)]bindtextdomain.3
- $(INSTALL_DATA) bind_textdomain_codeset.3 $(man3dir)]bind_textdomain_codeset.3
- $(INSTALL_DATA) dgettext.3 $(man3dir)]dgettext.3
- $(INSTALL_DATA) dcgettext.3 $(man3dir)]dcgettext.3
- $(INSTALL_DATA) dngettext.3 $(man3dir)]dngettext.3
- $(INSTALL_DATA) dcngettext.3 $(man3dir)]dcngettext.3
- create /directory $(datadir).doc]
- create /directory $(docdir)]
- $(INSTALL_DATA) gettext.1.html.in $(docdir)]gettext.1.html
- $(INSTALL_DATA) ngettext.1.html.in $(docdir)]ngettext.1.html
- $(INSTALL_DATA) envsubst.1.html $(docdir)]envsubst.1.html
- $(INSTALL_DATA) gettext.3.html $(docdir)]gettext.3.html
- $(INSTALL_DATA) ngettext.3.html $(docdir)]ngettext.3.html
- $(INSTALL_DATA) textdomain.3.html $(docdir)]textdomain.3.html
- $(INSTALL_DATA) bindtextdomain.3.html $(docdir)]bindtextdomain.3.html
- $(INSTALL_DATA) bind_textdomain_codeset.3.html $(docdir)]bind_textdomain_codeset.3.html
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(mandir)]
- create /directory $(man1dir)]
- create /directory $(man3dir)]
- create /directory $(datadir).doc]
- create /directory $(docdir)]
-
-uninstall :
- $(RM) $(man1dir)]gettext.1;
- $(RM) $(man1dir)]ngettext.1;
- $(RM) $(man1dir)]envsubst.1;
- $(RM) $(man3dir)]gettext.3;
- $(RM) $(man3dir)]ngettext.3;
- $(RM) $(man3dir)]textdomain.3;
- $(RM) $(man3dir)]bindtextdomain.3;
- $(RM) $(man3dir)]bind_textdomain_codeset.3;
- $(RM) $(man3dir)]dgettext.3;
- $(RM) $(man3dir)]dcgettext.3;
- $(RM) $(man3dir)]dngettext.3;
- $(RM) $(man3dir)]dcngettext.3;
- $(RM) $(docdir)]gettext.1.html;
- $(RM) $(docdir)]ngettext.1.html;
- $(RM) $(docdir)]envsubst.1.html;
- $(RM) $(docdir)]gettext.3.html;
- $(RM) $(docdir)]ngettext.3.html;
- $(RM) $(docdir)]textdomain.3.html;
- $(RM) $(docdir)]bindtextdomain.3.html;
- $(RM) $(docdir)]bind_textdomain_codeset.3.html;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog
index f32a6ecbf..d2e14c534 100644
--- a/gettext-runtime/po/ChangeLog
+++ b/gettext-runtime/po/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Rules-vms: Remove file.
+ * Makefile.vms.sh: Remove file.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/po/Makefile.vms.sh b/gettext-runtime/po/Makefile.vms.sh
deleted file mode 100755
index c79c6951d..000000000
--- a/gettext-runtime/po/Makefile.vms.sh
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/bin/sh
-# Creates Makefile.msvc.
-domain=$1
-catalogs=$2
-
-cat <<\EOF
-# -*- Makefile -*- for po subdirectory on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-datadir = $(prefix).share
-localedir = $(datadir).locale
-
-# Programs used by "make":
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(localedir)]
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- create /directory \$(localedir).${lang}]
- create /directory \$(localedir).${lang}.LC_MESSAGES]
- \$(INSTALL_DATA) ${lang}.gmo \$(localedir).${lang}.LC_MESSAGES]${domain}.mo
-EOF
-done
-cat <<\EOF
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(localedir)]
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- create /directory \$(localedir).${lang}]
- create /directory \$(localedir).${lang}.LC_MESSAGES]
-EOF
-done
-cat <<\EOF
-
-uninstall :
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- \$(RM) \$(localedir).${lang}.LC_MESSAGES]${domain}.mo;
-EOF
-done
-cat <<\EOF
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
-EOF
diff --git a/gettext-runtime/po/Rules-vms b/gettext-runtime/po/Rules-vms
deleted file mode 100644
index f18d270b5..000000000
--- a/gettext-runtime/po/Rules-vms
+++ /dev/null
@@ -1,14 +0,0 @@
-# Special Makefile rules for generating a Makefile.vms.
-
-DISTFILES.extra2 = Rules-vms Makefile.vms.sh Makefile.vms
-
-dist distdir: $(srcdir)/Makefile.vms
-
-# Makefile.vms needs to be redone when LINGUAS has changed. When rebuilding
-# it, ensure that we use the updated value of CATALOGS.
-$(srcdir)/Makefile.vms: $(srcdir)/Makefile.vms.sh LINGUAS
- $(MAKE) Makefile
- $(MAKE) -f Makefile Makefile.vms-update
-
-Makefile.vms-update:
- $(SHELL) $(srcdir)/Makefile.vms.sh $(DOMAIN) '$(GMOFILES)' > $(srcdir)/Makefile.vms
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog
index 15977d895..641047113 100644
--- a/gettext-runtime/src/ChangeLog
+++ b/gettext-runtime/src/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index eb95593a4..13dcf2ee6 100644
--- a/gettext-runtime/src/Makefile.am
+++ b/gettext-runtime/src/Makefile.am
@@ -64,11 +64,6 @@ RELOCATABLE_CONFIG_H_DIR = ..
@SET_RELOCATABLE@
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-runtime/src/Makefile.vms b/gettext-runtime/src/Makefile.vms
deleted file mode 100644
index 1cf17c6bf..000000000
--- a/gettext-runtime/src/Makefile.vms
+++ /dev/null
@@ -1,104 +0,0 @@
-# -*- Makefile -*- for gettext-runtime/src on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-bindir = $(exec_prefix).bin
-datadir = $(prefix).share
-localedir = $(datadir).locale
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1","LOCALEDIR=""$(localedir)]"""
-
-INCLUDES = /include=([],[-],[-.intl],[-.lib],[-.-.gettext-tools.lib])
-
-LDADD = libiconv.opt/opt,[-.-.vms]link_options.opt
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-PROGRAMS = gettext.exe, ngettext.exe, envsubst.exe
-
-gettext_OBJECTS = gettext.obj
-ngettext_OBJECTS = ngettext.obj
-envsubst_OBJECTS = envsubst.obj
-
-all : $(PROGRAMS)
- write sys$output "Nothing else to be done for 'all'."
-
-gettext.obj : gettext.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") gettext.c
-
-ngettext.obj : ngettext.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") ngettext.c
-
-envsubst.obj : envsubst.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") envsubst.c
-
-libiconv.opt :
- if f$search("sys$library:libiconv.olb") .nes. "" then $(LN) [-.-.vms]with-libiconv.opt libiconv.opt
- if f$search("sys$library:libiconv.olb") .eqs. "" then $(LN) [-.-.vms]without-libiconv.opt libiconv.opt
-
-gettext.exe : $(gettext_OBJECTS),libiconv.opt
- link /executable=gettext.exe $(gettext_OBJECTS),[-.lib]grt.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-ngettext.exe : $(ngettext_OBJECTS),libiconv.opt
- link /executable=ngettext.exe $(ngettext_OBJECTS),[-.lib]grt.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-envsubst.exe : $(envsubst_OBJECTS),libiconv.opt
- link /executable=envsubst.exe $(envsubst_OBJECTS),[-.lib]grt.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-install : all
- create /directory $(prefix)]
- create /directory $(exec_prefix)]
- create /directory $(bindir)]
- $(INSTALL_PROGRAM) gettext.exe $(bindir)]gettext.exe
- $(INSTALL_PROGRAM) ngettext.exe $(bindir)]ngettext.exe
- $(INSTALL_PROGRAM) envsubst.exe $(bindir)]envsubst.exe
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(exec_prefix)]
- create /directory $(bindir)]
-
-uninstall :
- $(RM) $(bindir)]gettext.exe;
- $(RM) $(bindir)]ngettext.exe;
- $(RM) $(bindir)]envsubst.exe;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.exe;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-runtime/tests/ChangeLog b/gettext-runtime/tests/ChangeLog
index d2a9a052b..1b0a1c12e 100644
--- a/gettext-runtime/tests/ChangeLog
+++ b/gettext-runtime/tests/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am
index ea5eb0a83..a10a48290 100644
--- a/gettext-runtime/tests/Makefile.am
+++ b/gettext-runtime/tests/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-runtime/tests subdirectory of GNU gettext
-## Copyright (C) 2005 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -35,11 +35,6 @@ clean-local:
rm -rf SunWS_cache
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-runtime/tests/Makefile.vms b/gettext-runtime/tests/Makefile.vms
deleted file mode 100644
index 232113c58..000000000
--- a/gettext-runtime/tests/Makefile.vms
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Makefile -*- for gettext-tools/tests on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog
index e10388cf8..bcecd626b 100644
--- a/gettext-tools/ChangeLog
+++ b/gettext-tools/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (config.h_vms): Remove rule.
+ (EXTRA_DIST): Remove Makefile.vms, config.h_vms.
+
2006-07-22 Bruno Haible <bruno@clisp.org>
* configure.ac: Invoke gl_FUNC_WCWIDTH, gl_MINMAX.
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am
index b5dba5967..cb5a21b9f 100644
--- a/gettext-tools/Makefile.am
+++ b/gettext-tools/Makefile.am
@@ -39,120 +39,6 @@ $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS
cp $(srcdir)/../gettext-runtime/ABOUT-NLS $(srcdir)/ABOUT-NLS
-# VMS support.
-
-config.h_vms: config.h.in ../version.sh
- (echo '#define KEEP_CRTL_SETLOCALE 1'; echo '#include <vms_jackets.h>'; echo '#undef realpath'; \
- sed -e 's/#undef ENABLE_NLS$$/#define ENABLE_NLS 1/' \
- -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
- -e 's/#undef HAVE_ARPA_INET_H$$/#define HAVE_ARPA_INET_H 1/' \
- -e 's/#undef HAVE_BTOWC$$/#define HAVE_BTOWC 1/' \
- -e 's/#undef HAVE_CHOWN$$/#define HAVE_CHOWN 1/' \
- -e 's/#undef HAVE_DECL_GETENV$$/#define HAVE_DECL_GETENV 1/' \
- -e 's/#undef HAVE_DECL_STRDUP$$/#define HAVE_DECL_STRDUP 1/' \
- -e 's/#undef HAVE_DECL_WCWIDTH$$/#define HAVE_DECL_WCWIDTH 1/' \
- -e 's/#undef HAVE_DIRENT_H$$/#define HAVE_DIRENT_H 1/' \
- -e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
- -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
- -e 's/#undef HAVE_FCNTL_H$$/#define HAVE_FCNTL_H 1/' \
- -e 's/#undef HAVE_FWPRINTF$$/#define HAVE_FWPRINTF 1/' \
- -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
- -e 's/#undef HAVE_GETEGID$$/#define HAVE_GETEGID 1/' \
- -e 's/#undef HAVE_GETEUID$$/#define HAVE_GETEUID 1/' \
- -e 's/#undef HAVE_GETGID$$/#define HAVE_GETGID 1/' \
- -e 's/#undef HAVE_GETHOSTBYNAME$$/#define HAVE_GETHOSTBYNAME 1/' \
- -e 's/#undef HAVE_GETHOSTNAME$$/#define HAVE_GETHOSTNAME 1/' \
- -e 's/#undef HAVE_GETPAGESIZE$$/#define HAVE_GETPAGESIZE 1/' \
- -e 's/#undef HAVE_GETTIMEOFDAY$$/#define HAVE_GETTIMEOFDAY 1/' \
- -e 's/#undef HAVE_GETUID$$/#define HAVE_GETUID 1/' \
- -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \
- -e 's/#undef HAVE_INTTYPES_H$$/#define HAVE_INTTYPES_H 1/' \
- -e 's/#undef HAVE_ISASCII$$/#define HAVE_ISASCII 1/' \
- -e 's/#undef HAVE_ISWCNTRL$$/#define HAVE_ISWCNTRL 1/' \
- -e 's/#undef HAVE_ISWPRINT$$/#define HAVE_ISWPRINT 1/' \
- -e 's/#undef HAVE_LANGINFO_CODESET$$/#define HAVE_LANGINFO_CODESET 1/' \
- -e 's/#undef HAVE_LC_MESSAGES$$/#define HAVE_LC_MESSAGES 1/' \
- -e 's/#undef HAVE_LIBEXPAT$$/#define HAVE_LIBEXPAT 1/' \
- -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \
- -e 's/#undef HAVE_LONG_FILE_NAMES$$/#define HAVE_LONG_FILE_NAMES 1/' \
- -e 's/#undef HAVE_MALLOC_H$$/#define HAVE_MALLOC_H 1/' \
- -e 's/#undef HAVE_MBRTOWC$$/#define HAVE_MBRTOWC 1/' \
- -e 's/#undef HAVE_MBSINIT$$/#define HAVE_MBSINIT 1/' \
- -e 's/#undef HAVE_MBSTATE_T$$/#define HAVE_MBSTATE_T 1/' \
- -e 's/#undef HAVE_MEMCHR$$/#define HAVE_MEMCHR 1/' \
- -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \
- -e 's/#undef HAVE_MEMORY_H$$/#define HAVE_MEMORY_H 1/' \
- -e 's/#undef HAVE_MEMSET$$/#define HAVE_MEMSET 1/' \
- -e 's/#undef HAVE_MMAP$$/#define HAVE_MMAP 1/' \
- -e 's/#undef HAVE_MUNMAP$$/#define HAVE_MUNMAP 1/' \
- -e 's/#undef HAVE_NL_TYPES_H$$/#define HAVE_NL_TYPES_H 1/' \
- -e 's/#undef HAVE_PATHCONF$$/#define HAVE_PATHCONF 1/' \
- -e 's/#undef HAVE_POSIX_SIGNALBLOCKING$$/#define HAVE_POSIX_SIGNALBLOCKING 1/' \
- -e 's/#undef HAVE_PTRDIFF_T$$/#define HAVE_PTRDIFF_T 1/' \
- -e 's/#undef HAVE_PUTENV$$/#define HAVE_PUTENV 1/' \
- -e 's/#undef HAVE_RAISE$$/#define HAVE_RAISE 1/' \
- -e 's/#undef HAVE_READLINK$$/#define HAVE_READLINK 1/' \
- -e 's/#undef HAVE_SELECT$$/#define HAVE_SELECT 1/' \
- -e 's/#undef HAVE_SETENV$$/#define HAVE_SETENV 1/' \
- -e 's/#undef HAVE_SETLOCALE$$/#define HAVE_SETLOCALE 1/' \
- -e 's/#undef HAVE_SIG_ATOMIC_T$$/#define HAVE_SIG_ATOMIC_T 1/' \
- -e 's/#undef HAVE_STDBOOL_H$$/#define HAVE_STDBOOL_H 1/' \
- -e 's/#undef HAVE_STDDEF_H$$/#define HAVE_STDDEF_H 1/' \
- -e 's/#undef HAVE_STDLIB_H$$/#define HAVE_STDLIB_H 1/' \
- -e 's/#undef HAVE_STRCASECMP$$/#define HAVE_STRCASECMP 1/' \
- -e 's/#undef HAVE_STRCSPN$$/#define HAVE_STRCSPN 1/' \
- -e 's/#undef HAVE_STRDUP$$/#define HAVE_STRDUP 1/' \
- -e 's/#undef HAVE_STRERROR$$/#define HAVE_STRERROR 1/' \
- -e 's/#undef HAVE_STRINGS_H$$/#define HAVE_STRINGS_H 1/' \
- -e 's/#undef HAVE_STRING_H$$/#define HAVE_STRING_H 1/' \
- -e 's/#undef HAVE_STRNCASECMP$$/#define HAVE_STRNCASECMP 1/' \
- -e 's/#undef HAVE_STRPBRK$$/#define HAVE_STRPBRK 1/' \
- -e 's/#undef HAVE_STRSTR$$/#define HAVE_STRSTR 1/' \
- -e 's/#undef HAVE_STRTOUL$$/#define HAVE_STRTOUL 1/' \
- -e 's/#undef HAVE_SYS_PARAM_H$$/#define HAVE_SYS_PARAM_H 1/' \
- -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \
- -e 's/#undef HAVE_SYS_TIME_H$$/#define HAVE_SYS_TIME_H 1/' \
- -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \
- -e 's/#undef HAVE_TIME_H$$/#define HAVE_TIME_H 1/' \
- -e 's/#undef HAVE_UNAME$$/#define HAVE_UNAME 1/' \
- -e 's/#undef HAVE_UNISTD_H$$/#define HAVE_UNISTD_H 1/' \
- -e 's/#undef HAVE_UNSETENV$$/#define HAVE_UNSETENV 1/' \
- -e 's/#undef HAVE_UNSIGNED_LONG_LONG$$/#define HAVE_UNSIGNED_LONG_LONG 1/' \
- -e 's/#undef HAVE_UTIME$$/#define HAVE_UTIME 1/' \
- -e 's/#undef HAVE_UTIMES$$/#define HAVE_UTIMES 1/' \
- -e 's/#undef HAVE_UTIME_H$$/#define HAVE_UTIME_H 1/' \
- -e 's/#undef HAVE_VFORK$$/#define HAVE_VFORK 1/' \
- -e 's/#undef HAVE_WAITPID$$/#define HAVE_WAITPID 1/' \
- -e 's/#undef HAVE_WCHAR_H$$/#define HAVE_WCHAR_H 1/' \
- -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
- -e 's/#undef HAVE_WCTYPE_H$$/#define HAVE_WCTYPE_H 1/' \
- -e 's/#undef HAVE_WCWIDTH$$/#define HAVE_WCWIDTH 1/' \
- -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
- -e 's/#undef HAVE_WMEMCHR$$/#define HAVE_WMEMCHR 1/' \
- -e 's/#undef HAVE_WMEMCPY$$/#define HAVE_WMEMCPY 1/' \
- -e 's/#undef HAVE_WORKING_VFORK$$/#define HAVE_WORKING_VFORK 1/' \
- -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
- -e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
- -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 0/' \
- -e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
- -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
- -e 's/#undef USE_UNLOCKED_IO$$/#define USE_UNLOCKED_IO 1/' \
- -e 's/#undef __GETOPT_PREFIX$$/#define __GETOPT_PREFIX/' \
- -e 's/#undef eaccess$$/#define eaccess access/' \
- -e 's/#undef fnmatch$$/#define fnmatch rpl_fnmatch/' \
- -e 's/#undef getline$$/#define getline rpl_getline/' \
- -e 's/#undef realpath$$/#define realpath rpl_realpath/' \
- -e 's/#undef restrict$$/#define restrict/' \
- -e 's/#undef uintmax_t$$/#define uintmax_t unsigned long long/' \
- -e 's/#undef PACKAGE$$/#define PACKAGE "gettext-tools"/' \
- -e 's/#undef VERSION$$/#define VERSION "$(VERSION)"/' \
- < $(srcdir)/config.h.in; echo; echo '#define alloca __ALLOCA'; echo '#define pw_gecos pw_name') > $@
-# vms_jackets.h is a header that comes with Compaq's "porting library".
-# KEEP_CRTL_SETLOCALE tells it to not override the native locale support.
-
-EXTRA_DIST += Makefile.vms config.h_vms
-
-
# Woe32 support.
config.h.msvc: config.h.in ../version.sh
diff --git a/gettext-tools/Makefile.vms b/gettext-tools/Makefile.vms
deleted file mode 100644
index a33fa9be2..000000000
--- a/gettext-tools/Makefile.vms
+++ /dev/null
@@ -1,360 +0,0 @@
-# -*- Makefile -*- for gettext-tools on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Programs used by "make":
-
-LN = copy
-RM = delete
-
-#### End of system configuration section. ####
-
-all : config.h
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- create /directory [.intl]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") all
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
- set default [-]
-
-config.h : config.h_vms
- $(LN) config.h_vms config.h
-
-install :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") install
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
- set default [-]
-
-installdirs :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") installdirs
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
- set default [-]
-
-uninstall :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") uninstall
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
- set default [-]
-
-check : all
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") check
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check
- set default [-]
-
-mostlyclean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") mostlyclean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean
- set default [-]
- $(RM) config.h;*
-
-clean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") clean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean
- set default [-]
- $(RM) config.h;*
-
-distclean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") distclean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean
- set default [-]
- $(RM) config.h;*
-
-maintainer-clean :
- set default [.doc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.intl]
- $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") maintainer-clean
- set default [-]
- set default [.lib]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.libgrep]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.libuniname]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.src]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.po]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.projects]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.misc]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.man]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.tests]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- set default [.examples]
- $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean
- set default [-]
- $(RM) config.h;*
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index cce1f6816..2f3da2c13 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am
index 33c5831ab..181a38091 100644
--- a/gettext-tools/doc/Makefile.am
+++ b/gettext-tools/doc/Makefile.am
@@ -221,11 +221,6 @@ dist-html-split:
done
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/doc/Makefile.vms b/gettext-tools/doc/Makefile.vms
deleted file mode 100644
index 4e3639f7b..000000000
--- a/gettext-tools/doc/Makefile.vms
+++ /dev/null
@@ -1,56 +0,0 @@
-# -*- Makefile -*- for gettext-tools/doc on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-datadir = $(prefix).share
-docdir = $(datadir).doc.gettext
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(datadir).doc]
- create /directory $(docdir)]
- $(INSTALL_DATA) FAQ.html $(docdir)]FAQ.html
- $(INSTALL_DATA) tutorial.html $(docdir)]tutorial.html
- $(INSTALL_DATA) gettext_*.html $(docdir)
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(datadir).doc]
- create /directory $(docdir)]
-
-uninstall :
- $(RM) $(docdir)]FAQ.html;
- $(RM) $(docdir)]tutorial.html;
- $(RM) $(docdir)]gettext_*.html;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 2d5b19085..0532083c6 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-23 Bruno Haible <bruno@clisp.org>
* hello-c++-kde/autoclean.sh: Fix syntax error.
diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am
index 49fe31fdb..711d00ba1 100644
--- a/gettext-tools/examples/Makefile.am
+++ b/gettext-tools/examples/Makefile.am
@@ -1144,11 +1144,6 @@ distdir1:
CLEANFILES = tmp-hello-*
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/examples/Makefile.vms b/gettext-tools/examples/Makefile.vms
deleted file mode 100644
index a7d4c0d71..000000000
--- a/gettext-tools/examples/Makefile.vms
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Makefile -*- for gettext-tools/projects on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog
index 9d49777f2..a39d23199 100644
--- a/gettext-tools/lib/ChangeLog
+++ b/gettext-tools/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-22 Bruno Haible <bruno@clisp.org>
* stdbool_.h: Update from gnulib.
diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am
index ee7c79a23..d17e5ab12 100644
--- a/gettext-tools/lib/Makefile.am
+++ b/gettext-tools/lib/Makefile.am
@@ -303,11 +303,6 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed
# <<< gnulib module localcharset.
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/lib/Makefile.vms b/gettext-tools/lib/Makefile.vms
deleted file mode 100644
index 82b9bc410..000000000
--- a/gettext-tools/lib/Makefile.vms
+++ /dev/null
@@ -1,318 +0,0 @@
-# -*- Makefile -*- for gettext-tools/lib on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-libdir = $(exec_prefix).lib
-pkgdatadir = $(datadir).gettext
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1","PKGDATADIR=""$(pkgdatadir)]""","EXEEXT="".exe""","LIBDIR=""$(libdir)]"""
-
-INCLUDES = /include=([],[-],[-.intl])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-OBJECTS = \
- allocsa.obj, \
- argmatch.obj, \
- backupfile.obj, addext.obj, \
- basename.obj, \
- c-ctype.obj, \
- c-strcasecmp.obj, \
- c-strncasecmp.obj, \
- classpath.obj, \
- clean-temp.obj, \
- closeout.obj, \
- copy-file.obj, \
- csharpcomp.obj, \
- csharpexec.obj, \
- error-progname.obj, \
- execute.obj, \
- exitfail.obj, \
- fatal-signal.obj, \
- findprog.obj, \
- fstrcmp.obj, \
- full-write.obj, \
- fwriteerror.obj, \
- gcd.obj, \
- hash.obj, \
- iconvstring.obj, \
- javacomp.obj, \
- javaexec.obj, \
- javaversion.obj, \
- linebreak.obj, \
- mbswidth.obj, \
- obstack.obj, \
- concatpath.obj, \
- pipe.obj, \
- progname.obj, progreloc.obj, \
- propername.obj, \
- quote.obj, \
- quotearg.obj, \
- safe-read.obj, \
- safe-write.obj, \
- sh-quote.obj, \
- tmpdir.obj, \
- wait-process.obj, \
- xmalloc.obj, xstrdup.obj, \
- xallocsa.obj, \
- xerror.obj, \
- xsetenv.obj, \
- xvasprintf.obj, xasprintf.obj, \
- \
- error.obj, \
- fnmatch.obj, \
- getline.obj, \
- getndelim2.obj, \
- getopt.obj, getopt1.obj, \
- mkdtemp.obj, \
- relocatable.obj, \
- stpcpy.obj, \
- stpncpy.obj, \
- vasprintf.obj
-
-all : alloca.h,fnmatch.h,gettextlib.olb
- write sys$output "Nothing else to be done for 'all'."
-
-alloca.h : alloca_.h
- $(LN) alloca_.h alloca.h
-
-fnmatch.h : fnmatch_.h
- $(LN) fnmatch_.h fnmatch.h
-
-allocsa.obj : allocsa.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) allocsa.c
-
-argmatch.obj : argmatch.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) argmatch.c
-
-backupfile.obj : backupfile.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) backupfile.c
-
-addext.obj : addext.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) addext.c
-
-basename.obj : basename.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) basename.c
-
-c-ctype.obj : c-ctype.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) c-ctype.c
-
-c-strcasecmp.obj : c-strcasecmp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) c-strcasecmp.c
-
-c-strncasecmp.obj : c-strncasecmp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) c-strncasecmp.c
-
-classpath.obj : classpath.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) classpath.c
-
-clean-temp.obj : clean-temp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) clean-temp.c
-
-closeout.obj : closeout.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) closeout.c
-
-copy-file.obj : copy-file.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) copy-file.c
-
-csharpcomp.obj : csharpcomp.c,alloca.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) csharpcomp.c
-
-csharpexec.obj : csharpexec.c,alloca.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) csharpexec.c
-
-error-progname.obj : error-progname.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) error-progname.c
-
-execute.obj : execute.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) execute.c
-
-exitfail.obj : exitfail.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) exitfail.c
-
-fatal-signal.obj : fatal-signal.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) fatal-signal.c
-
-findprog.obj : findprog.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) findprog.c
-
-fstrcmp.obj : fstrcmp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) fstrcmp.c
-
-full-write.obj : full-write.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) full-write.c
-
-fwriteerror.obj : fwriteerror.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) fwriteerror.c
-
-gcd.obj : gcd.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) gcd.c
-
-hash.obj : hash.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) hash.c
-
-iconvstring.obj : iconvstring.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) iconvstring.c
-
-javacomp.obj : javacomp.c,alloca.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) javacomp.c
-
-javaexec.obj : javaexec.c,alloca.h
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) javaexec.c
-
-javaversion.obj : javaversion.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) javaversion.c
-
-linebreak.obj : linebreak.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) linebreak.c
-
-mbswidth.obj : mbswidth.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) mbswidth.c
-
-obstack.obj : obstack.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) obstack.c
-
-concatpath.obj : concatpath.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) concatpath.c
-
-pipe.obj : pipe.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) pipe.c
-
-progname.obj : progname.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) progname.c
-
-progreloc.obj : progreloc.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) progreloc.c
-
-propername.obj : propername.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) propername.c
-
-quote.obj : quote.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) quote.c
-
-quotearg.obj : quotearg.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) quotearg.c
-
-safe-read.obj : safe-read.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) safe-read.c
-
-safe-write.obj : safe-write.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) safe-write.c
-
-sh-quote.obj : sh-quote.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) sh-quote.c
-
-tmpdir.obj : tmpdir.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) tmpdir.c
-
-wait-process.obj : wait-process.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) wait-process.c
-
-xmalloc.obj : xmalloc.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xmalloc.c
-
-xstrdup.obj : xstrdup.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xstrdup.c
-
-xallocsa.obj : xallocsa.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xallocsa.c
-
-xerror.obj : xerror.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xerror.c
-
-xsetenv.obj : xsetenv.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xsetenv.c
-
-xvasprintf.obj : xvasprintf.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xvasprintf.c
-
-xasprintf.obj : xasprintf.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xasprintf.c
-
-error.obj : error.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) error.c
-
-fnmatch.obj : fnmatch.c fnmatch.h fnmatch_loop.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) fnmatch.c
-
-getline.obj : getline.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) getline.c
-
-getndelim2.obj : getndelim2.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) getndelim2.c
-
-getopt.obj : getopt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"ELIDE_CODE=1") getopt.c
-
-getopt1.obj : getopt1.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) getopt1.c
-
-mkdtemp.obj : mkdtemp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) mkdtemp.c
-
-relocatable.obj : relocatable.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) relocatable.c
-
-stpcpy.obj : stpcpy.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) stpcpy.c
-
-stpncpy.obj : stpncpy.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) stpncpy.c
-
-vasprintf.obj : vasprintf.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) vasprintf.c
-
-gettextlib.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) gettextlib.olb $(OBJECTS)
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/libgrep/ChangeLog b/gettext-tools/libgrep/ChangeLog
index b41a10f47..b867a7f01 100644
--- a/gettext-tools/libgrep/ChangeLog
+++ b/gettext-tools/libgrep/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am
index 684df49d9..7ae854a68 100644
--- a/gettext-tools/libgrep/Makefile.am
+++ b/gettext-tools/libgrep/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for libgrep directory in GNU gettext package.
-## Copyright (C) 2005 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -50,11 +50,6 @@ EXTRA_DIST += $(LIBADD_SOURCE)
AM_CPPFLAGS = -I.. -I../lib -I$(top_srcdir)/lib -I../intl
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/libgrep/Makefile.vms b/gettext-tools/libgrep/Makefile.vms
deleted file mode 100644
index 6996f2543..000000000
--- a/gettext-tools/libgrep/Makefile.vms
+++ /dev/null
@@ -1,89 +0,0 @@
-# -*- Makefile -*- for gettext-tools/libgrep on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1"
-
-INCLUDES = /include=([],[-],[-.lib])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-#### End of system configuration section. ####
-
-OBJECTS = \
- kwset.obj, \
- dfa.obj, \
- m-common.obj, \
- m-fgrep.obj, \
- m-regex.obj, \
- hard-locale.obj, \
- regex.obj
-
-all : grep.olb
- write sys$output "Nothing else to be done for 'all'."
-
-kwset.obj : kwset.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) kwset.c
-
-dfa.obj : dfa.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) dfa.c
-
-m-common.obj : m-common.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) m-common.c
-
-m-fgrep.obj : m-fgrep.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) m-fgrep.c
-
-m-regex.obj : m-regex.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) m-regex.c
-
-hard-locale.obj : hard-locale.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) hard-locale.c
-
-regex.obj : regex.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) regex.c
-
-grep.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) grep.olb $(OBJECTS)
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/libuniname/ChangeLog b/gettext-tools/libuniname/ChangeLog
index 959c7e83f..8c2952cb1 100644
--- a/gettext-tools/libuniname/ChangeLog
+++ b/gettext-tools/libuniname/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/libuniname/Makefile.am b/gettext-tools/libuniname/Makefile.am
index 3374f6120..6af72cb54 100644
--- a/gettext-tools/libuniname/Makefile.am
+++ b/gettext-tools/libuniname/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for libuniname directory in GNU gettext package.
-## Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
+## Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -41,11 +41,6 @@ test_names_LDADD = libuniname.a ../lib/libgettextlib.la @INTL_MACOSX_LIBS@
EXTRA_DIST += $(TESTS) UnicodeDataNames.txt
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/libuniname/Makefile.vms b/gettext-tools/libuniname/Makefile.vms
deleted file mode 100644
index 25c46a8ea..000000000
--- a/gettext-tools/libuniname/Makefile.vms
+++ /dev/null
@@ -1,64 +0,0 @@
-# -*- Makefile -*- for gettext-tools/libuniname on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1"
-
-INCLUDES = /include=([],[-],[-.lib])
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-#### End of system configuration section. ####
-
-OBJECTS = uniname.obj
-
-all : uniname.olb
- write sys$output "Nothing else to be done for 'all'."
-
-uniname.obj : uniname.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) uniname.c
-
-uniname.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) uniname.olb $(OBJECTS)
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.olb;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/man/ChangeLog b/gettext-tools/man/ChangeLog
index 4de31eae9..a181f09b2 100644
--- a/gettext-tools/man/ChangeLog
+++ b/gettext-tools/man/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am
index 93d45252d..5f8e2e5b1 100644
--- a/gettext-tools/man/Makefile.am
+++ b/gettext-tools/man/Makefile.am
@@ -195,11 +195,6 @@ uninstall-html:
done
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/man/Makefile.vms b/gettext-tools/man/Makefile.vms
deleted file mode 100644
index aa0bc5987..000000000
--- a/gettext-tools/man/Makefile.vms
+++ /dev/null
@@ -1,116 +0,0 @@
-# -*- Makefile -*- for gettext-tools/man on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-datadir = $(prefix).share
-mandir = $(datadir).man
-man1dir = $(mandir).man1
-docdir = $(datadir).doc.gettext
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(mandir)]
- create /directory $(man1dir)]
- $(INSTALL_DATA) msgcmp.1 $(man1dir)]msgcmp.1
- $(INSTALL_DATA) msgfmt.1 $(man1dir)]msgfmt.1
- $(INSTALL_DATA) msgmerge.1 $(man1dir)]msgmerge.1
- $(INSTALL_DATA) msgunfmt.1 $(man1dir)]msgunfmt.1
- $(INSTALL_DATA) xgettext.1 $(man1dir)]xgettext.1
- $(INSTALL_DATA) msgattrib.1 $(man1dir)]msgattrib.1
- $(INSTALL_DATA) msgcat.1 $(man1dir)]msgcat.1
- $(INSTALL_DATA) msgcomm.1 $(man1dir)]msgcomm.1
- $(INSTALL_DATA) msgconv.1 $(man1dir)]msgconv.1
- $(INSTALL_DATA) msgen.1 $(man1dir)]msgen.1
- $(INSTALL_DATA) msgexec.1 $(man1dir)]msgexec.1
- $(INSTALL_DATA) msgfilter.1 $(man1dir)]msgfilter.1
- $(INSTALL_DATA) msggrep.1 $(man1dir)]msggrep.1
- $(INSTALL_DATA) msginit.1 $(man1dir)]msginit.1
- $(INSTALL_DATA) msguniq.1 $(man1dir)]msguniq.1
- create /directory $(datadir).doc]
- create /directory $(docdir)]
- $(INSTALL_DATA) msgcmp.1.html $(docdir)]msgcmp.1.html
- $(INSTALL_DATA) msgfmt.1.html $(docdir)]msgfmt.1.html
- $(INSTALL_DATA) msgmerge.1.html $(docdir)]msgmerge.1.html
- $(INSTALL_DATA) msgunfmt.1.html $(docdir)]msgunfmt.1.html
- $(INSTALL_DATA) xgettext.1.html $(docdir)]xgettext.1.html
- $(INSTALL_DATA) msgattrib.1.html $(docdir)]msgattrib.1.html
- $(INSTALL_DATA) msgcat.1.html $(docdir)]msgcat.1.html
- $(INSTALL_DATA) msgcomm.1.html $(docdir)]msgcomm.1.html
- $(INSTALL_DATA) msgconv.1.html $(docdir)]msgconv.1.html
- $(INSTALL_DATA) msgen.1.html $(docdir)]msgen.1.html
- $(INSTALL_DATA) msgexec.1.html $(docdir)]msgexec.1.html
- $(INSTALL_DATA) msgfilter.1.html $(docdir)]msgfilter.1.html
- $(INSTALL_DATA) msggrep.1.html $(docdir)]msggrep.1.html
- $(INSTALL_DATA) msginit.1.html $(docdir)]msginit.1.html
- $(INSTALL_DATA) msguniq.1.html $(docdir)]msguniq.1.html
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(mandir)]
- create /directory $(man1dir)]
- create /directory $(datadir).doc]
- create /directory $(docdir)]
-
-uninstall :
- $(RM) $(man1dir)]msgcmp.1;
- $(RM) $(man1dir)]msgfmt.1;
- $(RM) $(man1dir)]msgmerge.1;
- $(RM) $(man1dir)]msgunfmt.1;
- $(RM) $(man1dir)]xgettext.1;
- $(RM) $(man1dir)]msgattrib.1;
- $(RM) $(man1dir)]msgcat.1;
- $(RM) $(man1dir)]msgcomm.1;
- $(RM) $(man1dir)]msgconv.1;
- $(RM) $(man1dir)]msgen.1;
- $(RM) $(man1dir)]msgexec.1;
- $(RM) $(man1dir)]msgfilter.1;
- $(RM) $(man1dir)]msggrep.1;
- $(RM) $(man1dir)]msginit.1;
- $(RM) $(man1dir)]msguniq.1;
- $(RM) $(docdir)]msgcmp.1.html;
- $(RM) $(docdir)]msgfmt.1.html;
- $(RM) $(docdir)]msgmerge.1.html;
- $(RM) $(docdir)]msgunfmt.1.html;
- $(RM) $(docdir)]xgettext.1.html;
- $(RM) $(docdir)]msgattrib.1.html;
- $(RM) $(docdir)]msgcat.1.html;
- $(RM) $(docdir)]msgcomm.1.html;
- $(RM) $(docdir)]msgconv.1.html;
- $(RM) $(docdir)]msgen.1.html;
- $(RM) $(docdir)]msgexec.1.html;
- $(RM) $(docdir)]msgfilter.1.html;
- $(RM) $(docdir)]msggrep.1.html;
- $(RM) $(docdir)]msginit.1.html;
- $(RM) $(docdir)]msguniq.1.html;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog
index c9d852855..d40e282bb 100644
--- a/gettext-tools/misc/ChangeLog
+++ b/gettext-tools/misc/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/misc/Makefile.am b/gettext-tools/misc/Makefile.am
index 114777111..2a075c71d 100644
--- a/gettext-tools/misc/Makefile.am
+++ b/gettext-tools/misc/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools/misc subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2000-2003, 2005 Free Software Foundation, Inc.
+## Copyright (C) 1995-1997, 2000-2003, 2005-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -46,11 +46,6 @@ lisp_LISP = start-po.el po-mode.el po-compat.el
EXTRA_DIST += $(lisp_LISP)
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/misc/Makefile.vms b/gettext-tools/misc/Makefile.vms
deleted file mode 100644
index 454d9bc58..000000000
--- a/gettext-tools/misc/Makefile.vms
+++ /dev/null
@@ -1,56 +0,0 @@
-# -*- Makefile -*- for gettext-tools/misc on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-datadir = $(prefix).share
-emacsdir = $(datadir).emacs
-lispdir = $(emacsdir).site-lisp
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(emacsdir)]
- create /directory $(lispdir)]
- $(INSTALL_DATA) po-mode.el $(lispdir)]po-mode.el
- $(INSTALL_DATA) po-compat.el $(lispdir)]po-compat.el
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(emacsdir)]
- create /directory $(lispdir)]
-
-uninstall :
- $(RM) $(lispdir)]po-mode.el;
- $(RM) $(lispdir)]po-compat.el;
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog
index 56b1704f8..df0d08522 100644
--- a/gettext-tools/po/ChangeLog
+++ b/gettext-tools/po/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Rules-vms: Remove file.
+ * Makefile.vms.sh: Remove file.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/po/Makefile.vms.sh b/gettext-tools/po/Makefile.vms.sh
deleted file mode 100755
index c79c6951d..000000000
--- a/gettext-tools/po/Makefile.vms.sh
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/bin/sh
-# Creates Makefile.msvc.
-domain=$1
-catalogs=$2
-
-cat <<\EOF
-# -*- Makefile -*- for po subdirectory on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-datadir = $(prefix).share
-localedir = $(datadir).locale
-
-# Programs used by "make":
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(localedir)]
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- create /directory \$(localedir).${lang}]
- create /directory \$(localedir).${lang}.LC_MESSAGES]
- \$(INSTALL_DATA) ${lang}.gmo \$(localedir).${lang}.LC_MESSAGES]${domain}.mo
-EOF
-done
-cat <<\EOF
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(datadir)]
- create /directory $(localedir)]
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- create /directory \$(localedir).${lang}]
- create /directory \$(localedir).${lang}.LC_MESSAGES]
-EOF
-done
-cat <<\EOF
-
-uninstall :
-EOF
-for cat in $catalogs; do
- cat=`basename $cat`
- lang=`echo $cat | sed -e 's/\.gmo$//'`
-cat <<EOF
- \$(RM) \$(localedir).${lang}.LC_MESSAGES]${domain}.mo;
-EOF
-done
-cat <<\EOF
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
-EOF
diff --git a/gettext-tools/po/Rules-vms b/gettext-tools/po/Rules-vms
deleted file mode 100644
index f18d270b5..000000000
--- a/gettext-tools/po/Rules-vms
+++ /dev/null
@@ -1,14 +0,0 @@
-# Special Makefile rules for generating a Makefile.vms.
-
-DISTFILES.extra2 = Rules-vms Makefile.vms.sh Makefile.vms
-
-dist distdir: $(srcdir)/Makefile.vms
-
-# Makefile.vms needs to be redone when LINGUAS has changed. When rebuilding
-# it, ensure that we use the updated value of CATALOGS.
-$(srcdir)/Makefile.vms: $(srcdir)/Makefile.vms.sh LINGUAS
- $(MAKE) Makefile
- $(MAKE) -f Makefile Makefile.vms-update
-
-Makefile.vms-update:
- $(SHELL) $(srcdir)/Makefile.vms.sh $(DOMAIN) '$(GMOFILES)' > $(srcdir)/Makefile.vms
diff --git a/gettext-tools/projects/ChangeLog b/gettext-tools/projects/ChangeLog
index d478b1f8c..10f80f490 100644
--- a/gettext-tools/projects/ChangeLog
+++ b/gettext-tools/projects/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/projects/Makefile.am b/gettext-tools/projects/Makefile.am
index a105089a3..eb18b682a 100644
--- a/gettext-tools/projects/Makefile.am
+++ b/gettext-tools/projects/Makefile.am
@@ -69,11 +69,6 @@ uninstall-local:
done
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/projects/Makefile.vms b/gettext-tools/projects/Makefile.vms
deleted file mode 100644
index a7d4c0d71..000000000
--- a/gettext-tools/projects/Makefile.vms
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Makefile -*- for gettext-tools/projects on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index f577e4523..6d4e51efe 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-24 Bruno Haible <bruno@clisp.org>
* Makefile.am (include_HEADERS): Remove variable.
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
index adc23a68f..3ad160b9a 100644
--- a/gettext-tools/src/Makefile.am
+++ b/gettext-tools/src/Makefile.am
@@ -487,11 +487,6 @@ RELOCATABLE_CONFIG_H_DIR = ..
@SET_RELOCATABLE@
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/src/Makefile.vms b/gettext-tools/src/Makefile.vms
deleted file mode 100644
index 5896a5a7d..000000000
--- a/gettext-tools/src/Makefile.vms
+++ /dev/null
@@ -1,549 +0,0 @@
-# -*- Makefile -*- for gettext-tools/src on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-# Directories used by "make install":
-prefix = SYS$DATA:[
-exec_prefix = $(prefix)
-bindir = $(exec_prefix).bin
-libdir = $(exec_prefix).lib
-includedir = $(prefix).include
-datadir = $(prefix).share
-localedir = $(datadir).locale
-aliaspath = $(localedir)
-jardir = $(datadir).gettext
-pkgdatadir = $(datadir).gettext
-projectsdir = $(pkgdatadir).projects
-
-# Programs used by "make":
-
-CC = cc
-
-# These flags affect binary compatibility. GNU gettext does not need them,
-# but other packages do, and we need to be binary compatible with them.
-ABIFLAGS = /name=(as_is,short) /float=ieee
-
-WARN_CFLAGS = /warning
-
-OPTIMFLAGS = /optimize
-
-CFLAGS = $(ABIFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS)
-DEFS = "VMS=1","HAVE_CONFIG_H=1","LOCALEDIR=""$(localedir)]""","GETTEXTJAR=""$(jardir)]gettext.jar""","LIBDIR=""$(libdir)]""","GETTEXTDATADIR=""$(pkgdatadir)]""","PROJECTSDIR=""$(projectsdir)"""
-
-INCLUDES = /include=([],[-],[-.libgrep],[-.libuniname],[-.lib],[-.intl],[-.-.gettext-runtime.intl])
-
-LDADD = libiconv.opt/opt,[-.-.vms]link_options.opt
-LDADD_EXPAT = sys$library:expat/lib
-
-AR = library
-AR_FLAGS = /create
-
-LN = copy
-RM = delete
-
-# Programs used by "make install":
-INSTALL = copy
-INSTALL_PROGRAM = copy
-INSTALL_DATA = copy
-
-#### End of system configuration section. ####
-
-PROGRAMS = msgcmp.exe, msgfmt.exe, msgmerge.exe, msgunfmt.exe, xgettext.exe, msgattrib.exe, msgcat.exe, msgcomm.exe, msgconv.exe, msgen.exe, msgexec.exe, msgfilter.exe, msggrep.exe, msginit.exe, msguniq.exe, recode-sr-latin.exe
-
-OBJECTS = \
- message.obj, \
- po-error.obj, \
- read-po-abstract.obj, \
- po-lex.obj, \
- po-gram-gen.obj, \
- po-charset.obj, \
- read-properties.obj, \
- read-stringtable.obj, \
- open-po.obj, \
- dir-list.obj, \
- str-list.obj, \
- read-po.obj, \
- write-properties.obj, \
- write-stringtable.obj, \
- write-po.obj, \
- msgl-ascii.obj, \
- msgl-iconv.obj, \
- msgl-equal.obj, \
- msgl-cat.obj, \
- msgl-english.obj, \
- file-list.obj, \
- msgl-charset.obj, \
- po-time.obj, \
- plural.obj, \
- plural-table.obj, \
- format.obj, \
- format-c.obj, \
- format-sh.obj, \
- format-python.obj, \
- format-lisp.obj, \
- format-elisp.obj, \
- format-librep.obj, \
- format-scheme.obj, \
- format-java.obj, \
- format-csharp.obj, \
- format-awk.obj, \
- format-pascal.obj, \
- format-ycp.obj, \
- format-tcl.obj, \
- format-perl.obj, \
- format-perl-brace.obj, \
- format-php.obj, \
- format-gcc-internal.obj, \
- format-qt.obj, \
- format-boost.obj
-
-msgcmp_OBJECTS = msgcmp.obj
-msgfmt_OBJECTS = msgfmt.obj, write-mo.obj, write-java.obj, write-csharp.obj, write-resources.obj, write-tcl.obj, write-qt.obj, plural-eval.obj, hash-string.obj
-msgmerge_OBJECTS = msgmerge.obj, msgl-fsearch.obj, plural-count.obj
-msgunfmt_OBJECTS = msgunfmt.obj, read-mo.obj, read-java.obj, read-csharp.obj, read-resources.obj, read-tcl.obj
-xgettext_OBJECTS = xgettext.obj, x-c.obj, x-po.obj, x-sh.obj, x-python.obj, x-lisp.obj, x-elisp.obj, x-librep.obj, x-scheme.obj, x-smalltalk.obj, x-java.obj, x-csharp.obj, x-awk.obj, x-ycp.obj, x-tcl.obj, x-perl.obj, x-php.obj, x-rst.obj, x-glade.obj
-msgattrib_OBJECTS = msgattrib.obj
-msgcat_OBJECTS = msgcat.obj
-msgcomm_OBJECTS = msgcomm.obj
-msgconv_OBJECTS = msgconv.obj
-msgen_OBJECTS = msgen.obj
-msgexec_OBJECTS = msgexec.obj
-msgfilter_OBJECTS = msgfilter.obj, filter-sr-latin.obj
-msggrep_OBJECTS = msggrep.obj
-msginit_OBJECTS = msginit.obj, lang-table.obj, plural-count.obj, localealias.obj
-msguniq_OBJECTS = msguniq.obj
-recode_sr_latin_OBJECTS = recode-sr-latin.obj, filter-sr-latin.obj
-
-all : gettextsrc.olb,$(PROGRAMS),gettextpo.olb
- write sys$output "Nothing else to be done for 'all'."
-
-# Compilation rules for $(OBJECTS).
-
-message.obj : message.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) message.c
-
-po-error.obj : po-error.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) po-error.c
-
-read-po-abstract.obj : read-po-abstract.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-po-abstract.c
-
-po-lex.obj : po-lex.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) po-lex.c
-
-po-gram-gen.obj : po-gram-gen.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) po-gram-gen.c
-
-po-charset.obj : po-charset.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) po-charset.c
-
-read-properties.obj : read-properties.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-properties.c
-
-read-stringtable.obj : read-stringtable.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-stringtable.c
-
-open-po.obj : open-po.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) open-po.c
-
-dir-list.obj : dir-list.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) dir-list.c
-
-str-list.obj : str-list.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) str-list.c
-
-read-po.obj : read-po.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-po.c
-
-write-properties.obj : write-properties.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-properties.c
-
-write-stringtable.obj : write-stringtable.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-stringtable.c
-
-write-po.obj : write-po.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-po.c
-
-msgl-ascii.obj : msgl-ascii.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-ascii.c
-
-msgl-iconv.obj : msgl-iconv.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-iconv.c
-
-msgl-equal.obj : msgl-equal.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-equal.c
-
-msgl-cat.obj : msgl-cat.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-cat.c
-
-msgl-english.obj : msgl-english.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-english.c
-
-file-list.obj : file-list.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) file-list.c
-
-msgl-charset.obj : msgl-charset.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-charset.c
-
-po-time.obj : po-time.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) po-time.c
-
-plural.obj : plural.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) plural.c
-
-plural-table.obj : plural-table.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) plural-table.c
-
-format.obj : format.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format.c
-
-format-c.obj : format-c.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-c.c
-
-format-sh.obj : format-sh.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-sh.c
-
-format-python.obj : format-python.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-python.c
-
-format-lisp.obj : format-lisp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-lisp.c
-
-format-elisp.obj : format-elisp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-elisp.c
-
-format-librep.obj : format-librep.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-librep.c
-
-format-scheme.obj : format-scheme.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-scheme.c
-
-format-java.obj : format-java.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-java.c
-
-format-csharp.obj : format-csharp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-csharp.c
-
-format-awk.obj : format-awk.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-awk.c
-
-format-pascal.obj : format-pascal.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-pascal.c
-
-format-ycp.obj : format-ycp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-ycp.c
-
-format-tcl.obj : format-tcl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-tcl.c
-
-format-perl.obj : format-perl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-perl.c
-
-format-perl-brace.obj : format-perl-brace.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-perl-brace.c
-
-format-php.obj : format-php.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-php.c
-
-format-gcc-internal.obj : format-gcc-internal.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-gcc-internal.c
-
-format-qt.obj : format-qt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-qt.c
-
-format-boost.obj : format-boost.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) format-boost.c
-
-gettextsrc.olb : $(OBJECTS)
- $(AR) $(AR_FLAGS) gettextsrc.olb $(OBJECTS)
-
-# Compilation rules for $(program_OBJECTS).
-
-msgcmp.obj : msgcmp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgcmp.c
-
-msgfmt.obj : msgfmt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgfmt.c
-
-write-mo.obj : write-mo.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-mo.c
-
-write-java.obj : write-java.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-java.c
-
-write-csharp.obj : write-csharp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-csharp.c
-
-write-resources.obj : write-resources.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-resources.c
-
-write-tcl.obj : write-tcl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-tcl.c
-
-write-qt.obj : write-qt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) write-qt.c
-
-plural-eval.obj : plural-eval.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) plural-eval.c
-
-hash-string.obj : [-.-.gettext-runtime.intl]hash-string.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-runtime.intl]hash-string.c
-
-msgmerge.obj : msgmerge.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgmerge.c
-
-msgl-fsearch.obj : msgl-fsearch.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) msgl-fsearch.c
-
-plural-count.obj : plural-count.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) plural-count.c
-
-msgunfmt.obj : msgunfmt.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgunfmt.c
-
-read-mo.obj : read-mo.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-mo.c
-
-read-java.obj : read-java.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-java.c
-
-read-csharp.obj : read-csharp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-csharp.c
-
-read-resources.obj : read-resources.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-resources.c
-
-read-tcl.obj : read-tcl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) read-tcl.c
-
-xgettext.obj : xgettext.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") xgettext.c
-
-x-c.obj : x-c.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-c.c
-
-x-po.obj : x-po.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-po.c
-
-x-sh.obj : x-sh.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-sh.c
-
-x-python.obj : x-python.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-python.c
-
-x-lisp.obj : x-lisp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-lisp.c
-
-x-elisp.obj : x-elisp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-elisp.c
-
-x-librep.obj : x-librep.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-librep.c
-
-x-scheme.obj : x-scheme.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-scheme.c
-
-x-smalltalk.obj : x-smalltalk.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-smalltalk.c
-
-x-java.obj : x-java.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-java.c
-
-x-csharp.obj : x-csharp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-csharp.c
-
-x-awk.obj : x-awk.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-awk.c
-
-x-ycp.obj : x-ycp.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-ycp.c
-
-x-tcl.obj : x-tcl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-tcl.c
-
-x-perl.obj : x-perl.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-perl.c
-
-x-php.obj : x-php.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-php.c
-
-x-rst.obj : x-rst.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-rst.c
-
-x-glade.obj : x-glade.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) x-glade.c
-
-msgattrib.obj : msgattrib.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgattrib.c
-
-msgcat.obj : msgcat.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgcat.c
-
-msgcomm.obj : msgcomm.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgcomm.c
-
-msgconv.obj : msgconv.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgconv.c
-
-msgen.obj : msgen.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgen.c
-
-msgexec.obj : msgexec.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgexec.c
-
-msgfilter.obj : msgfilter.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msgfilter.c
-
-msggrep.obj : msggrep.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msggrep.c
-
-msginit.obj : msginit.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msginit.c
-
-lang-table.obj : lang-table.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) lang-table.c
-
-localealias.obj : [-.-.gettext-runtime.intl]localealias.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"LOCALE_ALIAS_PATH=""$(aliaspath)]""") [-.-.gettext-runtime.intl]localealias.c
-
-msguniq.obj : msguniq.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") msguniq.c
-
-filter-sr-latin.obj : filter-sr-latin.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) filter-sr-latin.c
-
-recode-sr-latin.obj : recode-sr-latin.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") recode-sr-latin.c
-
-libiconv.opt :
- if f$search("sys$library:libiconv.olb") .nes. "" then $(LN) [-.-.vms]with-libiconv.opt libiconv.opt
- if f$search("sys$library:libiconv.olb") .eqs. "" then $(LN) [-.-.vms]without-libiconv.opt libiconv.opt
-
-msgcmp.exe : $(msgcmp_OBJECTS),libiconv.opt
- link /executable=msgcmp.exe $(msgcmp_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgfmt.exe : $(msgfmt_OBJECTS),libiconv.opt
- link /executable=msgfmt.exe $(msgfmt_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgmerge.exe : $(msgmerge_OBJECTS),libiconv.opt
- link /executable=msgmerge.exe $(msgmerge_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgunfmt.exe : $(msgunfmt_OBJECTS),libiconv.opt
- link /executable=msgunfmt.exe $(msgunfmt_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-xgettext.exe : $(xgettext_OBJECTS),libiconv.opt
- link /executable=xgettext.exe $(xgettext_OBJECTS),[-.libuniname]uniname.olb/lib,gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD_EXPAT),$(LDADD)
-
-msgattrib.exe : $(msgattrib_OBJECTS),libiconv.opt
- link /executable=msgattrib.exe $(msgattrib_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgcat.exe : $(msgcat_OBJECTS),libiconv.opt
- link /executable=msgcat.exe $(msgcat_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgcomm.exe : $(msgcomm_OBJECTS),libiconv.opt
- link /executable=msgcomm.exe $(msgcomm_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgconv.exe : $(msgconv_OBJECTS),libiconv.opt
- link /executable=msgconv.exe $(msgconv_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgen.exe : $(msgen_OBJECTS),libiconv.opt
- link /executable=msgen.exe $(msgen_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgexec.exe : $(msgexec_OBJECTS),libiconv.opt
- link /executable=msgexec.exe $(msgexec_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msgfilter.exe : $(msgfilter_OBJECTS),libiconv.opt
- link /executable=msgfilter.exe $(msgfilter_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msggrep.exe : $(msggrep_OBJECTS),libiconv.opt
- link /executable=msggrep.exe $(msggrep_OBJECTS),[-.libgrep]grep.olb/lib,gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msginit.exe : $(msginit_OBJECTS),libiconv.opt
- link /executable=msginit.exe $(msginit_OBJECTS),[-.intl]localename.obj,gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-msguniq.exe : $(msguniq_OBJECTS),libiconv.opt
- link /executable=msguniq.exe $(msguniq_OBJECTS),gettextsrc.olb/lib,[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-recode-sr-latin.exe : $(recode_sr_latin_OBJECTS),libiconv.opt
- link /executable=recode-sr-latin.exe $(recode_sr_latin_OBJECTS),[-.lib]gettextlib.olb/lib,[-.intl]intl.olb/lib,$(LDADD)
-
-# Compilation rules for gettextpo.olb objects.
-
-gettext-po.obj : gettext-po.c
- $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) gettext-po.c
-
-gettextpo.olb : gettext-po.obj
- $(AR) $(AR_FLAGS) gettextpo.olb gettext-po.obj
-
-install : all
- create /directory $(prefix)]
- create /directory $(exec_prefix)]
- $(INSTALL_PROGRAM) msgcmp.exe $(bindir)]msgcmp.exe
- $(INSTALL_PROGRAM) msgfmt.exe $(bindir)]msgfmt.exe
- $(INSTALL_PROGRAM) msgmerge.exe $(bindir)]msgmerge.exe
- $(INSTALL_PROGRAM) msgunfmt.exe $(bindir)]msgunfmt.exe
- $(INSTALL_PROGRAM) xgettext.exe $(bindir)]xgettext.exe
- $(INSTALL_PROGRAM) msgattrib.exe $(bindir)]msgattrib.exe
- $(INSTALL_PROGRAM) msgcat.exe $(bindir)]msgcat.exe
- $(INSTALL_PROGRAM) msgcomm.exe $(bindir)]msgcomm.exe
- $(INSTALL_PROGRAM) msgconv.exe $(bindir)]msgconv.exe
- $(INSTALL_PROGRAM) msgen.exe $(bindir)]msgen.exe
- $(INSTALL_PROGRAM) msgexec.exe $(bindir)]msgexec.exe
- $(INSTALL_PROGRAM) msgfilter.exe $(bindir)]msgfilter.exe
- $(INSTALL_PROGRAM) msggrep.exe $(bindir)]msggrep.exe
- $(INSTALL_PROGRAM) msginit.exe $(bindir)]msginit.exe
- $(INSTALL_PROGRAM) msguniq.exe $(bindir)]msguniq.exe
- $(INSTALL_PROGRAM) recode-sr-latin.exe $(bindir)]recode-sr-latin.exe
- create /directory $(datadir)]
- create /directory $(pkgdatadir)]
- $(INSTALL_DATA) msgunfmt.tcl $(pkgdatadir)]msgunfmt.tcl
- create /directory $(includedir)]
- $(INSTALL_DATA) gettext-po.h $(includedir)]gettext-po.h
- create /directory $(libdir)]
- $(INSTALL_DATA) gettextpo.olb $(libdir)]gettextpo.olb
-
-installdirs :
- create /directory $(prefix)]
- create /directory $(exec_prefix)]
- create /directory $(datadir)]
- create /directory $(pkgdatadir)]
- create /directory $(includedir)]
- create /directory $(libdir)]
-
-uninstall :
- $(RM) $(bindir)]msgcmp.exe;
- $(RM) $(bindir)]msgfmt.exe;
- $(RM) $(bindir)]msgmerge.exe;
- $(RM) $(bindir)]msgunfmt.exe;
- $(RM) $(bindir)]xgettext.exe;
- $(RM) $(bindir)]msgattrib.exe;
- $(RM) $(bindir)]msgcat.exe;
- $(RM) $(bindir)]msgcomm.exe;
- $(RM) $(bindir)]msgconv.exe;
- $(RM) $(bindir)]msgen.exe;
- $(RM) $(bindir)]msgexec.exe;
- $(RM) $(bindir)]msgfilter.exe;
- $(RM) $(bindir)]msggrep.exe;
- $(RM) $(bindir)]msginit.exe;
- $(RM) $(bindir)]msguniq.exe;
- $(RM) $(bindir)]recode-sr-latin.exe;
- $(RM) $(pkgdatadir)]msgunfmt.tcl;
- $(RM) $(includedir)]gettext-po.h
- $(RM) $(libdir)]gettextpo.olb
-
-check : all
- write sys$output "Nothing else to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- $(RM) *.obj;*
- $(RM) *.olb;*
- $(RM) *.exe;*
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog
index 09f5f1e68..c9e298826 100644
--- a/gettext-tools/tests/ChangeLog
+++ b/gettext-tools/tests/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am
index 3b2cc7ed0..ba66749f5 100644
--- a/gettext-tools/tests/Makefile.am
+++ b/gettext-tools/tests/Makefile.am
@@ -227,11 +227,6 @@ clean-local:
rm -rf SunWS_cache
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/tests/Makefile.vms b/gettext-tools/tests/Makefile.vms
deleted file mode 100644
index 232113c58..000000000
--- a/gettext-tools/tests/Makefile.vms
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Makefile -*- for gettext-tools/tests on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."
diff --git a/vms/link_options.opt b/vms/link_options.opt
deleted file mode 100644
index d00624296..000000000
--- a/vms/link_options.opt
+++ /dev/null
@@ -1,2 +0,0 @@
-sys$share:vms_jackets/share
-sys$library:decw$xlibshr.exe/share
diff --git a/vms/with-libiconv.opt b/vms/with-libiconv.opt
deleted file mode 100644
index 4635de926..000000000
--- a/vms/with-libiconv.opt
+++ /dev/null
@@ -1 +0,0 @@
-sys$library:libiconv.olb/lib
diff --git a/vms/without-libiconv.opt b/vms/without-libiconv.opt
deleted file mode 100644
index e69de29bb..000000000
--- a/vms/without-libiconv.opt
+++ /dev/null