summaryrefslogtreecommitdiff
path: root/gettext-tools/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-07-26 12:00:58 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:41 +0200
commit68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2 (patch)
treecffae758c9e06abd3a213d6366e774f6b47ce9ef /gettext-tools/Makefile.am
parent0c5db0a77cb1b631382c69566504028fd3bd1dca (diff)
downloadgettext-68fca0cbbd8055f63c5ba9075b6a5ab5d3389bb2.tar.gz
Remove MSVC/nmake build support.
Diffstat (limited to 'gettext-tools/Makefile.am')
-rw-r--r--gettext-tools/Makefile.am80
1 files changed, 1 insertions, 79 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am
index cb5a21b9f..7627f53c5 100644
--- a/gettext-tools/Makefile.am
+++ b/gettext-tools/Makefile.am
@@ -41,85 +41,7 @@ $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS
# Woe32 support.
-config.h.msvc: config.h.in ../version.sh
- sed -e 's/#undef ENABLE_NLS$$/#define ENABLE_NLS 1/' \
- -e 's/#undef ENABLE_RELOCATABLE$$/#define ENABLE_RELOCATABLE 1/' \
- -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
- -e 's/#undef HAVE_BTOWC$$/#define HAVE_BTOWC 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_STRERROR$$/#define HAVE_DECL_STRERROR 1/' \
- -e 's/#undef HAVE_DECL_WCWIDTH$$/#define HAVE_DECL_WCWIDTH 0/' \
- -e 's/#undef HAVE_DECL__SNPRINTF$$/#define HAVE_DECL__SNPRINTF 1/' \
- -e 's/#undef HAVE_DECL__SNWPRINTF$$/#define HAVE_DECL__SNWPRINTF 1/' \
- -e 's/#undef HAVE_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 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_GETHOSTBYNAME$$/#define HAVE_GETHOSTBYNAME 1/' \
- -e 's/#undef HAVE_GETHOSTNAME$$/#define HAVE_GETHOSTNAME 1/' \
- -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 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_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \
- -e 's/#undef HAVE_LONG_FILE_NAMES$$/#define HAVE_LONG_FILE_NAMES 1/' \
- -e 's/#undef HAVE_MEMCHR$$/#define HAVE_MEMCHR 1/' \
- -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \
- -e 's/#undef HAVE_MEMSET$$/#define HAVE_MEMSET 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_SEARCH_H$$/#define HAVE_SEARCH_H 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_STDDEF_H$$/#define HAVE_STDDEF_H 1/' \
- -e 's/#undef HAVE_STDLIB_H$$/#define HAVE_STDLIB_H 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_STRING_H$$/#define HAVE_STRING_H 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_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_TIME_H$$/#define HAVE_TIME_H 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_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_WPRINTF$$/#define HAVE_WPRINTF 1/' \
- -e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
- -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 1/' \
- -e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
- -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 4294967295U/' \
- -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
- -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 fnmatch$$/#define fnmatch rpl_fnmatch/' \
- -e 's/#undef getline$$/#define getline rpl_getline/' \
- -e 's/#undef inline$$/#define inline __inline/' \
- -e 's/#undef mode_t$$/#define mode_t int/' \
- -e 's/#undef pid_t$$/#define pid_t int/' \
- -e 's/#undef restrict$$/#define restrict/' \
- -e 's/#undef ssize_t$$/#define ssize_t int/' \
- -e 's/#undef uintmax_t$$/#define uintmax_t unsigned long/' \
- -e 's/#undef PACKAGE$$/#define PACKAGE "gettext-tools"/' \
- -e 's/#undef VERSION$$/#define VERSION "$(VERSION)"/' \
- -e '/#undef INSTALLPREFIX$$/d' \
- < $(srcdir)/config.h.in > $@
-
-windows/stdbool.h: lib/stdbool_.h
- test -d windows || mkdir windows
- sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool_.h > $@
-
-all-local : windows/stdbool.h
-
-EXTRA_DIST += README.woe32 Makefile.msvc config.h.msvc windows/alloca.h windows/fnmatch.h windows/getopt.h windows/stdbool.h windows/gettextlib.def windows/gettextsrc.def windows/gettextpo.def windows/gettextlib.rc windows/gettextsrc.rc windows/gettextpo.rc
+EXTRA_DIST += README.woe32
# Cygwin support.