comparison Makefile.in @ 272:d5392bb5da3c 2.5

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