Mercurial > hg-old > index.cgi
comparison Makefile.in @ 434:b8bf63962a99 3.0
Added various generated files for release
author | lost@l-w.ca |
---|---|
date | Fri, 29 Oct 2010 19:20:39 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
433:b142b473f0ee | 434:b8bf63962a99 |
---|---|
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
7 # This Makefile.in is free software; the Free Software Foundation | |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 VPATH = @srcdir@ | |
18 pkgdatadir = $(datadir)/@PACKAGE@ | |
19 pkgincludedir = $(includedir)/@PACKAGE@ | |
20 pkglibdir = $(libdir)/@PACKAGE@ | |
21 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
23 install_sh_DATA = $(install_sh) -c -m 644 | |
24 install_sh_PROGRAM = $(install_sh) -c | |
25 install_sh_SCRIPT = $(install_sh) -c | |
26 INSTALL_HEADER = $(INSTALL_DATA) | |
27 transform = $(program_transform_name) | |
28 NORMAL_INSTALL = : | |
29 PRE_INSTALL = : | |
30 POST_INSTALL = : | |
31 NORMAL_UNINSTALL = : | |
32 PRE_UNINSTALL = : | |
33 POST_UNINSTALL = : | |
34 build_triplet = @build@ | |
35 host_triplet = @host@ | |
36 subdir = . | |
37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |
39 $(top_srcdir)/configure COPYING ChangeLog INSTALL TODO \ | |
40 config.guess config.sub depcomp install-sh missing | |
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
42 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ | |
43 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/argp.m4 \ | |
44 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dos.m4 \ | |
45 $(top_srcdir)/m4/double-slash-root.m4 \ | |
46 $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/extensions.m4 \ | |
47 $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/getopt.m4 \ | |
48 $(top_srcdir)/m4/gnulib-common.m4 \ | |
49 $(top_srcdir)/m4/gnulib-comp.m4 \ | |
50 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/intmax_t.m4 \ | |
51 $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/longlong.m4 \ | |
52 $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/memchr.m4 \ | |
53 $(top_srcdir)/m4/mempcpy.m4 $(top_srcdir)/m4/mmap-anon.m4 \ | |
54 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/onceonly.m4 \ | |
55 $(top_srcdir)/m4/printf.m4 $(top_srcdir)/m4/rawmemchr.m4 \ | |
56 $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \ | |
57 $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ | |
58 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \ | |
59 $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \ | |
60 $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strchrnul.m4 \ | |
61 $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ | |
62 $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \ | |
63 $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/sysexits.m4 \ | |
64 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/vasnprintf.m4 \ | |
65 $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/vsnprintf.m4 \ | |
66 $(top_srcdir)/m4/wchar.m4 $(top_srcdir)/m4/wchar_t.m4 \ | |
67 $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ | |
68 $(top_srcdir)/configure.ac | |
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
70 $(ACLOCAL_M4) | |
71 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
72 configure.lineno config.status.lineno | |
73 mkinstalldirs = $(install_sh) -d | |
74 CONFIG_HEADER = config.h | |
75 CONFIG_CLEAN_FILES = | |
76 CONFIG_CLEAN_VPATH_FILES = | |
77 SOURCES = | |
78 DIST_SOURCES = | |
79 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
80 html-recursive info-recursive install-data-recursive \ | |
81 install-dvi-recursive install-exec-recursive \ | |
82 install-html-recursive install-info-recursive \ | |
83 install-pdf-recursive install-ps-recursive install-recursive \ | |
84 installcheck-recursive installdirs-recursive pdf-recursive \ | |
85 ps-recursive uninstall-recursive | |
86 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
87 distclean-recursive maintainer-clean-recursive | |
88 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
90 distdir dist dist-all distcheck | |
91 ETAGS = etags | |
92 CTAGS = ctags | |
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
94 distdir = $(PACKAGE)-$(VERSION) | |
95 top_distdir = $(distdir) | |
96 am__remove_distdir = \ | |
97 { test ! -d "$(distdir)" \ | |
98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
99 && rm -fr "$(distdir)"; }; } | |
100 am__relativize = \ | |
101 dir0=`pwd`; \ | |
102 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
103 sed_rest='s,^[^/]*/*,,'; \ | |
104 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
105 sed_butlast='s,/*[^/]*$$,,'; \ | |
106 while test -n "$$dir1"; do \ | |
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
108 if test "$$first" != "."; then \ | |
109 if test "$$first" = ".."; then \ | |
110 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
111 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
112 else \ | |
113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
114 if test "$$first2" = "$$first"; then \ | |
115 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
116 else \ | |
117 dir2="../$$dir2"; \ | |
118 fi; \ | |
119 dir0="$$dir0"/"$$first"; \ | |
120 fi; \ | |
121 fi; \ | |
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
123 done; \ | |
124 reldir="$$dir2" | |
125 DIST_ARCHIVES = $(distdir).tar.gz | |
126 GZIP_ENV = --best | |
127 distuninstallcheck_listfiles = find . -type f -print | |
128 distcleancheck_listfiles = find . -type f -print | |
129 ACLOCAL = @ACLOCAL@ | |
130 ALLOCA = @ALLOCA@ | |
131 ALLOCA_H = @ALLOCA_H@ | |
132 AMTAR = @AMTAR@ | |
133 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ | |
134 AUTOCONF = @AUTOCONF@ | |
135 AUTOHEADER = @AUTOHEADER@ | |
136 AUTOMAKE = @AUTOMAKE@ | |
137 AWK = @AWK@ | |
138 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ | |
139 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ | |
140 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ | |
141 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ | |
142 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ | |
143 CC = @CC@ | |
144 CCDEPMODE = @CCDEPMODE@ | |
145 CFLAGS = @CFLAGS@ | |
146 CPP = @CPP@ | |
147 CPPFLAGS = @CPPFLAGS@ | |
148 CYGPATH_W = @CYGPATH_W@ | |
149 DEFS = @DEFS@ | |
150 DEPDIR = @DEPDIR@ | |
151 ECHO_C = @ECHO_C@ | |
152 ECHO_N = @ECHO_N@ | |
153 ECHO_T = @ECHO_T@ | |
154 EGREP = @EGREP@ | |
155 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ | |
156 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ | |
157 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ | |
158 ENOLINK_VALUE = @ENOLINK_VALUE@ | |
159 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ | |
160 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ | |
161 ERRNO_H = @ERRNO_H@ | |
162 EXEEXT = @EXEEXT@ | |
163 FLOAT_H = @FLOAT_H@ | |
164 GETOPT_H = @GETOPT_H@ | |
165 GNULIB_ATOLL = @GNULIB_ATOLL@ | |
166 GNULIB_BTOWC = @GNULIB_BTOWC@ | |
167 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ | |
168 GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ | |
169 GNULIB_CHOWN = @GNULIB_CHOWN@ | |
170 GNULIB_CLOSE = @GNULIB_CLOSE@ | |
171 GNULIB_DPRINTF = @GNULIB_DPRINTF@ | |
172 GNULIB_DUP2 = @GNULIB_DUP2@ | |
173 GNULIB_DUP3 = @GNULIB_DUP3@ | |
174 GNULIB_ENVIRON = @GNULIB_ENVIRON@ | |
175 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ | |
176 GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ | |
177 GNULIB_FCHDIR = @GNULIB_FCHDIR@ | |
178 GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ | |
179 GNULIB_FCLOSE = @GNULIB_FCLOSE@ | |
180 GNULIB_FFLUSH = @GNULIB_FFLUSH@ | |
181 GNULIB_FOPEN = @GNULIB_FOPEN@ | |
182 GNULIB_FPRINTF = @GNULIB_FPRINTF@ | |
183 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ | |
184 GNULIB_FPURGE = @GNULIB_FPURGE@ | |
185 GNULIB_FPUTC = @GNULIB_FPUTC@ | |
186 GNULIB_FPUTS = @GNULIB_FPUTS@ | |
187 GNULIB_FREOPEN = @GNULIB_FREOPEN@ | |
188 GNULIB_FSEEK = @GNULIB_FSEEK@ | |
189 GNULIB_FSEEKO = @GNULIB_FSEEKO@ | |
190 GNULIB_FSYNC = @GNULIB_FSYNC@ | |
191 GNULIB_FTELL = @GNULIB_FTELL@ | |
192 GNULIB_FTELLO = @GNULIB_FTELLO@ | |
193 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ | |
194 GNULIB_FWRITE = @GNULIB_FWRITE@ | |
195 GNULIB_GETCWD = @GNULIB_GETCWD@ | |
196 GNULIB_GETDELIM = @GNULIB_GETDELIM@ | |
197 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ | |
198 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ | |
199 GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ | |
200 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ | |
201 GNULIB_GETLINE = @GNULIB_GETLINE@ | |
202 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ | |
203 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ | |
204 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ | |
205 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ | |
206 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ | |
207 GNULIB_LCHOWN = @GNULIB_LCHOWN@ | |
208 GNULIB_LINK = @GNULIB_LINK@ | |
209 GNULIB_LINKAT = @GNULIB_LINKAT@ | |
210 GNULIB_LSEEK = @GNULIB_LSEEK@ | |
211 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ | |
212 GNULIB_MBRLEN = @GNULIB_MBRLEN@ | |
213 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ | |
214 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ | |
215 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ | |
216 GNULIB_MBSCHR = @GNULIB_MBSCHR@ | |
217 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ | |
218 GNULIB_MBSINIT = @GNULIB_MBSINIT@ | |
219 GNULIB_MBSLEN = @GNULIB_MBSLEN@ | |
220 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ | |
221 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ | |
222 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ | |
223 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ | |
224 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ | |
225 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ | |
226 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ | |
227 GNULIB_MBSSEP = @GNULIB_MBSSEP@ | |
228 GNULIB_MBSSPN = @GNULIB_MBSSPN@ | |
229 GNULIB_MBSSTR = @GNULIB_MBSSTR@ | |
230 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ | |
231 GNULIB_MEMCHR = @GNULIB_MEMCHR@ | |
232 GNULIB_MEMMEM = @GNULIB_MEMMEM@ | |
233 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ | |
234 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ | |
235 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ | |
236 GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ | |
237 GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ | |
238 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ | |
239 GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ | |
240 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ | |
241 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ | |
242 GNULIB_PERROR = @GNULIB_PERROR@ | |
243 GNULIB_PIPE2 = @GNULIB_PIPE2@ | |
244 GNULIB_POPEN = @GNULIB_POPEN@ | |
245 GNULIB_PREAD = @GNULIB_PREAD@ | |
246 GNULIB_PRINTF = @GNULIB_PRINTF@ | |
247 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ | |
248 GNULIB_PUTC = @GNULIB_PUTC@ | |
249 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ | |
250 GNULIB_PUTENV = @GNULIB_PUTENV@ | |
251 GNULIB_PUTS = @GNULIB_PUTS@ | |
252 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ | |
253 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ | |
254 GNULIB_READLINK = @GNULIB_READLINK@ | |
255 GNULIB_READLINKAT = @GNULIB_READLINKAT@ | |
256 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ | |
257 GNULIB_REALPATH = @GNULIB_REALPATH@ | |
258 GNULIB_REMOVE = @GNULIB_REMOVE@ | |
259 GNULIB_RENAME = @GNULIB_RENAME@ | |
260 GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ | |
261 GNULIB_RMDIR = @GNULIB_RMDIR@ | |
262 GNULIB_RPMATCH = @GNULIB_RPMATCH@ | |
263 GNULIB_SETENV = @GNULIB_SETENV@ | |
264 GNULIB_SLEEP = @GNULIB_SLEEP@ | |
265 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ | |
266 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ | |
267 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ | |
268 GNULIB_STPCPY = @GNULIB_STPCPY@ | |
269 GNULIB_STPNCPY = @GNULIB_STPNCPY@ | |
270 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ | |
271 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ | |
272 GNULIB_STRDUP = @GNULIB_STRDUP@ | |
273 GNULIB_STRERROR = @GNULIB_STRERROR@ | |
274 GNULIB_STRNDUP = @GNULIB_STRNDUP@ | |
275 GNULIB_STRNLEN = @GNULIB_STRNLEN@ | |
276 GNULIB_STRPBRK = @GNULIB_STRPBRK@ | |
277 GNULIB_STRSEP = @GNULIB_STRSEP@ | |
278 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ | |
279 GNULIB_STRSTR = @GNULIB_STRSTR@ | |
280 GNULIB_STRTOD = @GNULIB_STRTOD@ | |
281 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ | |
282 GNULIB_STRTOLL = @GNULIB_STRTOLL@ | |
283 GNULIB_STRTOULL = @GNULIB_STRTOULL@ | |
284 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ | |
285 GNULIB_SYMLINK = @GNULIB_SYMLINK@ | |
286 GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ | |
287 GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@ | |
288 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ | |
289 GNULIB_UNLINK = @GNULIB_UNLINK@ | |
290 GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ | |
291 GNULIB_UNSETENV = @GNULIB_UNSETENV@ | |
292 GNULIB_USLEEP = @GNULIB_USLEEP@ | |
293 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ | |
294 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ | |
295 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ | |
296 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ | |
297 GNULIB_VPRINTF = @GNULIB_VPRINTF@ | |
298 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ | |
299 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ | |
300 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ | |
301 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ | |
302 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ | |
303 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ | |
304 GNULIB_WCTOB = @GNULIB_WCTOB@ | |
305 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ | |
306 GNULIB_WRITE = @GNULIB_WRITE@ | |
307 GREP = @GREP@ | |
308 HAVE_ATOLL = @HAVE_ATOLL@ | |
309 HAVE_BTOWC = @HAVE_BTOWC@ | |
310 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@ | |
311 HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ | |
312 HAVE_CHOWN = @HAVE_CHOWN@ | |
313 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ | |
314 HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ | |
315 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ | |
316 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ | |
317 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ | |
318 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ | |
319 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ | |
320 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ | |
321 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ | |
322 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ | |
323 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ | |
324 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@ | |
325 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@ | |
326 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ | |
327 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ | |
328 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ | |
329 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ | |
330 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ | |
331 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ | |
332 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ | |
333 HAVE_DPRINTF = @HAVE_DPRINTF@ | |
334 HAVE_DUP2 = @HAVE_DUP2@ | |
335 HAVE_DUP3 = @HAVE_DUP3@ | |
336 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ | |
337 HAVE_FACCESSAT = @HAVE_FACCESSAT@ | |
338 HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ | |
339 HAVE_FSYNC = @HAVE_FSYNC@ | |
340 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ | |
341 HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@ | |
342 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ | |
343 HAVE_GETGROUPS = @HAVE_GETGROUPS@ | |
344 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ | |
345 HAVE_GETOPT_H = @HAVE_GETOPT_H@ | |
346 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ | |
347 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ | |
348 HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@ | |
349 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ | |
350 HAVE_LCHOWN = @HAVE_LCHOWN@ | |
351 HAVE_LINK = @HAVE_LINK@ | |
352 HAVE_LINKAT = @HAVE_LINKAT@ | |
353 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ | |
354 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@ | |
355 HAVE_MBRLEN = @HAVE_MBRLEN@ | |
356 HAVE_MBRTOWC = @HAVE_MBRTOWC@ | |
357 HAVE_MBSINIT = @HAVE_MBSINIT@ | |
358 HAVE_MBSLEN = @HAVE_MBSLEN@ | |
359 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ | |
360 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ | |
361 HAVE_MEMPCPY = @HAVE_MEMPCPY@ | |
362 HAVE_MKDTEMP = @HAVE_MKDTEMP@ | |
363 HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ | |
364 HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ | |
365 HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ | |
366 HAVE_OS_H = @HAVE_OS_H@ | |
367 HAVE_PIPE2 = @HAVE_PIPE2@ | |
368 HAVE_PREAD = @HAVE_PREAD@ | |
369 HAVE_RANDOM_H = @HAVE_RANDOM_H@ | |
370 HAVE_RANDOM_R = @HAVE_RANDOM_R@ | |
371 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ | |
372 HAVE_READLINK = @HAVE_READLINK@ | |
373 HAVE_READLINKAT = @HAVE_READLINKAT@ | |
374 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@ | |
375 HAVE_REALPATH = @HAVE_REALPATH@ | |
376 HAVE_RENAMEAT = @HAVE_RENAMEAT@ | |
377 HAVE_RPMATCH = @HAVE_RPMATCH@ | |
378 HAVE_SETENV = @HAVE_SETENV@ | |
379 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ | |
380 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ | |
381 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ | |
382 HAVE_SLEEP = @HAVE_SLEEP@ | |
383 HAVE_STDINT_H = @HAVE_STDINT_H@ | |
384 HAVE_STPCPY = @HAVE_STPCPY@ | |
385 HAVE_STPNCPY = @HAVE_STPNCPY@ | |
386 HAVE_STRCASECMP = @HAVE_STRCASECMP@ | |
387 HAVE_STRCASESTR = @HAVE_STRCASESTR@ | |
388 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ | |
389 HAVE_STRPBRK = @HAVE_STRPBRK@ | |
390 HAVE_STRSEP = @HAVE_STRSEP@ | |
391 HAVE_STRTOD = @HAVE_STRTOD@ | |
392 HAVE_STRTOLL = @HAVE_STRTOLL@ | |
393 HAVE_STRTOULL = @HAVE_STRTOULL@ | |
394 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ | |
395 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ | |
396 HAVE_SYMLINK = @HAVE_SYMLINK@ | |
397 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ | |
398 HAVE_SYSEXITS_H = @HAVE_SYSEXITS_H@ | |
399 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ | |
400 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ | |
401 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ | |
402 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ | |
403 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ | |
404 HAVE_UNISTD_H = @HAVE_UNISTD_H@ | |
405 HAVE_UNLINKAT = @HAVE_UNLINKAT@ | |
406 HAVE_UNSETENV = @HAVE_UNSETENV@ | |
407 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ | |
408 HAVE_USLEEP = @HAVE_USLEEP@ | |
409 HAVE_VASPRINTF = @HAVE_VASPRINTF@ | |
410 HAVE_VDPRINTF = @HAVE_VDPRINTF@ | |
411 HAVE_WCHAR_H = @HAVE_WCHAR_H@ | |
412 HAVE_WCHAR_T = @HAVE_WCHAR_T@ | |
413 HAVE_WCRTOMB = @HAVE_WCRTOMB@ | |
414 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ | |
415 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ | |
416 HAVE_WINT_T = @HAVE_WINT_T@ | |
417 HAVE__BOOL = @HAVE__BOOL@ | |
418 INCLUDE_NEXT = @INCLUDE_NEXT@ | |
419 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ | |
420 INSTALL = @INSTALL@ | |
421 INSTALL_DATA = @INSTALL_DATA@ | |
422 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
423 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
424 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
425 LDFLAGS = @LDFLAGS@ | |
426 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ | |
427 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ | |
428 LIBINTL = @LIBINTL@ | |
429 LIBOBJS = @LIBOBJS@ | |
430 LIBS = @LIBS@ | |
431 LTLIBINTL = @LTLIBINTL@ | |
432 LTLIBOBJS = @LTLIBOBJS@ | |
433 MAKEINFO = @MAKEINFO@ | |
434 MKDIR_P = @MKDIR_P@ | |
435 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ | |
436 NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ | |
437 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ | |
438 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ | |
439 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ | |
440 NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ | |
441 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ | |
442 NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@ | |
443 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ | |
444 NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H = @NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H@ | |
445 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ | |
446 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ | |
447 NEXT_ERRNO_H = @NEXT_ERRNO_H@ | |
448 NEXT_FLOAT_H = @NEXT_FLOAT_H@ | |
449 NEXT_GETOPT_H = @NEXT_GETOPT_H@ | |
450 NEXT_STDDEF_H = @NEXT_STDDEF_H@ | |
451 NEXT_STDINT_H = @NEXT_STDINT_H@ | |
452 NEXT_STDIO_H = @NEXT_STDIO_H@ | |
453 NEXT_STDLIB_H = @NEXT_STDLIB_H@ | |
454 NEXT_STRINGS_H = @NEXT_STRINGS_H@ | |
455 NEXT_STRING_H = @NEXT_STRING_H@ | |
456 NEXT_SYSEXITS_H = @NEXT_SYSEXITS_H@ | |
457 NEXT_UNISTD_H = @NEXT_UNISTD_H@ | |
458 NEXT_WCHAR_H = @NEXT_WCHAR_H@ | |
459 OBJEXT = @OBJEXT@ | |
460 PACKAGE = @PACKAGE@ | |
461 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
462 PACKAGE_NAME = @PACKAGE_NAME@ | |
463 PACKAGE_STRING = @PACKAGE_STRING@ | |
464 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
465 PACKAGE_URL = @PACKAGE_URL@ | |
466 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
467 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
468 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ | |
469 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ | |
470 RANLIB = @RANLIB@ | |
471 REPLACE_BTOWC = @REPLACE_BTOWC@ | |
472 REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ | |
473 REPLACE_CHOWN = @REPLACE_CHOWN@ | |
474 REPLACE_CLOSE = @REPLACE_CLOSE@ | |
475 REPLACE_DPRINTF = @REPLACE_DPRINTF@ | |
476 REPLACE_DUP = @REPLACE_DUP@ | |
477 REPLACE_DUP2 = @REPLACE_DUP2@ | |
478 REPLACE_FCHDIR = @REPLACE_FCHDIR@ | |
479 REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ | |
480 REPLACE_FCLOSE = @REPLACE_FCLOSE@ | |
481 REPLACE_FFLUSH = @REPLACE_FFLUSH@ | |
482 REPLACE_FOPEN = @REPLACE_FOPEN@ | |
483 REPLACE_FPRINTF = @REPLACE_FPRINTF@ | |
484 REPLACE_FPURGE = @REPLACE_FPURGE@ | |
485 REPLACE_FREOPEN = @REPLACE_FREOPEN@ | |
486 REPLACE_FSEEK = @REPLACE_FSEEK@ | |
487 REPLACE_FSEEKO = @REPLACE_FSEEKO@ | |
488 REPLACE_FTELL = @REPLACE_FTELL@ | |
489 REPLACE_FTELLO = @REPLACE_FTELLO@ | |
490 REPLACE_GETCWD = @REPLACE_GETCWD@ | |
491 REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ | |
492 REPLACE_GETLINE = @REPLACE_GETLINE@ | |
493 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ | |
494 REPLACE_LCHOWN = @REPLACE_LCHOWN@ | |
495 REPLACE_LINK = @REPLACE_LINK@ | |
496 REPLACE_LINKAT = @REPLACE_LINKAT@ | |
497 REPLACE_LSEEK = @REPLACE_LSEEK@ | |
498 REPLACE_MBRLEN = @REPLACE_MBRLEN@ | |
499 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ | |
500 REPLACE_MBSINIT = @REPLACE_MBSINIT@ | |
501 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ | |
502 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ | |
503 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ | |
504 REPLACE_MEMCHR = @REPLACE_MEMCHR@ | |
505 REPLACE_MEMMEM = @REPLACE_MEMMEM@ | |
506 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ | |
507 REPLACE_NULL = @REPLACE_NULL@ | |
508 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ | |
509 REPLACE_PERROR = @REPLACE_PERROR@ | |
510 REPLACE_POPEN = @REPLACE_POPEN@ | |
511 REPLACE_PREAD = @REPLACE_PREAD@ | |
512 REPLACE_PRINTF = @REPLACE_PRINTF@ | |
513 REPLACE_PUTENV = @REPLACE_PUTENV@ | |
514 REPLACE_READLINK = @REPLACE_READLINK@ | |
515 REPLACE_REALPATH = @REPLACE_REALPATH@ | |
516 REPLACE_REMOVE = @REPLACE_REMOVE@ | |
517 REPLACE_RENAME = @REPLACE_RENAME@ | |
518 REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ | |
519 REPLACE_RMDIR = @REPLACE_RMDIR@ | |
520 REPLACE_SETENV = @REPLACE_SETENV@ | |
521 REPLACE_SLEEP = @REPLACE_SLEEP@ | |
522 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ | |
523 REPLACE_SPRINTF = @REPLACE_SPRINTF@ | |
524 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ | |
525 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ | |
526 REPLACE_STRDUP = @REPLACE_STRDUP@ | |
527 REPLACE_STRERROR = @REPLACE_STRERROR@ | |
528 REPLACE_STRNDUP = @REPLACE_STRNDUP@ | |
529 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ | |
530 REPLACE_STRSTR = @REPLACE_STRSTR@ | |
531 REPLACE_STRTOD = @REPLACE_STRTOD@ | |
532 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ | |
533 REPLACE_SYMLINK = @REPLACE_SYMLINK@ | |
534 REPLACE_UNLINK = @REPLACE_UNLINK@ | |
535 REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ | |
536 REPLACE_UNSETENV = @REPLACE_UNSETENV@ | |
537 REPLACE_USLEEP = @REPLACE_USLEEP@ | |
538 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ | |
539 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ | |
540 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ | |
541 REPLACE_VPRINTF = @REPLACE_VPRINTF@ | |
542 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ | |
543 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ | |
544 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ | |
545 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ | |
546 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ | |
547 REPLACE_WCTOB = @REPLACE_WCTOB@ | |
548 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ | |
549 REPLACE_WRITE = @REPLACE_WRITE@ | |
550 SET_MAKE = @SET_MAKE@ | |
551 SHELL = @SHELL@ | |
552 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ | |
553 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ | |
554 STDBOOL_H = @STDBOOL_H@ | |
555 STDDEF_H = @STDDEF_H@ | |
556 STDINT_H = @STDINT_H@ | |
557 STRIP = @STRIP@ | |
558 SYSEXITS_H = @SYSEXITS_H@ | |
559 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ | |
560 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ | |
561 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ | |
562 VERSION = @VERSION@ | |
563 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ | |
564 WINT_T_SUFFIX = @WINT_T_SUFFIX@ | |
565 abs_builddir = @abs_builddir@ | |
566 abs_srcdir = @abs_srcdir@ | |
567 abs_top_builddir = @abs_top_builddir@ | |
568 abs_top_srcdir = @abs_top_srcdir@ | |
569 ac_ct_CC = @ac_ct_CC@ | |
570 am__include = @am__include@ | |
571 am__leading_dot = @am__leading_dot@ | |
572 am__quote = @am__quote@ | |
573 am__tar = @am__tar@ | |
574 am__untar = @am__untar@ | |
575 bindir = @bindir@ | |
576 build = @build@ | |
577 build_alias = @build_alias@ | |
578 build_cpu = @build_cpu@ | |
579 build_os = @build_os@ | |
580 build_vendor = @build_vendor@ | |
581 builddir = @builddir@ | |
582 datadir = @datadir@ | |
583 datarootdir = @datarootdir@ | |
584 docdir = @docdir@ | |
585 dvidir = @dvidir@ | |
586 exec_prefix = @exec_prefix@ | |
587 gl_LIBOBJS = @gl_LIBOBJS@ | |
588 gl_LTLIBOBJS = @gl_LTLIBOBJS@ | |
589 gltests_LIBOBJS = @gltests_LIBOBJS@ | |
590 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ | |
591 host = @host@ | |
592 host_alias = @host_alias@ | |
593 host_cpu = @host_cpu@ | |
594 host_os = @host_os@ | |
595 host_vendor = @host_vendor@ | |
596 htmldir = @htmldir@ | |
597 includedir = @includedir@ | |
598 infodir = @infodir@ | |
599 install_sh = @install_sh@ | |
600 libdir = @libdir@ | |
601 libexecdir = @libexecdir@ | |
602 localedir = @localedir@ | |
603 localstatedir = @localstatedir@ | |
604 mandir = @mandir@ | |
605 mkdir_p = @mkdir_p@ | |
606 oldincludedir = @oldincludedir@ | |
607 pdfdir = @pdfdir@ | |
608 prefix = @prefix@ | |
609 program_transform_name = @program_transform_name@ | |
610 psdir = @psdir@ | |
611 sbindir = @sbindir@ | |
612 sharedstatedir = @sharedstatedir@ | |
613 srcdir = @srcdir@ | |
614 sysconfdir = @sysconfdir@ | |
615 target_alias = @target_alias@ | |
616 top_build_prefix = @top_build_prefix@ | |
617 top_builddir = @top_builddir@ | |
618 top_srcdir = @top_srcdir@ | |
619 ACLOCAL_AMFLAGS = -I m4 | |
620 SUBDIRS = lib lwlib lwasm lwlink lwar lwdisasm | |
621 DIST_SUBDIRS = lib lwlib lwasm lwlink lwar lwdisasm doc | |
622 EXTRA_DIST = m4/gnulib-cache.m4 | |
623 all: config.h | |
624 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
625 | |
626 .SUFFIXES: | |
627 am--refresh: | |
628 @: | |
629 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
630 @for dep in $?; do \ | |
631 case '$(am__configure_deps)' in \ | |
632 *$$dep*) \ | |
633 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | |
634 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |
635 && exit 0; \ | |
636 exit 1;; \ | |
637 esac; \ | |
638 done; \ | |
639 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |
640 $(am__cd) $(top_srcdir) && \ | |
641 $(AUTOMAKE) --foreign Makefile | |
642 .PRECIOUS: Makefile | |
643 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
644 @case '$?' in \ | |
645 *config.status*) \ | |
646 echo ' $(SHELL) ./config.status'; \ | |
647 $(SHELL) ./config.status;; \ | |
648 *) \ | |
649 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
650 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
651 esac; | |
652 | |
653 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
654 $(SHELL) ./config.status --recheck | |
655 | |
656 $(top_srcdir)/configure: $(am__configure_deps) | |
657 $(am__cd) $(srcdir) && $(AUTOCONF) | |
658 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
659 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
660 $(am__aclocal_m4_deps): | |
661 | |
662 config.h: stamp-h1 | |
663 @if test ! -f $@; then \ | |
664 rm -f stamp-h1; \ | |
665 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ | |
666 else :; fi | |
667 | |
668 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
669 @rm -f stamp-h1 | |
670 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
671 $(srcdir)/config.h.in: $(am__configure_deps) | |
672 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
673 rm -f stamp-h1 | |
674 touch $@ | |
675 | |
676 distclean-hdr: | |
677 -rm -f config.h stamp-h1 | |
678 | |
679 # This directory's subdirectories are mostly independent; you can cd | |
680 # into them and run `make' without going through this Makefile. | |
681 # To change the values of `make' variables: instead of editing Makefiles, | |
682 # (1) if the variable is set in `config.status', edit `config.status' | |
683 # (which will cause the Makefiles to be regenerated when you run `make'); | |
684 # (2) otherwise, pass the desired values on the `make' command line. | |
685 $(RECURSIVE_TARGETS): | |
686 @fail= failcom='exit 1'; \ | |
687 for f in x $$MAKEFLAGS; do \ | |
688 case $$f in \ | |
689 *=* | --[!k]*);; \ | |
690 *k*) failcom='fail=yes';; \ | |
691 esac; \ | |
692 done; \ | |
693 dot_seen=no; \ | |
694 target=`echo $@ | sed s/-recursive//`; \ | |
695 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
696 echo "Making $$target in $$subdir"; \ | |
697 if test "$$subdir" = "."; then \ | |
698 dot_seen=yes; \ | |
699 local_target="$$target-am"; \ | |
700 else \ | |
701 local_target="$$target"; \ | |
702 fi; \ | |
703 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
704 || eval $$failcom; \ | |
705 done; \ | |
706 if test "$$dot_seen" = "no"; then \ | |
707 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
708 fi; test -z "$$fail" | |
709 | |
710 $(RECURSIVE_CLEAN_TARGETS): | |
711 @fail= failcom='exit 1'; \ | |
712 for f in x $$MAKEFLAGS; do \ | |
713 case $$f in \ | |
714 *=* | --[!k]*);; \ | |
715 *k*) failcom='fail=yes';; \ | |
716 esac; \ | |
717 done; \ | |
718 dot_seen=no; \ | |
719 case "$@" in \ | |
720 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
721 *) list='$(SUBDIRS)' ;; \ | |
722 esac; \ | |
723 rev=''; for subdir in $$list; do \ | |
724 if test "$$subdir" = "."; then :; else \ | |
725 rev="$$subdir $$rev"; \ | |
726 fi; \ | |
727 done; \ | |
728 rev="$$rev ."; \ | |
729 target=`echo $@ | sed s/-recursive//`; \ | |
730 for subdir in $$rev; do \ | |
731 echo "Making $$target in $$subdir"; \ | |
732 if test "$$subdir" = "."; then \ | |
733 local_target="$$target-am"; \ | |
734 else \ | |
735 local_target="$$target"; \ | |
736 fi; \ | |
737 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
738 || eval $$failcom; \ | |
739 done && test -z "$$fail" | |
740 tags-recursive: | |
741 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
742 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
743 done | |
744 ctags-recursive: | |
745 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
746 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
747 done | |
748 | |
749 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
750 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
751 unique=`for i in $$list; do \ | |
752 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
753 done | \ | |
754 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
755 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
756 mkid -fID $$unique | |
757 tags: TAGS | |
758 | |
759 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
760 $(TAGS_FILES) $(LISP) | |
761 set x; \ | |
762 here=`pwd`; \ | |
763 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
764 include_option=--etags-include; \ | |
765 empty_fix=.; \ | |
766 else \ | |
767 include_option=--include; \ | |
768 empty_fix=; \ | |
769 fi; \ | |
770 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
771 if test "$$subdir" = .; then :; else \ | |
772 test ! -f $$subdir/TAGS || \ | |
773 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
774 fi; \ | |
775 done; \ | |
776 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
777 unique=`for i in $$list; do \ | |
778 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
779 done | \ | |
780 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
781 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
782 shift; \ | |
783 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
784 test -n "$$unique" || unique=$$empty_fix; \ | |
785 if test $$# -gt 0; then \ | |
786 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
787 "$$@" $$unique; \ | |
788 else \ | |
789 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
790 $$unique; \ | |
791 fi; \ | |
792 fi | |
793 ctags: CTAGS | |
794 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
795 $(TAGS_FILES) $(LISP) | |
796 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
797 unique=`for i in $$list; do \ | |
798 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
799 done | \ | |
800 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
801 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
802 test -z "$(CTAGS_ARGS)$$unique" \ | |
803 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
804 $$unique | |
805 | |
806 GTAGS: | |
807 here=`$(am__cd) $(top_builddir) && pwd` \ | |
808 && $(am__cd) $(top_srcdir) \ | |
809 && gtags -i $(GTAGS_ARGS) "$$here" | |
810 | |
811 distclean-tags: | |
812 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
813 | |
814 distdir: $(DISTFILES) | |
815 $(am__remove_distdir) | |
816 test -d "$(distdir)" || mkdir "$(distdir)" | |
817 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
818 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
819 list='$(DISTFILES)'; \ | |
820 dist_files=`for file in $$list; do echo $$file; done | \ | |
821 sed -e "s|^$$srcdirstrip/||;t" \ | |
822 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
823 case $$dist_files in \ | |
824 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
825 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
826 sort -u` ;; \ | |
827 esac; \ | |
828 for file in $$dist_files; do \ | |
829 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
830 if test -d $$d/$$file; then \ | |
831 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
832 if test -d "$(distdir)/$$file"; then \ | |
833 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
834 fi; \ | |
835 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
836 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
837 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
838 fi; \ | |
839 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
840 else \ | |
841 test -f "$(distdir)/$$file" \ | |
842 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
843 || exit 1; \ | |
844 fi; \ | |
845 done | |
846 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
847 if test "$$subdir" = .; then :; else \ | |
848 test -d "$(distdir)/$$subdir" \ | |
849 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
850 || exit 1; \ | |
851 fi; \ | |
852 done | |
853 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
854 if test "$$subdir" = .; then :; else \ | |
855 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
856 $(am__relativize); \ | |
857 new_distdir=$$reldir; \ | |
858 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
859 $(am__relativize); \ | |
860 new_top_distdir=$$reldir; \ | |
861 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
862 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
863 ($(am__cd) $$subdir && \ | |
864 $(MAKE) $(AM_MAKEFLAGS) \ | |
865 top_distdir="$$new_top_distdir" \ | |
866 distdir="$$new_distdir" \ | |
867 am__remove_distdir=: \ | |
868 am__skip_length_check=: \ | |
869 am__skip_mode_fix=: \ | |
870 distdir) \ | |
871 || exit 1; \ | |
872 fi; \ | |
873 done | |
874 -test -n "$(am__skip_mode_fix)" \ | |
875 || find "$(distdir)" -type d ! -perm -755 \ | |
876 -exec chmod u+rwx,go+rx {} \; -o \ | |
877 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
878 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
879 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
880 || chmod -R a+r "$(distdir)" | |
881 dist-gzip: distdir | |
882 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
883 $(am__remove_distdir) | |
884 | |
885 dist-bzip2: distdir | |
886 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
887 $(am__remove_distdir) | |
888 | |
889 dist-lzma: distdir | |
890 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
891 $(am__remove_distdir) | |
892 | |
893 dist-xz: distdir | |
894 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
895 $(am__remove_distdir) | |
896 | |
897 dist-tarZ: distdir | |
898 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
899 $(am__remove_distdir) | |
900 | |
901 dist-shar: distdir | |
902 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
903 $(am__remove_distdir) | |
904 | |
905 dist-zip: distdir | |
906 -rm -f $(distdir).zip | |
907 zip -rq $(distdir).zip $(distdir) | |
908 $(am__remove_distdir) | |
909 | |
910 dist dist-all: distdir | |
911 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
912 $(am__remove_distdir) | |
913 | |
914 # This target untars the dist file and tries a VPATH configuration. Then | |
915 # it guarantees that the distribution is self-contained by making another | |
916 # tarfile. | |
917 distcheck: dist | |
918 case '$(DIST_ARCHIVES)' in \ | |
919 *.tar.gz*) \ | |
920 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
921 *.tar.bz2*) \ | |
922 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
923 *.tar.lzma*) \ | |
924 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
925 *.tar.xz*) \ | |
926 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
927 *.tar.Z*) \ | |
928 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
929 *.shar.gz*) \ | |
930 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
931 *.zip*) \ | |
932 unzip $(distdir).zip ;;\ | |
933 esac | |
934 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
935 mkdir $(distdir)/_build | |
936 mkdir $(distdir)/_inst | |
937 chmod a-w $(distdir) | |
938 test -d $(distdir)/_build || exit 0; \ | |
939 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
940 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
941 && am__cwd=`pwd` \ | |
942 && $(am__cd) $(distdir)/_build \ | |
943 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
944 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
945 && $(MAKE) $(AM_MAKEFLAGS) \ | |
946 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
947 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
948 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
949 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
950 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
951 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
952 distuninstallcheck \ | |
953 && chmod -R a-w "$$dc_install_base" \ | |
954 && ({ \ | |
955 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
956 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
957 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
958 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
959 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
960 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
961 && rm -rf "$$dc_destdir" \ | |
962 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
963 && rm -rf $(DIST_ARCHIVES) \ | |
964 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
965 && cd "$$am__cwd" \ | |
966 || exit 1 | |
967 $(am__remove_distdir) | |
968 @(echo "$(distdir) archives ready for distribution: "; \ | |
969 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
970 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
971 distuninstallcheck: | |
972 @$(am__cd) '$(distuninstallcheck_dir)' \ | |
973 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
974 || { echo "ERROR: files left after uninstall:" ; \ | |
975 if test -n "$(DESTDIR)"; then \ | |
976 echo " (check DESTDIR support)"; \ | |
977 fi ; \ | |
978 $(distuninstallcheck_listfiles) ; \ | |
979 exit 1; } >&2 | |
980 distcleancheck: distclean | |
981 @if test '$(srcdir)' = . ; then \ | |
982 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
983 exit 1 ; \ | |
984 fi | |
985 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
986 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
987 $(distcleancheck_listfiles) ; \ | |
988 exit 1; } >&2 | |
989 check-am: all-am | |
990 check: check-recursive | |
991 all-am: Makefile config.h | |
992 installdirs: installdirs-recursive | |
993 installdirs-am: | |
994 install: install-recursive | |
995 install-exec: install-exec-recursive | |
996 install-data: install-data-recursive | |
997 uninstall: uninstall-recursive | |
998 | |
999 install-am: all-am | |
1000 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
1001 | |
1002 installcheck: installcheck-recursive | |
1003 install-strip: | |
1004 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
1005 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
1006 `test -z '$(STRIP)' || \ | |
1007 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
1008 mostlyclean-generic: | |
1009 | |
1010 clean-generic: | |
1011 | |
1012 distclean-generic: | |
1013 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
1014 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
1015 | |
1016 maintainer-clean-generic: | |
1017 @echo "This command is intended for maintainers to use" | |
1018 @echo "it deletes files that may require special tools to rebuild." | |
1019 clean: clean-recursive | |
1020 | |
1021 clean-am: clean-generic mostlyclean-am | |
1022 | |
1023 distclean: distclean-recursive | |
1024 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
1025 -rm -f Makefile | |
1026 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
1027 | |
1028 dvi: dvi-recursive | |
1029 | |
1030 dvi-am: | |
1031 | |
1032 html: html-recursive | |
1033 | |
1034 html-am: | |
1035 | |
1036 info: info-recursive | |
1037 | |
1038 info-am: | |
1039 | |
1040 install-data-am: | |
1041 | |
1042 install-dvi: install-dvi-recursive | |
1043 | |
1044 install-dvi-am: | |
1045 | |
1046 install-exec-am: | |
1047 | |
1048 install-html: install-html-recursive | |
1049 | |
1050 install-html-am: | |
1051 | |
1052 install-info: install-info-recursive | |
1053 | |
1054 install-info-am: | |
1055 | |
1056 install-man: | |
1057 | |
1058 install-pdf: install-pdf-recursive | |
1059 | |
1060 install-pdf-am: | |
1061 | |
1062 install-ps: install-ps-recursive | |
1063 | |
1064 install-ps-am: | |
1065 | |
1066 installcheck-am: | |
1067 | |
1068 maintainer-clean: maintainer-clean-recursive | |
1069 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
1070 -rm -rf $(top_srcdir)/autom4te.cache | |
1071 -rm -f Makefile | |
1072 maintainer-clean-am: distclean-am maintainer-clean-generic | |
1073 | |
1074 mostlyclean: mostlyclean-recursive | |
1075 | |
1076 mostlyclean-am: mostlyclean-generic | |
1077 | |
1078 pdf: pdf-recursive | |
1079 | |
1080 pdf-am: | |
1081 | |
1082 ps: ps-recursive | |
1083 | |
1084 ps-am: | |
1085 | |
1086 uninstall-am: | |
1087 | |
1088 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ | |
1089 ctags-recursive install-am install-strip tags-recursive | |
1090 | |
1091 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
1092 all all-am am--refresh check check-am clean clean-generic \ | |
1093 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
1094 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ | |
1095 distclean distclean-generic distclean-hdr distclean-tags \ | |
1096 distcleancheck distdir distuninstallcheck dvi dvi-am html \ | |
1097 html-am info info-am install install-am install-data \ | |
1098 install-data-am install-dvi install-dvi-am install-exec \ | |
1099 install-exec-am install-html install-html-am install-info \ | |
1100 install-info-am install-man install-pdf install-pdf-am \ | |
1101 install-ps install-ps-am install-strip installcheck \ | |
1102 installcheck-am installdirs installdirs-am maintainer-clean \ | |
1103 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ | |
1104 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am | |
1105 | |
1106 | |
1107 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
1108 # Otherwise a system limit (for SysV at least) may be exceeded. | |
1109 .NOEXPORT: |