blob: 765622d2951e0c8415e1a8972a0c23d67ed6c345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
## Makefile for the gettext-runtime directory of GNU gettext
## Copyright (C) 1995-1999, 2000-2003 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
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../config/m4
MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@
SUBDIRS = doc intl intl-java lib @SUBDIR_libasprintf@ src po man m4
DIST_SUBDIRS = doc intl intl-java lib libasprintf src po man m4
EXTRA_DIST = BUGS
# Files installed for the user and for use by gettextize.
gettextsrcdir = $(datadir)/gettext
gettextsrc_DATA = ABOUT-NLS
# Documentation tag not known to automake.
html:
cd doc && $(MAKE) html
all-local: ABOUT-NLS
ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
rm -f $(srcdir)/ABOUT-NLS \
&& $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
-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_DECL_STRERROR$$/#define HAVE_DECL_STRERROR 1/' \
-e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 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_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_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \
-e 's/#undef HAVE_MALLOC_H$$/#define HAVE_MALLOC_H 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_NL_TYPES_H$$/#define HAVE_NL_TYPES_H 1/' \
-e 's/#undef HAVE_PUTENV$$/#define HAVE_PUTENV 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_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_VPRINTF$$/#define HAVE_VPRINTF 1/' \
-e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
-e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
-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)"/' \
< $<; 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.
EXTRA_DIST += Makefile.vms config.h_vms
# 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_DECL_STRERROR$$/#define HAVE_DECL_STRERROR 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_GETCWD$$/#define HAVE_GETCWD 1/' \
-e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \
-e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \
-e 's/#undef HAVE_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \
-e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \
-e 's/#undef HAVE_PUTENV$$/#define HAVE_PUTENV 1/' \
-e 's/#undef HAVE_SETLOCALE$$/#define HAVE_SETLOCALE 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_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_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_VPRINTF$$/#define HAVE_VPRINTF 1/' \
-e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
-e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
-e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
-e 's/#undef inline$$/#define inline/' \
-e 's/#undef uintmax_t$$/#define uintmax_t unsigned long/' \
-e 's/#undef PACKAGE$$/#define PACKAGE "gettext-runtime"/' \
-e 's/#undef VERSION$$/#define VERSION "$(VERSION)"/' \
-e '/#undef INSTALLPREFIX$$/d' \
< $< > $@
intl/libgnuintl.h.msvc-shared: intl/libgnuintl.h.in windows/dllexport.h
sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' -e '/#define _LIBINTL_H/r windows/dllexport.h' < $< > $@
all-local: intl/libgnuintl.h.msvc-shared
EXTRA_DIST += README.woe32 Makefile.msvc config.h.msvc windows/dllexport.h windows/intl.rc
|