add falcon support to vmmc
[openwrt/svn-archive/archive.git] / package / ltq-vmmc / patches / 400-falcon.patch
1 --- a/configure.in
2 +++ b/configure.in
3 @@ -986,6 +986,11 @@ AC_ARG_WITH(device,
4 AC_DEFINE([SYSTEM_VR9],[1],[enable VR9 specific code])
5 AM_CONDITIONAL(VR9, true)
6 ;;
7 + FALCON)
8 + AC_MSG_RESULT(FALCON device is used);
9 + AC_DEFINE([SYSTEM_FALCON],[1],[enable FALCON specific code])
10 + AM_CONDITIONAL(FALCON, true)
11 + ;;
12 *)
13 AC_MSG_ERROR([Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9]);
14 ;;
15 --- a/src/Makefile.am
16 +++ b/src/Makefile.am
17 @@ -70,6 +70,11 @@ drv_vmmc_SOURCES +=\
18 mps/drv_mps_vmmc_ar9.c
19 endif
20
21 +if FALCON
22 +drv_vmmc_SOURCES +=\
23 + mps/drv_mps_vmmc_falcon.c
24 +endif
25 +
26 endif
27
28 if PMC_SUPPORT
29 --- a/src/Makefile.in
30 +++ b/src/Makefile.in
31 @@ -1,8 +1,9 @@
32 -# Makefile.in generated by automake 1.9.2 from Makefile.am.
33 +# Makefile.in generated by automake 1.11.1 from Makefile.am.
34 # @configure_input@
35
36 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37 -# 2003, 2004 Free Software Foundation, Inc.
38 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
39 +# Inc.
40 # This Makefile.in is free software; the Free Software Foundation
41 # gives unlimited permission to copy and/or distribute it,
42 # with or without modifications, as long as this notice is preserved.
43 @@ -25,17 +26,12 @@
44 #
45 #
46
47 -SOURCES = $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES) $(drv_vmmc_ko_SOURCES)
48 -
49 -srcdir = @srcdir@
50 -top_srcdir = @top_srcdir@
51 VPATH = @srcdir@
52 pkgdatadir = $(datadir)/@PACKAGE@
53 -pkglibdir = $(libdir)/@PACKAGE@
54 pkgincludedir = $(includedir)/@PACKAGE@
55 -top_builddir = ..
56 +pkglibdir = $(libdir)/@PACKAGE@
57 +pkglibexecdir = $(libexecdir)/@PACKAGE@
58 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59 -INSTALL = @INSTALL@
60 install_sh_DATA = $(install_sh) -c -m 644
61 install_sh_PROGRAM = $(install_sh) -c
62 install_sh_SCRIPT = $(install_sh) -c
63 @@ -66,33 +62,36 @@ POST_UNINSTALL = :
64 @VMMC_WITH_MPS_TRUE@@VR9_TRUE@am__append_5 = \
65 @VMMC_WITH_MPS_TRUE@@VR9_TRUE@ mps/drv_mps_vmmc_ar9.c
66
67 -@PMC_SUPPORT_TRUE@am__append_6 = \
68 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@am__append_6 = \
69 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@ mps/drv_mps_vmmc_falcon.c
70 +
71 +@PMC_SUPPORT_TRUE@am__append_7 = \
72 @PMC_SUPPORT_TRUE@ drv_vmmc_pmc.c
73
74 -@EVALUATION_TRUE@am__append_7 = \
75 +@EVALUATION_TRUE@am__append_8 = \
76 @EVALUATION_TRUE@ drv_vmmc_eval.c
77
78 -@LIN_SUPPORT_TRUE@am__append_8 = \
79 +@LIN_SUPPORT_TRUE@am__append_9 = \
80 @LIN_SUPPORT_TRUE@ drv_vmmc_lin.c
81
82
83 # include these coefficients only for INCA-IP2 packages
84 -@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@am__append_9 = \
85 +@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@am__append_10 = \
86 @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@ ipp_voice_params_ref.h \
87 @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@ ipp_voice_params_eval.h
88
89 -@VMMC_WITH_MPS_TRUE@am__append_10 = \
90 +@VMMC_WITH_MPS_TRUE@am__append_11 = \
91 @VMMC_WITH_MPS_TRUE@ -I@abs_top_srcdir@/src/mps
92
93 -@KERNEL_2_6_FALSE@am__append_11 = -I@KERNEL_INCL_PATH@
94 -@HL_TAPI_INCL_PATH_SET_TRUE@am__append_12 = -I@HL_TAPI_INCL_PATH@ -I@HL_TAPI_INCL_PATH@/include
95 -@HL_TAPI_INCL_PATH_SET_FALSE@am__append_13 = -I@abs_top_srcdir@/src/drv_tapi/include
96 -@MPS_INCL_PATH_SET_TRUE@am__append_14 = -I@MPS_INCL_PATH@ -I@MPS_INCL_PATH@/include
97 -@MPS_INCL_PATH_SET_FALSE@am__append_15 = -I@abs_top_srcdir@/../drv_mps_vmmc/include
98 -@EVENT_LOGGER_DEBUG_TRUE@am__append_16 = -I@abs_top_srcdir@/../event_logger/include
99 +@KERNEL_2_6_FALSE@am__append_12 = -I@KERNEL_INCL_PATH@
100 +@HL_TAPI_INCL_PATH_SET_TRUE@am__append_13 = -I@HL_TAPI_INCL_PATH@ -I@HL_TAPI_INCL_PATH@/include
101 +@HL_TAPI_INCL_PATH_SET_FALSE@am__append_14 = -I@abs_top_srcdir@/src/drv_tapi/include
102 +@MPS_INCL_PATH_SET_TRUE@am__append_15 = -I@MPS_INCL_PATH@ -I@MPS_INCL_PATH@/include
103 +@MPS_INCL_PATH_SET_FALSE@am__append_16 = -I@abs_top_srcdir@/../drv_mps_vmmc/include
104 +@EVENT_LOGGER_DEBUG_TRUE@am__append_17 = -I@abs_top_srcdir@/../event_logger/include
105
106 # Extra rule for linux-2.6 kernel object
107 -@KERNEL_2_6_TRUE@am__append_17 = -fno-common
108 +@KERNEL_2_6_TRUE@am__append_18 = -fno-common
109 subdir = src
110 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 @@ -102,8 +101,8 @@ am__configure_deps = $(am__aclocal_m4_de
113 mkinstalldirs = $(install_sh) -d
114 CONFIG_HEADER = $(top_builddir)/drv_config.h
115 CONFIG_CLEAN_FILES =
116 +CONFIG_CLEAN_VPATH_FILES =
117 am__installdirs = "$(DESTDIR)$(bindir)"
118 -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
119 PROGRAMS = $(bin_PROGRAMS)
120 am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm.c drv_vmmc_api.c \
121 drv_vmmc_bbd.c drv_vmmc_con.c drv_vmmc_cod.c drv_vmmc_event.c \
122 @@ -115,7 +114,8 @@ am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm
123 drv_vmmc_audio.c lib/lib_bbd/src/lib_bbd.c drv_vmmc_dect.c \
124 mps/drv_mps_vmmc_linux.c mps/drv_mps_vmmc_common.c \
125 mps/drv_mps_vmmc_crc32.c mps/drv_mps_vmmc_danube.c \
126 - mps/drv_mps_vmmc_ar9.c drv_vmmc_pmc.c
127 + mps/drv_mps_vmmc_ar9.c mps/drv_mps_vmmc_falcon.c \
128 + drv_vmmc_pmc.c
129 @DECT_SUPPORT_TRUE@am__objects_1 = drv_vmmc-drv_vmmc_dect.$(OBJEXT)
130 @VMMC_WITH_MPS_TRUE@am__objects_2 = \
131 @VMMC_WITH_MPS_TRUE@ drv_vmmc-drv_mps_vmmc_linux.$(OBJEXT) \
132 @@ -124,7 +124,8 @@ am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm
133 @DANUBE_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_3 = drv_vmmc-drv_mps_vmmc_danube.$(OBJEXT)
134 @AR9_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_4 = drv_vmmc-drv_mps_vmmc_ar9.$(OBJEXT)
135 @VMMC_WITH_MPS_TRUE@@VR9_TRUE@am__objects_5 = drv_vmmc-drv_mps_vmmc_ar9.$(OBJEXT)
136 -@PMC_SUPPORT_TRUE@am__objects_6 = drv_vmmc-drv_vmmc_pmc.$(OBJEXT)
137 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_6 = drv_vmmc-drv_mps_vmmc_falcon.$(OBJEXT)
138 +@PMC_SUPPORT_TRUE@am__objects_7 = drv_vmmc-drv_vmmc_pmc.$(OBJEXT)
139 am_drv_vmmc_OBJECTS = drv_vmmc-drv_vmmc_alm.$(OBJEXT) \
140 drv_vmmc-drv_vmmc_api.$(OBJEXT) \
141 drv_vmmc-drv_vmmc_bbd.$(OBJEXT) \
142 @@ -148,19 +149,23 @@ am_drv_vmmc_OBJECTS = drv_vmmc-drv_vmmc_
143 drv_vmmc-drv_vmmc_stream.$(OBJEXT) \
144 drv_vmmc-drv_vmmc_audio.$(OBJEXT) drv_vmmc-lib_bbd.$(OBJEXT) \
145 $(am__objects_1) $(am__objects_2) $(am__objects_3) \
146 - $(am__objects_4) $(am__objects_5) $(am__objects_6)
147 -@EVALUATION_TRUE@am__objects_7 = drv_vmmc-drv_vmmc_eval.$(OBJEXT)
148 -@LIN_SUPPORT_TRUE@am__objects_8 = drv_vmmc-drv_vmmc_lin.$(OBJEXT)
149 -nodist_drv_vmmc_OBJECTS = $(am__objects_7) $(am__objects_8)
150 + $(am__objects_4) $(am__objects_5) $(am__objects_6) \
151 + $(am__objects_7)
152 +@EVALUATION_TRUE@am__objects_8 = drv_vmmc-drv_vmmc_eval.$(OBJEXT)
153 +@LIN_SUPPORT_TRUE@am__objects_9 = drv_vmmc-drv_vmmc_lin.$(OBJEXT)
154 +nodist_drv_vmmc_OBJECTS = $(am__objects_8) $(am__objects_9)
155 drv_vmmc_OBJECTS = $(am_drv_vmmc_OBJECTS) $(nodist_drv_vmmc_OBJECTS)
156 drv_vmmc_LDADD = $(LDADD)
157 +drv_vmmc_LINK = $(CCLD) $(drv_vmmc_CFLAGS) $(CFLAGS) \
158 + $(drv_vmmc_LDFLAGS) $(LDFLAGS) -o $@
159 am__drv_vmmc_ko_SOURCES_DIST = @top_srcdir@/LICENSE
160 am_drv_vmmc_ko_OBJECTS =
161 drv_vmmc_ko_OBJECTS = $(am_drv_vmmc_ko_OBJECTS)
162 drv_vmmc_ko_LDADD = $(LDADD)
163 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
164 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165 depcomp = $(SHELL) $(top_srcdir)/depcomp
166 am__depfiles_maybe = depfiles
167 +am__mv = mv -f
168 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170 CCLD = $(CC)
171 @@ -173,11 +178,7 @@ ETAGS = etags
172 CTAGS = ctags
173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 ACLOCAL = @ACLOCAL@
175 -AMDEP_FALSE = @AMDEP_FALSE@
176 -AMDEP_TRUE = @AMDEP_TRUE@
177 AMTAR = @AMTAR@
178 -AR9_FALSE = @AR9_FALSE@
179 -AR9_TRUE = @AR9_TRUE@
180 AUTOCONF = @AUTOCONF@
181 AUTOHEADER = @AUTOHEADER@
182 AUTOMAKE = @AUTOMAKE@
183 @@ -188,83 +189,47 @@ CFLAGS = @CFLAGS@
184 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
185 CPPFLAGS = @CPPFLAGS@
186 CYGPATH_W = @CYGPATH_W@
187 -DANUBE_FALSE = @DANUBE_FALSE@
188 -DANUBE_TRUE = @DANUBE_TRUE@
189 -DEBUG_FALSE = @DEBUG_FALSE@
190 -DEBUG_TRUE = @DEBUG_TRUE@
191 -DECT_SUPPORT_FALSE = @DECT_SUPPORT_FALSE@
192 -DECT_SUPPORT_TRUE = @DECT_SUPPORT_TRUE@
193 DEFS = @DEFS@
194 DEPDIR = @DEPDIR@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 -ENABLE_OBSOLETE_PREMAPPING_FALSE = @ENABLE_OBSOLETE_PREMAPPING_FALSE@
199 -ENABLE_OBSOLETE_PREMAPPING_TRUE = @ENABLE_OBSOLETE_PREMAPPING_TRUE@
200 -EVALUATION_FALSE = @EVALUATION_FALSE@
201 -EVALUATION_TRUE = @EVALUATION_TRUE@
202 -EVENT_LOGGER_DEBUG_FALSE = @EVENT_LOGGER_DEBUG_FALSE@
203 -EVENT_LOGGER_DEBUG_TRUE = @EVENT_LOGGER_DEBUG_TRUE@
204 EXEEXT = @EXEEXT@
205 HL_TAPI_INCL_PATH = @HL_TAPI_INCL_PATH@
206 -HL_TAPI_INCL_PATH_SET_FALSE = @HL_TAPI_INCL_PATH_SET_FALSE@
207 -HL_TAPI_INCL_PATH_SET_TRUE = @HL_TAPI_INCL_PATH_SET_TRUE@
208 IFXOS_INCL_PATH = @IFXOS_INCL_PATH@
209 +INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 -IPP_EVAL_SYSTEM_PARAMETERS_FALSE = @IPP_EVAL_SYSTEM_PARAMETERS_FALSE@
215 -IPP_EVAL_SYSTEM_PARAMETERS_TRUE = @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@
216 -KERNEL_2_6_FALSE = @KERNEL_2_6_FALSE@
217 -KERNEL_2_6_TRUE = @KERNEL_2_6_TRUE@
218 KERNEL_ARCH = @KERNEL_ARCH@
219 KERNEL_BUILD_PATH = @KERNEL_BUILD_PATH@
220 KERNEL_INCL_PATH = @KERNEL_INCL_PATH@
221 -KPI_SUPPORT_FALSE = @KPI_SUPPORT_FALSE@
222 -KPI_SUPPORT_TRUE = @KPI_SUPPORT_TRUE@
223 LDFLAGS = @LDFLAGS@
224 LIBOBJS = @LIBOBJS@
225 LIBS = @LIBS@
226 -LIN_SUPPORT_FALSE = @LIN_SUPPORT_FALSE@
227 -LIN_SUPPORT_TRUE = @LIN_SUPPORT_TRUE@
228 LTLIBOBJS = @LTLIBOBJS@
229 MAKEINFO = @MAKEINFO@
230 +MKDIR_P = @MKDIR_P@
231 MPS_INCL_PATH = @MPS_INCL_PATH@
232 -MPS_INCL_PATH_SET_FALSE = @MPS_INCL_PATH_SET_FALSE@
233 -MPS_INCL_PATH_SET_TRUE = @MPS_INCL_PATH_SET_TRUE@
234 OBJEXT = @OBJEXT@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 +PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 -PMC_SUPPORT_FALSE = @PMC_SUPPORT_FALSE@
244 -PMC_SUPPORT_TRUE = @PMC_SUPPORT_TRUE@
245 -PMU_SUPPORT_FALSE = @PMU_SUPPORT_FALSE@
246 -PMU_SUPPORT_TRUE = @PMU_SUPPORT_TRUE@
247 SET_MAKE = @SET_MAKE@
248 SHELL = @SHELL@
249 STRIP = @STRIP@
250 -TAPI_FALSE = @TAPI_FALSE@
251 -TAPI_TRUE = @TAPI_TRUE@
252 -USE_BUFFERPOOL_FALSE = @USE_BUFFERPOOL_FALSE@
253 -USE_BUFFERPOOL_TRUE = @USE_BUFFERPOOL_TRUE@
254 -USE_MODULE_FALSE = @USE_MODULE_FALSE@
255 -USE_MODULE_TRUE = @USE_MODULE_TRUE@
256 VERSION = @VERSION@
257 -VMMC_WITH_MPS_FALSE = @VMMC_WITH_MPS_FALSE@
258 -VMMC_WITH_MPS_TRUE = @VMMC_WITH_MPS_TRUE@
259 -VR9_FALSE = @VR9_FALSE@
260 -VR9_TRUE = @VR9_TRUE@
261 -WARNINGS_FALSE = @WARNINGS_FALSE@
262 -WARNINGS_TRUE = @WARNINGS_TRUE@
263 +abs_builddir = @abs_builddir@
264 +abs_srcdir = @abs_srcdir@
265 +abs_top_builddir = @abs_top_builddir@
266 +abs_top_srcdir = @abs_top_srcdir@
267 ac_ct_CC = @ac_ct_CC@
268 -ac_ct_STRIP = @ac_ct_STRIP@
269 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
270 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 @@ -272,24 +237,36 @@ am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build_alias = @build_alias@
278 +builddir = @builddir@
279 datadir = @datadir@
280 +datarootdir = @datarootdir@
281 +docdir = @docdir@
282 +dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 host_alias = @host_alias@
285 +htmldir = @htmldir@
286 includedir = @includedir@
287 infodir = @infodir@
288 install_sh = @install_sh@
289 libdir = @libdir@
290 libexecdir = @libexecdir@
291 +localedir = @localedir@
292 localstatedir = @localstatedir@
293 mandir = @mandir@
294 mkdir_p = @mkdir_p@
295 oldincludedir = @oldincludedir@
296 +pdfdir = @pdfdir@
297 prefix = @prefix@
298 program_transform_name = @program_transform_name@
299 +psdir = @psdir@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 +srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target_alias = @target_alias@
305 +top_build_prefix = @top_build_prefix@
306 +top_builddir = @top_builddir@
307 +top_srcdir = @top_srcdir@
308 # dummy file required for distcheck target
309 @KERNEL_2_6_TRUE@drv_vmmc_ko_SOURCES = @top_srcdir@/LICENSE
310 drv_vmmc_SOURCES = drv_vmmc_alm.c drv_vmmc_api.c drv_vmmc_bbd.c \
311 @@ -301,8 +278,8 @@ drv_vmmc_SOURCES = drv_vmmc_alm.c drv_vm
312 drv_vmmc_sig_mftd.c drv_vmmc_sig_utg.c drv_vmmc_stream.c \
313 drv_vmmc_audio.c lib/lib_bbd/src/lib_bbd.c $(am__append_1) \
314 $(am__append_2) $(am__append_3) $(am__append_4) \
315 - $(am__append_5) $(am__append_6)
316 -nodist_drv_vmmc_SOURCES = $(am__append_7) $(am__append_8)
317 + $(am__append_5) $(am__append_6) $(am__append_7)
318 +nodist_drv_vmmc_SOURCES = $(am__append_8) $(am__append_9)
319 EXTRA_DIST = ../drv_version.h ../include/vmmc_io.h \
320 ../include/drv_vmmc_errno.h ../include/drv_vmmc_strerrno.h \
321 drv_api.h drv_vmmc_access.h drv_vmmc_api.h drv_vmmc_bbd.h \
322 @@ -326,24 +303,24 @@ EXTRA_DIST = ../drv_version.h ../include
323 mps/drv_mps_vmmc_dbg.h mps/drv_mps_vmmc_crc32.h mps/CHANGELOG \
324 lib/lib_gr909/lib_tapi_lt_gr909.h \
325 lib/lib_gr909/lib_tapi_lt_gr909.c \
326 - lib/lib_gr909/lib_tapi_lt_gr909_vmmc.c $(am__append_9)
327 + lib/lib_gr909/lib_tapi_lt_gr909_vmmc.c $(am__append_10)
328 INCLUDES = -I@abs_top_srcdir@ -I@abs_top_srcdir@/include \
329 -I@abs_top_srcdir@/src -I@abs_top_builddir@ \
330 -I@abs_top_srcdir@/src/lib/lib_fifo \
331 -I@abs_top_srcdir@/src/lib/lib_bufferpool \
332 -I@abs_top_srcdir@/src/lib/lib_bbd/src -I@IFXOS_INCL_PATH@ \
333 - $(am__append_10) $(am__append_11) $(am__append_12) \
334 - $(am__append_13) $(am__append_14) $(am__append_15) \
335 - $(am__append_16)
336 + $(am__append_11) $(am__append_12) $(am__append_13) \
337 + $(am__append_14) $(am__append_15) $(am__append_16) \
338 + $(am__append_17)
339 # -Wpointer-arith
340 @WARNINGS_FALSE@AM_CFLAGS = -Wall
341 @WARNINGS_TRUE@AM_CFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wparentheses
342 @USE_MODULE_FALSE@drv_vmmc_CFLAGS = -D__LINUX__ -DLINUX -D__KERNEL__ \
343 @USE_MODULE_FALSE@ -DEXPORT_SYMTAB $(AM_CFLAGS) \
344 -@USE_MODULE_FALSE@ $(am__append_17)
345 +@USE_MODULE_FALSE@ $(am__append_18)
346 @USE_MODULE_TRUE@drv_vmmc_CFLAGS = -D__LINUX__ -DLINUX -D__KERNEL__ \
347 @USE_MODULE_TRUE@ -DMODULE -DEXPORT_SYMTAB $(AM_CFLAGS) \
348 -@USE_MODULE_TRUE@ $(am__append_17)
349 +@USE_MODULE_TRUE@ $(am__append_18)
350 drv_vmmc_LDFLAGS = -r -nostdlib
351 @KERNEL_2_6_TRUE@drv_vmmc_OBJS = "$(subst .c,.o, $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES))"
352 all: all-am
353 @@ -354,14 +331,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefi
354 @for dep in $?; do \
355 case '$(am__configure_deps)' in \
356 *$$dep*) \
357 - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
358 - && exit 0; \
359 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360 + && { if test -f $@; then exit 0; else break; fi; }; \
361 exit 1;; \
362 esac; \
363 done; \
364 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
365 - cd $(top_srcdir) && \
366 - $(AUTOMAKE) --gnu src/Makefile
367 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
368 + $(am__cd) $(top_srcdir) && \
369 + $(AUTOMAKE) --gnu src/Makefile
370 .PRECIOUS: Makefile
371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372 @case '$?' in \
373 @@ -379,35 +356,50 @@ $(top_srcdir)/configure: $(am__configur
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 +$(am__aclocal_m4_deps):
378 install-binPROGRAMS: $(bin_PROGRAMS)
379 @$(NORMAL_INSTALL)
380 - test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
381 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
382 - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
383 - if test -f $$p \
384 - ; then \
385 - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
386 - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
387 - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
388 - else :; fi; \
389 - done
390 + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
391 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
392 + for p in $$list; do echo "$$p $$p"; done | \
393 + sed 's/$(EXEEXT)$$//' | \
394 + while read p p1; do if test -f $$p; \
395 + then echo "$$p"; echo "$$p"; else :; fi; \
396 + done | \
397 + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
398 + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
399 + sed 'N;N;N;s,\n, ,g' | \
400 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
401 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
402 + if ($$2 == $$4) files[d] = files[d] " " $$1; \
403 + else { print "f", $$3 "/" $$4, $$1; } } \
404 + END { for (d in files) print "f", d, files[d] }' | \
405 + while read type dir files; do \
406 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
407 + test -z "$$files" || { \
408 + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
409 + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
410 + } \
411 + ; done
412
413 uninstall-binPROGRAMS:
414 @$(NORMAL_UNINSTALL)
415 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
416 - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
417 - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
418 - rm -f "$(DESTDIR)$(bindir)/$$f"; \
419 - done
420 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
421 + files=`for p in $$list; do echo "$$p"; done | \
422 + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
423 + -e 's/$$/$(EXEEXT)/' `; \
424 + test -n "$$list" || exit 0; \
425 + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
426 + cd "$(DESTDIR)$(bindir)" && rm -f $$files
427
428 clean-binPROGRAMS:
429 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
430 drv_vmmc$(EXEEXT): $(drv_vmmc_OBJECTS) $(drv_vmmc_DEPENDENCIES)
431 @rm -f drv_vmmc$(EXEEXT)
432 - $(LINK) $(drv_vmmc_LDFLAGS) $(drv_vmmc_OBJECTS) $(drv_vmmc_LDADD) $(LIBS)
433 + $(drv_vmmc_LINK) $(drv_vmmc_OBJECTS) $(drv_vmmc_LDADD) $(LIBS)
434 @KERNEL_2_6_FALSE@drv_vmmc.ko$(EXEEXT): $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_DEPENDENCIES)
435 @KERNEL_2_6_FALSE@ @rm -f drv_vmmc.ko$(EXEEXT)
436 -@KERNEL_2_6_FALSE@ $(LINK) $(drv_vmmc_ko_LDFLAGS) $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_LDADD) $(LIBS)
437 +@KERNEL_2_6_FALSE@ $(LINK) $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_LDADD) $(LIBS)
438
439 mostlyclean-compile:
440 -rm -f *.$(OBJEXT)
441 @@ -419,6 +411,7 @@ distclean-compile:
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po@am__quote@
445 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po@am__quote@
449 @@ -449,541 +442,560 @@ distclean-compile:
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-lib_bbd.Po@am__quote@
451
452 .c.o:
453 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
454 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
455 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
456 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
460
461 .c.obj:
462 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
463 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
464 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
465 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
469
470 drv_vmmc-drv_vmmc_alm.o: drv_vmmc_alm.c
471 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c; \
472 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo"; exit 1; fi
473 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c
474 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_alm.c' object='drv_vmmc-drv_vmmc_alm.o' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c
478
479 drv_vmmc-drv_vmmc_alm.obj: drv_vmmc_alm.c
480 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`; \
481 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo"; exit 1; fi
482 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`
483 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_alm.c' object='drv_vmmc-drv_vmmc_alm.obj' libtool=no @AMDEPBACKSLASH@
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`
487
488 drv_vmmc-drv_vmmc_api.o: drv_vmmc_api.c
489 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c; \
490 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo"; exit 1; fi
491 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c
492 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_api.Po
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_api.c' object='drv_vmmc-drv_vmmc_api.o' libtool=no @AMDEPBACKSLASH@
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c
496
497 drv_vmmc-drv_vmmc_api.obj: drv_vmmc_api.c
498 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`; \
499 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo"; exit 1; fi
500 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`
501 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_api.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_api.c' object='drv_vmmc-drv_vmmc_api.obj' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`
505
506 drv_vmmc-drv_vmmc_bbd.o: drv_vmmc_bbd.c
507 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c; \
508 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo"; exit 1; fi
509 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c
510 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_bbd.c' object='drv_vmmc-drv_vmmc_bbd.o' libtool=no @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c
514
515 drv_vmmc-drv_vmmc_bbd.obj: drv_vmmc_bbd.c
516 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`; \
517 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo"; exit 1; fi
518 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`
519 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_bbd.c' object='drv_vmmc-drv_vmmc_bbd.obj' libtool=no @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`
523
524 drv_vmmc-drv_vmmc_con.o: drv_vmmc_con.c
525 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c; \
526 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo"; exit 1; fi
527 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c
528 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_con.Po
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_con.c' object='drv_vmmc-drv_vmmc_con.o' libtool=no @AMDEPBACKSLASH@
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c
532
533 drv_vmmc-drv_vmmc_con.obj: drv_vmmc_con.c
534 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`; \
535 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo"; exit 1; fi
536 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`
537 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_con.Po
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_con.c' object='drv_vmmc-drv_vmmc_con.obj' libtool=no @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`
541
542 drv_vmmc-drv_vmmc_cod.o: drv_vmmc_cod.c
543 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c; \
544 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo"; exit 1; fi
545 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c
546 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_cod.c' object='drv_vmmc-drv_vmmc_cod.o' libtool=no @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c
550
551 drv_vmmc-drv_vmmc_cod.obj: drv_vmmc_cod.c
552 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`; \
553 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo"; exit 1; fi
554 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`
555 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_cod.c' object='drv_vmmc-drv_vmmc_cod.obj' libtool=no @AMDEPBACKSLASH@
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`
559
560 drv_vmmc-drv_vmmc_event.o: drv_vmmc_event.c
561 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c; \
562 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo"; exit 1; fi
563 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c
564 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_event.Po
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_event.c' object='drv_vmmc-drv_vmmc_event.o' libtool=no @AMDEPBACKSLASH@
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c
568
569 drv_vmmc-drv_vmmc_event.obj: drv_vmmc_event.c
570 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`; \
571 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo"; exit 1; fi
572 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`
573 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_event.Po
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_event.c' object='drv_vmmc-drv_vmmc_event.obj' libtool=no @AMDEPBACKSLASH@
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`
577
578 drv_vmmc-drv_vmmc_gr909.o: drv_vmmc_gr909.c
579 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c; \
580 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo"; exit 1; fi
581 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c
582 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_gr909.c' object='drv_vmmc-drv_vmmc_gr909.o' libtool=no @AMDEPBACKSLASH@
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c
586
587 drv_vmmc-drv_vmmc_gr909.obj: drv_vmmc_gr909.c
588 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`; \
589 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo"; exit 1; fi
590 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`
591 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_gr909.c' object='drv_vmmc-drv_vmmc_gr909.obj' libtool=no @AMDEPBACKSLASH@
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`
595
596 drv_vmmc-drv_vmmc_init.o: drv_vmmc_init.c
597 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c; \
598 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo"; exit 1; fi
599 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c
600 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init.Po
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_init.c' object='drv_vmmc-drv_vmmc_init.o' libtool=no @AMDEPBACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c
604
605 drv_vmmc-drv_vmmc_init.obj: drv_vmmc_init.c
606 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`; \
607 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo"; exit 1; fi
608 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`
609 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init.Po
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_init.c' object='drv_vmmc-drv_vmmc_init.obj' libtool=no @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`
613
614 drv_vmmc-drv_vmmc_init_cap.o: drv_vmmc_init_cap.c
615 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c; \
616 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo"; exit 1; fi
617 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c
618 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_init_cap.c' object='drv_vmmc-drv_vmmc_init_cap.o' libtool=no @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c
622
623 drv_vmmc-drv_vmmc_init_cap.obj: drv_vmmc_init_cap.c
624 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`; \
625 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo"; exit 1; fi
626 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`
627 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_init_cap.c' object='drv_vmmc-drv_vmmc_init_cap.obj' libtool=no @AMDEPBACKSLASH@
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`
631
632 drv_vmmc-drv_vmmc_int.o: drv_vmmc_int.c
633 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c; \
634 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo"; exit 1; fi
635 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c
636 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_int.Po
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_int.c' object='drv_vmmc-drv_vmmc_int.o' libtool=no @AMDEPBACKSLASH@
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c
640
641 drv_vmmc-drv_vmmc_int.obj: drv_vmmc_int.c
642 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`; \
643 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo"; exit 1; fi
644 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`
645 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_int.Po
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_int.c' object='drv_vmmc-drv_vmmc_int.obj' libtool=no @AMDEPBACKSLASH@
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`
649
650 drv_vmmc-drv_vmmc_ioctl.o: drv_vmmc_ioctl.c
651 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c; \
652 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo"; exit 1; fi
653 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c
654 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po
655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_ioctl.c' object='drv_vmmc-drv_vmmc_ioctl.o' libtool=no @AMDEPBACKSLASH@
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c
658
659 drv_vmmc-drv_vmmc_ioctl.obj: drv_vmmc_ioctl.c
660 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`; \
661 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo"; exit 1; fi
662 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`
663 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_ioctl.c' object='drv_vmmc-drv_vmmc_ioctl.obj' libtool=no @AMDEPBACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`
667
668 drv_vmmc-drv_vmmc_linux.o: drv_vmmc_linux.c
669 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c; \
670 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo"; exit 1; fi
671 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c
672 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_linux.c' object='drv_vmmc-drv_vmmc_linux.o' libtool=no @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c
676
677 drv_vmmc-drv_vmmc_linux.obj: drv_vmmc_linux.c
678 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`; \
679 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo"; exit 1; fi
680 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`
681 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po
682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_linux.c' object='drv_vmmc-drv_vmmc_linux.obj' libtool=no @AMDEPBACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`
685
686 drv_vmmc-drv_vmmc_pcm.o: drv_vmmc_pcm.c
687 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c; \
688 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo"; exit 1; fi
689 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c
690 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_pcm.c' object='drv_vmmc-drv_vmmc_pcm.o' libtool=no @AMDEPBACKSLASH@
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c
694
695 drv_vmmc-drv_vmmc_pcm.obj: drv_vmmc_pcm.c
696 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`; \
697 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo"; exit 1; fi
698 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`
699 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po
700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_pcm.c' object='drv_vmmc-drv_vmmc_pcm.obj' libtool=no @AMDEPBACKSLASH@
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
702 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`
703
704 drv_vmmc-drv_vmmc_res.o: drv_vmmc_res.c
705 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c; \
706 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo"; exit 1; fi
707 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c
708 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_res.Po
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_res.c' object='drv_vmmc-drv_vmmc_res.o' libtool=no @AMDEPBACKSLASH@
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c
712
713 drv_vmmc-drv_vmmc_res.obj: drv_vmmc_res.c
714 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`; \
715 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo"; exit 1; fi
716 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`
717 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_res.Po
718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_res.c' object='drv_vmmc-drv_vmmc_res.obj' libtool=no @AMDEPBACKSLASH@
719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
720 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`
721
722 drv_vmmc-drv_vmmc_sig.o: drv_vmmc_sig.c
723 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c; \
724 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo"; exit 1; fi
725 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c
726 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig.c' object='drv_vmmc-drv_vmmc_sig.o' libtool=no @AMDEPBACKSLASH@
728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c
730
731 drv_vmmc-drv_vmmc_sig.obj: drv_vmmc_sig.c
732 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`; \
733 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo"; exit 1; fi
734 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`
735 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig.c' object='drv_vmmc-drv_vmmc_sig.obj' libtool=no @AMDEPBACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`
739
740 drv_vmmc-drv_vmmc_sig_cid.o: drv_vmmc_sig_cid.c
741 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c; \
742 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo"; exit 1; fi
743 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c
744 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_cid.c' object='drv_vmmc-drv_vmmc_sig_cid.o' libtool=no @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c
748
749 drv_vmmc-drv_vmmc_sig_cid.obj: drv_vmmc_sig_cid.c
750 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`; \
751 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo"; exit 1; fi
752 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`
753 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po
754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_cid.c' object='drv_vmmc-drv_vmmc_sig_cid.obj' libtool=no @AMDEPBACKSLASH@
755 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`
757
758 drv_vmmc-drv_vmmc_sig_cptd.o: drv_vmmc_sig_cptd.c
759 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c; \
760 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo"; exit 1; fi
761 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c
762 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_cptd.c' object='drv_vmmc-drv_vmmc_sig_cptd.o' libtool=no @AMDEPBACKSLASH@
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c
766
767 drv_vmmc-drv_vmmc_sig_cptd.obj: drv_vmmc_sig_cptd.c
768 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`; \
769 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo"; exit 1; fi
770 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`
771 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_cptd.c' object='drv_vmmc-drv_vmmc_sig_cptd.obj' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`
775
776 drv_vmmc-drv_vmmc_sig_dtmfg.o: drv_vmmc_sig_dtmfg.c
777 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c; \
778 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo"; exit 1; fi
779 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c
780 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_dtmfg.c' object='drv_vmmc-drv_vmmc_sig_dtmfg.o' libtool=no @AMDEPBACKSLASH@
782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c
784
785 drv_vmmc-drv_vmmc_sig_dtmfg.obj: drv_vmmc_sig_dtmfg.c
786 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`; \
787 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo"; exit 1; fi
788 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`
789 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_dtmfg.c' object='drv_vmmc-drv_vmmc_sig_dtmfg.obj' libtool=no @AMDEPBACKSLASH@
791 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`
793
794 drv_vmmc-drv_vmmc_sig_mftd.o: drv_vmmc_sig_mftd.c
795 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c; \
796 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo"; exit 1; fi
797 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c
798 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po
799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_mftd.c' object='drv_vmmc-drv_vmmc_sig_mftd.o' libtool=no @AMDEPBACKSLASH@
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c
802
803 drv_vmmc-drv_vmmc_sig_mftd.obj: drv_vmmc_sig_mftd.c
804 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`; \
805 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo"; exit 1; fi
806 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`
807 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_mftd.c' object='drv_vmmc-drv_vmmc_sig_mftd.obj' libtool=no @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`
811
812 drv_vmmc-drv_vmmc_sig_utg.o: drv_vmmc_sig_utg.c
813 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c; \
814 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo"; exit 1; fi
815 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c
816 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_utg.c' object='drv_vmmc-drv_vmmc_sig_utg.o' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c
820
821 drv_vmmc-drv_vmmc_sig_utg.obj: drv_vmmc_sig_utg.c
822 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`; \
823 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo"; exit 1; fi
824 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`
825 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_sig_utg.c' object='drv_vmmc-drv_vmmc_sig_utg.obj' libtool=no @AMDEPBACKSLASH@
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`
829
830 drv_vmmc-drv_vmmc_stream.o: drv_vmmc_stream.c
831 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c; \
832 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo"; exit 1; fi
833 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c
834 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_stream.c' object='drv_vmmc-drv_vmmc_stream.o' libtool=no @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c
838
839 drv_vmmc-drv_vmmc_stream.obj: drv_vmmc_stream.c
840 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`; \
841 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo"; exit 1; fi
842 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`
843 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_stream.c' object='drv_vmmc-drv_vmmc_stream.obj' libtool=no @AMDEPBACKSLASH@
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`
847
848 drv_vmmc-drv_vmmc_audio.o: drv_vmmc_audio.c
849 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c; \
850 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo"; exit 1; fi
851 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c
852 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po
853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_audio.c' object='drv_vmmc-drv_vmmc_audio.o' libtool=no @AMDEPBACKSLASH@
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c
856
857 drv_vmmc-drv_vmmc_audio.obj: drv_vmmc_audio.c
858 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`; \
859 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo"; exit 1; fi
860 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`
861 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_audio.c' object='drv_vmmc-drv_vmmc_audio.obj' libtool=no @AMDEPBACKSLASH@
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`
865
866 drv_vmmc-lib_bbd.o: lib/lib_bbd/src/lib_bbd.c
867 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c; \
868 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" "$(DEPDIR)/drv_vmmc-lib_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo"; exit 1; fi
869 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-lib_bbd.Tpo -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c
870 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-lib_bbd.Tpo $(DEPDIR)/drv_vmmc-lib_bbd.Po
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/lib_bbd/src/lib_bbd.c' object='drv_vmmc-lib_bbd.o' libtool=no @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
873 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c
874
875 drv_vmmc-lib_bbd.obj: lib/lib_bbd/src/lib_bbd.c
876 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`; \
877 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" "$(DEPDIR)/drv_vmmc-lib_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo"; exit 1; fi
878 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-lib_bbd.Tpo -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`
879 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-lib_bbd.Tpo $(DEPDIR)/drv_vmmc-lib_bbd.Po
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/lib_bbd/src/lib_bbd.c' object='drv_vmmc-lib_bbd.obj' libtool=no @AMDEPBACKSLASH@
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`
883
884 drv_vmmc-drv_vmmc_dect.o: drv_vmmc_dect.c
885 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c; \
886 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo"; exit 1; fi
887 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c
888 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_dect.c' object='drv_vmmc-drv_vmmc_dect.o' libtool=no @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c
892
893 drv_vmmc-drv_vmmc_dect.obj: drv_vmmc_dect.c
894 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`; \
895 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo"; exit 1; fi
896 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`
897 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_dect.c' object='drv_vmmc-drv_vmmc_dect.obj' libtool=no @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`
901
902 drv_vmmc-drv_mps_vmmc_linux.o: mps/drv_mps_vmmc_linux.c
903 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c; \
904 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo"; exit 1; fi
905 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c
906 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_linux.c' object='drv_vmmc-drv_mps_vmmc_linux.o' libtool=no @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c
910
911 drv_vmmc-drv_mps_vmmc_linux.obj: mps/drv_mps_vmmc_linux.c
912 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`; \
913 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo"; exit 1; fi
914 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`
915 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_linux.c' object='drv_vmmc-drv_mps_vmmc_linux.obj' libtool=no @AMDEPBACKSLASH@
917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`
919
920 drv_vmmc-drv_mps_vmmc_common.o: mps/drv_mps_vmmc_common.c
921 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c; \
922 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo"; exit 1; fi
923 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c
924 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_common.c' object='drv_vmmc-drv_mps_vmmc_common.o' libtool=no @AMDEPBACKSLASH@
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c
928
929 drv_vmmc-drv_mps_vmmc_common.obj: mps/drv_mps_vmmc_common.c
930 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`; \
931 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo"; exit 1; fi
932 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`
933 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_common.c' object='drv_vmmc-drv_mps_vmmc_common.obj' libtool=no @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`
937
938 drv_vmmc-drv_mps_vmmc_crc32.o: mps/drv_mps_vmmc_crc32.c
939 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c; \
940 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo"; exit 1; fi
941 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c
942 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_crc32.c' object='drv_vmmc-drv_mps_vmmc_crc32.o' libtool=no @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c
946
947 drv_vmmc-drv_mps_vmmc_crc32.obj: mps/drv_mps_vmmc_crc32.c
948 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`; \
949 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo"; exit 1; fi
950 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`
951 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po
952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_crc32.c' object='drv_vmmc-drv_mps_vmmc_crc32.obj' libtool=no @AMDEPBACKSLASH@
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`
955
956 drv_vmmc-drv_mps_vmmc_danube.o: mps/drv_mps_vmmc_danube.c
957 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c; \
958 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo"; exit 1; fi
959 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c
960 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_danube.c' object='drv_vmmc-drv_mps_vmmc_danube.o' libtool=no @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c
964
965 drv_vmmc-drv_mps_vmmc_danube.obj: mps/drv_mps_vmmc_danube.c
966 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`; \
967 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo"; exit 1; fi
968 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`
969 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_danube.c' object='drv_vmmc-drv_mps_vmmc_danube.obj' libtool=no @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`
973
974 drv_vmmc-drv_mps_vmmc_ar9.o: mps/drv_mps_vmmc_ar9.c
975 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c; \
976 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo"; exit 1; fi
977 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c
978 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po
979 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_ar9.c' object='drv_vmmc-drv_mps_vmmc_ar9.o' libtool=no @AMDEPBACKSLASH@
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
981 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c
982
983 drv_vmmc-drv_mps_vmmc_ar9.obj: mps/drv_mps_vmmc_ar9.c
984 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`; \
985 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo"; exit 1; fi
986 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`
987 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_ar9.c' object='drv_vmmc-drv_mps_vmmc_ar9.obj' libtool=no @AMDEPBACKSLASH@
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`
991
992 +drv_vmmc-drv_mps_vmmc_falcon.o: mps/drv_mps_vmmc_falcon.c
993 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_falcon.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo -c -o drv_vmmc-drv_mps_vmmc_falcon.o `test -f 'mps/drv_mps_vmmc_falcon.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_falcon.c
994 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po
995 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_falcon.c' object='drv_vmmc-drv_mps_vmmc_falcon.o' libtool=no @AMDEPBACKSLASH@
996 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_falcon.o `test -f 'mps/drv_mps_vmmc_falcon.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_falcon.c
998 +
999 +drv_vmmc-drv_mps_vmmc_falcon.obj: mps/drv_mps_vmmc_falcon.c
1000 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_falcon.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo -c -o drv_vmmc-drv_mps_vmmc_falcon.obj `if test -f 'mps/drv_mps_vmmc_falcon.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_falcon.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_falcon.c'; fi`
1001 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po
1002 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mps/drv_mps_vmmc_falcon.c' object='drv_vmmc-drv_mps_vmmc_falcon.obj' libtool=no @AMDEPBACKSLASH@
1003 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_falcon.obj `if test -f 'mps/drv_mps_vmmc_falcon.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_falcon.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_falcon.c'; fi`
1005 +
1006 drv_vmmc-drv_vmmc_pmc.o: drv_vmmc_pmc.c
1007 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c; \
1008 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo"; exit 1; fi
1009 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c
1010 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_pmc.c' object='drv_vmmc-drv_vmmc_pmc.o' libtool=no @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c
1014
1015 drv_vmmc-drv_vmmc_pmc.obj: drv_vmmc_pmc.c
1016 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`; \
1017 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo"; exit 1; fi
1018 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`
1019 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_pmc.c' object='drv_vmmc-drv_vmmc_pmc.obj' libtool=no @AMDEPBACKSLASH@
1021 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1022 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`
1023
1024 drv_vmmc-drv_vmmc_eval.o: drv_vmmc_eval.c
1025 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c; \
1026 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo"; exit 1; fi
1027 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c
1028 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po
1029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_eval.c' object='drv_vmmc-drv_vmmc_eval.o' libtool=no @AMDEPBACKSLASH@
1030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1031 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c
1032
1033 drv_vmmc-drv_vmmc_eval.obj: drv_vmmc_eval.c
1034 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`; \
1035 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo"; exit 1; fi
1036 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`
1037 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po
1038 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_eval.c' object='drv_vmmc-drv_vmmc_eval.obj' libtool=no @AMDEPBACKSLASH@
1039 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1040 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`
1041
1042 drv_vmmc-drv_vmmc_lin.o: drv_vmmc_lin.c
1043 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c; \
1044 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo"; exit 1; fi
1045 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c
1046 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po
1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_lin.c' object='drv_vmmc-drv_vmmc_lin.o' libtool=no @AMDEPBACKSLASH@
1048 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c
1050
1051 drv_vmmc-drv_vmmc_lin.obj: drv_vmmc_lin.c
1052 -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`; \
1053 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo"; exit 1; fi
1054 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`
1055 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po
1056 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='drv_vmmc_lin.c' object='drv_vmmc-drv_vmmc_lin.obj' libtool=no @AMDEPBACKSLASH@
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1058 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`
1059 -uninstall-info-am:
1060
1061 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1062 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1063 unique=`for i in $$list; do \
1064 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1065 done | \
1066 - $(AWK) ' { files[$$0] = 1; } \
1067 - END { for (i in files) print i; }'`; \
1068 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1069 + END { if (nonempty) { for (i in files) print i; }; }'`; \
1070 mkid -fID $$unique
1071 tags: TAGS
1072
1073 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1074 $(TAGS_FILES) $(LISP)
1075 - tags=; \
1076 + set x; \
1077 here=`pwd`; \
1078 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1079 unique=`for i in $$list; do \
1080 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1081 done | \
1082 - $(AWK) ' { files[$$0] = 1; } \
1083 - END { for (i in files) print i; }'`; \
1084 - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1085 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1086 + END { if (nonempty) { for (i in files) print i; }; }'`; \
1087 + shift; \
1088 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1089 test -n "$$unique" || unique=$$empty_fix; \
1090 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1091 - $$tags $$unique; \
1092 + if test $$# -gt 0; then \
1093 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1094 + "$$@" $$unique; \
1095 + else \
1096 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1097 + $$unique; \
1098 + fi; \
1099 fi
1100 ctags: CTAGS
1101 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1102 $(TAGS_FILES) $(LISP)
1103 - tags=; \
1104 - here=`pwd`; \
1105 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1106 unique=`for i in $$list; do \
1107 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1108 done | \
1109 - $(AWK) ' { files[$$0] = 1; } \
1110 - END { for (i in files) print i; }'`; \
1111 - test -z "$(CTAGS_ARGS)$$tags$$unique" \
1112 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1113 + END { if (nonempty) { for (i in files) print i; }; }'`; \
1114 + test -z "$(CTAGS_ARGS)$$unique" \
1115 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1116 - $$tags $$unique
1117 + $$unique
1118
1119 GTAGS:
1120 here=`$(am__cd) $(top_builddir) && pwd` \
1121 - && cd $(top_srcdir) \
1122 - && gtags -i $(GTAGS_ARGS) $$here
1123 + && $(am__cd) $(top_srcdir) \
1124 + && gtags -i $(GTAGS_ARGS) "$$here"
1125
1126 distclean-tags:
1127 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1128
1129 distdir: $(DISTFILES)
1130 - $(mkdir_p) $(distdir)/.. $(distdir)/../include $(distdir)/lib/lib_bbd/src $(distdir)/lib/lib_bufferpool $(distdir)/lib/lib_fifo $(distdir)/lib/lib_gr909 $(distdir)/mps
1131 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1132 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1133 - list='$(DISTFILES)'; for file in $$list; do \
1134 - case $$file in \
1135 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1136 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1137 - esac; \
1138 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1139 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1140 + list='$(DISTFILES)'; \
1141 + dist_files=`for file in $$list; do echo $$file; done | \
1142 + sed -e "s|^$$srcdirstrip/||;t" \
1143 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1144 + case $$dist_files in \
1145 + */*) $(MKDIR_P) `echo "$$dist_files" | \
1146 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1147 + sort -u` ;; \
1148 + esac; \
1149 + for file in $$dist_files; do \
1150 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1151 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1152 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1153 - dir="/$$dir"; \
1154 - $(mkdir_p) "$(distdir)$$dir"; \
1155 - else \
1156 - dir=''; \
1157 - fi; \
1158 if test -d $$d/$$file; then \
1159 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1160 + if test -d "$(distdir)/$$file"; then \
1161 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1162 + fi; \
1163 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1164 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1165 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1166 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1167 fi; \
1168 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1169 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1170 else \
1171 - test -f $(distdir)/$$file \
1172 - || cp -p $$d/$$file $(distdir)/$$file \
1173 + test -f "$(distdir)/$$file" \
1174 + || cp -p $$d/$$file "$(distdir)/$$file" \
1175 || exit 1; \
1176 fi; \
1177 done
1178 @@ -992,7 +1004,7 @@ check: check-am
1179 all-am: Makefile $(PROGRAMS)
1180 installdirs:
1181 for dir in "$(DESTDIR)$(bindir)"; do \
1182 - test -z "$$dir" || $(mkdir_p) "$$dir"; \
1183 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1184 done
1185 install: install-am
1186 install-exec: install-exec-am
1187 @@ -1014,6 +1026,7 @@ mostlyclean-generic:
1188
1189 distclean-generic:
1190 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1191 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1192
1193 maintainer-clean-generic:
1194 @echo "This command is intended for maintainers to use"
1195 @@ -1034,20 +1047,39 @@ dvi-am:
1196
1197 html: html-am
1198
1199 +html-am:
1200 +
1201 info: info-am
1202
1203 info-am:
1204
1205 install-data-am:
1206
1207 +install-dvi: install-dvi-am
1208 +
1209 +install-dvi-am:
1210 +
1211 install-exec-am: install-binPROGRAMS
1212 @$(NORMAL_INSTALL)
1213 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1214 +install-html: install-html-am
1215 +
1216 +install-html-am:
1217
1218 install-info: install-info-am
1219
1220 +install-info-am:
1221 +
1222 install-man:
1223
1224 +install-pdf: install-pdf-am
1225 +
1226 +install-pdf-am:
1227 +
1228 +install-ps: install-ps-am
1229 +
1230 +install-ps-am:
1231 +
1232 installcheck-am:
1233
1234 maintainer-clean: maintainer-clean-am
1235 @@ -1067,19 +1099,22 @@ ps: ps-am
1236
1237 ps-am:
1238
1239 -uninstall-am: uninstall-binPROGRAMS uninstall-info-am
1240 +uninstall-am: uninstall-binPROGRAMS
1241 +
1242 +.MAKE: install-am install-exec-am install-strip
1243
1244 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1245 clean-generic ctags distclean distclean-compile \
1246 distclean-generic distclean-tags distdir dvi dvi-am html \
1247 html-am info info-am install install-am install-binPROGRAMS \
1248 - install-data install-data-am install-exec install-exec-am \
1249 - install-exec-hook install-info install-info-am install-man \
1250 + install-data install-data-am install-dvi install-dvi-am \
1251 + install-exec install-exec-am install-exec-hook install-html \
1252 + install-html-am install-info install-info-am install-man \
1253 + install-pdf install-pdf-am install-ps install-ps-am \
1254 install-strip installcheck installcheck-am installdirs \
1255 maintainer-clean maintainer-clean-generic mostlyclean \
1256 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1257 - tags uninstall uninstall-am uninstall-binPROGRAMS \
1258 - uninstall-info-am
1259 + tags uninstall uninstall-am uninstall-binPROGRAMS
1260
1261
1262 lint:
1263 @@ -1097,7 +1132,7 @@ install-exec-hook: $(bin_PROGRAMS)
1264 done
1265
1266 @KERNEL_2_6_TRUE@drv_vmmc.ko: $(drv_vmmc_SOURCES) $(EXTRA_DIST)
1267 -@KERNEL_2_6_TRUE@ @echo -e "Making Linux 2.6.x kernel object"
1268 +@KERNEL_2_6_TRUE@ @echo "Making Linux 2.6.x kernel object"
1269 @KERNEL_2_6_TRUE@ @for f in $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES) ; do \
1270 @KERNEL_2_6_TRUE@ if test ! -e $(PWD)/$$f; then \
1271 @KERNEL_2_6_TRUE@ echo " LN $$f" ; \
1272 @@ -1105,10 +1140,10 @@ install-exec-hook: $(bin_PROGRAMS)
1273 @KERNEL_2_6_TRUE@ ln -s @abs_srcdir@/$$f $(PWD)/$$f; \
1274 @KERNEL_2_6_TRUE@ fi; \
1275 @KERNEL_2_6_TRUE@ done;
1276 -@KERNEL_2_6_TRUE@ @echo -e "# drv_vmmc: Generated to build Linux 2.6.x kernel object" > $(PWD)/Kbuild
1277 -@KERNEL_2_6_TRUE@ @echo -e "obj-m := $(subst .ko,.o,$@)" >> $(PWD)/Kbuild
1278 -@KERNEL_2_6_TRUE@ @echo -e "$(subst .ko,,$@)-y := $(drv_vmmc_OBJS)" >> $(PWD)/Kbuild
1279 -@KERNEL_2_6_TRUE@ @echo -e "EXTRA_CFLAGS := -DHAVE_CONFIG_H $(CFLAGS) $(drv_vmmc_CFLAGS) $(INCLUDES)" >> $(PWD)/Kbuild
1280 +@KERNEL_2_6_TRUE@ @echo "# drv_vmmc: Generated to build Linux 2.6.x kernel object" > $(PWD)/Kbuild
1281 +@KERNEL_2_6_TRUE@ @echo "obj-m := $(subst .ko,.o,$@)" >> $(PWD)/Kbuild
1282 +@KERNEL_2_6_TRUE@ @echo "$(subst .ko,,$@)-y := $(drv_vmmc_OBJS)" >> $(PWD)/Kbuild
1283 +@KERNEL_2_6_TRUE@ @echo "EXTRA_CFLAGS := -DHAVE_CONFIG_H $(CFLAGS) $(drv_vmmc_CFLAGS) $(INCLUDES)" >> $(PWD)/Kbuild
1284 @KERNEL_2_6_TRUE@ $(MAKE) ARCH=@KERNEL_ARCH@ -C @KERNEL_BUILD_PATH@ O=@KERNEL_BUILD_PATH@ M=$(PWD) modules
1285
1286 @KERNEL_2_6_TRUE@clean-generic:
1287 @@ -1117,6 +1152,7 @@ install-exec-hook: $(bin_PROGRAMS)
1288 @KERNEL_2_6_TRUE@ @- find . -name "*.o" | xargs rm -f
1289 @KERNEL_2_6_TRUE@ @- rm -f Module.symvers Kbuild
1290 @KERNEL_2_6_TRUE@ @- rm -rf .tmp_versions drv_vmmc.mod.c
1291 +
1292 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1293 # Otherwise a system limit (for SysV at least) may be exceeded.
1294 .NOEXPORT:
1295 --- a/drv_version.h
1296 +++ b/drv_version.h
1297 @@ -36,6 +36,10 @@
1298 #define MIN_FW_MAJORSTEP 2
1299 #define MIN_FW_MINORSTEP 1
1300 #define MIN_FW_HOTFIXSTEP 0
1301 +#elif defined(SYSTEM_FALCON)
1302 +#define MIN_FW_MAJORSTEP 0
1303 +#define MIN_FW_MINORSTEP 1
1304 +#define MIN_FW_HOTFIXSTEP 0
1305 #else
1306 #error unknown system
1307 #endif
1308 --- a/src/drv_vmmc_bbd.c
1309 +++ b/src/drv_vmmc_bbd.c
1310 @@ -34,6 +34,7 @@
1311 #define VMMC_WL_SDD_BASIC_CFG 0x04000400
1312 #define VMMC_WL_SDD_RING_CFG 0x04000500
1313 #define VMMC_WL_SDD_DCDC_CFG 0x04000C00
1314 +#define VMMC_WL_SDD_MWI_CFG 0x04000600
1315
1316 #define IDLE_EXT_TOGGLE_SLEEP_MS 5
1317
1318 @@ -52,6 +53,8 @@
1319 #define BBD_VMMC_MAGIC 0x41523921 /* "AR9" */
1320 #elif defined(SYSTEM_VR9)
1321 #define BBD_VMMC_MAGIC 0x56523921 /* "VR9" */
1322 +#elif defined(SYSTEM_FALCON)
1323 +#define BBD_VMMC_MAGIC 0x46414C43 /* "FALC" */
1324 #else
1325 #error system undefined
1326 #endif
1327 @@ -525,9 +528,6 @@ static IFX_int32_t VMMC_BBD_BlockHandler
1328 IFX_uint16_t slic_val;
1329 IFX_int32_t ret = IFX_SUCCESS;
1330
1331 - TRACE(VMMC, DBG_LEVEL_LOW,
1332 - ("bbd block with tag 0x%04X passed\n", pBBDblock->tag));
1333 -
1334 /* for FXO line allowed blocks are FXO_CRAM and TRANSPARENT */
1335 if (pCh->pALM->line_type_fxs != IFX_TRUE)
1336 {
1337 @@ -686,6 +686,7 @@ static IFX_int32_t VMMC_BBD_BlockHandler
1338 break;
1339 }
1340 } /* if */
1341 +
1342 return ret;
1343 }
1344
1345 @@ -1026,6 +1027,7 @@ static IFX_int32_t vmmc_BBD_WhiteListedC
1346 }
1347 case VMMC_WL_SDD_RING_CFG:
1348 case VMMC_WL_SDD_DCDC_CFG:
1349 + case VMMC_WL_SDD_MWI_CFG:
1350 ret = CmdWrite (pCh->pParent, Msg.val, Msg.cmd.LENGTH);
1351 break;
1352
1353 @@ -1068,7 +1070,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1354 IFX_uint32_t countWords;
1355 IFX_uint32_t posBytes = 0;
1356 IFX_uint8_t lenBytes, *pByte;
1357 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1358 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1359 IFX_uint8_t padBytes = 0;
1360 #endif
1361 IFX_uint16_t cram_offset, cram_crc,
1362 @@ -1088,7 +1090,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1363 #ifdef SYSTEM_DANUBE
1364 /* CMD1 is a COP command */
1365 pCmd[0] = (0x0200) | (pCh->nChannel - 1);
1366 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1367 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1368 /* SDD_Coef command */
1369 pCmd[0] = (0x0400) | (pCh->nChannel - 1);
1370 pCmd[1] = (0x0D00);
1371 @@ -1111,7 +1113,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1372 pCmd[1] = ((cram_offset + (posBytes >> 1)) << 8);
1373 /* set CRAM data while taking care of endianess */
1374 cpb2w (&pCmd[2], &pByte[posBytes], lenBytes);
1375 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1376 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1377 /* calculate length to download (in words = 16bit),
1378 maximum allowed length for this message is 56 Bytes = 28 Words */
1379 if (countWords > ((MAX_CMD_WORD - CMD_HDR_CNT - 1)))
1380 @@ -1140,7 +1142,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1381 /* write Data */
1382 #if defined SYSTEM_DANUBE
1383 ret = CmdWrite (pCh->pParent, (IFX_uint32_t *) pCmd, lenBytes);
1384 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1385 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1386 #if 1
1387 /* lenBytes + 2 bytes for block offset/length which are not calculated
1388 in the download progress */
1389 --- a/src/mps/drv_mps_version.h
1390 +++ b/src/mps/drv_mps_version.h
1391 @@ -17,7 +17,7 @@
1392 #define VERSIONSTEP 2
1393 #define VERS_TYPE 5
1394
1395 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1396 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1397 #define IFX_MPS_PLATFORM_NAME "MIPS34KEc"
1398 #elif defined(SYSTEM_DANUBE)
1399 #define IFX_MPS_PLATFORM_NAME "MIPS24KEc"
1400 --- a/src/mps/drv_mps_vmmc_linux.c
1401 +++ b/src/mps/drv_mps_vmmc_linux.c
1402 @@ -55,6 +55,9 @@
1403 #include "drv_vmmc_init.h"
1404 # include <lantiq.h>
1405 # include <irq.h>
1406 +# ifdef CONFIG_SOC_LANTIQ_FALCON
1407 +# include <falcon_irq.h>
1408 +# endif
1409 #else
1410 # include <asm/ifx/irq.h>
1411 # include <asm/ifx/ifx_regs.h>
1412 @@ -2197,7 +2200,7 @@ IFX_int32_t __init ifx_mps_init_module (
1413 #if defined(CONFIG_MIPS) && !defined(CONFIG_MIPS_UNCACHED)
1414 #if defined(SYSTEM_DANUBE)
1415 bDoCacheOps = IFX_TRUE; /* on Danube always perform cache ops */
1416 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1417 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1418 /* on AR9/VR9 cache is configured by BSP;
1419 here we check whether the D-cache is shared or partitioned;
1420 1) in case of shared D-cache all cache operations are omitted;
1421 @@ -2227,6 +2230,7 @@ IFX_int32_t __init ifx_mps_init_module (
1422
1423 /* reset the device before initializing the device driver */
1424 ifx_mps_reset ();
1425 +
1426 result = request_irq (INT_NUM_IM4_IRL18,
1427 #ifdef LINUX_2_6
1428 ifx_mps_ad0_irq, IRQF_DISABLED
1429 --- /dev/null
1430 +++ b/src/mps/drv_mps_vmmc_falcon.c
1431 @@ -0,0 +1,463 @@
1432 +/******************************************************************************
1433 +
1434 + Copyright (c) 2009
1435 + Lantiq Deutschland GmbH
1436 + Am Campeon 3; 85579 Neubiberg, Germany
1437 +
1438 + For licensing information, see the file 'LICENSE' in the root folder of
1439 + this software module.
1440 +
1441 +****************************************************************************
1442 + Module : drv_mps_vmmc_ar9.c
1443 + Description : This file contains the implementation of the AR9/VR9 specific
1444 + driver functions.
1445 +*******************************************************************************/
1446 +
1447 +/* ============================= */
1448 +/* Includes */
1449 +/* ============================= */
1450 +#include "drv_config.h"
1451 +
1452 +#if defined(SYSTEM_FALCON) /* defined in drv_config.h */
1453 +
1454 +/* lib_ifxos headers */
1455 +#include "ifx_types.h"
1456 +#include "ifxos_linux_drv.h"
1457 +#include "ifxos_copy_user_space.h"
1458 +#include "ifxos_event.h"
1459 +#include "ifxos_lock.h"
1460 +#include "ifxos_select.h"
1461 +#include "ifxos_interrupt.h"
1462 +#include <linux/gpio.h>
1463 +#include <sys1_reg.h>
1464 +#include <falcon.h>
1465 +#include <falcon_irq.h>
1466 +#include <vpe.h>
1467 +#include <sysctrl.h>
1468 +void (*ifx_bsp_basic_mps_decrypt)(unsigned int addr, int n) = (void (*)(unsigned int, int))0xbf000290;
1469 +
1470 +#define IFX_MPS_SRAM IFXMIPS_MPS_SRAM
1471 +
1472 +/*#define USE_PLAIN_VOICE_FIRMWARE*/
1473 +/* board specific headers */
1474 +
1475 +/* device specific headers */
1476 +#include "drv_mps_vmmc.h"
1477 +#include "drv_mps_vmmc_dbg.h"
1478 +#include "drv_mps_vmmc_device.h"
1479 +
1480 +/* ============================= */
1481 +/* Local Macros & Definitions */
1482 +/* ============================= */
1483 +/* Firmware watchdog timer counter address */
1484 +#define VPE1_WDOG_CTR_ADDR ((IFX_uint32_t)((IFX_uint8_t* )IFX_MPS_SRAM + 432))
1485 +
1486 +/* Firmware watchdog timeout range, values in ms */
1487 +#define VPE1_WDOG_TMOUT_MIN 20
1488 +#define VPE1_WDOG_TMOUT_MAX 5000
1489 +
1490 +/* ============================= */
1491 +/* Global variable definition */
1492 +/* ============================= */
1493 +extern mps_comm_dev *pMPSDev;
1494 +
1495 +/* ============================= */
1496 +/* Global function declaration */
1497 +/* ============================= */
1498 +IFX_void_t ifx_mps_release (IFX_void_t);
1499 +extern IFX_uint32_t ifx_mps_reset_structures (mps_comm_dev * pMPSDev);
1500 +extern IFX_int32_t ifx_mps_bufman_close (IFX_void_t);
1501 +IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count);
1502 +extern IFXOS_event_t fw_ready_evt;
1503 +/* ============================= */
1504 +/* Local function declaration */
1505 +/* ============================= */
1506 +static IFX_int32_t ifx_mps_fw_wdog_start_ar9(IFX_void_t);
1507 +
1508 +/* ============================= */
1509 +/* Local variable definition */
1510 +/* ============================= */
1511 +static IFX_int32_t vpe1_started = 0;
1512 +/* VMMC watchdog timer callback */
1513 +IFX_int32_t (*ifx_wdog_callback) (IFX_uint32_t flags) = IFX_NULL;
1514 +
1515 +/* ============================= */
1516 +/* Local function definition */
1517 +/* ============================= */
1518 +
1519 +/******************************************************************************
1520 + * AR9 Specific Routines
1521 + ******************************************************************************/
1522 +
1523 +/**
1524 + * Start AR9 EDSP firmware watchdog mechanism.
1525 + * Called after download and startup of VPE1.
1526 + *
1527 + * \param none
1528 + * \return 0 IFX_SUCCESS
1529 + * \return -1 IFX_ERROR
1530 + * \ingroup Internal
1531 + */
1532 +IFX_int32_t ifx_mps_fw_wdog_start_ar9()
1533 +{
1534 + return IFX_SUCCESS;
1535 +}
1536 +
1537 +/**
1538 + * Firmware download to Voice CPU
1539 + * This function performs a firmware download to the coprocessor.
1540 + *
1541 + * \param pMBDev Pointer to mailbox device structure
1542 + * \param pFWDwnld Pointer to firmware structure
1543 + * \return 0 IFX_SUCCESS, firmware ready
1544 + * \return -1 IFX_ERROR, firmware not downloaded.
1545 + * \ingroup Internal
1546 + */
1547 +IFX_int32_t ifx_mps_download_firmware (mps_mbx_dev *pMBDev, mps_fw *pFWDwnld)
1548 +{
1549 + IFX_uint32_t mem, cksum;
1550 + IFX_uint8_t crc;
1551 + IFX_boolean_t bMemReqNotPresent = IFX_FALSE;
1552 +
1553 + /* VCC register */
1554 + /* dummy accesss on GTC for GPONC-55, otherwise upper bits are random on read */
1555 + ltq_r32 ((u32 *)((KSEG1 | 0x1DC000B0)));
1556 + /* NTR Frequency Select 1536 kHz per default or take existing,
1557 + NTR Output Enable and NTR8K Output Enable */
1558 + if ((ltq_r32 ((u32 *)(GPON_SYS_BASE + 0xBC)) & 7) == 0)
1559 + ltq_w32_mask (0x10187, 0x183, (u32 *)(GPON_SYS_BASE + 0xBC));
1560 + else
1561 + ltq_w32_mask (0x10180, 0x180, (u32 *)(GPON_SYS_BASE + 0xBC));
1562 +#if 0
1563 + /* BIU-ICU1-IM1_ISR - IM1:FSCT_CMP1=1 and FSC_ROOT=1
1564 + (0x1f880328 = 0x00002800) */
1565 + ltq_w32 (0x00002800, (u32 *)(GPON_ICU1_BASE + 0x30));
1566 +#endif
1567 + /* copy FW footer from user space */
1568 + if (IFX_NULL == IFXOS_CpyFromUser(pFW_img_data,
1569 + pFWDwnld->data+pFWDwnld->length/4-sizeof(*pFW_img_data)/4,
1570 + sizeof(*pFW_img_data)))
1571 + {
1572 + TRACE (MPS, DBG_LEVEL_HIGH,
1573 + (KERN_ERR "[%s %s %d]: copy_from_user error\r\n",
1574 + __FILE__, __func__, __LINE__));
1575 + return IFX_ERROR;
1576 + }
1577 +
1578 + mem = pFW_img_data->mem;
1579 +
1580 + /* memory requirement sanity check */
1581 + if ((crc = ~((mem >> 16) + (mem >> 8) + mem)) != (mem >> 24))
1582 + {
1583 + TRACE (MPS, DBG_LEVEL_HIGH,
1584 + ("[%s %s %d]: warning, image does not contain size - assuming 1MB!\n",
1585 + __FILE__, __func__, __LINE__));
1586 + mem = 1 * 1024 * 1024;
1587 + bMemReqNotPresent = IFX_TRUE;
1588 + }
1589 + else
1590 + {
1591 + mem &= 0x00FFFFFF;
1592 + }
1593 +
1594 + /* check if FW image fits in available memory space */
1595 + if (mem > vpe1_get_max_mem(0))
1596 + {
1597 + TRACE (MPS, DBG_LEVEL_HIGH,
1598 + ("[%s %s %d]: error, firmware memory exceeds reserved space (%i > %i)!\n",
1599 + __FILE__, __func__, __LINE__, mem, vpe1_get_max_mem(0)));
1600 + return IFX_ERROR;
1601 + }
1602 +
1603 + /* reset the driver */
1604 + ifx_mps_reset ();
1605 +
1606 + /* call BSP to get cpu1 base address */
1607 + cpu1_base_addr = (IFX_uint32_t *)vpe1_get_load_addr(0);
1608 +
1609 + /* check if CPU1 base address is sane
1610 + \todo: check if address is 1MB aligned,
1611 + also make it visible in a /proc fs */
1612 + if (!cpu1_base_addr)
1613 + {
1614 + TRACE (MPS, DBG_LEVEL_HIGH,
1615 + (KERN_ERR "IFX_MPS: CPU1 base address is invalid!\r\n"));
1616 + return IFX_ERROR;
1617 + }
1618 + /* further use uncached value */
1619 + cpu1_base_addr = (IFX_uint32_t *)KSEG1ADDR(cpu1_base_addr);
1620 +
1621 + /* free all data buffers that might be currently used by FW */
1622 + if (IFX_NULL != ifx_mps_bufman_freeall)
1623 + {
1624 + ifx_mps_bufman_freeall();
1625 + }
1626 +
1627 + if(FW_FORMAT_NEW)
1628 + {
1629 + /* adjust download length */
1630 + pFWDwnld->length -= (sizeof(*pFW_img_data)-sizeof(IFX_uint32_t));
1631 + }
1632 + else
1633 + {
1634 + pFWDwnld->length -= sizeof(IFX_uint32_t);
1635 +
1636 + /* handle unlikely case if FW image does not contain memory requirement -
1637 + assumed for old format only */
1638 + if (IFX_TRUE == bMemReqNotPresent)
1639 + pFWDwnld->length += sizeof(IFX_uint32_t);
1640 +
1641 + /* in case of old FW format always assume that FW is encrypted;
1642 + use compile switch USE_PLAIN_VOICE_FIRMWARE for plain FW */
1643 +#ifndef USE_PLAIN_VOICE_FIRMWARE
1644 + pFW_img_data->enc = 1;
1645 +#else
1646 +#warning Using unencrypted firmware!
1647 + pFW_img_data->enc = 0;
1648 +#endif /* USE_PLAIN_VOICE_FIRMWARE */
1649 + /* initializations for the old format */
1650 + pFW_img_data->st_addr_crc = 2*sizeof(IFX_uint32_t) +
1651 + FW_AR9_OLD_FMT_XCPT_AREA_SZ;
1652 + pFW_img_data->en_addr_crc = pFWDwnld->length;
1653 + pFW_img_data->fw_vers = 0;
1654 + pFW_img_data->magic = 0;
1655 + }
1656 +
1657 + /* copy FW image to base address of CPU1 */
1658 + if (IFX_NULL ==
1659 + IFXOS_CpyFromUser ((IFX_void_t *)cpu1_base_addr,
1660 + (IFX_void_t *)pFWDwnld->data, pFWDwnld->length))
1661 + {
1662 + TRACE (MPS, DBG_LEVEL_HIGH,
1663 + (KERN_ERR "[%s %s %d]: copy_from_user error\r\n", __FILE__,
1664 + __func__, __LINE__));
1665 + return IFX_ERROR;
1666 + }
1667 +
1668 + /* process firmware decryption */
1669 + if (pFW_img_data->enc == 1)
1670 + {
1671 + if(FW_FORMAT_NEW)
1672 + {
1673 + /* adjust decryption length (avoid decrypting CRC32 checksum) */
1674 + pFWDwnld->length -= sizeof(IFX_uint32_t);
1675 + }
1676 + /* BootROM actually decrypts n+4 bytes if n bytes were passed for
1677 + decryption. Subtract sizeof(u32) from length to avoid decryption
1678 + of data beyond the FW image code */
1679 + pFWDwnld->length -= sizeof(IFX_uint32_t);
1680 + ifx_bsp_basic_mps_decrypt((unsigned int)cpu1_base_addr, pFWDwnld->length);
1681 + }
1682 +
1683 + /* calculate CRC32 checksum over downloaded image */
1684 + cksum = ifx_mps_fw_crc32(cpu1_base_addr, pFW_img_data);
1685 +
1686 + /* verify the checksum */
1687 + if(FW_FORMAT_NEW)
1688 + {
1689 + if (cksum != pFW_img_data->crc32)
1690 + {
1691 + TRACE (MPS, DBG_LEVEL_HIGH,
1692 + ("MPS: FW checksum error: img=0x%08x calc=0x%08x\r\n",
1693 + pFW_img_data->crc32, cksum));
1694 + /*return IFX_ERROR;*/
1695 + }
1696 + }
1697 + else
1698 + {
1699 + /* just store self-calculated checksum */
1700 + pFW_img_data->crc32 = cksum;
1701 + }
1702 +
1703 + /* start VPE1 */
1704 + ifx_mps_release ();
1705 +#if 0
1706 + /* start FW watchdog mechanism */
1707 + ifx_mps_fw_wdog_start_ar9();
1708 +#endif
1709 + /* get FW version */
1710 + return ifx_mps_get_fw_version (0);
1711 +}
1712 +
1713 +
1714 +/**
1715 + * Restart CPU1
1716 + * This function restarts CPU1 by accessing the reset request register and
1717 + * reinitializes the mailbox.
1718 + *
1719 + * \return 0 IFX_SUCCESS, successful restart
1720 + * \return -1 IFX_ERROR, if reset failed
1721 + * \ingroup Internal
1722 + */
1723 +IFX_int32_t ifx_mps_restart (IFX_void_t)
1724 +{
1725 + /* raise reset request for CPU1 and reset driver structures */
1726 + ifx_mps_reset ();
1727 + /* Disable GPTC Interrupt to CPU1 */
1728 + ifx_mps_shutdown_gpt ();
1729 + /* re-configure GPTC */
1730 + ifx_mps_init_gpt ();
1731 + /* let CPU1 run */
1732 + ifx_mps_release ();
1733 + /* start FW watchdog mechanism */
1734 + ifx_mps_fw_wdog_start_ar9();
1735 + TRACE (MPS, DBG_LEVEL_HIGH, ("IFX_MPS: Restarting firmware..."));
1736 + return ifx_mps_get_fw_version (0);
1737 +}
1738 +
1739 +/**
1740 + * Shutdown MPS - stop VPE1
1741 + * This function stops VPE1
1742 + *
1743 + * \ingroup Internal
1744 + */
1745 +IFX_void_t ifx_mps_shutdown (IFX_void_t)
1746 +{
1747 + if (vpe1_started)
1748 + {
1749 + /* stop software watchdog timer */
1750 + vpe1_sw_wdog_stop (0);
1751 + /* clean up the BSP callback function */
1752 + vpe1_sw_wdog_register_reset_handler (IFX_NULL);
1753 + /* stop VPE1 */
1754 + vpe1_sw_stop (0);
1755 + vpe1_started = 0;
1756 + }
1757 + /* free GPTC */
1758 + ifx_mps_shutdown_gpt ();
1759 +}
1760 +
1761 +/**
1762 + * Reset CPU1
1763 + * This function causes a reset of CPU1 by clearing the CPU0 boot ready bit
1764 + * in the reset request register RCU_RST_REQ.
1765 + * It does not change the boot configuration registers for CPU0 or CPU1.
1766 + *
1767 + * \return 0 IFX_SUCCESS, cannot fail
1768 + * \ingroup Internal
1769 + */
1770 +IFX_void_t ifx_mps_reset (IFX_void_t)
1771 +{
1772 + /* if VPE1 is already started, stop it */
1773 + if (vpe1_started)
1774 + {
1775 + /* stop software watchdog timer first */
1776 + vpe1_sw_wdog_stop (0);
1777 + vpe1_sw_stop (0);
1778 + vpe1_started = 0;
1779 + }
1780 +
1781 + /* reset driver */
1782 + ifx_mps_reset_structures (pMPSDev);
1783 + ifx_mps_bufman_close ();
1784 + return;
1785 +}
1786 +
1787 +/**
1788 + * Let CPU1 run
1789 + * This function starts VPE1
1790 + *
1791 + * \return none
1792 + * \ingroup Internal
1793 + */
1794 +IFX_void_t ifx_mps_release (IFX_void_t)
1795 +{
1796 + IFX_int_t ret;
1797 + IFX_int32_t RetCode = 0;
1798 +
1799 + /* Start VPE1 */
1800 + if (IFX_SUCCESS !=
1801 + vpe1_sw_start ((IFX_void_t *)cpu1_base_addr, 0, 0))
1802 + {
1803 + TRACE (MPS, DBG_LEVEL_HIGH, (KERN_ERR "Error starting VPE1\r\n"));
1804 + return;
1805 + }
1806 + vpe1_started = 1;
1807 +
1808 + /* sleep 3 seconds until FW is ready */
1809 + ret = IFXOS_EventWait (&fw_ready_evt, 3000, &RetCode);
1810 + if ((ret == IFX_ERROR) && (RetCode == 1))
1811 + {
1812 + /* timeout */
1813 + TRACE (MPS, DBG_LEVEL_HIGH,
1814 + (KERN_ERR "[%s %s %d]: Timeout waiting for firmware ready.\r\n",
1815 + __FILE__, __func__, __LINE__));
1816 + /* recalculate and compare the firmware checksum */
1817 + ifx_mps_fw_crc_compare(cpu1_base_addr, pFW_img_data);
1818 + /* dump exception area on a console */
1819 + ifx_mps_dump_fw_xcpt(cpu1_base_addr, pFW_img_data);
1820 + }
1821 +}
1822 +
1823 +/**
1824 + * WDT callback.
1825 + * This function is called by BSP (module softdog_vpe) in case if software
1826 + * watchdog timer expiration is detected by BSP.
1827 + * This function needs to be registered at BSP as WDT callback using
1828 + * vpe1_sw_wdog_register_reset_handler() API.
1829 + *
1830 + * \return 0 IFX_SUCCESS, cannot fail
1831 + * \ingroup Internal
1832 + */
1833 +IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count)
1834 +{
1835 +#ifdef DEBUG
1836 + TRACE (MPS, DBG_LEVEL_HIGH,
1837 + ("MPS: watchdog callback! arg=0x%08x\r\n", wdog_cleared_ok_count));
1838 +#endif /* DEBUG */
1839 +
1840 + /* reset SmartSLIC is done by FW */
1841 + /* recalculate and compare the firmware checksum */
1842 + ifx_mps_fw_crc_compare(cpu1_base_addr, pFW_img_data);
1843 +
1844 + /* dump exception area on a console */
1845 + ifx_mps_dump_fw_xcpt(cpu1_base_addr, pFW_img_data);
1846 +
1847 + if (IFX_NULL != ifx_wdog_callback)
1848 + {
1849 + /* call VMMC driver */
1850 + ifx_wdog_callback (wdog_cleared_ok_count);
1851 + }
1852 + else
1853 + {
1854 + TRACE (MPS, DBG_LEVEL_HIGH,
1855 + (KERN_WARNING "MPS: VMMC watchdog timer callback is NULL.\r\n"));
1856 + }
1857 + return 0;
1858 +}
1859 +
1860 +/**
1861 + * Register WDT callback.
1862 + * This function is called by VMMC driver to register its callback in
1863 + * the MPS driver.
1864 + *
1865 + * \return 0 IFX_SUCCESS, cannot fail
1866 + * \ingroup Internal
1867 + */
1868 +IFX_int32_t
1869 +ifx_mps_register_wdog_callback (IFX_int32_t (*pfn) (IFX_uint32_t flags))
1870 +{
1871 + ifx_wdog_callback = pfn;
1872 + return 0;
1873 +}
1874 +
1875 +/**
1876 + Hardware setup on FALC ON
1877 +*/
1878 +void sys_hw_setup (void)
1879 +{
1880 + /* Set INFRAC register bit 1: clock enable of the GPE primary clock. */
1881 + sys_gpe_hw_activate (0);
1882 + /* enable 1.5 V */
1883 + ltq_w32_mask (0xf, 0x0b, (u32 *)(GPON_SYS1_BASE | 0xbc));
1884 + /* SYS1-CLKEN:GPTC = 1 and MPS, no longer FSCT = 1 */
1885 + sys1_hw_activate (ACTS_MPS | ACTS_GPTC);
1886 + /* GPTC:CLC:RMC = 1 */
1887 + ltq_w32 (0x00000100, (u32 *)(KSEG1 | 0x1E100E00));
1888 +}
1889 +
1890 +#ifndef VMMC_WITH_MPS
1891 +EXPORT_SYMBOL (ifx_mps_register_wdog_callback);
1892 +#endif /* !VMMC_WITH_MPS */
1893 +
1894 +#endif /* SYSTEM_FALCON */
1895 --- a/src/mps/drv_mps_vmmc_common.c
1896 +++ b/src/mps/drv_mps_vmmc_common.c
1897 @@ -67,6 +67,10 @@ static void inline bsp_mask_and_ack_irq(
1898 # include <asm/ifx/ifx_regs.h>
1899 # include <asm/ifx/ifx_gptu.h>
1900 #endif
1901 +#if defined(SYSTEM_FALCON)
1902 +#include <sys1_reg.h>
1903 +#include <sysctrl.h>
1904 +#endif
1905
1906 #include "drv_mps_vmmc.h"
1907 #include "drv_mps_vmmc_dbg.h"
1908 @@ -1157,7 +1161,12 @@ IFX_uint32_t ifx_mps_init_structures (mp
1909 mailbox, * upstream and downstream direction. */
1910 memset (
1911 /* avoid to overwrite CPU boot registers */
1912 +#if defined(SYSTEM_FALCON)
1913 + (IFX_void_t *) MBX_Memory +
1914 + 2 * sizeof (mps_boot_cfg_reg),
1915 +#else
1916 (IFX_void_t *) MBX_Memory,
1917 +#endif
1918 0,
1919 sizeof (mps_mbx_reg) - 2 * sizeof (mps_boot_cfg_reg));
1920 MBX_Memory->MBX_UPSTR_CMD_BASE =
1921 @@ -2670,6 +2679,7 @@ IFX_void_t ifx_mps_disable_mailbox_int (
1922 Ad0Reg.fld.cu_mbx = 0;
1923 Ad0Reg.fld.du_mbx = 0;
1924 *IFX_MPS_AD0ENR = Ad0Reg.val;
1925 +
1926 }
1927
1928 /**
1929 @@ -2767,11 +2777,13 @@ irqreturn_t ifx_mps_ad0_irq (IFX_int32_t
1930 /* handle only enabled interrupts */
1931 MPS_Ad0StatusReg.val &= *IFX_MPS_AD0ENR;
1932
1933 +#if !defined(SYSTEM_FALCON)
1934 #ifdef LINUX_2_6
1935 bsp_mask_and_ack_irq (irq);
1936 #else /* */
1937 mask_and_ack_danube_irq (irq);
1938 #endif /* */
1939 +#endif /* !defined(SYSTEM_FALCON) */
1940 /* FW is up and ready to process commands */
1941 if (MPS_Ad0StatusReg.fld.dl_end)
1942 {
1943 @@ -2920,11 +2932,13 @@ irqreturn_t ifx_mps_ad1_irq (IFX_int32_t
1944 /* handle only enabled interrupts */
1945 MPS_Ad1StatusReg.val &= *IFX_MPS_AD1ENR;
1946
1947 +#if !defined(SYSTEM_FALCON)
1948 #ifdef LINUX_2_6
1949 bsp_mask_and_ack_irq (irq);
1950 #else /* */
1951 mask_and_ack_danube_irq (irq);
1952 #endif /* */
1953 +#endif /* !defined(SYSTEM_FALCON) */
1954 pMPSDev->event.MPS_Ad1Reg.val = MPS_Ad1StatusReg.val;
1955
1956 /* use callback function or queue wake up to notify about data reception */
1957 @@ -2978,11 +2992,13 @@ irqreturn_t ifx_mps_vc_irq (IFX_int32_t
1958 IFX_MPS_CVC0SR[chan] = MPS_VCStatusReg.val;
1959 /* handle only enabled interrupts */
1960 MPS_VCStatusReg.val &= IFX_MPS_VC0ENR[chan];
1961 +#if !defined(SYSTEM_FALCON)
1962 #ifdef LINUX_2_6
1963 bsp_mask_and_ack_irq (irq);
1964 #else /* */
1965 mask_and_ack_danube_irq (irq);
1966 #endif /* */
1967 +#endif /* !defined(SYSTEM_FALCON) */
1968
1969 pMPSDev->event.MPS_VCStatReg[chan].val = MPS_VCStatusReg.val;
1970 #ifdef PRINT_ON_ERR_INTERRUPT
1971 @@ -3127,6 +3143,7 @@ IFX_int32_t ifx_mps_get_fw_version (IFX_
1972 */
1973 IFX_return_t ifx_mps_init_gpt ()
1974 {
1975 +#if !defined(SYSTEM_FALCON)
1976 unsigned long flags;
1977 IFX_uint32_t timer_flags, timer, loops = 0;
1978 IFX_ulong_t count;
1979 @@ -3135,7 +3152,11 @@ IFX_return_t ifx_mps_init_gpt ()
1980 #else /* Danube */
1981 timer = TIMER1B;
1982 #endif /* SYSTEM_AR9 || SYSTEM_VR9 */
1983 +#endif
1984
1985 +#if defined(SYSTEM_FALCON)
1986 + sys_hw_setup ();
1987 +#else
1988 /* calibration loop - required to syncronize GPTC interrupt with falling
1989 edge of FSC clock */
1990 timer_flags =
1991 @@ -3180,7 +3201,7 @@ Probably already in use.\r\n", __FILE__,
1992 #endif /* DEBUG */
1993
1994 IFXOS_UNLOCKINT (flags);
1995 -
1996 +#endif
1997 return IFX_SUCCESS;
1998 }
1999
2000 @@ -3195,6 +3216,9 @@ Probably already in use.\r\n", __FILE__,
2001 */
2002 IFX_void_t ifx_mps_shutdown_gpt (IFX_void_t)
2003 {
2004 +#if defined(SYSTEM_FALCON)
2005 + sys1_hw_deactivate (ACTS_MPS);
2006 +#else
2007 IFX_uint32_t timer;
2008 #if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
2009 timer = TIMER1A;
2010 @@ -3203,6 +3227,7 @@ IFX_void_t ifx_mps_shutdown_gpt (IFX_voi
2011 #endif /* SYSTEM_AR9 || SYSTEM_VR9 */
2012
2013 ifx_gptu_timer_free (timer);
2014 +#endif
2015 }
2016
2017 /**
2018 --- a/src/mps/drv_mps_vmmc_device.h
2019 +++ b/src/mps/drv_mps_vmmc_device.h
2020 @@ -73,10 +73,11 @@
2021 /* MPS Common defines */
2022 /* ============================= */
2023
2024 -#define MPS_BASEADDRESS 0xBF107000
2025 -#define MPS_RAD0SR MPS_BASEADDRESS + 0x0004
2026 -
2027 +#if defined(SYSTEM_FALCON)
2028 +#define MBX_BASEADDRESS 0xBF200040
2029 +#else
2030 #define MBX_BASEADDRESS 0xBF200000
2031 +#endif
2032 #define VCPU_BASEADDRESS 0xBF208000 /* 0xBF108000 */
2033 /*---------------------------------------------------------------------------*/
2034 #if !defined(CONFIG_LANTIQ)
2035 @@ -118,7 +119,6 @@
2036 /*---------------------------------------------------------------------------*/
2037
2038 #ifdef CONFIG_MPS_EVENT_MBX
2039 -
2040 #define MBX_CMD_FIFO_SIZE 64 /**< Size of command FIFO in bytes */
2041 #define MBX_DATA_UPSTRM_FIFO_SIZE 64
2042 #define MBX_DATA_DNSTRM_FIFO_SIZE 128
2043 @@ -294,6 +294,10 @@ typedef struct
2044 #ifdef CONFIG_MPS_EVENT_MBX
2045 typedef struct
2046 {
2047 +#if defined(SYSTEM_FALCON)
2048 + mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2049 + mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2050 +#endif
2051 volatile IFX_uint32_t *MBX_UPSTR_CMD_BASE; /**< Upstream Command FIFO Base Address */
2052 volatile IFX_uint32_t MBX_UPSTR_CMD_SIZE; /**< Upstream Command FIFO size in byte */
2053 volatile IFX_uint32_t *MBX_DNSTR_CMD_BASE; /**< Downstream Command FIFO Base Address */
2054 @@ -317,13 +321,19 @@ typedef struct
2055 volatile IFX_uint32_t MBX_UPSTR_EVENT_WRITE; /**< Upstream Event FIFO Write Index */
2056 volatile IFX_uint32_t MBX_EVENT[MBX_EVENT_DATA_WORDS];
2057 volatile IFX_uint32_t reserved[4];
2058 +#if !defined(SYSTEM_FALCON)
2059 mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2060 mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2061 +#endif
2062 } mps_mbx_reg;
2063
2064 #else /* */
2065 typedef struct
2066 {
2067 +#if defined(SYSTEM_FALCON)
2068 + mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2069 + mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2070 +#endif
2071 volatile IFX_uint32_t *MBX_UPSTR_CMD_BASE; /**< Upstream Command FIFO Base Address */
2072 volatile IFX_uint32_t MBX_UPSTR_CMD_SIZE; /**< Upstream Command FIFO size in byte */
2073 volatile IFX_uint32_t *MBX_DNSTR_CMD_BASE; /**< Downstream Command FIFO Base Address */
2074 @@ -341,8 +351,10 @@ typedef struct
2075 volatile IFX_uint32_t MBX_DNSTR_DATA_READ; /**< Downstream Data FIFO Read Index */
2076 volatile IFX_uint32_t MBX_DNSTR_DATA_WRITE; /**< Downstream Data FIFO Write Index */
2077 volatile IFX_uint32_t MBX_DATA[MBX_DATA_WORDS];
2078 +#if !defined(SYSTEM_FALCON)
2079 mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2080 mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2081 +#endif
2082 } mps_mbx_reg;
2083 #endif /* CONFIG_MPS_EVENT_MBX */
2084
2085 --- a/configure
2086 +++ b/configure
2087 @@ -1,85 +1,426 @@
2088 #! /bin/sh
2089 # Guess values for system-dependent variables and create Makefiles.
2090 -# Generated by GNU Autoconf 2.59 for VMMC Device Driver 1.9.0.
2091 +# Generated by GNU Autoconf 2.68 for VMMC Device Driver 1.9.0.
2092 #
2093 # Copyright (C) 2009, Lantiq Deutschland GmbH
2094 # For licensing information please see the file 'LICENSE' in the root folder of
2095 # this software module.
2096 #
2097 -# Copyright (C) 2003 Free Software Foundation, Inc.
2098 +#
2099 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2100 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
2101 +# Foundation, Inc.
2102 +#
2103 +#
2104 # This configure script is free software; the Free Software Foundation
2105 # gives unlimited permission to copy, distribute and modify it.
2106 -## --------------------- ##
2107 -## M4sh Initialization. ##
2108 -## --------------------- ##
2109 +## -------------------- ##
2110 +## M4sh Initialization. ##
2111 +## -------------------- ##
2112
2113 -# Be Bourne compatible
2114 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2115 +# Be more Bourne compatible
2116 +DUALCASE=1; export DUALCASE # for MKS sh
2117 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2118 emulate sh
2119 NULLCMD=:
2120 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2121 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2122 # is contrary to our usage. Disable this feature.
2123 alias -g '${1+"$@"}'='"$@"'
2124 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2125 - set -o posix
2126 + setopt NO_GLOB_SUBST
2127 +else
2128 + case `(set -o) 2>/dev/null` in #(
2129 + *posix*) :
2130 + set -o posix ;; #(
2131 + *) :
2132 + ;;
2133 +esac
2134 fi
2135 -DUALCASE=1; export DUALCASE # for MKS sh
2136
2137 -# Support unset when possible.
2138 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2139 - as_unset=unset
2140 -else
2141 - as_unset=false
2142 +
2143 +as_nl='
2144 +'
2145 +export as_nl
2146 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
2147 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2148 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2149 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2150 +# Prefer a ksh shell builtin over an external printf program on Solaris,
2151 +# but without wasting forks for bash or zsh.
2152 +if test -z "$BASH_VERSION$ZSH_VERSION" \
2153 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2154 + as_echo='print -r --'
2155 + as_echo_n='print -rn --'
2156 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2157 + as_echo='printf %s\n'
2158 + as_echo_n='printf %s'
2159 +else
2160 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2161 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2162 + as_echo_n='/usr/ucb/echo -n'
2163 + else
2164 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2165 + as_echo_n_body='eval
2166 + arg=$1;
2167 + case $arg in #(
2168 + *"$as_nl"*)
2169 + expr "X$arg" : "X\\(.*\\)$as_nl";
2170 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2171 + esac;
2172 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2173 + '
2174 + export as_echo_n_body
2175 + as_echo_n='sh -c $as_echo_n_body as_echo'
2176 + fi
2177 + export as_echo_body
2178 + as_echo='sh -c $as_echo_body as_echo'
2179 +fi
2180 +
2181 +# The user is always right.
2182 +if test "${PATH_SEPARATOR+set}" != set; then
2183 + PATH_SEPARATOR=:
2184 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2185 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2186 + PATH_SEPARATOR=';'
2187 + }
2188 fi
2189
2190
2191 -# Work around bugs in pre-3.0 UWIN ksh.
2192 -$as_unset ENV MAIL MAILPATH
2193 +# IFS
2194 +# We need space, tab and new line, in precisely that order. Quoting is
2195 +# there to prevent editors from complaining about space-tab.
2196 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2197 +# splitting by setting IFS to empty value.)
2198 +IFS=" "" $as_nl"
2199 +
2200 +# Find who we are. Look in the path if we contain no directory separator.
2201 +as_myself=
2202 +case $0 in #((
2203 + *[\\/]* ) as_myself=$0 ;;
2204 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2205 +for as_dir in $PATH
2206 +do
2207 + IFS=$as_save_IFS
2208 + test -z "$as_dir" && as_dir=.
2209 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2210 + done
2211 +IFS=$as_save_IFS
2212 +
2213 + ;;
2214 +esac
2215 +# We did not find ourselves, most probably we were run as `sh COMMAND'
2216 +# in which case we are not to be found in the path.
2217 +if test "x$as_myself" = x; then
2218 + as_myself=$0
2219 +fi
2220 +if test ! -f "$as_myself"; then
2221 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2222 + exit 1
2223 +fi
2224 +
2225 +# Unset variables that we do not need and which cause bugs (e.g. in
2226 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2227 +# suppresses any "Segmentation fault" message there. '((' could
2228 +# trigger a bug in pdksh 5.2.14.
2229 +for as_var in BASH_ENV ENV MAIL MAILPATH
2230 +do eval test x\${$as_var+set} = xset \
2231 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2232 +done
2233 PS1='$ '
2234 PS2='> '
2235 PS4='+ '
2236
2237 # NLS nuisances.
2238 -for as_var in \
2239 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2240 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2241 - LC_TELEPHONE LC_TIME
2242 +LC_ALL=C
2243 +export LC_ALL
2244 +LANGUAGE=C
2245 +export LANGUAGE
2246 +
2247 +# CDPATH.
2248 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2249 +
2250 +if test "x$CONFIG_SHELL" = x; then
2251 + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
2252 + emulate sh
2253 + NULLCMD=:
2254 + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
2255 + # is contrary to our usage. Disable this feature.
2256 + alias -g '\${1+\"\$@\"}'='\"\$@\"'
2257 + setopt NO_GLOB_SUBST
2258 +else
2259 + case \`(set -o) 2>/dev/null\` in #(
2260 + *posix*) :
2261 + set -o posix ;; #(
2262 + *) :
2263 + ;;
2264 +esac
2265 +fi
2266 +"
2267 + as_required="as_fn_return () { (exit \$1); }
2268 +as_fn_success () { as_fn_return 0; }
2269 +as_fn_failure () { as_fn_return 1; }
2270 +as_fn_ret_success () { return 0; }
2271 +as_fn_ret_failure () { return 1; }
2272 +
2273 +exitcode=0
2274 +as_fn_success || { exitcode=1; echo as_fn_success failed.; }
2275 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
2276 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
2277 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
2278 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
2279 +
2280 +else
2281 + exitcode=1; echo positional parameters were not saved.
2282 +fi
2283 +test x\$exitcode = x0 || exit 1"
2284 + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
2285 + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
2286 + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
2287 + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
2288 + if (eval "$as_required") 2>/dev/null; then :
2289 + as_have_required=yes
2290 +else
2291 + as_have_required=no
2292 +fi
2293 + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
2294 +
2295 +else
2296 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2297 +as_found=false
2298 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2299 do
2300 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2301 - eval $as_var=C; export $as_var
2302 + IFS=$as_save_IFS
2303 + test -z "$as_dir" && as_dir=.
2304 + as_found=:
2305 + case $as_dir in #(
2306 + /*)
2307 + for as_base in sh bash ksh sh5; do
2308 + # Try only shells that exist, to save several forks.
2309 + as_shell=$as_dir/$as_base
2310 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
2311 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
2312 + CONFIG_SHELL=$as_shell as_have_required=yes
2313 + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
2314 + break 2
2315 +fi
2316 +fi
2317 + done;;
2318 + esac
2319 + as_found=false
2320 +done
2321 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
2322 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
2323 + CONFIG_SHELL=$SHELL as_have_required=yes
2324 +fi; }
2325 +IFS=$as_save_IFS
2326 +
2327 +
2328 + if test "x$CONFIG_SHELL" != x; then :
2329 + # We cannot yet assume a decent shell, so we have to provide a
2330 + # neutralization value for shells without unset; and this also
2331 + # works around shells that cannot unset nonexistent variables.
2332 + # Preserve -v and -x to the replacement shell.
2333 + BASH_ENV=/dev/null
2334 + ENV=/dev/null
2335 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2336 + export CONFIG_SHELL
2337 + case $- in # ((((
2338 + *v*x* | *x*v* ) as_opts=-vx ;;
2339 + *v* ) as_opts=-v ;;
2340 + *x* ) as_opts=-x ;;
2341 + * ) as_opts= ;;
2342 + esac
2343 + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
2344 +fi
2345 +
2346 + if test x$as_have_required = xno; then :
2347 + $as_echo "$0: This script requires a shell more modern than all"
2348 + $as_echo "$0: the shells that I found on your system."
2349 + if test x${ZSH_VERSION+set} = xset ; then
2350 + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
2351 + $as_echo "$0: be upgraded to zsh 4.3.4 or later."
2352 else
2353 - $as_unset $as_var
2354 + $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
2355 +$0: including any error possibly output before this
2356 +$0: message. Then install a modern shell, or manually run
2357 +$0: the script under such a shell if you do have one."
2358 fi
2359 -done
2360 + exit 1
2361 +fi
2362 +fi
2363 +fi
2364 +SHELL=${CONFIG_SHELL-/bin/sh}
2365 +export SHELL
2366 +# Unset more variables known to interfere with behavior of common tools.
2367 +CLICOLOR_FORCE= GREP_OPTIONS=
2368 +unset CLICOLOR_FORCE GREP_OPTIONS
2369 +
2370 +## --------------------- ##
2371 +## M4sh Shell Functions. ##
2372 +## --------------------- ##
2373 +# as_fn_unset VAR
2374 +# ---------------
2375 +# Portably unset VAR.
2376 +as_fn_unset ()
2377 +{
2378 + { eval $1=; unset $1;}
2379 +}
2380 +as_unset=as_fn_unset
2381 +
2382 +# as_fn_set_status STATUS
2383 +# -----------------------
2384 +# Set $? to STATUS, without forking.
2385 +as_fn_set_status ()
2386 +{
2387 + return $1
2388 +} # as_fn_set_status
2389 +
2390 +# as_fn_exit STATUS
2391 +# -----------------
2392 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2393 +as_fn_exit ()
2394 +{
2395 + set +e
2396 + as_fn_set_status $1
2397 + exit $1
2398 +} # as_fn_exit
2399 +
2400 +# as_fn_mkdir_p
2401 +# -------------
2402 +# Create "$as_dir" as a directory, including parents if necessary.
2403 +as_fn_mkdir_p ()
2404 +{
2405 +
2406 + case $as_dir in #(
2407 + -*) as_dir=./$as_dir;;
2408 + esac
2409 + test -d "$as_dir" || eval $as_mkdir_p || {
2410 + as_dirs=
2411 + while :; do
2412 + case $as_dir in #(
2413 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2414 + *) as_qdir=$as_dir;;
2415 + esac
2416 + as_dirs="'$as_qdir' $as_dirs"
2417 + as_dir=`$as_dirname -- "$as_dir" ||
2418 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2419 + X"$as_dir" : 'X\(//\)[^/]' \| \
2420 + X"$as_dir" : 'X\(//\)$' \| \
2421 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2422 +$as_echo X"$as_dir" |
2423 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2424 + s//\1/
2425 + q
2426 + }
2427 + /^X\(\/\/\)[^/].*/{
2428 + s//\1/
2429 + q
2430 + }
2431 + /^X\(\/\/\)$/{
2432 + s//\1/
2433 + q
2434 + }
2435 + /^X\(\/\).*/{
2436 + s//\1/
2437 + q
2438 + }
2439 + s/.*/./; q'`
2440 + test -d "$as_dir" && break
2441 + done
2442 + test -z "$as_dirs" || eval "mkdir $as_dirs"
2443 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2444 +
2445 +
2446 +} # as_fn_mkdir_p
2447 +# as_fn_append VAR VALUE
2448 +# ----------------------
2449 +# Append the text in VALUE to the end of the definition contained in VAR. Take
2450 +# advantage of any shell optimizations that allow amortized linear growth over
2451 +# repeated appends, instead of the typical quadratic growth present in naive
2452 +# implementations.
2453 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2454 + eval 'as_fn_append ()
2455 + {
2456 + eval $1+=\$2
2457 + }'
2458 +else
2459 + as_fn_append ()
2460 + {
2461 + eval $1=\$$1\$2
2462 + }
2463 +fi # as_fn_append
2464 +
2465 +# as_fn_arith ARG...
2466 +# ------------------
2467 +# Perform arithmetic evaluation on the ARGs, and store the result in the
2468 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
2469 +# must be portable across $(()) and expr.
2470 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2471 + eval 'as_fn_arith ()
2472 + {
2473 + as_val=$(( $* ))
2474 + }'
2475 +else
2476 + as_fn_arith ()
2477 + {
2478 + as_val=`expr "$@" || test $? -eq 1`
2479 + }
2480 +fi # as_fn_arith
2481
2482 -# Required to use basename.
2483 -if expr a : '\(a\)' >/dev/null 2>&1; then
2484 +
2485 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
2486 +# ----------------------------------------
2487 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2488 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2489 +# script with STATUS, using 1 if that was 0.
2490 +as_fn_error ()
2491 +{
2492 + as_status=$1; test $as_status -eq 0 && as_status=1
2493 + if test "$4"; then
2494 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2495 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2496 + fi
2497 + $as_echo "$as_me: error: $2" >&2
2498 + as_fn_exit $as_status
2499 +} # as_fn_error
2500 +
2501 +if expr a : '\(a\)' >/dev/null 2>&1 &&
2502 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
2503 as_expr=expr
2504 else
2505 as_expr=false
2506 fi
2507
2508 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2509 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2510 as_basename=basename
2511 else
2512 as_basename=false
2513 fi
2514
2515 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2516 + as_dirname=dirname
2517 +else
2518 + as_dirname=false
2519 +fi
2520
2521 -# Name of the executable.
2522 -as_me=`$as_basename "$0" ||
2523 +as_me=`$as_basename -- "$0" ||
2524 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2525 X"$0" : 'X\(//\)$' \| \
2526 - X"$0" : 'X\(/\)$' \| \
2527 - . : '\(.\)' 2>/dev/null ||
2528 -echo X/"$0" |
2529 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2530 - /^X\/\(\/\/\)$/{ s//\1/; q; }
2531 - /^X\/\(\/\).*/{ s//\1/; q; }
2532 - s/.*/./; q'`
2533 -
2534 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2535 +$as_echo X/"$0" |
2536 + sed '/^.*\/\([^/][^/]*\)\/*$/{
2537 + s//\1/
2538 + q
2539 + }
2540 + /^X\/\(\/\/\)$/{
2541 + s//\1/
2542 + q
2543 + }
2544 + /^X\/\(\/\).*/{
2545 + s//\1/
2546 + q
2547 + }
2548 + s/.*/./; q'`
2549
2550 -# PATH needs CR, and LINENO needs CR and PATH.
2551 # Avoid depending upon Character Ranges.
2552 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2553 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2554 @@ -87,146 +428,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
2555 as_cr_digits='0123456789'
2556 as_cr_alnum=$as_cr_Letters$as_cr_digits
2557
2558 -# The user is always right.
2559 -if test "${PATH_SEPARATOR+set}" != set; then
2560 - echo "#! /bin/sh" >conf$$.sh
2561 - echo "exit 0" >>conf$$.sh
2562 - chmod +x conf$$.sh
2563 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2564 - PATH_SEPARATOR=';'
2565 - else
2566 - PATH_SEPARATOR=:
2567 - fi
2568 - rm -f conf$$.sh
2569 -fi
2570 -
2571
2572 - as_lineno_1=$LINENO
2573 - as_lineno_2=$LINENO
2574 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2575 - test "x$as_lineno_1" != "x$as_lineno_2" &&
2576 - test "x$as_lineno_3" = "x$as_lineno_2" || {
2577 - # Find who we are. Look in the path if we contain no path at all
2578 - # relative or not.
2579 - case $0 in
2580 - *[\\/]* ) as_myself=$0 ;;
2581 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2582 -for as_dir in $PATH
2583 -do
2584 - IFS=$as_save_IFS
2585 - test -z "$as_dir" && as_dir=.
2586 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2587 -done
2588 -
2589 - ;;
2590 - esac
2591 - # We did not find ourselves, most probably we were run as `sh COMMAND'
2592 - # in which case we are not to be found in the path.
2593 - if test "x$as_myself" = x; then
2594 - as_myself=$0
2595 - fi
2596 - if test ! -f "$as_myself"; then
2597 - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
2598 - { (exit 1); exit 1; }; }
2599 - fi
2600 - case $CONFIG_SHELL in
2601 - '')
2602 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2604 -do
2605 - IFS=$as_save_IFS
2606 - test -z "$as_dir" && as_dir=.
2607 - for as_base in sh bash ksh sh5; do
2608 - case $as_dir in
2609 - /*)
2610 - if ("$as_dir/$as_base" -c '
2611 - as_lineno_1=$LINENO
2612 - as_lineno_2=$LINENO
2613 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2614 - test "x$as_lineno_1" != "x$as_lineno_2" &&
2615 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
2616 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2617 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2618 - CONFIG_SHELL=$as_dir/$as_base
2619 - export CONFIG_SHELL
2620 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2621 - fi;;
2622 - esac
2623 - done
2624 -done
2625 -;;
2626 - esac
2627 -
2628 - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2629 - # uniformly replaced by the line number. The first 'sed' inserts a
2630 - # line-number line before each line; the second 'sed' does the real
2631 - # work. The second script uses 'N' to pair each line-number line
2632 - # with the numbered line, and appends trailing '-' during
2633 - # substitution so that $LINENO is not a special case at line end.
2634 - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2635 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2636 - sed '=' <$as_myself |
2637 + as_lineno_1=$LINENO as_lineno_1a=$LINENO
2638 + as_lineno_2=$LINENO as_lineno_2a=$LINENO
2639 + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
2640 + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
2641 + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
2642 + sed -n '
2643 + p
2644 + /[$]LINENO/=
2645 + ' <$as_myself |
2646 sed '
2647 + s/[$]LINENO.*/&-/
2648 + t lineno
2649 + b
2650 + :lineno
2651 N
2652 - s,$,-,
2653 - : loop
2654 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2655 + :loop
2656 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2657 t loop
2658 - s,-$,,
2659 - s,^['$as_cr_digits']*\n,,
2660 + s/-\n.*//
2661 ' >$as_me.lineno &&
2662 - chmod +x $as_me.lineno ||
2663 - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2664 - { (exit 1); exit 1; }; }
2665 + chmod +x "$as_me.lineno" ||
2666 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
2667
2668 # Don't try to exec as it changes $[0], causing all sort of problems
2669 # (the dirname of $[0] is not the place where we might find the
2670 - # original and so on. Autoconf is especially sensible to this).
2671 - . ./$as_me.lineno
2672 + # original and so on. Autoconf is especially sensitive to this).
2673 + . "./$as_me.lineno"
2674 # Exit status is that of the last command.
2675 exit
2676 }
2677
2678 -
2679 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2680 - *c*,-n*) ECHO_N= ECHO_C='
2681 -' ECHO_T=' ' ;;
2682 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2683 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
2684 +ECHO_C= ECHO_N= ECHO_T=
2685 +case `echo -n x` in #(((((
2686 +-n*)
2687 + case `echo 'xy\c'` in
2688 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2689 + xy) ECHO_C='\c';;
2690 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2691 + ECHO_T=' ';;
2692 + esac;;
2693 +*)
2694 + ECHO_N='-n';;
2695 esac
2696
2697 -if expr a : '\(a\)' >/dev/null 2>&1; then
2698 - as_expr=expr
2699 +rm -f conf$$ conf$$.exe conf$$.file
2700 +if test -d conf$$.dir; then
2701 + rm -f conf$$.dir/conf$$.file
2702 else
2703 - as_expr=false
2704 + rm -f conf$$.dir
2705 + mkdir conf$$.dir 2>/dev/null
2706 fi
2707 -
2708 -rm -f conf$$ conf$$.exe conf$$.file
2709 -echo >conf$$.file
2710 -if ln -s conf$$.file conf$$ 2>/dev/null; then
2711 - # We could just check for DJGPP; but this test a) works b) is more generic
2712 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2713 - if test -f conf$$.exe; then
2714 - # Don't use ln at all; we don't have any links
2715 - as_ln_s='cp -p'
2716 - else
2717 +if (echo >conf$$.file) 2>/dev/null; then
2718 + if ln -s conf$$.file conf$$ 2>/dev/null; then
2719 as_ln_s='ln -s'
2720 + # ... but there are two gotchas:
2721 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2722 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2723 + # In both cases, we have to default to `cp -p'.
2724 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2725 + as_ln_s='cp -p'
2726 + elif ln conf$$.file conf$$ 2>/dev/null; then
2727 + as_ln_s=ln
2728 + else
2729 + as_ln_s='cp -p'
2730 fi
2731 -elif ln conf$$.file conf$$ 2>/dev/null; then
2732 - as_ln_s=ln
2733 else
2734 as_ln_s='cp -p'
2735 fi
2736 -rm -f conf$$ conf$$.exe conf$$.file
2737 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2738 +rmdir conf$$.dir 2>/dev/null
2739
2740 if mkdir -p . 2>/dev/null; then
2741 - as_mkdir_p=:
2742 + as_mkdir_p='mkdir -p "$as_dir"'
2743 else
2744 test -d ./-p && rmdir ./-p
2745 as_mkdir_p=false
2746 fi
2747
2748 -as_executable_p="test -f"
2749 +if test -x / >/dev/null 2>&1; then
2750 + as_test_x='test -x'
2751 +else
2752 + if ls -dL / >/dev/null 2>&1; then
2753 + as_ls_L_option=L
2754 + else
2755 + as_ls_L_option=
2756 + fi
2757 + as_test_x='
2758 + eval sh -c '\''
2759 + if test -d "$1"; then
2760 + test -d "$1/.";
2761 + else
2762 + case $1 in #(
2763 + -*)set "./$1";;
2764 + esac;
2765 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2766 + ???[sx]*):;;*)false;;esac;fi
2767 + '\'' sh
2768 + '
2769 +fi
2770 +as_executable_p=$as_test_x
2771
2772 # Sed expression to map a string onto a valid CPP name.
2773 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2774 @@ -235,38 +537,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
2775 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2776
2777
2778 -# IFS
2779 -# We need space, tab and new line, in precisely that order.
2780 -as_nl='
2781 -'
2782 -IFS=" $as_nl"
2783 -
2784 -# CDPATH.
2785 -$as_unset CDPATH
2786 -
2787 +test -n "$DJDIR" || exec 7<&0 </dev/null
2788 +exec 6>&1
2789
2790 # Name of the host.
2791 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
2792 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
2793 # so uname gets run too.
2794 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2795
2796 -exec 6>&1
2797 -
2798 #
2799 # Initializations.
2800 #
2801 ac_default_prefix=/usr/local
2802 +ac_clean_files=
2803 ac_config_libobj_dir=.
2804 +LIBOBJS=
2805 cross_compiling=no
2806 subdirs=
2807 MFLAGS=
2808 MAKEFLAGS=
2809 -SHELL=${CONFIG_SHELL-/bin/sh}
2810 -
2811 -# Maximum number of lines to put in a shell here document.
2812 -# This variable seems obsolete. It should probably be removed, and
2813 -# only ac_max_sed_lines should be used.
2814 -: ${ac_max_here_lines=38}
2815
2816 # Identity of this package.
2817 PACKAGE_NAME='VMMC Device Driver'
2818 @@ -274,14 +563,206 @@ PACKAGE_TARNAME='drv_vmmc'
2819 PACKAGE_VERSION='1.9.0'
2820 PACKAGE_STRING='VMMC Device Driver 1.9.0'
2821 PACKAGE_BUGREPORT=''
2822 +PACKAGE_URL=''
2823
2824 ac_unique_file="src/drv_vmmc_int.c"
2825 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CONFIGURE_OPTIONS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE KERNEL_2_6_TRUE KERNEL_2_6_FALSE KERNEL_ARCH KERNEL_INCL_PATH KERNEL_BUILD_PATH IFXOS_INCL_PATH ENABLE_OBSOLETE_PREMAPPING_TRUE ENABLE_OBSOLETE_PREMAPPING_FALSE WARNINGS_TRUE WARNINGS_FALSE DEBUG_TRUE DEBUG_FALSE HL_TAPI_INCL_PATH_SET_TRUE HL_TAPI_INCL_PATH_SET_FALSE HL_TAPI_INCL_PATH MPS_INCL_PATH_SET_TRUE MPS_INCL_PATH_SET_FALSE MPS_INCL_PATH EVALUATION_TRUE EVALUATION_FALSE USE_MODULE_TRUE USE_MODULE_FALSE USE_BUFFERPOOL_TRUE USE_BUFFERPOOL_FALSE TAPI_TRUE TAPI_FALSE IPP_EVAL_SYSTEM_PARAMETERS_TRUE IPP_EVAL_SYSTEM_PARAMETERS_FALSE EVENT_LOGGER_DEBUG_TRUE EVENT_LOGGER_DEBUG_FALSE KPI_SUPPORT_TRUE KPI_SUPPORT_FALSE DECT_SUPPORT_TRUE DECT_SUPPORT_FALSE LIN_SUPPORT_TRUE LIN_SUPPORT_FALSE PMU_SUPPORT_TRUE PMU_SUPPORT_FALSE PMC_SUPPORT_TRUE PMC_SUPPORT_FALSE DANUBE_TRUE DANUBE_FALSE AR9_TRUE AR9_FALSE VR9_TRUE VR9_FALSE VMMC_WITH_MPS_TRUE VMMC_WITH_MPS_FALSE LIBOBJS LTLIBOBJS'
2826 +ac_subst_vars='am__EXEEXT_FALSE
2827 +am__EXEEXT_TRUE
2828 +LTLIBOBJS
2829 +LIBOBJS
2830 +VMMC_WITH_MPS_FALSE
2831 +VMMC_WITH_MPS_TRUE
2832 +FALCON_FALSE
2833 +FALCON_TRUE
2834 +VR9_FALSE
2835 +VR9_TRUE
2836 +AR9_FALSE
2837 +AR9_TRUE
2838 +DANUBE_FALSE
2839 +DANUBE_TRUE
2840 +PMC_SUPPORT_FALSE
2841 +PMC_SUPPORT_TRUE
2842 +PMU_SUPPORT_FALSE
2843 +PMU_SUPPORT_TRUE
2844 +LIN_SUPPORT_FALSE
2845 +LIN_SUPPORT_TRUE
2846 +DECT_SUPPORT_FALSE
2847 +DECT_SUPPORT_TRUE
2848 +KPI_SUPPORT_FALSE
2849 +KPI_SUPPORT_TRUE
2850 +EVENT_LOGGER_DEBUG_FALSE
2851 +EVENT_LOGGER_DEBUG_TRUE
2852 +IPP_EVAL_SYSTEM_PARAMETERS_FALSE
2853 +IPP_EVAL_SYSTEM_PARAMETERS_TRUE
2854 +TAPI_FALSE
2855 +TAPI_TRUE
2856 +USE_BUFFERPOOL_FALSE
2857 +USE_BUFFERPOOL_TRUE
2858 +USE_MODULE_FALSE
2859 +USE_MODULE_TRUE
2860 +EVALUATION_FALSE
2861 +EVALUATION_TRUE
2862 +MPS_INCL_PATH
2863 +MPS_INCL_PATH_SET_FALSE
2864 +MPS_INCL_PATH_SET_TRUE
2865 +HL_TAPI_INCL_PATH
2866 +HL_TAPI_INCL_PATH_SET_FALSE
2867 +HL_TAPI_INCL_PATH_SET_TRUE
2868 +DEBUG_FALSE
2869 +DEBUG_TRUE
2870 +WARNINGS_FALSE
2871 +WARNINGS_TRUE
2872 +ENABLE_OBSOLETE_PREMAPPING_FALSE
2873 +ENABLE_OBSOLETE_PREMAPPING_TRUE
2874 +IFXOS_INCL_PATH
2875 +KERNEL_BUILD_PATH
2876 +KERNEL_INCL_PATH
2877 +KERNEL_ARCH
2878 +KERNEL_2_6_FALSE
2879 +KERNEL_2_6_TRUE
2880 +am__fastdepCC_FALSE
2881 +am__fastdepCC_TRUE
2882 +CCDEPMODE
2883 +AMDEPBACKSLASH
2884 +AMDEP_FALSE
2885 +AMDEP_TRUE
2886 +am__quote
2887 +am__include
2888 +DEPDIR
2889 +OBJEXT
2890 +EXEEXT
2891 +ac_ct_CC
2892 +CPPFLAGS
2893 +LDFLAGS
2894 +CFLAGS
2895 +CC
2896 +CONFIGURE_OPTIONS
2897 +am__untar
2898 +am__tar
2899 +AMTAR
2900 +am__leading_dot
2901 +SET_MAKE
2902 +AWK
2903 +mkdir_p
2904 +MKDIR_P
2905 +INSTALL_STRIP_PROGRAM
2906 +STRIP
2907 +install_sh
2908 +MAKEINFO
2909 +AUTOHEADER
2910 +AUTOMAKE
2911 +AUTOCONF
2912 +ACLOCAL
2913 +VERSION
2914 +PACKAGE
2915 +CYGPATH_W
2916 +am__isrc
2917 +INSTALL_DATA
2918 +INSTALL_SCRIPT
2919 +INSTALL_PROGRAM
2920 +target_alias
2921 +host_alias
2922 +build_alias
2923 +LIBS
2924 +ECHO_T
2925 +ECHO_N
2926 +ECHO_C
2927 +DEFS
2928 +mandir
2929 +localedir
2930 +libdir
2931 +psdir
2932 +pdfdir
2933 +dvidir
2934 +htmldir
2935 +infodir
2936 +docdir
2937 +oldincludedir
2938 +includedir
2939 +localstatedir
2940 +sharedstatedir
2941 +sysconfdir
2942 +datadir
2943 +datarootdir
2944 +libexecdir
2945 +sbindir
2946 +bindir
2947 +program_transform_name
2948 +prefix
2949 +exec_prefix
2950 +PACKAGE_URL
2951 +PACKAGE_BUGREPORT
2952 +PACKAGE_STRING
2953 +PACKAGE_VERSION
2954 +PACKAGE_TARNAME
2955 +PACKAGE_NAME
2956 +PATH_SEPARATOR
2957 +SHELL'
2958 ac_subst_files=''
2959 +ac_user_opts='
2960 +enable_option_checking
2961 +enable_dependency_tracking
2962 +enable_linux_26
2963 +enable_kernelincl
2964 +enable_kernelbuild
2965 +with_ifxos_incl
2966 +enable_ifxos_incl
2967 +enable_obsolete_premapping
2968 +enable_warnings
2969 +enable_debug
2970 +enable_proc
2971 +enable_user_config
2972 +enable_tapiincl
2973 +enable_mpsincl
2974 +with_max_devices
2975 +enable_eval
2976 +enable_trace
2977 +enable_module
2978 +enable_bufferhandling
2979 +enable_packet_owner_id
2980 +enable_lt
2981 +enable_hdlc
2982 +enable_hdlc_idle_patt
2983 +enable_voice
2984 +enable_dtmf
2985 +enable_cid
2986 +enable_fax
2987 +enable_t38
2988 +enable_cont_measurement
2989 +enable_phone_detection
2990 +enable_audio
2991 +enable_ipp_eval_system
2992 +enable_el_debug
2993 +enable_alm
2994 +enable_kpi
2995 +enable_dect
2996 +enable_dect_nibble_swap
2997 +enable_lin
2998 +enable_pmu
2999 +enable_pmc
3000 +enable_calibration
3001 +enable_history_buf
3002 +enable_announcements
3003 +enable_fxo_act
3004 +with_device
3005 +with_cflags
3006 +with_mps
3007 +'
3008 + ac_precious_vars='build_alias
3009 +host_alias
3010 +target_alias
3011 +CC
3012 +CFLAGS
3013 +LDFLAGS
3014 +LIBS
3015 +CPPFLAGS'
3016 +
3017
3018 # Initialize some variables set by options.
3019 ac_init_help=
3020 ac_init_version=false
3021 +ac_unrecognized_opts=
3022 +ac_unrecognized_sep=
3023 # The variables have the same names as the options, with
3024 # dashes changed to underlines.
3025 cache_file=/dev/null
3026 @@ -304,34 +785,49 @@ x_libraries=NONE
3027 # and all the variables that are supposed to be based on exec_prefix
3028 # by default will actually change.
3029 # Use braces instead of parens because sh, perl, etc. also accept them.
3030 +# (The list follows the same order as the GNU Coding Standards.)
3031 bindir='${exec_prefix}/bin'
3032 sbindir='${exec_prefix}/sbin'
3033 libexecdir='${exec_prefix}/libexec'
3034 -datadir='${prefix}/share'
3035 +datarootdir='${prefix}/share'
3036 +datadir='${datarootdir}'
3037 sysconfdir='${prefix}/etc'
3038 sharedstatedir='${prefix}/com'
3039 localstatedir='${prefix}/var'
3040 -libdir='${exec_prefix}/lib'
3041 includedir='${prefix}/include'
3042 oldincludedir='/usr/include'
3043 -infodir='${prefix}/info'
3044 -mandir='${prefix}/man'
3045 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3046 +infodir='${datarootdir}/info'
3047 +htmldir='${docdir}'
3048 +dvidir='${docdir}'
3049 +pdfdir='${docdir}'
3050 +psdir='${docdir}'
3051 +libdir='${exec_prefix}/lib'
3052 +localedir='${datarootdir}/locale'
3053 +mandir='${datarootdir}/man'
3054
3055 ac_prev=
3056 +ac_dashdash=
3057 for ac_option
3058 do
3059 # If the previous option needs an argument, assign it.
3060 if test -n "$ac_prev"; then
3061 - eval "$ac_prev=\$ac_option"
3062 + eval $ac_prev=\$ac_option
3063 ac_prev=
3064 continue
3065 fi
3066
3067 - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
3068 + case $ac_option in
3069 + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3070 + *=) ac_optarg= ;;
3071 + *) ac_optarg=yes ;;
3072 + esac
3073
3074 # Accept the important Cygnus configure options, so we can diagnose typos.
3075
3076 - case $ac_option in
3077 + case $ac_dashdash$ac_option in
3078 + --)
3079 + ac_dashdash=yes ;;
3080
3081 -bindir | --bindir | --bindi | --bind | --bin | --bi)
3082 ac_prev=bindir ;;
3083 @@ -353,33 +849,59 @@ do
3084 --config-cache | -C)
3085 cache_file=config.cache ;;
3086
3087 - -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
3088 + -datadir | --datadir | --datadi | --datad)
3089 ac_prev=datadir ;;
3090 - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
3091 - | --da=*)
3092 + -datadir=* | --datadir=* | --datadi=* | --datad=*)
3093 datadir=$ac_optarg ;;
3094
3095 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
3096 + | --dataroo | --dataro | --datar)
3097 + ac_prev=datarootdir ;;
3098 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
3099 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
3100 + datarootdir=$ac_optarg ;;
3101 +
3102 -disable-* | --disable-*)
3103 - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3104 + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3105 # Reject names that are not valid shell variable names.
3106 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3107 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3108 - { (exit 1); exit 1; }; }
3109 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
3110 - eval "enable_$ac_feature=no" ;;
3111 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3112 + as_fn_error $? "invalid feature name: $ac_useropt"
3113 + ac_useropt_orig=$ac_useropt
3114 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3115 + case $ac_user_opts in
3116 + *"
3117 +"enable_$ac_useropt"
3118 +"*) ;;
3119 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
3120 + ac_unrecognized_sep=', ';;
3121 + esac
3122 + eval enable_$ac_useropt=no ;;
3123 +
3124 + -docdir | --docdir | --docdi | --doc | --do)
3125 + ac_prev=docdir ;;
3126 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
3127 + docdir=$ac_optarg ;;
3128 +
3129 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
3130 + ac_prev=dvidir ;;
3131 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
3132 + dvidir=$ac_optarg ;;
3133
3134 -enable-* | --enable-*)
3135 - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3136 + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3137 # Reject names that are not valid shell variable names.
3138 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3139 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3140 - { (exit 1); exit 1; }; }
3141 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
3142 - case $ac_option in
3143 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
3144 - *) ac_optarg=yes ;;
3145 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3146 + as_fn_error $? "invalid feature name: $ac_useropt"
3147 + ac_useropt_orig=$ac_useropt
3148 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3149 + case $ac_user_opts in
3150 + *"
3151 +"enable_$ac_useropt"
3152 +"*) ;;
3153 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
3154 + ac_unrecognized_sep=', ';;
3155 esac
3156 - eval "enable_$ac_feature='$ac_optarg'" ;;
3157 + eval enable_$ac_useropt=\$ac_optarg ;;
3158
3159 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
3160 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
3161 @@ -406,6 +928,12 @@ do
3162 -host=* | --host=* | --hos=* | --ho=*)
3163 host_alias=$ac_optarg ;;
3164
3165 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
3166 + ac_prev=htmldir ;;
3167 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
3168 + | --ht=*)
3169 + htmldir=$ac_optarg ;;
3170 +
3171 -includedir | --includedir | --includedi | --included | --include \
3172 | --includ | --inclu | --incl | --inc)
3173 ac_prev=includedir ;;
3174 @@ -430,13 +958,16 @@ do
3175 | --libexe=* | --libex=* | --libe=*)
3176 libexecdir=$ac_optarg ;;
3177
3178 + -localedir | --localedir | --localedi | --localed | --locale)
3179 + ac_prev=localedir ;;
3180 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
3181 + localedir=$ac_optarg ;;
3182 +
3183 -localstatedir | --localstatedir | --localstatedi | --localstated \
3184 - | --localstate | --localstat | --localsta | --localst \
3185 - | --locals | --local | --loca | --loc | --lo)
3186 + | --localstate | --localstat | --localsta | --localst | --locals)
3187 ac_prev=localstatedir ;;
3188 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
3189 - | --localstate=* | --localstat=* | --localsta=* | --localst=* \
3190 - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
3191 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
3192 localstatedir=$ac_optarg ;;
3193
3194 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
3195 @@ -501,6 +1032,16 @@ do
3196 | --progr-tra=* | --program-tr=* | --program-t=*)
3197 program_transform_name=$ac_optarg ;;
3198
3199 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
3200 + ac_prev=pdfdir ;;
3201 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
3202 + pdfdir=$ac_optarg ;;
3203 +
3204 + -psdir | --psdir | --psdi | --psd | --ps)
3205 + ac_prev=psdir ;;
3206 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
3207 + psdir=$ac_optarg ;;
3208 +
3209 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3210 | -silent | --silent | --silen | --sile | --sil)
3211 silent=yes ;;
3212 @@ -551,26 +1092,36 @@ do
3213 ac_init_version=: ;;
3214
3215 -with-* | --with-*)
3216 - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3217 + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3218 # Reject names that are not valid shell variable names.
3219 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3220 - { echo "$as_me: error: invalid package name: $ac_package" >&2
3221 - { (exit 1); exit 1; }; }
3222 - ac_package=`echo $ac_package| sed 's/-/_/g'`
3223 - case $ac_option in
3224 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
3225 - *) ac_optarg=yes ;;
3226 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3227 + as_fn_error $? "invalid package name: $ac_useropt"
3228 + ac_useropt_orig=$ac_useropt
3229 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3230 + case $ac_user_opts in
3231 + *"
3232 +"with_$ac_useropt"
3233 +"*) ;;
3234 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
3235 + ac_unrecognized_sep=', ';;
3236 esac
3237 - eval "with_$ac_package='$ac_optarg'" ;;
3238 + eval with_$ac_useropt=\$ac_optarg ;;
3239
3240 -without-* | --without-*)
3241 - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3242 + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3243 # Reject names that are not valid shell variable names.
3244 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3245 - { echo "$as_me: error: invalid package name: $ac_package" >&2
3246 - { (exit 1); exit 1; }; }
3247 - ac_package=`echo $ac_package | sed 's/-/_/g'`
3248 - eval "with_$ac_package=no" ;;
3249 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3250 + as_fn_error $? "invalid package name: $ac_useropt"
3251 + ac_useropt_orig=$ac_useropt
3252 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3253 + case $ac_user_opts in
3254 + *"
3255 +"with_$ac_useropt"
3256 +"*) ;;
3257 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
3258 + ac_unrecognized_sep=', ';;
3259 + esac
3260 + eval with_$ac_useropt=no ;;
3261
3262 --x)
3263 # Obsolete; use --with-x.
3264 @@ -590,27 +1141,26 @@ do
3265 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
3266 x_libraries=$ac_optarg ;;
3267
3268 - -*) { echo "$as_me: error: unrecognized option: $ac_option
3269 -Try \`$0 --help' for more information." >&2
3270 - { (exit 1); exit 1; }; }
3271 + -*) as_fn_error $? "unrecognized option: \`$ac_option'
3272 +Try \`$0 --help' for more information"
3273 ;;
3274
3275 *=*)
3276 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3277 # Reject names that are not valid shell variable names.
3278 - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
3279 - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
3280 - { (exit 1); exit 1; }; }
3281 - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
3282 - eval "$ac_envvar='$ac_optarg'"
3283 + case $ac_envvar in #(
3284 + '' | [0-9]* | *[!_$as_cr_alnum]* )
3285 + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
3286 + esac
3287 + eval $ac_envvar=\$ac_optarg
3288 export $ac_envvar ;;
3289
3290 *)
3291 # FIXME: should be removed in autoconf 3.0.
3292 - echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3293 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3294 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3295 - echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3296 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
3297 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3298 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
3299 ;;
3300
3301 esac
3302 @@ -618,31 +1168,36 @@ done
3303
3304 if test -n "$ac_prev"; then
3305 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3306 - { echo "$as_me: error: missing argument to $ac_option" >&2
3307 - { (exit 1); exit 1; }; }
3308 + as_fn_error $? "missing argument to $ac_option"
3309 fi
3310
3311 -# Be sure to have absolute paths.
3312 -for ac_var in exec_prefix prefix
3313 -do
3314 - eval ac_val=$`echo $ac_var`
3315 - case $ac_val in
3316 - [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
3317 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3318 - { (exit 1); exit 1; }; };;
3319 +if test -n "$ac_unrecognized_opts"; then
3320 + case $enable_option_checking in
3321 + no) ;;
3322 + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
3323 + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
3324 esac
3325 -done
3326 +fi
3327
3328 -# Be sure to have absolute paths.
3329 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
3330 - localstatedir libdir includedir oldincludedir infodir mandir
3331 +# Check all directory arguments for consistency.
3332 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
3333 + datadir sysconfdir sharedstatedir localstatedir includedir \
3334 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
3335 + libdir localedir mandir
3336 do
3337 - eval ac_val=$`echo $ac_var`
3338 + eval ac_val=\$$ac_var
3339 + # Remove trailing slashes.
3340 case $ac_val in
3341 - [\\/$]* | ?:[\\/]* ) ;;
3342 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3343 - { (exit 1); exit 1; }; };;
3344 + */ )
3345 + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3346 + eval $ac_var=\$ac_val;;
3347 esac
3348 + # Be sure to have absolute directory names.
3349 + case $ac_val in
3350 + [\\/$]* | ?:[\\/]* ) continue;;
3351 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
3352 + esac
3353 + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
3354 done
3355
3356 # There might be people who depend on the old broken behavior: `$host'
3357 @@ -656,8 +1211,8 @@ target=$target_alias
3358 if test "x$host_alias" != x; then
3359 if test "x$build_alias" = x; then
3360 cross_compiling=maybe
3361 - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
3362 - If a cross compiler is detected then cross compile mode will be used." >&2
3363 + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
3364 + If a cross compiler is detected then cross compile mode will be used" >&2
3365 elif test "x$build_alias" != "x$host_alias"; then
3366 cross_compiling=yes
3367 fi
3368 @@ -669,70 +1224,72 @@ test -n "$host_alias" && ac_tool_prefix=
3369 test "$silent" = yes && exec 6>/dev/null
3370
3371
3372 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
3373 +ac_ls_di=`ls -di .` &&
3374 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3375 + as_fn_error $? "working directory cannot be determined"
3376 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
3377 + as_fn_error $? "pwd does not report name of working directory"
3378 +
3379 +
3380 # Find the source files, if location was not specified.
3381 if test -z "$srcdir"; then
3382 ac_srcdir_defaulted=yes
3383 - # Try the directory containing this script, then its parent.
3384 - ac_confdir=`(dirname "$0") 2>/dev/null ||
3385 -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3386 - X"$0" : 'X\(//\)[^/]' \| \
3387 - X"$0" : 'X\(//\)$' \| \
3388 - X"$0" : 'X\(/\)' \| \
3389 - . : '\(.\)' 2>/dev/null ||
3390 -echo X"$0" |
3391 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3392 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3393 - /^X\(\/\/\)$/{ s//\1/; q; }
3394 - /^X\(\/\).*/{ s//\1/; q; }
3395 - s/.*/./; q'`
3396 + # Try the directory containing this script, then the parent directory.
3397 + ac_confdir=`$as_dirname -- "$as_myself" ||
3398 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3399 + X"$as_myself" : 'X\(//\)[^/]' \| \
3400 + X"$as_myself" : 'X\(//\)$' \| \
3401 + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
3402 +$as_echo X"$as_myself" |
3403 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3404 + s//\1/
3405 + q
3406 + }
3407 + /^X\(\/\/\)[^/].*/{
3408 + s//\1/
3409 + q
3410 + }
3411 + /^X\(\/\/\)$/{
3412 + s//\1/
3413 + q
3414 + }
3415 + /^X\(\/\).*/{
3416 + s//\1/
3417 + q
3418 + }
3419 + s/.*/./; q'`
3420 srcdir=$ac_confdir
3421 - if test ! -r $srcdir/$ac_unique_file; then
3422 + if test ! -r "$srcdir/$ac_unique_file"; then
3423 srcdir=..
3424 fi
3425 else
3426 ac_srcdir_defaulted=no
3427 fi
3428 -if test ! -r $srcdir/$ac_unique_file; then
3429 - if test "$ac_srcdir_defaulted" = yes; then
3430 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
3431 - { (exit 1); exit 1; }; }
3432 - else
3433 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
3434 - { (exit 1); exit 1; }; }
3435 - fi
3436 -fi
3437 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
3438 - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
3439 - { (exit 1); exit 1; }; }
3440 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
3441 -ac_env_build_alias_set=${build_alias+set}
3442 -ac_env_build_alias_value=$build_alias
3443 -ac_cv_env_build_alias_set=${build_alias+set}
3444 -ac_cv_env_build_alias_value=$build_alias
3445 -ac_env_host_alias_set=${host_alias+set}
3446 -ac_env_host_alias_value=$host_alias
3447 -ac_cv_env_host_alias_set=${host_alias+set}
3448 -ac_cv_env_host_alias_value=$host_alias
3449 -ac_env_target_alias_set=${target_alias+set}
3450 -ac_env_target_alias_value=$target_alias
3451 -ac_cv_env_target_alias_set=${target_alias+set}
3452 -ac_cv_env_target_alias_value=$target_alias
3453 -ac_env_CC_set=${CC+set}
3454 -ac_env_CC_value=$CC
3455 -ac_cv_env_CC_set=${CC+set}
3456 -ac_cv_env_CC_value=$CC
3457 -ac_env_CFLAGS_set=${CFLAGS+set}
3458 -ac_env_CFLAGS_value=$CFLAGS
3459 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
3460 -ac_cv_env_CFLAGS_value=$CFLAGS
3461 -ac_env_LDFLAGS_set=${LDFLAGS+set}
3462 -ac_env_LDFLAGS_value=$LDFLAGS
3463 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
3464 -ac_cv_env_LDFLAGS_value=$LDFLAGS
3465 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
3466 -ac_env_CPPFLAGS_value=$CPPFLAGS
3467 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
3468 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
3469 +if test ! -r "$srcdir/$ac_unique_file"; then
3470 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
3471 + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
3472 +fi
3473 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
3474 +ac_abs_confdir=`(
3475 + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
3476 + pwd)`
3477 +# When building in place, set srcdir=.
3478 +if test "$ac_abs_confdir" = "$ac_pwd"; then
3479 + srcdir=.
3480 +fi
3481 +# Remove unnecessary trailing slashes from srcdir.
3482 +# Double slashes in file names in object file debugging info
3483 +# mess up M-x gdb in Emacs.
3484 +case $srcdir in
3485 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3486 +esac
3487 +for ac_var in $ac_precious_vars; do
3488 + eval ac_env_${ac_var}_set=\${${ac_var}+set}
3489 + eval ac_env_${ac_var}_value=\$${ac_var}
3490 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
3491 + eval ac_cv_env_${ac_var}_value=\$${ac_var}
3492 +done
3493
3494 #
3495 # Report the --help message.
3496 @@ -755,20 +1312,17 @@ Configuration:
3497 --help=short display options specific to this package
3498 --help=recursive display the short help of all the included packages
3499 -V, --version display version information and exit
3500 - -q, --quiet, --silent do not print \`checking...' messages
3501 + -q, --quiet, --silent do not print \`checking ...' messages
3502 --cache-file=FILE cache test results in FILE [disabled]
3503 -C, --config-cache alias for \`--cache-file=config.cache'
3504 -n, --no-create do not create output files
3505 --srcdir=DIR find the sources in DIR [configure dir or \`..']
3506
3507 -_ACEOF
3508 -
3509 - cat <<_ACEOF
3510 Installation directories:
3511 --prefix=PREFIX install architecture-independent files in PREFIX
3512 - [$ac_default_prefix]
3513 + [$ac_default_prefix]
3514 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
3515 - [PREFIX]
3516 + [PREFIX]
3517
3518 By default, \`make install' will install all the files in
3519 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
3520 @@ -778,18 +1332,25 @@ for instance \`--prefix=\$HOME'.
3521 For better control, use the options below.
3522
3523 Fine tuning of the installation directories:
3524 - --bindir=DIR user executables [EPREFIX/bin]
3525 - --sbindir=DIR system admin executables [EPREFIX/sbin]
3526 - --libexecdir=DIR program executables [EPREFIX/libexec]
3527 - --datadir=DIR read-only architecture-independent data [PREFIX/share]
3528 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
3529 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
3530 - --localstatedir=DIR modifiable single-machine data [PREFIX/var]
3531 - --libdir=DIR object code libraries [EPREFIX/lib]
3532 - --includedir=DIR C header files [PREFIX/include]
3533 - --oldincludedir=DIR C header files for non-gcc [/usr/include]
3534 - --infodir=DIR info documentation [PREFIX/info]
3535 - --mandir=DIR man documentation [PREFIX/man]
3536 + --bindir=DIR user executables [EPREFIX/bin]
3537 + --sbindir=DIR system admin executables [EPREFIX/sbin]
3538 + --libexecdir=DIR program executables [EPREFIX/libexec]
3539 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
3540 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
3541 + --localstatedir=DIR modifiable single-machine data [PREFIX/var]
3542 + --libdir=DIR object code libraries [EPREFIX/lib]
3543 + --includedir=DIR C header files [PREFIX/include]
3544 + --oldincludedir=DIR C header files for non-gcc [/usr/include]
3545 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
3546 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
3547 + --infodir=DIR info documentation [DATAROOTDIR/info]
3548 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
3549 + --mandir=DIR man documentation [DATAROOTDIR/man]
3550 + --docdir=DIR documentation root [DATAROOTDIR/doc/drv_vmmc]
3551 + --htmldir=DIR html documentation [DOCDIR]
3552 + --dvidir=DIR dvi documentation [DOCDIR]
3553 + --pdfdir=DIR pdf documentation [DOCDIR]
3554 + --psdir=DIR ps documentation [DOCDIR]
3555 _ACEOF
3556
3557 cat <<\_ACEOF
3558 @@ -808,6 +1369,7 @@ if test -n "$ac_init_help"; then
3559 cat <<\_ACEOF
3560
3561 Optional Features:
3562 + --disable-option-checking ignore unrecognized --enable/--with options
3563 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
3564 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
3565 --disable-dependency-tracking speeds up one-time build
3566 @@ -890,111 +1452,80 @@ Some influential environment variables:
3567 CFLAGS C compiler flags
3568 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
3569 nonstandard directory <lib dir>
3570 - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
3571 - headers in a nonstandard directory <include dir>
3572 + LIBS libraries to pass to the linker, e.g. -l<library>
3573 + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
3574 + you have headers in a nonstandard directory <include dir>
3575
3576 Use these variables to override the choices made by `configure' or to help
3577 it to find libraries and programs with nonstandard names/locations.
3578
3579 +Report bugs to the package provider.
3580 _ACEOF
3581 +ac_status=$?
3582 fi
3583
3584 if test "$ac_init_help" = "recursive"; then
3585 # If there are subdirs, report their specific --help.
3586 - ac_popdir=`pwd`
3587 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
3588 - test -d $ac_dir || continue
3589 + test -d "$ac_dir" ||
3590 + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
3591 + continue
3592 ac_builddir=.
3593
3594 -if test "$ac_dir" != .; then
3595 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3596 - # A "../" for each directory in $ac_dir_suffix.
3597 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3598 -else
3599 - ac_dir_suffix= ac_top_builddir=
3600 -fi
3601 +case "$ac_dir" in
3602 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3603 +*)
3604 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3605 + # A ".." for each directory in $ac_dir_suffix.
3606 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3607 + case $ac_top_builddir_sub in
3608 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3609 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3610 + esac ;;
3611 +esac
3612 +ac_abs_top_builddir=$ac_pwd
3613 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
3614 +# for backward compatibility:
3615 +ac_top_builddir=$ac_top_build_prefix
3616
3617 case $srcdir in
3618 - .) # No --srcdir option. We are building in place.
3619 + .) # We are building in place.
3620 ac_srcdir=.
3621 - if test -z "$ac_top_builddir"; then
3622 - ac_top_srcdir=.
3623 - else
3624 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3625 - fi ;;
3626 - [\\/]* | ?:[\\/]* ) # Absolute path.
3627 + ac_top_srcdir=$ac_top_builddir_sub
3628 + ac_abs_top_srcdir=$ac_pwd ;;
3629 + [\\/]* | ?:[\\/]* ) # Absolute name.
3630 ac_srcdir=$srcdir$ac_dir_suffix;
3631 - ac_top_srcdir=$srcdir ;;
3632 - *) # Relative path.
3633 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3634 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
3635 -esac
3636 -
3637 -# Do not use `cd foo && pwd` to compute absolute paths, because
3638 -# the directories may not exist.
3639 -case `pwd` in
3640 -.) ac_abs_builddir="$ac_dir";;
3641 -*)
3642 - case "$ac_dir" in
3643 - .) ac_abs_builddir=`pwd`;;
3644 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3645 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
3646 - esac;;
3647 -esac
3648 -case $ac_abs_builddir in
3649 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
3650 -*)
3651 - case ${ac_top_builddir}. in
3652 - .) ac_abs_top_builddir=$ac_abs_builddir;;
3653 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3654 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3655 - esac;;
3656 -esac
3657 -case $ac_abs_builddir in
3658 -.) ac_abs_srcdir=$ac_srcdir;;
3659 -*)
3660 - case $ac_srcdir in
3661 - .) ac_abs_srcdir=$ac_abs_builddir;;
3662 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3663 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3664 - esac;;
3665 -esac
3666 -case $ac_abs_builddir in
3667 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
3668 -*)
3669 - case $ac_top_srcdir in
3670 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
3671 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3672 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3673 - esac;;
3674 + ac_top_srcdir=$srcdir
3675 + ac_abs_top_srcdir=$srcdir ;;
3676 + *) # Relative name.
3677 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3678 + ac_top_srcdir=$ac_top_build_prefix$srcdir
3679 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3680 esac
3681 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3682
3683 - cd $ac_dir
3684 - # Check for guested configure; otherwise get Cygnus style configure.
3685 - if test -f $ac_srcdir/configure.gnu; then
3686 - echo
3687 - $SHELL $ac_srcdir/configure.gnu --help=recursive
3688 - elif test -f $ac_srcdir/configure; then
3689 - echo
3690 - $SHELL $ac_srcdir/configure --help=recursive
3691 - elif test -f $ac_srcdir/configure.ac ||
3692 - test -f $ac_srcdir/configure.in; then
3693 - echo
3694 - $ac_configure --help
3695 + cd "$ac_dir" || { ac_status=$?; continue; }
3696 + # Check for guested configure.
3697 + if test -f "$ac_srcdir/configure.gnu"; then
3698 + echo &&
3699 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive
3700 + elif test -f "$ac_srcdir/configure"; then
3701 + echo &&
3702 + $SHELL "$ac_srcdir/configure" --help=recursive
3703 else
3704 - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3705 - fi
3706 - cd $ac_popdir
3707 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3708 + fi || ac_status=$?
3709 + cd "$ac_pwd" || { ac_status=$?; break; }
3710 done
3711 fi
3712
3713 -test -n "$ac_init_help" && exit 0
3714 +test -n "$ac_init_help" && exit $ac_status
3715 if $ac_init_version; then
3716 cat <<\_ACEOF
3717 VMMC Device Driver configure 1.9.0
3718 -generated by GNU Autoconf 2.59
3719 +generated by GNU Autoconf 2.68
3720
3721 -Copyright (C) 2003 Free Software Foundation, Inc.
3722 +Copyright (C) 2010 Free Software Foundation, Inc.
3723 This configure script is free software; the Free Software Foundation
3724 gives unlimited permission to copy, distribute and modify it.
3725
3726 @@ -1002,19 +1533,61 @@ Copyright (C) 2009, Lantiq Deutschland G
3727 For licensing information please see the file 'LICENSE' in the root folder of
3728 this software module.
3729 _ACEOF
3730 - exit 0
3731 + exit
3732 fi
3733 -exec 5>config.log
3734 -cat >&5 <<_ACEOF
3735 +
3736 +## ------------------------ ##
3737 +## Autoconf initialization. ##
3738 +## ------------------------ ##
3739 +
3740 +# ac_fn_c_try_compile LINENO
3741 +# --------------------------
3742 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
3743 +ac_fn_c_try_compile ()
3744 +{
3745 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3746 + rm -f conftest.$ac_objext
3747 + if { { ac_try="$ac_compile"
3748 +case "(($ac_try" in
3749 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3750 + *) ac_try_echo=$ac_try;;
3751 +esac
3752 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3753 +$as_echo "$ac_try_echo"; } >&5
3754 + (eval "$ac_compile") 2>conftest.err
3755 + ac_status=$?
3756 + if test -s conftest.err; then
3757 + grep -v '^ *+' conftest.err >conftest.er1
3758 + cat conftest.er1 >&5
3759 + mv -f conftest.er1 conftest.err
3760 + fi
3761 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3762 + test $ac_status = 0; } && {
3763 + test -z "$ac_c_werror_flag" ||
3764 + test ! -s conftest.err
3765 + } && test -s conftest.$ac_objext; then :
3766 + ac_retval=0
3767 +else
3768 + $as_echo "$as_me: failed program was:" >&5
3769 +sed 's/^/| /' conftest.$ac_ext >&5
3770 +
3771 + ac_retval=1
3772 +fi
3773 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3774 + as_fn_set_status $ac_retval
3775 +
3776 +} # ac_fn_c_try_compile
3777 +cat >config.log <<_ACEOF
3778 This file contains any messages produced by compilers while
3779 running configure, to aid debugging if configure makes a mistake.
3780
3781 It was created by VMMC Device Driver $as_me 1.9.0, which was
3782 -generated by GNU Autoconf 2.59. Invocation command line was
3783 +generated by GNU Autoconf 2.68. Invocation command line was
3784
3785 $ $0 $@
3786
3787 _ACEOF
3788 +exec 5>>config.log
3789 {
3790 cat <<_ASUNAME
3791 ## --------- ##
3792 @@ -1033,7 +1606,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
3793 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3794 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3795 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3796 -hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
3797 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3798 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3799 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3800 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3801 @@ -1045,8 +1618,9 @@ for as_dir in $PATH
3802 do
3803 IFS=$as_save_IFS
3804 test -z "$as_dir" && as_dir=.
3805 - echo "PATH: $as_dir"
3806 -done
3807 + $as_echo "PATH: $as_dir"
3808 + done
3809 +IFS=$as_save_IFS
3810
3811 } >&5
3812
3813 @@ -1068,7 +1642,6 @@ _ACEOF
3814 ac_configure_args=
3815 ac_configure_args0=
3816 ac_configure_args1=
3817 -ac_sep=
3818 ac_must_keep_next=false
3819 for ac_pass in 1 2
3820 do
3821 @@ -1079,13 +1652,13 @@ do
3822 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3823 | -silent | --silent | --silen | --sile | --sil)
3824 continue ;;
3825 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
3826 - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3827 + *\'*)
3828 + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3829 esac
3830 case $ac_pass in
3831 - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
3832 + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3833 2)
3834 - ac_configure_args1="$ac_configure_args1 '$ac_arg'"
3835 + as_fn_append ac_configure_args1 " '$ac_arg'"
3836 if test $ac_must_keep_next = true; then
3837 ac_must_keep_next=false # Got value, back to normal.
3838 else
3839 @@ -1101,104 +1674,115 @@ do
3840 -* ) ac_must_keep_next=true ;;
3841 esac
3842 fi
3843 - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
3844 - # Get rid of the leading space.
3845 - ac_sep=" "
3846 + as_fn_append ac_configure_args " '$ac_arg'"
3847 ;;
3848 esac
3849 done
3850 done
3851 -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
3852 -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
3853 +{ ac_configure_args0=; unset ac_configure_args0;}
3854 +{ ac_configure_args1=; unset ac_configure_args1;}
3855
3856 # When interrupted or exit'd, cleanup temporary files, and complete
3857 # config.log. We remove comments because anyway the quotes in there
3858 # would cause problems or look ugly.
3859 -# WARNING: Be sure not to use single quotes in there, as some shells,
3860 -# such as our DU 5.0 friend, will then `close' the trap.
3861 +# WARNING: Use '\'' to represent an apostrophe within the trap.
3862 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3863 trap 'exit_status=$?
3864 # Save into config.log some information that might help in debugging.
3865 {
3866 echo
3867
3868 - cat <<\_ASBOX
3869 -## ---------------- ##
3870 + $as_echo "## ---------------- ##
3871 ## Cache variables. ##
3872 -## ---------------- ##
3873 -_ASBOX
3874 +## ---------------- ##"
3875 echo
3876 # The following way of writing the cache mishandles newlines in values,
3877 -{
3878 +(
3879 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3880 + eval ac_val=\$$ac_var
3881 + case $ac_val in #(
3882 + *${as_nl}*)
3883 + case $ac_var in #(
3884 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3885 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3886 + esac
3887 + case $ac_var in #(
3888 + _ | IFS | as_nl) ;; #(
3889 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3890 + *) { eval $ac_var=; unset $ac_var;} ;;
3891 + esac ;;
3892 + esac
3893 + done
3894 (set) 2>&1 |
3895 - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
3896 - *ac_space=\ *)
3897 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3898 + *${as_nl}ac_space=\ *)
3899 sed -n \
3900 - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
3901 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
3902 - ;;
3903 + "s/'\''/'\''\\\\'\'''\''/g;
3904 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3905 + ;; #(
3906 *)
3907 - sed -n \
3908 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3909 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3910 ;;
3911 - esac;
3912 -}
3913 + esac |
3914 + sort
3915 +)
3916 echo
3917
3918 - cat <<\_ASBOX
3919 -## ----------------- ##
3920 + $as_echo "## ----------------- ##
3921 ## Output variables. ##
3922 -## ----------------- ##
3923 -_ASBOX
3924 +## ----------------- ##"
3925 echo
3926 for ac_var in $ac_subst_vars
3927 do
3928 - eval ac_val=$`echo $ac_var`
3929 - echo "$ac_var='"'"'$ac_val'"'"'"
3930 + eval ac_val=\$$ac_var
3931 + case $ac_val in
3932 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3933 + esac
3934 + $as_echo "$ac_var='\''$ac_val'\''"
3935 done | sort
3936 echo
3937
3938 if test -n "$ac_subst_files"; then
3939 - cat <<\_ASBOX
3940 -## ------------- ##
3941 -## Output files. ##
3942 -## ------------- ##
3943 -_ASBOX
3944 + $as_echo "## ------------------- ##
3945 +## File substitutions. ##
3946 +## ------------------- ##"
3947 echo
3948 for ac_var in $ac_subst_files
3949 do
3950 - eval ac_val=$`echo $ac_var`
3951 - echo "$ac_var='"'"'$ac_val'"'"'"
3952 + eval ac_val=\$$ac_var
3953 + case $ac_val in
3954 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3955 + esac
3956 + $as_echo "$ac_var='\''$ac_val'\''"
3957 done | sort
3958 echo
3959 fi
3960
3961 if test -s confdefs.h; then
3962 - cat <<\_ASBOX
3963 -## ----------- ##
3964 + $as_echo "## ----------- ##
3965 ## confdefs.h. ##
3966 -## ----------- ##
3967 -_ASBOX
3968 +## ----------- ##"
3969 echo
3970 - sed "/^$/d" confdefs.h | sort
3971 + cat confdefs.h
3972 echo
3973 fi
3974 test "$ac_signal" != 0 &&
3975 - echo "$as_me: caught signal $ac_signal"
3976 - echo "$as_me: exit $exit_status"
3977 + $as_echo "$as_me: caught signal $ac_signal"
3978 + $as_echo "$as_me: exit $exit_status"
3979 } >&5
3980 - rm -f core *.core &&
3981 - rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
3982 + rm -f core *.core core.conftest.* &&
3983 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3984 exit $exit_status
3985 - ' 0
3986 +' 0
3987 for ac_signal in 1 2 13 15; do
3988 - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
3989 + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3990 done
3991 ac_signal=0
3992
3993 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3994 -rm -rf conftest* confdefs.h
3995 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
3996 -echo >confdefs.h
3997 +rm -f -r conftest* confdefs.h
3998 +
3999 +$as_echo "/* confdefs.h */" > confdefs.h
4000
4001 # Predefined preprocessor variables.
4002
4003 @@ -1206,112 +1790,137 @@ cat >>confdefs.h <<_ACEOF
4004 #define PACKAGE_NAME "$PACKAGE_NAME"
4005 _ACEOF
4006
4007 -
4008 cat >>confdefs.h <<_ACEOF
4009 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
4010 _ACEOF
4011
4012 -
4013 cat >>confdefs.h <<_ACEOF
4014 #define PACKAGE_VERSION "$PACKAGE_VERSION"
4015 _ACEOF
4016
4017 -
4018 cat >>confdefs.h <<_ACEOF
4019 #define PACKAGE_STRING "$PACKAGE_STRING"
4020 _ACEOF
4021
4022 -
4023 cat >>confdefs.h <<_ACEOF
4024 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
4025 _ACEOF
4026
4027 +cat >>confdefs.h <<_ACEOF
4028 +#define PACKAGE_URL "$PACKAGE_URL"
4029 +_ACEOF
4030 +
4031
4032 # Let the site file select an alternate cache file if it wants to.
4033 -# Prefer explicitly selected file to automatically selected ones.
4034 -if test -z "$CONFIG_SITE"; then
4035 - if test "x$prefix" != xNONE; then
4036 - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
4037 - else
4038 - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
4039 - fi
4040 +# Prefer an explicitly selected file to automatically selected ones.
4041 +ac_site_file1=NONE
4042 +ac_site_file2=NONE
4043 +if test -n "$CONFIG_SITE"; then
4044 + # We do not want a PATH search for config.site.
4045 + case $CONFIG_SITE in #((
4046 + -*) ac_site_file1=./$CONFIG_SITE;;
4047 + */*) ac_site_file1=$CONFIG_SITE;;
4048 + *) ac_site_file1=./$CONFIG_SITE;;
4049 + esac
4050 +elif test "x$prefix" != xNONE; then
4051 + ac_site_file1=$prefix/share/config.site
4052 + ac_site_file2=$prefix/etc/config.site
4053 +else
4054 + ac_site_file1=$ac_default_prefix/share/config.site
4055 + ac_site_file2=$ac_default_prefix/etc/config.site
4056 fi
4057 -for ac_site_file in $CONFIG_SITE; do
4058 - if test -r "$ac_site_file"; then
4059 - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
4060 -echo "$as_me: loading site script $ac_site_file" >&6;}
4061 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
4062 +do
4063 + test "x$ac_site_file" = xNONE && continue
4064 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
4065 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
4066 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
4067 sed 's/^/| /' "$ac_site_file" >&5
4068 - . "$ac_site_file"
4069 + . "$ac_site_file" \
4070 + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4071 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4072 +as_fn_error $? "failed to load site script $ac_site_file
4073 +See \`config.log' for more details" "$LINENO" 5; }
4074 fi
4075 done
4076
4077 if test -r "$cache_file"; then
4078 - # Some versions of bash will fail to source /dev/null (special
4079 - # files actually), so we avoid doing that.
4080 - if test -f "$cache_file"; then
4081 - { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4082 -echo "$as_me: loading cache $cache_file" >&6;}
4083 + # Some versions of bash will fail to source /dev/null (special files
4084 + # actually), so we avoid doing that. DJGPP emulates it as a regular file.
4085 + if test /dev/null != "$cache_file" && test -f "$cache_file"; then
4086 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
4087 +$as_echo "$as_me: loading cache $cache_file" >&6;}
4088 case $cache_file in
4089 - [\\/]* | ?:[\\/]* ) . $cache_file;;
4090 - *) . ./$cache_file;;
4091 + [\\/]* | ?:[\\/]* ) . "$cache_file";;
4092 + *) . "./$cache_file";;
4093 esac
4094 fi
4095 else
4096 - { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4097 -echo "$as_me: creating cache $cache_file" >&6;}
4098 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
4099 +$as_echo "$as_me: creating cache $cache_file" >&6;}
4100 >$cache_file
4101 fi
4102
4103 # Check that the precious variables saved in the cache have kept the same
4104 # value.
4105 ac_cache_corrupted=false
4106 -for ac_var in `(set) 2>&1 |
4107 - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
4108 +for ac_var in $ac_precious_vars; do
4109 eval ac_old_set=\$ac_cv_env_${ac_var}_set
4110 eval ac_new_set=\$ac_env_${ac_var}_set
4111 - eval ac_old_val="\$ac_cv_env_${ac_var}_value"
4112 - eval ac_new_val="\$ac_env_${ac_var}_value"
4113 + eval ac_old_val=\$ac_cv_env_${ac_var}_value
4114 + eval ac_new_val=\$ac_env_${ac_var}_value
4115 case $ac_old_set,$ac_new_set in
4116 set,)
4117 - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4118 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4119 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4120 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4121 ac_cache_corrupted=: ;;
4122 ,set)
4123 - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
4124 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4125 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4126 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4127 ac_cache_corrupted=: ;;
4128 ,);;
4129 *)
4130 if test "x$ac_old_val" != "x$ac_new_val"; then
4131 - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
4132 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4133 - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
4134 -echo "$as_me: former value: $ac_old_val" >&2;}
4135 - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
4136 -echo "$as_me: current value: $ac_new_val" >&2;}
4137 - ac_cache_corrupted=:
4138 + # differences in whitespace do not lead to failure.
4139 + ac_old_val_w=`echo x $ac_old_val`
4140 + ac_new_val_w=`echo x $ac_new_val`
4141 + if test "$ac_old_val_w" != "$ac_new_val_w"; then
4142 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4143 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4144 + ac_cache_corrupted=:
4145 + else
4146 + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4147 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4148 + eval $ac_var=\$ac_old_val
4149 + fi
4150 + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
4151 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
4152 + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
4153 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
4154 fi;;
4155 esac
4156 # Pass precious variables to config.status.
4157 if test "$ac_new_set" = set; then
4158 case $ac_new_val in
4159 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
4160 - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4161 + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4162 *) ac_arg=$ac_var=$ac_new_val ;;
4163 esac
4164 case " $ac_configure_args " in
4165 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4166 - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
4167 + *) as_fn_append ac_configure_args " '$ac_arg'" ;;
4168 esac
4169 fi
4170 done
4171 if $ac_cache_corrupted; then
4172 - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
4173 -echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4174 - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
4175 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
4176 - { (exit 1); exit 1; }; }
4177 -fi
4178 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4179 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4180 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4181 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4182 + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
4183 +fi
4184 +## -------------------- ##
4185 +## Main body of script. ##
4186 +## -------------------- ##
4187
4188 ac_ext=c
4189 ac_cpp='$CPP $CPPFLAGS'
4190 @@ -1321,57 +1930,37 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4191
4192
4193
4194 +am__api_version='1.11'
4195
4196 +ac_aux_dir=
4197 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4198 + if test -f "$ac_dir/install-sh"; then
4199 + ac_aux_dir=$ac_dir
4200 + ac_install_sh="$ac_aux_dir/install-sh -c"
4201 + break
4202 + elif test -f "$ac_dir/install.sh"; then
4203 + ac_aux_dir=$ac_dir
4204 + ac_install_sh="$ac_aux_dir/install.sh -c"
4205 + break
4206 + elif test -f "$ac_dir/shtool"; then
4207 + ac_aux_dir=$ac_dir
4208 + ac_install_sh="$ac_aux_dir/shtool install -c"
4209 + break
4210 + fi
4211 +done
4212 +if test -z "$ac_aux_dir"; then
4213 + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4214 +fi
4215
4216 +# These three variables are undocumented and unsupported,
4217 +# and are intended to be withdrawn in a future Autoconf release.
4218 +# They can cause serious problems if a builder's source tree is in a directory
4219 +# whose full name contains unusual characters.
4220 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4221 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4222 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4223
4224
4225 -
4226 -
4227 -
4228 -
4229 -
4230 -
4231 -
4232 -
4233 -
4234 -
4235 -
4236 -
4237 -
4238 -
4239 -
4240 -
4241 -
4242 -
4243 -
4244 -
4245 -
4246 -am__api_version="1.9"
4247 -ac_aux_dir=
4248 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
4249 - if test -f $ac_dir/install-sh; then
4250 - ac_aux_dir=$ac_dir
4251 - ac_install_sh="$ac_aux_dir/install-sh -c"
4252 - break
4253 - elif test -f $ac_dir/install.sh; then
4254 - ac_aux_dir=$ac_dir
4255 - ac_install_sh="$ac_aux_dir/install.sh -c"
4256 - break
4257 - elif test -f $ac_dir/shtool; then
4258 - ac_aux_dir=$ac_dir
4259 - ac_install_sh="$ac_aux_dir/shtool install -c"
4260 - break
4261 - fi
4262 -done
4263 -if test -z "$ac_aux_dir"; then
4264 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
4265 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
4266 - { (exit 1); exit 1; }; }
4267 -fi
4268 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
4269 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
4270 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
4271 -
4272 # Find a good install program. We prefer a C program (faster),
4273 # so one script is as good as another. But avoid the broken or
4274 # incompatible versions:
4275 @@ -1385,22 +1974,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
4276 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4277 # OS/2's system install, which has a completely different semantic
4278 # ./install, which can be erroneously created by make from ./install.sh.
4279 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4280 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4281 +# Reject install programs that cannot install multiple files.
4282 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4283 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
4284 if test -z "$INSTALL"; then
4285 -if test "${ac_cv_path_install+set}" = set; then
4286 - echo $ECHO_N "(cached) $ECHO_C" >&6
4287 +if ${ac_cv_path_install+:} false; then :
4288 + $as_echo_n "(cached) " >&6
4289 else
4290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4291 for as_dir in $PATH
4292 do
4293 IFS=$as_save_IFS
4294 test -z "$as_dir" && as_dir=.
4295 - # Account for people who put trailing slashes in PATH elements.
4296 -case $as_dir/ in
4297 - ./ | .// | /cC/* | \
4298 + # Account for people who put trailing slashes in PATH elements.
4299 +case $as_dir/ in #((
4300 + ./ | .// | /[cC]/* | \
4301 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4302 - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4303 + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4304 /usr/ucb/* ) ;;
4305 *)
4306 # OSF1 and SCO ODT 3.0 have their own names for install.
4307 @@ -1408,7 +1998,7 @@ case $as_dir/ in
4308 # by default.
4309 for ac_prog in ginstall scoinst install; do
4310 for ac_exec_ext in '' $ac_executable_extensions; do
4311 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4312 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4313 if test $ac_prog = install &&
4314 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4315 # AIX install. It has an incompatible calling convention.
4316 @@ -1418,30 +2008,43 @@ case $as_dir/ in
4317 # program-specific install script used by HP pwplus--don't use.
4318 :
4319 else
4320 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4321 - break 3
4322 + rm -rf conftest.one conftest.two conftest.dir
4323 + echo one > conftest.one
4324 + echo two > conftest.two
4325 + mkdir conftest.dir
4326 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4327 + test -s conftest.one && test -s conftest.two &&
4328 + test -s conftest.dir/conftest.one &&
4329 + test -s conftest.dir/conftest.two
4330 + then
4331 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4332 + break 3
4333 + fi
4334 fi
4335 fi
4336 done
4337 done
4338 ;;
4339 esac
4340 -done
4341
4342 + done
4343 +IFS=$as_save_IFS
4344 +
4345 +rm -rf conftest.one conftest.two conftest.dir
4346
4347 fi
4348 if test "${ac_cv_path_install+set}" = set; then
4349 INSTALL=$ac_cv_path_install
4350 else
4351 - # As a last resort, use the slow shell script. We don't cache a
4352 - # path for INSTALL within a source directory, because that will
4353 + # As a last resort, use the slow shell script. Don't cache a
4354 + # value for INSTALL within a source directory, because that will
4355 # break other packages using the cache if that directory is
4356 - # removed, or if the path is relative.
4357 + # removed, or if the value is a relative name.
4358 INSTALL=$ac_install_sh
4359 fi
4360 fi
4361 -echo "$as_me:$LINENO: result: $INSTALL" >&5
4362 -echo "${ECHO_T}$INSTALL" >&6
4363 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4364 +$as_echo "$INSTALL" >&6; }
4365
4366 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4367 # It thinks the first close brace ends the variable substitution.
4368 @@ -1451,21 +2054,34 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
4369
4370 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4371
4372 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
4373 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
4374 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
4375 +$as_echo_n "checking whether build environment is sane... " >&6; }
4376 # Just in case
4377 sleep 1
4378 echo timestamp > conftest.file
4379 +# Reject unsafe characters in $srcdir or the absolute working directory
4380 +# name. Accept space and tab only in the latter.
4381 +am_lf='
4382 +'
4383 +case `pwd` in
4384 + *[\\\"\#\$\&\'\`$am_lf]*)
4385 + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
4386 +esac
4387 +case $srcdir in
4388 + *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
4389 + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
4390 +esac
4391 +
4392 # Do `set' in a subshell so we don't clobber the current shell's
4393 # arguments. Must try -L first in case configure is actually a
4394 # symlink; some systems play weird games with the mod time of symlinks
4395 # (eg FreeBSD returns the mod time of the symlink's containing
4396 # directory).
4397 if (
4398 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
4399 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
4400 if test "$*" = "X"; then
4401 # -L didn't work.
4402 - set X `ls -t $srcdir/configure conftest.file`
4403 + set X `ls -t "$srcdir/configure" conftest.file`
4404 fi
4405 rm -f conftest.file
4406 if test "$*" != "X $srcdir/configure conftest.file" \
4407 @@ -1475,11 +2091,8 @@ if (
4408 # if, for instance, CONFIG_SHELL is bash and it inherits a
4409 # broken ls alias from the environment. This has actually
4410 # happened. Such a system could not be considered "sane".
4411 - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
4412 -alias in your environment" >&5
4413 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
4414 -alias in your environment" >&2;}
4415 - { (exit 1); exit 1; }; }
4416 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
4417 +alias in your environment" "$LINENO" 5
4418 fi
4419
4420 test "$2" = conftest.file
4421 @@ -1488,81 +2101,206 @@ then
4422 # Ok.
4423 :
4424 else
4425 - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
4426 -Check your system clock" >&5
4427 -echo "$as_me: error: newly created file is older than distributed files!
4428 -Check your system clock" >&2;}
4429 - { (exit 1); exit 1; }; }
4430 + as_fn_error $? "newly created file is older than distributed files!
4431 +Check your system clock" "$LINENO" 5
4432 fi
4433 -echo "$as_me:$LINENO: result: yes" >&5
4434 -echo "${ECHO_T}yes" >&6
4435 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4436 +$as_echo "yes" >&6; }
4437 test "$program_prefix" != NONE &&
4438 - program_transform_name="s,^,$program_prefix,;$program_transform_name"
4439 + program_transform_name="s&^&$program_prefix&;$program_transform_name"
4440 # Use a double $ so make ignores it.
4441 test "$program_suffix" != NONE &&
4442 - program_transform_name="s,\$,$program_suffix,;$program_transform_name"
4443 -# Double any \ or $. echo might interpret backslashes.
4444 + program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4445 +# Double any \ or $.
4446 # By default was `s,x,x', remove it if useless.
4447 -cat <<\_ACEOF >conftest.sed
4448 -s/[\\$]/&&/g;s/;s,x,x,$//
4449 -_ACEOF
4450 -program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
4451 -rm conftest.sed
4452 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4453 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4454
4455 # expand $ac_aux_dir to an absolute path
4456 am_aux_dir=`cd $ac_aux_dir && pwd`
4457
4458 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
4459 +if test x"${MISSING+set}" != xset; then
4460 + case $am_aux_dir in
4461 + *\ * | *\ *)
4462 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4463 + *)
4464 + MISSING="\${SHELL} $am_aux_dir/missing" ;;
4465 + esac
4466 +fi
4467 # Use eval to expand $SHELL
4468 if eval "$MISSING --run true"; then
4469 am_missing_run="$MISSING --run "
4470 else
4471 am_missing_run=
4472 - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
4473 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4474 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
4475 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4476 fi
4477
4478 -if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
4479 - # We used to keeping the `.' as first argument, in order to
4480 - # allow $(mkdir_p) to be used without argument. As in
4481 - # $(mkdir_p) $(somedir)
4482 - # where $(somedir) is conditionally defined. However this is wrong
4483 - # for two reasons:
4484 - # 1. if the package is installed by a user who cannot write `.'
4485 - # make install will fail,
4486 - # 2. the above comment should most certainly read
4487 - # $(mkdir_p) $(DESTDIR)$(somedir)
4488 - # so it does not work when $(somedir) is undefined and
4489 - # $(DESTDIR) is not.
4490 - # To support the latter case, we have to write
4491 - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
4492 - # so the `.' trick is pointless.
4493 - mkdir_p='mkdir -p --'
4494 -else
4495 - # On NextStep and OpenStep, the `mkdir' command does not
4496 - # recognize any option. It will interpret all options as
4497 - # directories to create, and then abort because `.' already
4498 - # exists.
4499 - for d in ./-p ./--version;
4500 - do
4501 - test -d $d && rmdir $d
4502 +if test x"${install_sh}" != xset; then
4503 + case $am_aux_dir in
4504 + *\ * | *\ *)
4505 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4506 + *)
4507 + install_sh="\${SHELL} $am_aux_dir/install-sh"
4508 + esac
4509 +fi
4510 +
4511 +# Installed binaries are usually stripped using `strip' when the user
4512 +# run `make install-strip'. However `strip' might not be the right
4513 +# tool to use in cross-compilation environments, therefore Automake
4514 +# will honor the `STRIP' environment variable to overrule this program.
4515 +if test "$cross_compiling" != no; then
4516 + if test -n "$ac_tool_prefix"; then
4517 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4518 +set dummy ${ac_tool_prefix}strip; ac_word=$2
4519 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 +$as_echo_n "checking for $ac_word... " >&6; }
4521 +if ${ac_cv_prog_STRIP+:} false; then :
4522 + $as_echo_n "(cached) " >&6
4523 +else
4524 + if test -n "$STRIP"; then
4525 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4526 +else
4527 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 +for as_dir in $PATH
4529 +do
4530 + IFS=$as_save_IFS
4531 + test -z "$as_dir" && as_dir=.
4532 + for ac_exec_ext in '' $ac_executable_extensions; do
4533 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 + ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4535 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 + break 2
4537 + fi
4538 +done
4539 + done
4540 +IFS=$as_save_IFS
4541 +
4542 +fi
4543 +fi
4544 +STRIP=$ac_cv_prog_STRIP
4545 +if test -n "$STRIP"; then
4546 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4547 +$as_echo "$STRIP" >&6; }
4548 +else
4549 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 +$as_echo "no" >&6; }
4551 +fi
4552 +
4553 +
4554 +fi
4555 +if test -z "$ac_cv_prog_STRIP"; then
4556 + ac_ct_STRIP=$STRIP
4557 + # Extract the first word of "strip", so it can be a program name with args.
4558 +set dummy strip; ac_word=$2
4559 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4560 +$as_echo_n "checking for $ac_word... " >&6; }
4561 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4562 + $as_echo_n "(cached) " >&6
4563 +else
4564 + if test -n "$ac_ct_STRIP"; then
4565 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4566 +else
4567 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 +for as_dir in $PATH
4569 +do
4570 + IFS=$as_save_IFS
4571 + test -z "$as_dir" && as_dir=.
4572 + for ac_exec_ext in '' $ac_executable_extensions; do
4573 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4574 + ac_cv_prog_ac_ct_STRIP="strip"
4575 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4576 + break 2
4577 + fi
4578 +done
4579 + done
4580 +IFS=$as_save_IFS
4581 +
4582 +fi
4583 +fi
4584 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4585 +if test -n "$ac_ct_STRIP"; then
4586 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4587 +$as_echo "$ac_ct_STRIP" >&6; }
4588 +else
4589 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4590 +$as_echo "no" >&6; }
4591 +fi
4592 +
4593 + if test "x$ac_ct_STRIP" = x; then
4594 + STRIP=":"
4595 + else
4596 + case $cross_compiling:$ac_tool_warned in
4597 +yes:)
4598 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4599 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4600 +ac_tool_warned=yes ;;
4601 +esac
4602 + STRIP=$ac_ct_STRIP
4603 + fi
4604 +else
4605 + STRIP="$ac_cv_prog_STRIP"
4606 +fi
4607 +
4608 +fi
4609 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4610 +
4611 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4612 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4613 +if test -z "$MKDIR_P"; then
4614 + if ${ac_cv_path_mkdir+:} false; then :
4615 + $as_echo_n "(cached) " >&6
4616 +else
4617 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4619 +do
4620 + IFS=$as_save_IFS
4621 + test -z "$as_dir" && as_dir=.
4622 + for ac_prog in mkdir gmkdir; do
4623 + for ac_exec_ext in '' $ac_executable_extensions; do
4624 + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
4625 + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4626 + 'mkdir (GNU coreutils) '* | \
4627 + 'mkdir (coreutils) '* | \
4628 + 'mkdir (fileutils) '4.1*)
4629 + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4630 + break 3;;
4631 + esac
4632 + done
4633 + done
4634 done
4635 - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
4636 - if test -f "$ac_aux_dir/mkinstalldirs"; then
4637 - mkdir_p='$(mkinstalldirs)'
4638 +IFS=$as_save_IFS
4639 +
4640 +fi
4641 +
4642 + test -d ./--version && rmdir ./--version
4643 + if test "${ac_cv_path_mkdir+set}" = set; then
4644 + MKDIR_P="$ac_cv_path_mkdir -p"
4645 else
4646 - mkdir_p='$(install_sh) -d'
4647 + # As a last resort, use the slow shell script. Don't cache a
4648 + # value for MKDIR_P within a source directory, because that will
4649 + # break other packages using the cache if that directory is
4650 + # removed, or if the value is a relative name.
4651 + MKDIR_P="$ac_install_sh -d"
4652 fi
4653 fi
4654 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4655 +$as_echo "$MKDIR_P" >&6; }
4656 +
4657 +mkdir_p="$MKDIR_P"
4658 +case $mkdir_p in
4659 + [\\/$]* | ?:[\\/]*) ;;
4660 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
4661 +esac
4662
4663 for ac_prog in gawk mawk nawk awk
4664 do
4665 # Extract the first word of "$ac_prog", so it can be a program name with args.
4666 set dummy $ac_prog; ac_word=$2
4667 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4668 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4669 -if test "${ac_cv_prog_AWK+set}" = set; then
4670 - echo $ECHO_N "(cached) $ECHO_C" >&6
4671 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4672 +$as_echo_n "checking for $ac_word... " >&6; }
4673 +if ${ac_cv_prog_AWK+:} false; then :
4674 + $as_echo_n "(cached) " >&6
4675 else
4676 if test -n "$AWK"; then
4677 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4678 @@ -1572,55 +2310,59 @@ for as_dir in $PATH
4679 do
4680 IFS=$as_save_IFS
4681 test -z "$as_dir" && as_dir=.
4682 - for ac_exec_ext in '' $ac_executable_extensions; do
4683 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4684 + for ac_exec_ext in '' $ac_executable_extensions; do
4685 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4686 ac_cv_prog_AWK="$ac_prog"
4687 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4688 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4690 fi
4691 done
4692 -done
4693 + done
4694 +IFS=$as_save_IFS
4695
4696 fi
4697 fi
4698 AWK=$ac_cv_prog_AWK
4699 if test -n "$AWK"; then
4700 - echo "$as_me:$LINENO: result: $AWK" >&5
4701 -echo "${ECHO_T}$AWK" >&6
4702 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4703 +$as_echo "$AWK" >&6; }
4704 else
4705 - echo "$as_me:$LINENO: result: no" >&5
4706 -echo "${ECHO_T}no" >&6
4707 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4708 +$as_echo "no" >&6; }
4709 fi
4710
4711 +
4712 test -n "$AWK" && break
4713 done
4714
4715 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4716 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4717 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4718 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4719 - echo $ECHO_N "(cached) $ECHO_C" >&6
4720 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4721 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4722 +set x ${MAKE-make}
4723 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4724 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4725 + $as_echo_n "(cached) " >&6
4726 else
4727 cat >conftest.make <<\_ACEOF
4728 +SHELL = /bin/sh
4729 all:
4730 - @echo 'ac_maketemp="$(MAKE)"'
4731 + @echo '@@@%%%=$(MAKE)=@@@%%%'
4732 _ACEOF
4733 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4734 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4735 -if test -n "$ac_maketemp"; then
4736 - eval ac_cv_prog_make_${ac_make}_set=yes
4737 -else
4738 - eval ac_cv_prog_make_${ac_make}_set=no
4739 -fi
4740 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4741 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4742 + *@@@%%%=?*=@@@%%%*)
4743 + eval ac_cv_prog_make_${ac_make}_set=yes;;
4744 + *)
4745 + eval ac_cv_prog_make_${ac_make}_set=no;;
4746 +esac
4747 rm -f conftest.make
4748 fi
4749 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4750 - echo "$as_me:$LINENO: result: yes" >&5
4751 -echo "${ECHO_T}yes" >&6
4752 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4753 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4754 +$as_echo "yes" >&6; }
4755 SET_MAKE=
4756 else
4757 - echo "$as_me:$LINENO: result: no" >&5
4758 -echo "${ECHO_T}no" >&6
4759 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4760 +$as_echo "no" >&6; }
4761 SET_MAKE="MAKE=${MAKE-make}"
4762 fi
4763
4764 @@ -1633,12 +2375,14 @@ else
4765 fi
4766 rmdir .tst 2>/dev/null
4767
4768 -# test to see if srcdir already configured
4769 -if test "`cd $srcdir && pwd`" != "`pwd`" &&
4770 - test -f $srcdir/config.status; then
4771 - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
4772 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
4773 - { (exit 1); exit 1; }; }
4774 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
4775 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4776 + # is not polluted with repeated "-I."
4777 + am__isrc=' -I$(srcdir)'
4778 + # test to see if srcdir already configured
4779 + if test -f $srcdir/config.status; then
4780 + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4781 + fi
4782 fi
4783
4784 # test whether we have cygpath
4785 @@ -1681,96 +2425,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_ru
4786
4787 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4788
4789 -install_sh=${install_sh-"$am_aux_dir/install-sh"}
4790 -
4791 -# Installed binaries are usually stripped using `strip' when the user
4792 -# run `make install-strip'. However `strip' might not be the right
4793 -# tool to use in cross-compilation environments, therefore Automake
4794 -# will honor the `STRIP' environment variable to overrule this program.
4795 -if test "$cross_compiling" != no; then
4796 - if test -n "$ac_tool_prefix"; then
4797 - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4798 -set dummy ${ac_tool_prefix}strip; ac_word=$2
4799 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4800 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4801 -if test "${ac_cv_prog_STRIP+set}" = set; then
4802 - echo $ECHO_N "(cached) $ECHO_C" >&6
4803 -else
4804 - if test -n "$STRIP"; then
4805 - ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4806 -else
4807 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4808 -for as_dir in $PATH
4809 -do
4810 - IFS=$as_save_IFS
4811 - test -z "$as_dir" && as_dir=.
4812 - for ac_exec_ext in '' $ac_executable_extensions; do
4813 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4814 - ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4815 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4816 - break 2
4817 - fi
4818 -done
4819 -done
4820 -
4821 -fi
4822 -fi
4823 -STRIP=$ac_cv_prog_STRIP
4824 -if test -n "$STRIP"; then
4825 - echo "$as_me:$LINENO: result: $STRIP" >&5
4826 -echo "${ECHO_T}$STRIP" >&6
4827 -else
4828 - echo "$as_me:$LINENO: result: no" >&5
4829 -echo "${ECHO_T}no" >&6
4830 -fi
4831 -
4832 -fi
4833 -if test -z "$ac_cv_prog_STRIP"; then
4834 - ac_ct_STRIP=$STRIP
4835 - # Extract the first word of "strip", so it can be a program name with args.
4836 -set dummy strip; ac_word=$2
4837 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4838 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4839 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4840 - echo $ECHO_N "(cached) $ECHO_C" >&6
4841 -else
4842 - if test -n "$ac_ct_STRIP"; then
4843 - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4844 -else
4845 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4846 -for as_dir in $PATH
4847 -do
4848 - IFS=$as_save_IFS
4849 - test -z "$as_dir" && as_dir=.
4850 - for ac_exec_ext in '' $ac_executable_extensions; do
4851 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4852 - ac_cv_prog_ac_ct_STRIP="strip"
4853 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4854 - break 2
4855 - fi
4856 -done
4857 -done
4858 -
4859 - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
4860 -fi
4861 -fi
4862 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4863 -if test -n "$ac_ct_STRIP"; then
4864 - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4865 -echo "${ECHO_T}$ac_ct_STRIP" >&6
4866 -else
4867 - echo "$as_me:$LINENO: result: no" >&5
4868 -echo "${ECHO_T}no" >&6
4869 -fi
4870 -
4871 - STRIP=$ac_ct_STRIP
4872 -else
4873 - STRIP="$ac_cv_prog_STRIP"
4874 -fi
4875 -
4876 -fi
4877 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
4878 -
4879 # We need awk for the "check" target. The system "awk" is bad on
4880 # some platforms.
4881 # Always define AMTAR for backward compatibility.
4882 @@ -1804,7 +2458,7 @@ for c_arg in $ac_configure_args; do
4883 done
4884
4885
4886 - ac_config_headers="$ac_config_headers drv_config.h"
4887 +ac_config_headers="$ac_config_headers drv_config.h"
4888
4889
4890 if [ "$CFLAGS" == "" ] ; then
4891 @@ -1819,10 +2473,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4892 if test -n "$ac_tool_prefix"; then
4893 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4894 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4895 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4896 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4897 -if test "${ac_cv_prog_CC+set}" = set; then
4898 - echo $ECHO_N "(cached) $ECHO_C" >&6
4899 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4900 +$as_echo_n "checking for $ac_word... " >&6; }
4901 +if ${ac_cv_prog_CC+:} false; then :
4902 + $as_echo_n "(cached) " >&6
4903 else
4904 if test -n "$CC"; then
4905 ac_cv_prog_CC="$CC" # Let the user override the test.
4906 @@ -1832,35 +2486,37 @@ for as_dir in $PATH
4907 do
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 - for ac_exec_ext in '' $ac_executable_extensions; do
4911 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4912 + for ac_exec_ext in '' $ac_executable_extensions; do
4913 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4914 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4915 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 break 2
4918 fi
4919 done
4920 -done
4921 + done
4922 +IFS=$as_save_IFS
4923
4924 fi
4925 fi
4926 CC=$ac_cv_prog_CC
4927 if test -n "$CC"; then
4928 - echo "$as_me:$LINENO: result: $CC" >&5
4929 -echo "${ECHO_T}$CC" >&6
4930 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4931 +$as_echo "$CC" >&6; }
4932 else
4933 - echo "$as_me:$LINENO: result: no" >&5
4934 -echo "${ECHO_T}no" >&6
4935 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4936 +$as_echo "no" >&6; }
4937 fi
4938
4939 +
4940 fi
4941 if test -z "$ac_cv_prog_CC"; then
4942 ac_ct_CC=$CC
4943 # Extract the first word of "gcc", so it can be a program name with args.
4944 set dummy gcc; ac_word=$2
4945 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4946 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4947 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4948 - echo $ECHO_N "(cached) $ECHO_C" >&6
4949 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4950 +$as_echo_n "checking for $ac_word... " >&6; }
4951 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
4952 + $as_echo_n "(cached) " >&6
4953 else
4954 if test -n "$ac_ct_CC"; then
4955 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4956 @@ -1870,39 +2526,50 @@ for as_dir in $PATH
4957 do
4958 IFS=$as_save_IFS
4959 test -z "$as_dir" && as_dir=.
4960 - for ac_exec_ext in '' $ac_executable_extensions; do
4961 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4962 + for ac_exec_ext in '' $ac_executable_extensions; do
4963 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4964 ac_cv_prog_ac_ct_CC="gcc"
4965 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4966 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967 break 2
4968 fi
4969 done
4970 -done
4971 + done
4972 +IFS=$as_save_IFS
4973
4974 fi
4975 fi
4976 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4977 if test -n "$ac_ct_CC"; then
4978 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4979 -echo "${ECHO_T}$ac_ct_CC" >&6
4980 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4981 +$as_echo "$ac_ct_CC" >&6; }
4982 else
4983 - echo "$as_me:$LINENO: result: no" >&5
4984 -echo "${ECHO_T}no" >&6
4985 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 +$as_echo "no" >&6; }
4987 fi
4988
4989 - CC=$ac_ct_CC
4990 + if test "x$ac_ct_CC" = x; then
4991 + CC=""
4992 + else
4993 + case $cross_compiling:$ac_tool_warned in
4994 +yes:)
4995 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4996 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4997 +ac_tool_warned=yes ;;
4998 +esac
4999 + CC=$ac_ct_CC
5000 + fi
5001 else
5002 CC="$ac_cv_prog_CC"
5003 fi
5004
5005 if test -z "$CC"; then
5006 - if test -n "$ac_tool_prefix"; then
5007 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5008 + if test -n "$ac_tool_prefix"; then
5009 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5010 set dummy ${ac_tool_prefix}cc; ac_word=$2
5011 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5012 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5013 -if test "${ac_cv_prog_CC+set}" = set; then
5014 - echo $ECHO_N "(cached) $ECHO_C" >&6
5015 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5016 +$as_echo_n "checking for $ac_word... " >&6; }
5017 +if ${ac_cv_prog_CC+:} false; then :
5018 + $as_echo_n "(cached) " >&6
5019 else
5020 if test -n "$CC"; then
5021 ac_cv_prog_CC="$CC" # Let the user override the test.
5022 @@ -1912,77 +2579,37 @@ for as_dir in $PATH
5023 do
5024 IFS=$as_save_IFS
5025 test -z "$as_dir" && as_dir=.
5026 - for ac_exec_ext in '' $ac_executable_extensions; do
5027 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5028 + for ac_exec_ext in '' $ac_executable_extensions; do
5029 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5030 ac_cv_prog_CC="${ac_tool_prefix}cc"
5031 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5032 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5033 break 2
5034 fi
5035 done
5036 -done
5037 + done
5038 +IFS=$as_save_IFS
5039
5040 fi
5041 fi
5042 CC=$ac_cv_prog_CC
5043 if test -n "$CC"; then
5044 - echo "$as_me:$LINENO: result: $CC" >&5
5045 -echo "${ECHO_T}$CC" >&6
5046 -else
5047 - echo "$as_me:$LINENO: result: no" >&5
5048 -echo "${ECHO_T}no" >&6
5049 -fi
5050 -
5051 -fi
5052 -if test -z "$ac_cv_prog_CC"; then
5053 - ac_ct_CC=$CC
5054 - # Extract the first word of "cc", so it can be a program name with args.
5055 -set dummy cc; ac_word=$2
5056 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5057 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5058 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5059 - echo $ECHO_N "(cached) $ECHO_C" >&6
5060 -else
5061 - if test -n "$ac_ct_CC"; then
5062 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5063 -else
5064 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065 -for as_dir in $PATH
5066 -do
5067 - IFS=$as_save_IFS
5068 - test -z "$as_dir" && as_dir=.
5069 - for ac_exec_ext in '' $ac_executable_extensions; do
5070 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5071 - ac_cv_prog_ac_ct_CC="cc"
5072 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5073 - break 2
5074 - fi
5075 -done
5076 -done
5077 -
5078 -fi
5079 -fi
5080 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
5081 -if test -n "$ac_ct_CC"; then
5082 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5083 -echo "${ECHO_T}$ac_ct_CC" >&6
5084 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5085 +$as_echo "$CC" >&6; }
5086 else
5087 - echo "$as_me:$LINENO: result: no" >&5
5088 -echo "${ECHO_T}no" >&6
5089 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 +$as_echo "no" >&6; }
5091 fi
5092
5093 - CC=$ac_ct_CC
5094 -else
5095 - CC="$ac_cv_prog_CC"
5096 -fi
5097
5098 + fi
5099 fi
5100 if test -z "$CC"; then
5101 # Extract the first word of "cc", so it can be a program name with args.
5102 set dummy cc; ac_word=$2
5103 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5104 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5105 -if test "${ac_cv_prog_CC+set}" = set; then
5106 - echo $ECHO_N "(cached) $ECHO_C" >&6
5107 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5108 +$as_echo_n "checking for $ac_word... " >&6; }
5109 +if ${ac_cv_prog_CC+:} false; then :
5110 + $as_echo_n "(cached) " >&6
5111 else
5112 if test -n "$CC"; then
5113 ac_cv_prog_CC="$CC" # Let the user override the test.
5114 @@ -1993,18 +2620,19 @@ for as_dir in $PATH
5115 do
5116 IFS=$as_save_IFS
5117 test -z "$as_dir" && as_dir=.
5118 - for ac_exec_ext in '' $ac_executable_extensions; do
5119 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5120 + for ac_exec_ext in '' $ac_executable_extensions; do
5121 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5122 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5123 ac_prog_rejected=yes
5124 continue
5125 fi
5126 ac_cv_prog_CC="cc"
5127 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5128 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5129 break 2
5130 fi
5131 done
5132 -done
5133 + done
5134 +IFS=$as_save_IFS
5135
5136 if test $ac_prog_rejected = yes; then
5137 # We found a bogon in the path, so make sure we never use it.
5138 @@ -2022,24 +2650,25 @@ fi
5139 fi
5140 CC=$ac_cv_prog_CC
5141 if test -n "$CC"; then
5142 - echo "$as_me:$LINENO: result: $CC" >&5
5143 -echo "${ECHO_T}$CC" >&6
5144 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5145 +$as_echo "$CC" >&6; }
5146 else
5147 - echo "$as_me:$LINENO: result: no" >&5
5148 -echo "${ECHO_T}no" >&6
5149 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5150 +$as_echo "no" >&6; }
5151 fi
5152
5153 +
5154 fi
5155 if test -z "$CC"; then
5156 if test -n "$ac_tool_prefix"; then
5157 - for ac_prog in cl
5158 + for ac_prog in cl.exe
5159 do
5160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5161 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5162 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5163 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5164 -if test "${ac_cv_prog_CC+set}" = set; then
5165 - echo $ECHO_N "(cached) $ECHO_C" >&6
5166 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5167 +$as_echo_n "checking for $ac_word... " >&6; }
5168 +if ${ac_cv_prog_CC+:} false; then :
5169 + $as_echo_n "(cached) " >&6
5170 else
5171 if test -n "$CC"; then
5172 ac_cv_prog_CC="$CC" # Let the user override the test.
5173 @@ -2049,39 +2678,41 @@ for as_dir in $PATH
5174 do
5175 IFS=$as_save_IFS
5176 test -z "$as_dir" && as_dir=.
5177 - for ac_exec_ext in '' $ac_executable_extensions; do
5178 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5179 + for ac_exec_ext in '' $ac_executable_extensions; do
5180 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5181 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5182 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5183 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5184 break 2
5185 fi
5186 done
5187 -done
5188 + done
5189 +IFS=$as_save_IFS
5190
5191 fi
5192 fi
5193 CC=$ac_cv_prog_CC
5194 if test -n "$CC"; then
5195 - echo "$as_me:$LINENO: result: $CC" >&5
5196 -echo "${ECHO_T}$CC" >&6
5197 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5198 +$as_echo "$CC" >&6; }
5199 else
5200 - echo "$as_me:$LINENO: result: no" >&5
5201 -echo "${ECHO_T}no" >&6
5202 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5203 +$as_echo "no" >&6; }
5204 fi
5205
5206 +
5207 test -n "$CC" && break
5208 done
5209 fi
5210 if test -z "$CC"; then
5211 ac_ct_CC=$CC
5212 - for ac_prog in cl
5213 + for ac_prog in cl.exe
5214 do
5215 # Extract the first word of "$ac_prog", so it can be a program name with args.
5216 set dummy $ac_prog; ac_word=$2
5217 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5218 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5219 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5220 - echo $ECHO_N "(cached) $ECHO_C" >&6
5221 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5222 +$as_echo_n "checking for $ac_word... " >&6; }
5223 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
5224 + $as_echo_n "(cached) " >&6
5225 else
5226 if test -n "$ac_ct_CC"; then
5227 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5228 @@ -2091,66 +2722,78 @@ for as_dir in $PATH
5229 do
5230 IFS=$as_save_IFS
5231 test -z "$as_dir" && as_dir=.
5232 - for ac_exec_ext in '' $ac_executable_extensions; do
5233 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5234 + for ac_exec_ext in '' $ac_executable_extensions; do
5235 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5236 ac_cv_prog_ac_ct_CC="$ac_prog"
5237 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5238 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 break 2
5240 fi
5241 done
5242 -done
5243 + done
5244 +IFS=$as_save_IFS
5245
5246 fi
5247 fi
5248 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5249 if test -n "$ac_ct_CC"; then
5250 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5251 -echo "${ECHO_T}$ac_ct_CC" >&6
5252 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5253 +$as_echo "$ac_ct_CC" >&6; }
5254 else
5255 - echo "$as_me:$LINENO: result: no" >&5
5256 -echo "${ECHO_T}no" >&6
5257 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258 +$as_echo "no" >&6; }
5259 fi
5260
5261 +
5262 test -n "$ac_ct_CC" && break
5263 done
5264
5265 - CC=$ac_ct_CC
5266 -fi
5267 -
5268 + if test "x$ac_ct_CC" = x; then
5269 + CC=""
5270 + else
5271 + case $cross_compiling:$ac_tool_warned in
5272 +yes:)
5273 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5274 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5275 +ac_tool_warned=yes ;;
5276 +esac
5277 + CC=$ac_ct_CC
5278 + fi
5279 +fi
5280 +
5281 fi
5282
5283
5284 -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5285 -See \`config.log' for more details." >&5
5286 -echo "$as_me: error: no acceptable C compiler found in \$PATH
5287 -See \`config.log' for more details." >&2;}
5288 - { (exit 1); exit 1; }; }
5289 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5290 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5291 +as_fn_error $? "no acceptable C compiler found in \$PATH
5292 +See \`config.log' for more details" "$LINENO" 5; }
5293
5294 # Provide some information about the compiler.
5295 -echo "$as_me:$LINENO:" \
5296 - "checking for C compiler version" >&5
5297 -ac_compiler=`set X $ac_compile; echo $2`
5298 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5299 - (eval $ac_compiler --version </dev/null >&5) 2>&5
5300 - ac_status=$?
5301 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5302 - (exit $ac_status); }
5303 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5304 - (eval $ac_compiler -v </dev/null >&5) 2>&5
5305 - ac_status=$?
5306 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5307 - (exit $ac_status); }
5308 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5309 - (eval $ac_compiler -V </dev/null >&5) 2>&5
5310 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5311 +set X $ac_compile
5312 +ac_compiler=$2
5313 +for ac_option in --version -v -V -qversion; do
5314 + { { ac_try="$ac_compiler $ac_option >&5"
5315 +case "(($ac_try" in
5316 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5317 + *) ac_try_echo=$ac_try;;
5318 +esac
5319 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5320 +$as_echo "$ac_try_echo"; } >&5
5321 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5322 ac_status=$?
5323 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5324 - (exit $ac_status); }
5325 + if test -s conftest.err; then
5326 + sed '10a\
5327 +... rest of stderr output deleted ...
5328 + 10q' conftest.err >conftest.er1
5329 + cat conftest.er1 >&5
5330 + fi
5331 + rm -f conftest.er1 conftest.err
5332 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5333 + test $ac_status = 0; }
5334 +done
5335
5336 -cat >conftest.$ac_ext <<_ACEOF
5337 -/* confdefs.h. */
5338 -_ACEOF
5339 -cat confdefs.h >>conftest.$ac_ext
5340 -cat >>conftest.$ac_ext <<_ACEOF
5341 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h. */
5343
5344 int
5345 @@ -2162,112 +2805,108 @@ main ()
5346 }
5347 _ACEOF
5348 ac_clean_files_save=$ac_clean_files
5349 -ac_clean_files="$ac_clean_files a.out a.exe b.out"
5350 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5351 # Try to create an executable without -o first, disregard a.out.
5352 # It will help us diagnose broken compilers, and finding out an intuition
5353 # of exeext.
5354 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
5355 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
5356 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5357 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
5358 - (eval $ac_link_default) 2>&5
5359 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5360 +$as_echo_n "checking whether the C compiler works... " >&6; }
5361 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5362 +
5363 +# The possible output files:
5364 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5365 +
5366 +ac_rmfiles=
5367 +for ac_file in $ac_files
5368 +do
5369 + case $ac_file in
5370 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5371 + * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5372 + esac
5373 +done
5374 +rm -f $ac_rmfiles
5375 +
5376 +if { { ac_try="$ac_link_default"
5377 +case "(($ac_try" in
5378 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5379 + *) ac_try_echo=$ac_try;;
5380 +esac
5381 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5382 +$as_echo "$ac_try_echo"; } >&5
5383 + (eval "$ac_link_default") 2>&5
5384 ac_status=$?
5385 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5386 - (exit $ac_status); }; then
5387 - # Find the output, starting from the most likely. This scheme is
5388 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
5389 -# resort.
5390 -
5391 -# Be careful to initialize this variable, since it used to be cached.
5392 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
5393 -ac_cv_exeext=
5394 -# b.out is created by i960 compilers.
5395 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
5396 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5397 + test $ac_status = 0; }; then :
5398 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5399 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5400 +# in a Makefile. We should not override ac_cv_exeext if it was cached,
5401 +# so that the user can short-circuit this test for compilers unknown to
5402 +# Autoconf.
5403 +for ac_file in $ac_files ''
5404 do
5405 test -f "$ac_file" || continue
5406 case $ac_file in
5407 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
5408 - ;;
5409 - conftest.$ac_ext )
5410 - # This is the source file.
5411 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5412 ;;
5413 [ab].out )
5414 # We found the default executable, but exeext='' is most
5415 # certainly right.
5416 break;;
5417 *.* )
5418 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5419 - # FIXME: I believe we export ac_cv_exeext for Libtool,
5420 - # but it would be cool to find out if it's true. Does anybody
5421 - # maintain Libtool? --akim.
5422 - export ac_cv_exeext
5423 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5424 + then :; else
5425 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5426 + fi
5427 + # We set ac_cv_exeext here because the later test for it is not
5428 + # safe: cross compilers may not add the suffix if given an `-o'
5429 + # argument, so we may need to know it at that point already.
5430 + # Even if this section looks crufty: it has the advantage of
5431 + # actually working.
5432 break;;
5433 * )
5434 break;;
5435 esac
5436 done
5437 -else
5438 - echo "$as_me: failed program was:" >&5
5439 -sed 's/^/| /' conftest.$ac_ext >&5
5440 +test "$ac_cv_exeext" = no && ac_cv_exeext=
5441
5442 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
5443 -See \`config.log' for more details." >&5
5444 -echo "$as_me: error: C compiler cannot create executables
5445 -See \`config.log' for more details." >&2;}
5446 - { (exit 77); exit 77; }; }
5447 +else
5448 + ac_file=''
5449 fi
5450 +if test -z "$ac_file"; then :
5451 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452 +$as_echo "no" >&6; }
5453 +$as_echo "$as_me: failed program was:" >&5
5454 +sed 's/^/| /' conftest.$ac_ext >&5
5455
5456 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5457 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5458 +as_fn_error 77 "C compiler cannot create executables
5459 +See \`config.log' for more details" "$LINENO" 5; }
5460 +else
5461 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5462 +$as_echo "yes" >&6; }
5463 +fi
5464 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5465 +$as_echo_n "checking for C compiler default output file name... " >&6; }
5466 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5467 +$as_echo "$ac_file" >&6; }
5468 ac_exeext=$ac_cv_exeext
5469 -echo "$as_me:$LINENO: result: $ac_file" >&5
5470 -echo "${ECHO_T}$ac_file" >&6
5471 -
5472 -# Check the compiler produces executables we can run. If not, either
5473 -# the compiler is broken, or we cross compile.
5474 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
5475 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
5476 -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
5477 -# If not cross compiling, check that we can run a simple program.
5478 -if test "$cross_compiling" != yes; then
5479 - if { ac_try='./$ac_file'
5480 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5481 - (eval $ac_try) 2>&5
5482 - ac_status=$?
5483 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5484 - (exit $ac_status); }; }; then
5485 - cross_compiling=no
5486 - else
5487 - if test "$cross_compiling" = maybe; then
5488 - cross_compiling=yes
5489 - else
5490 - { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
5491 -If you meant to cross compile, use \`--host'.
5492 -See \`config.log' for more details." >&5
5493 -echo "$as_me: error: cannot run C compiled programs.
5494 -If you meant to cross compile, use \`--host'.
5495 -See \`config.log' for more details." >&2;}
5496 - { (exit 1); exit 1; }; }
5497 - fi
5498 - fi
5499 -fi
5500 -echo "$as_me:$LINENO: result: yes" >&5
5501 -echo "${ECHO_T}yes" >&6
5502
5503 -rm -f a.out a.exe conftest$ac_cv_exeext b.out
5504 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5505 ac_clean_files=$ac_clean_files_save
5506 -# Check the compiler produces executables we can run. If not, either
5507 -# the compiler is broken, or we cross compile.
5508 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
5509 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
5510 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
5511 -echo "${ECHO_T}$cross_compiling" >&6
5512 -
5513 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
5514 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
5515 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5516 - (eval $ac_link) 2>&5
5517 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5518 +$as_echo_n "checking for suffix of executables... " >&6; }
5519 +if { { ac_try="$ac_link"
5520 +case "(($ac_try" in
5521 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5522 + *) ac_try_echo=$ac_try;;
5523 +esac
5524 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5525 +$as_echo "$ac_try_echo"; } >&5
5526 + (eval "$ac_link") 2>&5
5527 ac_status=$?
5528 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5529 - (exit $ac_status); }; then
5530 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5531 + test $ac_status = 0; }; then :
5532 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5533 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5534 # work properly (i.e., refer to `conftest.exe'), while it won't with
5535 @@ -2275,38 +2914,90 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
5536 for ac_file in conftest.exe conftest conftest.*; do
5537 test -f "$ac_file" || continue
5538 case $ac_file in
5539 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
5540 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5541 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5542 - export ac_cv_exeext
5543 break;;
5544 * ) break;;
5545 esac
5546 done
5547 else
5548 - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
5549 -See \`config.log' for more details." >&5
5550 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
5551 -See \`config.log' for more details." >&2;}
5552 - { (exit 1); exit 1; }; }
5553 -fi
5554 -
5555 -rm -f conftest$ac_cv_exeext
5556 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
5557 -echo "${ECHO_T}$ac_cv_exeext" >&6
5558 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5559 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5560 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
5561 +See \`config.log' for more details" "$LINENO" 5; }
5562 +fi
5563 +rm -f conftest conftest$ac_cv_exeext
5564 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5565 +$as_echo "$ac_cv_exeext" >&6; }
5566
5567 rm -f conftest.$ac_ext
5568 EXEEXT=$ac_cv_exeext
5569 ac_exeext=$EXEEXT
5570 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
5571 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
5572 -if test "${ac_cv_objext+set}" = set; then
5573 - echo $ECHO_N "(cached) $ECHO_C" >&6
5574 -else
5575 - cat >conftest.$ac_ext <<_ACEOF
5576 -/* confdefs.h. */
5577 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5578 +/* end confdefs.h. */
5579 +#include <stdio.h>
5580 +int
5581 +main ()
5582 +{
5583 +FILE *f = fopen ("conftest.out", "w");
5584 + return ferror (f) || fclose (f) != 0;
5585 +
5586 + ;
5587 + return 0;
5588 +}
5589 _ACEOF
5590 -cat confdefs.h >>conftest.$ac_ext
5591 -cat >>conftest.$ac_ext <<_ACEOF
5592 +ac_clean_files="$ac_clean_files conftest.out"
5593 +# Check that the compiler produces executables we can run. If not, either
5594 +# the compiler is broken, or we cross compile.
5595 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5596 +$as_echo_n "checking whether we are cross compiling... " >&6; }
5597 +if test "$cross_compiling" != yes; then
5598 + { { ac_try="$ac_link"
5599 +case "(($ac_try" in
5600 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5601 + *) ac_try_echo=$ac_try;;
5602 +esac
5603 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5604 +$as_echo "$ac_try_echo"; } >&5
5605 + (eval "$ac_link") 2>&5
5606 + ac_status=$?
5607 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5608 + test $ac_status = 0; }
5609 + if { ac_try='./conftest$ac_cv_exeext'
5610 + { { case "(($ac_try" in
5611 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5612 + *) ac_try_echo=$ac_try;;
5613 +esac
5614 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5615 +$as_echo "$ac_try_echo"; } >&5
5616 + (eval "$ac_try") 2>&5
5617 + ac_status=$?
5618 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5619 + test $ac_status = 0; }; }; then
5620 + cross_compiling=no
5621 + else
5622 + if test "$cross_compiling" = maybe; then
5623 + cross_compiling=yes
5624 + else
5625 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5626 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5627 +as_fn_error $? "cannot run C compiled programs.
5628 +If you meant to cross compile, use \`--host'.
5629 +See \`config.log' for more details" "$LINENO" 5; }
5630 + fi
5631 + fi
5632 +fi
5633 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5634 +$as_echo "$cross_compiling" >&6; }
5635 +
5636 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5637 +ac_clean_files=$ac_clean_files_save
5638 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5639 +$as_echo_n "checking for suffix of object files... " >&6; }
5640 +if ${ac_cv_objext+:} false; then :
5641 + $as_echo_n "(cached) " >&6
5642 +else
5643 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5644 /* end confdefs.h. */
5645
5646 int
5647 @@ -2318,45 +3009,46 @@ main ()
5648 }
5649 _ACEOF
5650 rm -f conftest.o conftest.obj
5651 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5652 - (eval $ac_compile) 2>&5
5653 +if { { ac_try="$ac_compile"
5654 +case "(($ac_try" in
5655 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5656 + *) ac_try_echo=$ac_try;;
5657 +esac
5658 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5659 +$as_echo "$ac_try_echo"; } >&5
5660 + (eval "$ac_compile") 2>&5
5661 ac_status=$?
5662 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663 - (exit $ac_status); }; then
5664 - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
5665 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5666 + test $ac_status = 0; }; then :
5667 + for ac_file in conftest.o conftest.obj conftest.*; do
5668 + test -f "$ac_file" || continue;
5669 case $ac_file in
5670 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
5671 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5672 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5673 break;;
5674 esac
5675 done
5676 else
5677 - echo "$as_me: failed program was:" >&5
5678 + $as_echo "$as_me: failed program was:" >&5
5679 sed 's/^/| /' conftest.$ac_ext >&5
5680
5681 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
5682 -See \`config.log' for more details." >&5
5683 -echo "$as_me: error: cannot compute suffix of object files: cannot compile
5684 -See \`config.log' for more details." >&2;}
5685 - { (exit 1); exit 1; }; }
5686 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5687 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5688 +as_fn_error $? "cannot compute suffix of object files: cannot compile
5689 +See \`config.log' for more details" "$LINENO" 5; }
5690 fi
5691 -
5692 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5693 fi
5694 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
5695 -echo "${ECHO_T}$ac_cv_objext" >&6
5696 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5697 +$as_echo "$ac_cv_objext" >&6; }
5698 OBJEXT=$ac_cv_objext
5699 ac_objext=$OBJEXT
5700 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5701 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5702 -if test "${ac_cv_c_compiler_gnu+set}" = set; then
5703 - echo $ECHO_N "(cached) $ECHO_C" >&6
5704 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5705 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5706 +if ${ac_cv_c_compiler_gnu+:} false; then :
5707 + $as_echo_n "(cached) " >&6
5708 else
5709 - cat >conftest.$ac_ext <<_ACEOF
5710 -/* confdefs.h. */
5711 -_ACEOF
5712 -cat confdefs.h >>conftest.$ac_ext
5713 -cat >>conftest.$ac_ext <<_ACEOF
5714 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5715 /* end confdefs.h. */
5716
5717 int
5718 @@ -2370,55 +3062,34 @@ main ()
5719 return 0;
5720 }
5721 _ACEOF
5722 -rm -f conftest.$ac_objext
5723 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5724 - (eval $ac_compile) 2>conftest.er1
5725 - ac_status=$?
5726 - grep -v '^ *+' conftest.er1 >conftest.err
5727 - rm -f conftest.er1
5728 - cat conftest.err >&5
5729 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5730 - (exit $ac_status); } &&
5731 - { ac_try='test -z "$ac_c_werror_flag"
5732 - || test ! -s conftest.err'
5733 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5734 - (eval $ac_try) 2>&5
5735 - ac_status=$?
5736 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5737 - (exit $ac_status); }; } &&
5738 - { ac_try='test -s conftest.$ac_objext'
5739 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5740 - (eval $ac_try) 2>&5
5741 - ac_status=$?
5742 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 - (exit $ac_status); }; }; then
5744 +if ac_fn_c_try_compile "$LINENO"; then :
5745 ac_compiler_gnu=yes
5746 else
5747 - echo "$as_me: failed program was:" >&5
5748 -sed 's/^/| /' conftest.$ac_ext >&5
5749 -
5750 -ac_compiler_gnu=no
5751 + ac_compiler_gnu=no
5752 fi
5753 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5754 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5755 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5756
5757 fi
5758 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5759 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5760 -GCC=`test $ac_compiler_gnu = yes && echo yes`
5761 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5762 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
5763 +if test $ac_compiler_gnu = yes; then
5764 + GCC=yes
5765 +else
5766 + GCC=
5767 +fi
5768 ac_test_CFLAGS=${CFLAGS+set}
5769 ac_save_CFLAGS=$CFLAGS
5770 -CFLAGS="-g"
5771 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5772 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5773 -if test "${ac_cv_prog_cc_g+set}" = set; then
5774 - echo $ECHO_N "(cached) $ECHO_C" >&6
5775 -else
5776 - cat >conftest.$ac_ext <<_ACEOF
5777 -/* confdefs.h. */
5778 -_ACEOF
5779 -cat confdefs.h >>conftest.$ac_ext
5780 -cat >>conftest.$ac_ext <<_ACEOF
5781 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5782 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
5783 +if ${ac_cv_prog_cc_g+:} false; then :
5784 + $as_echo_n "(cached) " >&6
5785 +else
5786 + ac_save_c_werror_flag=$ac_c_werror_flag
5787 + ac_c_werror_flag=yes
5788 + ac_cv_prog_cc_g=no
5789 + CFLAGS="-g"
5790 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5791 /* end confdefs.h. */
5792
5793 int
5794 @@ -2429,39 +3100,49 @@ main ()
5795 return 0;
5796 }
5797 _ACEOF
5798 -rm -f conftest.$ac_objext
5799 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5800 - (eval $ac_compile) 2>conftest.er1
5801 - ac_status=$?
5802 - grep -v '^ *+' conftest.er1 >conftest.err
5803 - rm -f conftest.er1
5804 - cat conftest.err >&5
5805 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5806 - (exit $ac_status); } &&
5807 - { ac_try='test -z "$ac_c_werror_flag"
5808 - || test ! -s conftest.err'
5809 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5810 - (eval $ac_try) 2>&5
5811 - ac_status=$?
5812 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813 - (exit $ac_status); }; } &&
5814 - { ac_try='test -s conftest.$ac_objext'
5815 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5816 - (eval $ac_try) 2>&5
5817 - ac_status=$?
5818 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5819 - (exit $ac_status); }; }; then
5820 +if ac_fn_c_try_compile "$LINENO"; then :
5821 ac_cv_prog_cc_g=yes
5822 else
5823 - echo "$as_me: failed program was:" >&5
5824 -sed 's/^/| /' conftest.$ac_ext >&5
5825 + CFLAGS=""
5826 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5827 +/* end confdefs.h. */
5828 +
5829 +int
5830 +main ()
5831 +{
5832 +
5833 + ;
5834 + return 0;
5835 +}
5836 +_ACEOF
5837 +if ac_fn_c_try_compile "$LINENO"; then :
5838
5839 -ac_cv_prog_cc_g=no
5840 +else
5841 + ac_c_werror_flag=$ac_save_c_werror_flag
5842 + CFLAGS="-g"
5843 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5844 +/* end confdefs.h. */
5845 +
5846 +int
5847 +main ()
5848 +{
5849 +
5850 + ;
5851 + return 0;
5852 +}
5853 +_ACEOF
5854 +if ac_fn_c_try_compile "$LINENO"; then :
5855 + ac_cv_prog_cc_g=yes
5856 fi
5857 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5858 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5859 fi
5860 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5861 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5862 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5863 +fi
5864 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5865 + ac_c_werror_flag=$ac_save_c_werror_flag
5866 +fi
5867 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5868 +$as_echo "$ac_cv_prog_cc_g" >&6; }
5869 if test "$ac_test_CFLAGS" = set; then
5870 CFLAGS=$ac_save_CFLAGS
5871 elif test $ac_cv_prog_cc_g = yes; then
5872 @@ -2477,18 +3158,14 @@ else
5873 CFLAGS=
5874 fi
5875 fi
5876 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5877 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5878 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
5879 - echo $ECHO_N "(cached) $ECHO_C" >&6
5880 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5881 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5882 +if ${ac_cv_prog_cc_c89+:} false; then :
5883 + $as_echo_n "(cached) " >&6
5884 else
5885 - ac_cv_prog_cc_stdc=no
5886 + ac_cv_prog_cc_c89=no
5887 ac_save_CC=$CC
5888 -cat >conftest.$ac_ext <<_ACEOF
5889 -/* confdefs.h. */
5890 -_ACEOF
5891 -cat confdefs.h >>conftest.$ac_ext
5892 -cat >>conftest.$ac_ext <<_ACEOF
5893 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5894 /* end confdefs.h. */
5895 #include <stdarg.h>
5896 #include <stdio.h>
5897 @@ -2516,12 +3193,17 @@ static char *f (char * (*g) (char **, in
5898 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5899 function prototypes and stuff, but not '\xHH' hex character constants.
5900 These don't provoke an error unfortunately, instead are silently treated
5901 - as 'x'. The following induces an error, until -std1 is added to get
5902 + as 'x'. The following induces an error, until -std is added to get
5903 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5904 array size at least. It's necessary to write '\x00'==0 to get something
5905 - that's true only with -std1. */
5906 + that's true only with -std. */
5907 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5908
5909 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5910 + inside strings and character constants. */
5911 +#define FOO(x) 'x'
5912 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5913 +
5914 int test (int i, double x);
5915 struct s1 {int (*f) (int a);};
5916 struct s2 {int (*f) (double a);};
5917 @@ -2536,205 +3218,37 @@ return f (e, argv, 0) != argv[0] || f
5918 return 0;
5919 }
5920 _ACEOF
5921 -# Don't try gcc -ansi; that turns off useful extensions and
5922 -# breaks some systems' header files.
5923 -# AIX -qlanglvl=ansi
5924 -# Ultrix and OSF/1 -std1
5925 -# HP-UX 10.20 and later -Ae
5926 -# HP-UX older versions -Aa -D_HPUX_SOURCE
5927 -# SVR4 -Xc -D__EXTENSIONS__
5928 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5929 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5930 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5931 do
5932 CC="$ac_save_CC $ac_arg"
5933 - rm -f conftest.$ac_objext
5934 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5935 - (eval $ac_compile) 2>conftest.er1
5936 - ac_status=$?
5937 - grep -v '^ *+' conftest.er1 >conftest.err
5938 - rm -f conftest.er1
5939 - cat conftest.err >&5
5940 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5941 - (exit $ac_status); } &&
5942 - { ac_try='test -z "$ac_c_werror_flag"
5943 - || test ! -s conftest.err'
5944 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5945 - (eval $ac_try) 2>&5
5946 - ac_status=$?
5947 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5948 - (exit $ac_status); }; } &&
5949 - { ac_try='test -s conftest.$ac_objext'
5950 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5951 - (eval $ac_try) 2>&5
5952 - ac_status=$?
5953 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 - (exit $ac_status); }; }; then
5955 - ac_cv_prog_cc_stdc=$ac_arg
5956 -break
5957 -else
5958 - echo "$as_me: failed program was:" >&5
5959 -sed 's/^/| /' conftest.$ac_ext >&5
5960 -
5961 + if ac_fn_c_try_compile "$LINENO"; then :
5962 + ac_cv_prog_cc_c89=$ac_arg
5963 fi
5964 -rm -f conftest.err conftest.$ac_objext
5965 +rm -f core conftest.err conftest.$ac_objext
5966 + test "x$ac_cv_prog_cc_c89" != "xno" && break
5967 done
5968 -rm -f conftest.$ac_ext conftest.$ac_objext
5969 +rm -f conftest.$ac_ext
5970 CC=$ac_save_CC
5971
5972 fi
5973 -
5974 -case "x$ac_cv_prog_cc_stdc" in
5975 - x|xno)
5976 - echo "$as_me:$LINENO: result: none needed" >&5
5977 -echo "${ECHO_T}none needed" >&6 ;;
5978 +# AC_CACHE_VAL
5979 +case "x$ac_cv_prog_cc_c89" in
5980 + x)
5981 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5982 +$as_echo "none needed" >&6; } ;;
5983 + xno)
5984 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5985 +$as_echo "unsupported" >&6; } ;;
5986 *)
5987 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5988 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5989 - CC="$CC $ac_cv_prog_cc_stdc" ;;
5990 + CC="$CC $ac_cv_prog_cc_c89"
5991 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5992 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5993 esac
5994 +if test "x$ac_cv_prog_cc_c89" != xno; then :
5995
5996 -# Some people use a C++ compiler to compile C. Since we use `exit',
5997 -# in C++ we need to declare it. In case someone uses the same compiler
5998 -# for both compiling C and C++ we need to have the C++ compiler decide
5999 -# the declaration of exit, since it's the most demanding environment.
6000 -cat >conftest.$ac_ext <<_ACEOF
6001 -#ifndef __cplusplus
6002 - choke me
6003 -#endif
6004 -_ACEOF
6005 -rm -f conftest.$ac_objext
6006 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6007 - (eval $ac_compile) 2>conftest.er1
6008 - ac_status=$?
6009 - grep -v '^ *+' conftest.er1 >conftest.err
6010 - rm -f conftest.er1
6011 - cat conftest.err >&5
6012 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013 - (exit $ac_status); } &&
6014 - { ac_try='test -z "$ac_c_werror_flag"
6015 - || test ! -s conftest.err'
6016 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6017 - (eval $ac_try) 2>&5
6018 - ac_status=$?
6019 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6020 - (exit $ac_status); }; } &&
6021 - { ac_try='test -s conftest.$ac_objext'
6022 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6023 - (eval $ac_try) 2>&5
6024 - ac_status=$?
6025 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6026 - (exit $ac_status); }; }; then
6027 - for ac_declaration in \
6028 - '' \
6029 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
6030 - 'extern "C" void std::exit (int); using std::exit;' \
6031 - 'extern "C" void exit (int) throw ();' \
6032 - 'extern "C" void exit (int);' \
6033 - 'void exit (int);'
6034 -do
6035 - cat >conftest.$ac_ext <<_ACEOF
6036 -/* confdefs.h. */
6037 -_ACEOF
6038 -cat confdefs.h >>conftest.$ac_ext
6039 -cat >>conftest.$ac_ext <<_ACEOF
6040 -/* end confdefs.h. */
6041 -$ac_declaration
6042 -#include <stdlib.h>
6043 -int
6044 -main ()
6045 -{
6046 -exit (42);
6047 - ;
6048 - return 0;
6049 -}
6050 -_ACEOF
6051 -rm -f conftest.$ac_objext
6052 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6053 - (eval $ac_compile) 2>conftest.er1
6054 - ac_status=$?
6055 - grep -v '^ *+' conftest.er1 >conftest.err
6056 - rm -f conftest.er1
6057 - cat conftest.err >&5
6058 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6059 - (exit $ac_status); } &&
6060 - { ac_try='test -z "$ac_c_werror_flag"
6061 - || test ! -s conftest.err'
6062 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6063 - (eval $ac_try) 2>&5
6064 - ac_status=$?
6065 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6066 - (exit $ac_status); }; } &&
6067 - { ac_try='test -s conftest.$ac_objext'
6068 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6069 - (eval $ac_try) 2>&5
6070 - ac_status=$?
6071 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6072 - (exit $ac_status); }; }; then
6073 - :
6074 -else
6075 - echo "$as_me: failed program was:" >&5
6076 -sed 's/^/| /' conftest.$ac_ext >&5
6077 -
6078 -continue
6079 -fi
6080 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6081 - cat >conftest.$ac_ext <<_ACEOF
6082 -/* confdefs.h. */
6083 -_ACEOF
6084 -cat confdefs.h >>conftest.$ac_ext
6085 -cat >>conftest.$ac_ext <<_ACEOF
6086 -/* end confdefs.h. */
6087 -$ac_declaration
6088 -int
6089 -main ()
6090 -{
6091 -exit (42);
6092 - ;
6093 - return 0;
6094 -}
6095 -_ACEOF
6096 -rm -f conftest.$ac_objext
6097 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6098 - (eval $ac_compile) 2>conftest.er1
6099 - ac_status=$?
6100 - grep -v '^ *+' conftest.er1 >conftest.err
6101 - rm -f conftest.er1
6102 - cat conftest.err >&5
6103 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 - (exit $ac_status); } &&
6105 - { ac_try='test -z "$ac_c_werror_flag"
6106 - || test ! -s conftest.err'
6107 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6108 - (eval $ac_try) 2>&5
6109 - ac_status=$?
6110 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6111 - (exit $ac_status); }; } &&
6112 - { ac_try='test -s conftest.$ac_objext'
6113 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6114 - (eval $ac_try) 2>&5
6115 - ac_status=$?
6116 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6117 - (exit $ac_status); }; }; then
6118 - break
6119 -else
6120 - echo "$as_me: failed program was:" >&5
6121 -sed 's/^/| /' conftest.$ac_ext >&5
6122 -
6123 -fi
6124 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6125 -done
6126 -rm -f conftest*
6127 -if test -n "$ac_declaration"; then
6128 - echo '#ifdef __cplusplus' >>confdefs.h
6129 - echo $ac_declaration >>confdefs.h
6130 - echo '#endif' >>confdefs.h
6131 fi
6132
6133 -else
6134 - echo "$as_me: failed program was:" >&5
6135 -sed 's/^/| /' conftest.$ac_ext >&5
6136 -
6137 -fi
6138 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6139 ac_ext=c
6140 ac_cpp='$CPP $CPPFLAGS'
6141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6142 @@ -2742,60 +3256,58 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
6143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6144 DEPDIR="${am__leading_dot}deps"
6145
6146 - ac_config_commands="$ac_config_commands depfiles"
6147 +ac_config_commands="$ac_config_commands depfiles"
6148
6149
6150 am_make=${MAKE-make}
6151 cat > confinc << 'END'
6152 am__doit:
6153 - @echo done
6154 + @echo this is the am__doit target
6155 .PHONY: am__doit
6156 END
6157 # If we don't find an include directive, just comment out the code.
6158 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
6159 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
6160 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
6161 +$as_echo_n "checking for style of include used by $am_make... " >&6; }
6162 am__include="#"
6163 am__quote=
6164 _am_result=none
6165 # First try GNU make style include.
6166 echo "include confinc" > confmf
6167 -# We grep out `Entering directory' and `Leaving directory'
6168 -# messages which can occur if `w' ends up in MAKEFLAGS.
6169 -# In particular we don't look at `^make:' because GNU make might
6170 -# be invoked under some other name (usually "gmake"), in which
6171 -# case it prints its new name instead of `make'.
6172 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6173 - am__include=include
6174 - am__quote=
6175 - _am_result=GNU
6176 -fi
6177 +# Ignore all kinds of additional output from `make'.
6178 +case `$am_make -s -f confmf 2> /dev/null` in #(
6179 +*the\ am__doit\ target*)
6180 + am__include=include
6181 + am__quote=
6182 + _am_result=GNU
6183 + ;;
6184 +esac
6185 # Now try BSD make style include.
6186 if test "$am__include" = "#"; then
6187 echo '.include "confinc"' > confmf
6188 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6189 - am__include=.include
6190 - am__quote="\""
6191 - _am_result=BSD
6192 - fi
6193 + case `$am_make -s -f confmf 2> /dev/null` in #(
6194 + *the\ am__doit\ target*)
6195 + am__include=.include
6196 + am__quote="\""
6197 + _am_result=BSD
6198 + ;;
6199 + esac
6200 fi
6201
6202
6203 -echo "$as_me:$LINENO: result: $_am_result" >&5
6204 -echo "${ECHO_T}$_am_result" >&6
6205 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
6206 +$as_echo "$_am_result" >&6; }
6207 rm -f confinc confmf
6208
6209 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
6210 -if test "${enable_dependency_tracking+set}" = set; then
6211 - enableval="$enable_dependency_tracking"
6212 +# Check whether --enable-dependency-tracking was given.
6213 +if test "${enable_dependency_tracking+set}" = set; then :
6214 + enableval=$enable_dependency_tracking;
6215 +fi
6216
6217 -fi;
6218 if test "x$enable_dependency_tracking" != xno; then
6219 am_depcomp="$ac_aux_dir/depcomp"
6220 AMDEPBACKSLASH='\'
6221 fi
6222 -
6223 -
6224 -if test "x$enable_dependency_tracking" != xno; then
6225 + if test "x$enable_dependency_tracking" != xno; then
6226 AMDEP_TRUE=
6227 AMDEP_FALSE='#'
6228 else
6229 @@ -2805,13 +3317,12 @@ fi
6230
6231
6232
6233 -
6234 depcc="$CC" am_compiler_list=
6235
6236 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6237 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
6238 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
6239 - echo $ECHO_N "(cached) $ECHO_C" >&6
6240 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6241 +$as_echo_n "checking dependency style of $depcc... " >&6; }
6242 +if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6243 + $as_echo_n "(cached) " >&6
6244 else
6245 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6246 # We make a subdir and do the tests there. Otherwise we can end up
6247 @@ -2836,6 +3347,11 @@ else
6248 if test "$am_compiler_list" = ""; then
6249 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6250 fi
6251 + am__universal=false
6252 + case " $depcc " in #(
6253 + *\ -arch\ *\ -arch\ *) am__universal=true ;;
6254 + esac
6255 +
6256 for depmode in $am_compiler_list; do
6257 # Setup a source with many dependencies, because some compilers
6258 # like to wrap large dependency lists on column 80 (with \), and
6259 @@ -2853,7 +3369,17 @@ else
6260 done
6261 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6262
6263 + # We check with `-c' and `-o' for the sake of the "dashmstdout"
6264 + # mode. It turns out that the SunPro C++ compiler does not properly
6265 + # handle `-M -o', and we need to detect this. Also, some Intel
6266 + # versions had trouble with output in subdirs
6267 + am__obj=sub/conftest.${OBJEXT-o}
6268 + am__minus_obj="-o $am__obj"
6269 case $depmode in
6270 + gcc)
6271 + # This depmode causes a compiler race in universal mode.
6272 + test "$am__universal" = false || continue
6273 + ;;
6274 nosideeffect)
6275 # after this tag, mechanisms are not by side-effect, so they'll
6276 # only be used when explicitly requested
6277 @@ -2863,18 +3389,23 @@ else
6278 break
6279 fi
6280 ;;
6281 + msvisualcpp | msvcmsys)
6282 + # This compiler won't grok `-c -o', but also, the minuso test has
6283 + # not run yet. These depmodes are late enough in the game, and
6284 + # so weak that their functioning should not be impacted.
6285 + am__obj=conftest.${OBJEXT-o}
6286 + am__minus_obj=
6287 + ;;
6288 none) break ;;
6289 esac
6290 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
6291 - # mode. It turns out that the SunPro C++ compiler does not properly
6292 - # handle `-M -o', and we need to detect this.
6293 if depmode=$depmode \
6294 - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6295 + source=sub/conftest.c object=$am__obj \
6296 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6297 - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6298 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6299 >/dev/null 2>conftest.err &&
6300 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6301 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6302 - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6303 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6304 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6305 # icc doesn't choke on unknown options, it will just issue warnings
6306 # or remarks (even with -Werror). So we grep stderr for any message
6307 @@ -2898,13 +3429,11 @@ else
6308 fi
6309
6310 fi
6311 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
6312 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
6313 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6314 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6315 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6316
6317 -
6318 -
6319 -if
6320 + if
6321 test "x$enable_dependency_tracking" != xno \
6322 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
6323 am__fastdepCC_TRUE=
6324 @@ -2916,22 +3445,18 @@ fi
6325
6326
6327 if test "x$CC" != xcc; then
6328 - echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
6329 -echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
6330 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
6331 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
6332 else
6333 - echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
6334 -echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
6335 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
6336 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
6337 fi
6338 -set dummy $CC; ac_cc=`echo $2 |
6339 +set dummy $CC; ac_cc=`$as_echo "$2" |
6340 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6341 -if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
6342 - echo $ECHO_N "(cached) $ECHO_C" >&6
6343 +if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
6344 + $as_echo_n "(cached) " >&6
6345 else
6346 - cat >conftest.$ac_ext <<_ACEOF
6347 -/* confdefs.h. */
6348 -_ACEOF
6349 -cat confdefs.h >>conftest.$ac_ext
6350 -cat >>conftest.$ac_ext <<_ACEOF
6351 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6352 /* end confdefs.h. */
6353
6354 int
6355 @@ -2945,38 +3470,65 @@ _ACEOF
6356 # Make sure it works both with $CC and with simple cc.
6357 # We do the test twice because some compilers refuse to overwrite an
6358 # existing .o file with -o, though they will create one.
6359 -ac_try='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6360 -if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6361 - (eval $ac_try) 2>&5
6362 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
6363 +rm -f conftest2.*
6364 +if { { case "(($ac_try" in
6365 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6366 + *) ac_try_echo=$ac_try;;
6367 +esac
6368 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6369 +$as_echo "$ac_try_echo"; } >&5
6370 + (eval "$ac_try") 2>&5
6371 ac_status=$?
6372 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6373 - (exit $ac_status); } &&
6374 - test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6375 - (eval $ac_try) 2>&5
6376 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6377 + test $ac_status = 0; } &&
6378 + test -f conftest2.$ac_objext && { { case "(($ac_try" in
6379 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6380 + *) ac_try_echo=$ac_try;;
6381 +esac
6382 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6383 +$as_echo "$ac_try_echo"; } >&5
6384 + (eval "$ac_try") 2>&5
6385 ac_status=$?
6386 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6387 - (exit $ac_status); };
6388 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6389 + test $ac_status = 0; };
6390 then
6391 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
6392 if test "x$CC" != xcc; then
6393 # Test first that cc exists at all.
6394 if { ac_try='cc -c conftest.$ac_ext >&5'
6395 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6396 - (eval $ac_try) 2>&5
6397 + { { case "(($ac_try" in
6398 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6399 + *) ac_try_echo=$ac_try;;
6400 +esac
6401 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6402 +$as_echo "$ac_try_echo"; } >&5
6403 + (eval "$ac_try") 2>&5
6404 ac_status=$?
6405 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6406 - (exit $ac_status); }; }; then
6407 - ac_try='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6408 - if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6409 - (eval $ac_try) 2>&5
6410 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6411 + test $ac_status = 0; }; }; then
6412 + ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
6413 + rm -f conftest2.*
6414 + if { { case "(($ac_try" in
6415 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6416 + *) ac_try_echo=$ac_try;;
6417 +esac
6418 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6419 +$as_echo "$ac_try_echo"; } >&5
6420 + (eval "$ac_try") 2>&5
6421 ac_status=$?
6422 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6423 - (exit $ac_status); } &&
6424 - test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6425 - (eval $ac_try) 2>&5
6426 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6427 + test $ac_status = 0; } &&
6428 + test -f conftest2.$ac_objext && { { case "(($ac_try" in
6429 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6430 + *) ac_try_echo=$ac_try;;
6431 +esac
6432 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6433 +$as_echo "$ac_try_echo"; } >&5
6434 + (eval "$ac_try") 2>&5
6435 ac_status=$?
6436 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6437 - (exit $ac_status); };
6438 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6439 + test $ac_status = 0; };
6440 then
6441 # cc works too.
6442 :
6443 @@ -2989,27 +3541,26 @@ then
6444 else
6445 eval ac_cv_prog_cc_${ac_cc}_c_o=no
6446 fi
6447 -rm -f conftest*
6448 +rm -f core conftest*
6449
6450 fi
6451 -if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
6452 - echo "$as_me:$LINENO: result: yes" >&5
6453 -echo "${ECHO_T}yes" >&6
6454 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
6455 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6456 +$as_echo "yes" >&6; }
6457 else
6458 - echo "$as_me:$LINENO: result: no" >&5
6459 -echo "${ECHO_T}no" >&6
6460 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6461 +$as_echo "no" >&6; }
6462
6463 -cat >>confdefs.h <<\_ACEOF
6464 -#define NO_MINUS_C_MINUS_O 1
6465 -_ACEOF
6466 +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
6467
6468 fi
6469
6470 # FIXME: we rely on the cache variable name because
6471 # there is no other way.
6472 set dummy $CC
6473 -ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6474 -if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6475 +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6476 +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
6477 +if test "$am_t" != yes; then
6478 # Losing compiler, so override with the script.
6479 # FIXME: It is wrong to rewrite CC.
6480 # But if we don't then we get into trouble of one sort or another.
6481 @@ -3025,15 +3576,12 @@ fi
6482
6483
6484
6485 -
6486 cat >>confdefs.h <<_ACEOF
6487 #define VMMC_CONFIGURE_STR "$ac_configure_args"
6488 _ACEOF
6489
6490
6491 -
6492 -
6493 -if false; then
6494 + if false; then
6495 KERNEL_2_6_TRUE=
6496 KERNEL_2_6_FALSE='#'
6497 else
6498 @@ -3041,13 +3589,10 @@ else
6499 KERNEL_2_6_FALSE=
6500 fi
6501
6502 -# Check whether --enable-linux-26 or --disable-linux-26 was given.
6503 -if test "${enable_linux_26+set}" = set; then
6504 - enableval="$enable_linux_26"
6505 -
6506 -
6507 -
6508 -if true; then
6509 +# Check whether --enable-linux-26 was given.
6510 +if test "${enable_linux_26+set}" = set; then :
6511 + enableval=$enable_linux_26;
6512 + if true; then
6513 KERNEL_2_6_TRUE=
6514 KERNEL_2_6_FALSE='#'
6515 else
6516 @@ -3068,51 +3613,43 @@ fi
6517 KERNEL_ARCH=$ARCH
6518
6519 else
6520 - { { echo "$as_me:$LINENO: error: Kernel architecture not set!" >&5
6521 -echo "$as_me: error: Kernel architecture not set!" >&2;}
6522 - { (exit 1); exit 1; }; }
6523 + as_fn_error $? "Kernel architecture not set!" "$LINENO" 5
6524 fi
6525 # if test "`echo $0|cut -c1`" = "/" ; then
6526 # AC_MSG_ERROR([Due to a kbuild problem, please call configure with a relative path.])
6527 # fi
6528 - echo "$as_me:$LINENO: result: enable Linux 2.6 kernel build system" >&5
6529 -echo "${ECHO_T}enable Linux 2.6 kernel build system" >&6
6530 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Linux 2.6 kernel build system" >&5
6531 +$as_echo "enable Linux 2.6 kernel build system" >&6; }
6532
6533 -cat >>confdefs.h <<\_ACEOF
6534 -#define LINUX_2_6 1
6535 -_ACEOF
6536 +$as_echo "#define LINUX_2_6 1" >>confdefs.h
6537
6538
6539
6540 -fi;
6541 +fi
6542
6543 -# Check whether --enable-kernelincl or --disable-kernelincl was given.
6544 -if test "${enable_kernelincl+set}" = set; then
6545 - enableval="$enable_kernelincl"
6546
6547 +# Check whether --enable-kernelincl was given.
6548 +if test "${enable_kernelincl+set}" = set; then :
6549 + enableval=$enable_kernelincl;
6550 if test -r $enableval/linux/kernel.h; then
6551 KERNEL_INCL_PATH=$enableval
6552
6553 else
6554 - { { echo "$as_me:$LINENO: error: The kernel include directory is not valid!" >&5
6555 -echo "$as_me: error: The kernel include directory is not valid!" >&2;}
6556 - { (exit 1); exit 1; }; }
6557 + as_fn_error $? "The kernel include directory is not valid!" "$LINENO" 5
6558 fi
6559
6560
6561 -fi;
6562 +fi
6563
6564 -# Check whether --enable-kernelbuild or --disable-kernelbuild was given.
6565 -if test "${enable_kernelbuild+set}" = set; then
6566 - enableval="$enable_kernelbuild"
6567
6568 - if test -r $enableval/include/linux/autoconf.h; then
6569 +# Check whether --enable-kernelbuild was given.
6570 +if test "${enable_kernelbuild+set}" = set; then :
6571 + enableval=$enable_kernelbuild;
6572 + if test -e $enableval/include/linux/autoconf.h -o -e $enableval/include/generated/autoconf.h; then
6573 KERNEL_BUILD_PATH=$enableval
6574
6575 else
6576 - { { echo "$as_me:$LINENO: error: The kernel build directory is not valid or not configured!" >&5
6577 -echo "$as_me: error: The kernel build directory is not valid or not configured!" >&2;}
6578 - { (exit 1); exit 1; }; }
6579 + as_fn_error $? "The kernel build directory is not valid or not configured!" "$LINENO" 5
6580 fi
6581
6582 else
6583 @@ -3124,62 +3661,52 @@ else
6584 fi
6585
6586
6587 -fi;
6588 +fi
6589
6590
6591 -# Check whether --with-ifxos-incl or --without-ifxos-incl was given.
6592 -if test "${with_ifxos_incl+set}" = set; then
6593 - withval="$with_ifxos_incl"
6594
6595 +# Check whether --with-ifxos-incl was given.
6596 +if test "${with_ifxos_incl+set}" = set; then :
6597 + withval=$with_ifxos_incl;
6598 if test -r $withval/ifx_types.h; then
6599 IFXOS_INCL_PATH=$withval
6600
6601 else
6602 - { { echo "$as_me:$LINENO: error: The lib_ifxos include directory is not valid!" >&5
6603 -echo "$as_me: error: The lib_ifxos include directory is not valid!" >&2;}
6604 - { (exit 1); exit 1; }; }
6605 + as_fn_error $? "The lib_ifxos include directory is not valid!" "$LINENO" 5
6606 fi
6607
6608 else
6609
6610 - # Check whether --enable-ifxos-incl or --disable-ifxos-incl was given.
6611 -if test "${enable_ifxos_incl+set}" = set; then
6612 - enableval="$enable_ifxos_incl"
6613 -
6614 + # Check whether --enable-ifxos-incl was given.
6615 +if test "${enable_ifxos_incl+set}" = set; then :
6616 + enableval=$enable_ifxos_incl;
6617 if test -r $enableval/ifx_types.h; then
6618 IFXOS_INCL_PATH=$enableval
6619
6620 else
6621 - { { echo "$as_me:$LINENO: error: The lib_ifxos include directory is not valid!" >&5
6622 -echo "$as_me: error: The lib_ifxos include directory is not valid!" >&2;}
6623 - { (exit 1); exit 1; }; }
6624 + as_fn_error $? "The lib_ifxos include directory is not valid!" "$LINENO" 5
6625 fi
6626
6627 else
6628
6629 - { { echo "$as_me:$LINENO: error: Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" >&5
6630 -echo "$as_me: error: Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" >&2;}
6631 - { (exit 1); exit 1; }; }
6632 + as_fn_error $? "Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" "$LINENO" 5
6633
6634
6635 -fi;
6636 -
6637 +fi
6638
6639 -fi;
6640
6641 -# Check whether --enable-obsolete-premapping or --disable-obsolete-premapping was given.
6642 -if test "${enable_obsolete_premapping+set}" = set; then
6643 - enableval="$enable_obsolete_premapping"
6644
6645 - if test $enableval = 'yes'; then
6646 +fi
6647
6648 -cat >>confdefs.h <<\_ACEOF
6649 -#define ENABLE_OBSOLETE_PREMAPPING 1
6650 -_ACEOF
6651
6652 +# Check whether --enable-obsolete-premapping was given.
6653 +if test "${enable_obsolete_premapping+set}" = set; then :
6654 + enableval=$enable_obsolete_premapping;
6655 + if test $enableval = 'yes'; then
6656
6657 +$as_echo "#define ENABLE_OBSOLETE_PREMAPPING 1" >>confdefs.h
6658
6659 -if true; then
6660 + if true; then
6661 ENABLE_OBSOLETE_PREMAPPING_TRUE=
6662 ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6663 else
6664 @@ -3187,12 +3714,10 @@ else
6665 ENABLE_OBSOLETE_PREMAPPING_FALSE=
6666 fi
6667
6668 - echo "$as_me:$LINENO: result: enable obsolete data channel premapping" >&5
6669 -echo "${ECHO_T}enable obsolete data channel premapping" >&6
6670 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable obsolete data channel premapping" >&5
6671 +$as_echo "enable obsolete data channel premapping" >&6; }
6672 else
6673 -
6674 -
6675 -if false; then
6676 + if false; then
6677 ENABLE_OBSOLETE_PREMAPPING_TRUE=
6678 ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6679 else
6680 @@ -3204,9 +3729,7 @@ fi
6681
6682 else
6683
6684 -
6685 -
6686 -if false; then
6687 + if false; then
6688 ENABLE_OBSOLETE_PREMAPPING_TRUE=
6689 ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6690 else
6691 @@ -3216,12 +3739,11 @@ fi
6692
6693
6694
6695 -fi;
6696 -
6697 +fi
6698
6699
6700
6701 -if false; then
6702 + if false; then
6703 WARNINGS_TRUE=
6704 WARNINGS_FALSE='#'
6705 else
6706 @@ -3229,13 +3751,10 @@ else
6707 WARNINGS_FALSE=
6708 fi
6709
6710 -# Check whether --enable-warnings or --disable-warnings was given.
6711 -if test "${enable_warnings+set}" = set; then
6712 - enableval="$enable_warnings"
6713 -
6714 -
6715 -
6716 -if true; then
6717 +# Check whether --enable-warnings was given.
6718 +if test "${enable_warnings+set}" = set; then :
6719 + enableval=$enable_warnings;
6720 + if true; then
6721 WARNINGS_TRUE=
6722 WARNINGS_FALSE='#'
6723 else
6724 @@ -3245,22 +3764,18 @@ fi
6725
6726
6727
6728 -fi;
6729 +fi
6730
6731
6732 -# Check whether --enable-debug or --disable-debug was given.
6733 -if test "${enable_debug+set}" = set; then
6734 - enableval="$enable_debug"
6735
6736 +# Check whether --enable-debug was given.
6737 +if test "${enable_debug+set}" = set; then :
6738 + enableval=$enable_debug;
6739 if test $enableval = 'yes'; then
6740
6741 -cat >>confdefs.h <<\_ACEOF
6742 -#define DEBUG 1
6743 -_ACEOF
6744 -
6745 +$as_echo "#define DEBUG 1" >>confdefs.h
6746
6747 -
6748 -if true; then
6749 + if true; then
6750 DEBUG_TRUE=
6751 DEBUG_FALSE='#'
6752 else
6753 @@ -3270,9 +3785,7 @@ fi
6754
6755 CFLAGS="-O1 -g3"
6756 else
6757 -
6758 -
6759 -if false; then
6760 + if false; then
6761 DEBUG_TRUE=
6762 DEBUG_FALSE='#'
6763 else
6764 @@ -3284,9 +3797,7 @@ fi
6765
6766 else
6767
6768 -
6769 -
6770 -if false; then
6771 + if false; then
6772 DEBUG_TRUE=
6773 DEBUG_FALSE='#'
6774 else
6775 @@ -3296,53 +3807,46 @@ fi
6776
6777
6778
6779 -fi;
6780 +fi
6781
6782 -# Check whether --enable-proc or --disable-proc was given.
6783 -if test "${enable_proc+set}" = set; then
6784 - enableval="$enable_proc"
6785
6786 +# Check whether --enable-proc was given.
6787 +if test "${enable_proc+set}" = set; then :
6788 + enableval=$enable_proc;
6789 if test $enableval = 'yes'; then
6790 - echo "$as_me:$LINENO: result: enable use of proc filesystem entries (Linux only)" >&5
6791 -echo "${ECHO_T}enable use of proc filesystem entries (Linux only)" >&6
6792 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable use of proc filesystem entries (Linux only)" >&5
6793 +$as_echo "enable use of proc filesystem entries (Linux only)" >&6; }
6794
6795 -cat >>confdefs.h <<\_ACEOF
6796 -#define VMMC_USE_PROC 1
6797 -_ACEOF
6798 +$as_echo "#define VMMC_USE_PROC 1" >>confdefs.h
6799
6800 fi
6801
6802 else
6803
6804 - echo "$as_me:$LINENO: result: enable use of proc filesystem entries (Linux only)" >&5
6805 -echo "${ECHO_T}enable use of proc filesystem entries (Linux only)" >&6
6806 -
6807 -cat >>confdefs.h <<\_ACEOF
6808 -#define VMMC_USE_PROC 1
6809 -_ACEOF
6810 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable use of proc filesystem entries (Linux only)" >&5
6811 +$as_echo "enable use of proc filesystem entries (Linux only)" >&6; }
6812
6813 +$as_echo "#define VMMC_USE_PROC 1" >>confdefs.h
6814
6815
6816 -fi;
6817
6818 -# Check whether --enable-user-config or --disable-user-config was given.
6819 -if test "${enable_user_config+set}" = set; then
6820 - enableval="$enable_user_config"
6821 +fi
6822
6823 - echo "$as_me:$LINENO: result: enable user configuration" >&5
6824 -echo "${ECHO_T}enable user configuration" >&6
6825
6826 -cat >>confdefs.h <<\_ACEOF
6827 -#define ENABLE_USER_CONFIG 1
6828 -_ACEOF
6829 +# Check whether --enable-user-config was given.
6830 +if test "${enable_user_config+set}" = set; then :
6831 + enableval=$enable_user_config;
6832 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable user configuration" >&5
6833 +$as_echo "enable user configuration" >&6; }
6834
6835 +$as_echo "#define ENABLE_USER_CONFIG 1" >>confdefs.h
6836
6837
6838 -fi;
6839
6840 +fi
6841
6842
6843 -if false; then
6844 + if false; then
6845 HL_TAPI_INCL_PATH_SET_TRUE=
6846 HL_TAPI_INCL_PATH_SET_FALSE='#'
6847 else
6848 @@ -3350,22 +3854,19 @@ else
6849 HL_TAPI_INCL_PATH_SET_FALSE=
6850 fi
6851
6852 -# Check whether --enable-tapiincl or --disable-tapiincl was given.
6853 -if test "${enable_tapiincl+set}" = set; then
6854 - enableval="$enable_tapiincl"
6855 -
6856 +# Check whether --enable-tapiincl was given.
6857 +if test "${enable_tapiincl+set}" = set; then :
6858 + enableval=$enable_tapiincl;
6859 if test -n $enableval; then
6860 # create an absolute path to be valid also from within the build dir
6861 if test "`echo $enableval|cut -c1`" != "/" ; then
6862 enableval=`echo $PWD/$enableval`
6863 fi
6864 - echo "$as_me:$LINENO: result: enable including of TAPI headers from $enableval" >&5
6865 -echo "${ECHO_T}enable including of TAPI headers from $enableval" >&6
6866 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable including of TAPI headers from $enableval" >&5
6867 +$as_echo "enable including of TAPI headers from $enableval" >&6; }
6868 HL_TAPI_INCL_PATH=$enableval
6869
6870 -
6871 -
6872 -if true; then
6873 + if true; then
6874 HL_TAPI_INCL_PATH_SET_TRUE=
6875 HL_TAPI_INCL_PATH_SET_FALSE='#'
6876 else
6877 @@ -3377,15 +3878,14 @@ fi
6878
6879 else
6880
6881 - echo "$as_me:$LINENO: result: assuming default TAPI include path. Change with --enable-tapiincl=path" >&5
6882 -echo "${ECHO_T}assuming default TAPI include path. Change with --enable-tapiincl=path" >&6
6883 -
6884 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming default TAPI include path. Change with --enable-tapiincl=path" >&5
6885 +$as_echo "assuming default TAPI include path. Change with --enable-tapiincl=path" >&6; }
6886
6887 -fi;
6888
6889 +fi
6890
6891
6892 -if false; then
6893 + if false; then
6894 MPS_INCL_PATH_SET_TRUE=
6895 MPS_INCL_PATH_SET_FALSE='#'
6896 else
6897 @@ -3393,22 +3893,19 @@ else
6898 MPS_INCL_PATH_SET_FALSE=
6899 fi
6900
6901 -# Check whether --enable-mpsincl or --disable-mpsincl was given.
6902 -if test "${enable_mpsincl+set}" = set; then
6903 - enableval="$enable_mpsincl"
6904 -
6905 +# Check whether --enable-mpsincl was given.
6906 +if test "${enable_mpsincl+set}" = set; then :
6907 + enableval=$enable_mpsincl;
6908 if test -n $enableval; then
6909 # create an absolute path to be valid also from within the build dir
6910 if test "`echo $enableval|cut -c1`" != "/" ; then
6911 enableval=`echo $PWD/$enableval`
6912 fi
6913 - echo "$as_me:$LINENO: result: enable including of MPS headers from $enableval" >&5
6914 -echo "${ECHO_T}enable including of MPS headers from $enableval" >&6
6915 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable including of MPS headers from $enableval" >&5
6916 +$as_echo "enable including of MPS headers from $enableval" >&6; }
6917 MPS_INCL_PATH=$enableval
6918
6919 -
6920 -
6921 -if true; then
6922 + if true; then
6923 MPS_INCL_PATH_SET_TRUE=
6924 MPS_INCL_PATH_SET_FALSE='#'
6925 else
6926 @@ -3420,43 +3917,40 @@ fi
6927
6928 else
6929
6930 - echo "$as_me:$LINENO: result: assuming default MPS include path. Change with --enable-mpsincl=path" >&5
6931 -echo "${ECHO_T}assuming default MPS include path. Change with --enable-mpsincl=path" >&6
6932 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming default MPS include path. Change with --enable-mpsincl=path" >&5
6933 +$as_echo "assuming default MPS include path. Change with --enable-mpsincl=path" >&6; }
6934
6935
6936 -fi;
6937 +fi
6938
6939 -MAX_DEVICES=1
6940
6941 -# Check whether --with-max-devices or --without-max-devices was given.
6942 -if test "${with_max_devices+set}" = set; then
6943 - withval="$with_max_devices"
6944 +MAX_DEVICES=1
6945
6946 +# Check whether --with-max-devices was given.
6947 +if test "${with_max_devices+set}" = set; then :
6948 + withval=$with_max_devices;
6949 if test "$withval" = yes; then
6950 - { { echo "$as_me:$LINENO: error: Please provide a value for the maximum devices" >&5
6951 -echo "$as_me: error: Please provide a value for the maximum devices" >&2;}
6952 - { (exit 1); exit 1; }; };
6953 + as_fn_error $? "Please provide a value for the maximum devices" "$LINENO" 5;
6954 fi
6955 - echo "$as_me:$LINENO: result: enable support for $withval device(s)" >&5
6956 -echo "${ECHO_T}enable support for $withval device(s)" >&6
6957 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable support for $withval device(s)" >&5
6958 +$as_echo "enable support for $withval device(s)" >&6; }
6959 MAX_DEVICES=$withval
6960
6961 else
6962
6963 - echo "$as_me:$LINENO: result: enable support for 1 device (default), set max devices with --with-max-devices=val" >&5
6964 -echo "${ECHO_T}enable support for 1 device (default), set max devices with --with-max-devices=val" >&6
6965 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable support for 1 device (default), set max devices with --with-max-devices=val" >&5
6966 +$as_echo "enable support for 1 device (default), set max devices with --with-max-devices=val" >&6; }
6967 +
6968
6969 +fi
6970
6971 -fi;
6972
6973 cat >>confdefs.h <<_ACEOF
6974 #define VMMC_MAX_DEVICES $MAX_DEVICES
6975 _ACEOF
6976
6977
6978 -
6979 -
6980 -if false; then
6981 + if false; then
6982 EVALUATION_TRUE=
6983 EVALUATION_FALSE='#'
6984 else
6985 @@ -3464,21 +3958,16 @@ else
6986 EVALUATION_FALSE=
6987 fi
6988
6989 -# Check whether --enable-eval or --disable-eval was given.
6990 -if test "${enable_eval+set}" = set; then
6991 - enableval="$enable_eval"
6992 -
6993 +# Check whether --enable-eval was given.
6994 +if test "${enable_eval+set}" = set; then :
6995 + enableval=$enable_eval;
6996 if test $enableval = 'yes'; then
6997 - echo "$as_me:$LINENO: result: enable evaluation features." >&5
6998 -echo "${ECHO_T}enable evaluation features." >&6
6999 -
7000 -cat >>confdefs.h <<\_ACEOF
7001 -#define EVALUATION 1
7002 -_ACEOF
7003 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable evaluation features." >&5
7004 +$as_echo "enable evaluation features." >&6; }
7005
7006 +$as_echo "#define EVALUATION 1" >>confdefs.h
7007
7008 -
7009 -if true; then
7010 + if true; then
7011 EVALUATION_TRUE=
7012 EVALUATION_FALSE='#'
7013 else
7014 @@ -3487,58 +3976,48 @@ else
7015 fi
7016
7017 else
7018 - echo "$as_me:$LINENO: result: disable evaluation features" >&5
7019 -echo "${ECHO_T}disable evaluation features" >&6
7020 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable evaluation features" >&5
7021 +$as_echo "disable evaluation features" >&6; }
7022 fi
7023
7024
7025 -fi;
7026 +fi
7027
7028 -# Check whether --enable-trace or --disable-trace was given.
7029 -if test "${enable_trace+set}" = set; then
7030 - enableval="$enable_trace"
7031
7032 +# Check whether --enable-trace was given.
7033 +if test "${enable_trace+set}" = set; then :
7034 + enableval=$enable_trace;
7035 if test $enableval = 'yes'; then
7036 - echo "$as_me:$LINENO: result: enable runtime traces" >&5
7037 -echo "${ECHO_T}enable runtime traces" >&6
7038 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable runtime traces" >&5
7039 +$as_echo "enable runtime traces" >&6; }
7040
7041 -cat >>confdefs.h <<\_ACEOF
7042 -#define ENABLE_TRACE 1
7043 -_ACEOF
7044 +$as_echo "#define ENABLE_TRACE 1" >>confdefs.h
7045
7046
7047 -cat >>confdefs.h <<\_ACEOF
7048 -#define ENABLE_LOG 1
7049 -_ACEOF
7050 +$as_echo "#define ENABLE_LOG 1" >>confdefs.h
7051
7052
7053 -cat >>confdefs.h <<\_ACEOF
7054 -#define RUNTIME_TRACE 1
7055 -_ACEOF
7056 +$as_echo "#define RUNTIME_TRACE 1" >>confdefs.h
7057
7058 else
7059 - echo "$as_me:$LINENO: result: disable runtime traces" >&5
7060 -echo "${ECHO_T}disable runtime traces" >&6
7061 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable runtime traces" >&5
7062 +$as_echo "disable runtime traces" >&6; }
7063 fi
7064
7065
7066 -fi;
7067 +fi
7068
7069 -# Check whether --enable-module or --disable-module was given.
7070 -if test "${enable_module+set}" = set; then
7071 - enableval="$enable_module"
7072
7073 +# Check whether --enable-module was given.
7074 +if test "${enable_module+set}" = set; then :
7075 + enableval=$enable_module;
7076 if test $enableval = 'yes'; then
7077 - echo "$as_me:$LINENO: result: enable LINUX MODULE support" >&5
7078 -echo "${ECHO_T}enable LINUX MODULE support" >&6
7079 -
7080 -cat >>confdefs.h <<\_ACEOF
7081 -#define USE_MODULE 1
7082 -_ACEOF
7083 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LINUX MODULE support" >&5
7084 +$as_echo "enable LINUX MODULE support" >&6; }
7085
7086 +$as_echo "#define USE_MODULE 1" >>confdefs.h
7087
7088 -
7089 -if true; then
7090 + if true; then
7091 USE_MODULE_TRUE=
7092 USE_MODULE_FALSE='#'
7093 else
7094 @@ -3547,11 +4026,9 @@ else
7095 fi
7096
7097 else
7098 - echo "$as_me:$LINENO: result: disable LINUX MODULE support" >&5
7099 -echo "${ECHO_T}disable LINUX MODULE support" >&6
7100 -
7101 -
7102 -if false; then
7103 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable LINUX MODULE support" >&5
7104 +$as_echo "disable LINUX MODULE support" >&6; }
7105 + if false; then
7106 USE_MODULE_TRUE=
7107 USE_MODULE_FALSE='#'
7108 else
7109 @@ -3563,16 +4040,12 @@ fi
7110
7111 else
7112
7113 - echo "$as_me:$LINENO: result: enable LINUX MODULE support (default), disable with --disable-module" >&5
7114 -echo "${ECHO_T}enable LINUX MODULE support (default), disable with --disable-module" >&6
7115 -
7116 -cat >>confdefs.h <<\_ACEOF
7117 -#define USE_MODULE 1
7118 -_ACEOF
7119 -
7120 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LINUX MODULE support (default), disable with --disable-module" >&5
7121 +$as_echo "enable LINUX MODULE support (default), disable with --disable-module" >&6; }
7122
7123 +$as_echo "#define USE_MODULE 1" >>confdefs.h
7124
7125 -if true; then
7126 + if true; then
7127 USE_MODULE_TRUE=
7128 USE_MODULE_FALSE='#'
7129 else
7130 @@ -3582,23 +4055,19 @@ fi
7131
7132
7133
7134 -fi;
7135 +fi
7136
7137 -# Check whether --enable-bufferhandling or --disable-bufferhandling was given.
7138 -if test "${enable_bufferhandling+set}" = set; then
7139 - enableval="$enable_bufferhandling"
7140
7141 +# Check whether --enable-bufferhandling was given.
7142 +if test "${enable_bufferhandling+set}" = set; then :
7143 + enableval=$enable_bufferhandling;
7144 if test $enableval = 'yes'; then
7145 - echo "$as_me:$LINENO: result: enable Buffer Pool support" >&5
7146 -echo "${ECHO_T}enable Buffer Pool support" >&6
7147 -
7148 -cat >>confdefs.h <<\_ACEOF
7149 -#define USE_BUFFERPOOL 1
7150 -_ACEOF
7151 -
7152 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Buffer Pool support" >&5
7153 +$as_echo "enable Buffer Pool support" >&6; }
7154
7155 +$as_echo "#define USE_BUFFERPOOL 1" >>confdefs.h
7156
7157 -if true; then
7158 + if true; then
7159 USE_BUFFERPOOL_TRUE=
7160 USE_BUFFERPOOL_FALSE='#'
7161 else
7162 @@ -3608,11 +4077,9 @@ fi
7163
7164 bufferhandling_enabled="yes"
7165 else
7166 - echo "$as_me:$LINENO: result: disable Buffer Pool support" >&5
7167 -echo "${ECHO_T}disable Buffer Pool support" >&6
7168 -
7169 -
7170 -if false; then
7171 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Buffer Pool support" >&5
7172 +$as_echo "disable Buffer Pool support" >&6; }
7173 + if false; then
7174 USE_BUFFERPOOL_TRUE=
7175 USE_BUFFERPOOL_FALSE='#'
7176 else
7177 @@ -3625,16 +4092,12 @@ fi
7178
7179 else
7180
7181 - echo "$as_me:$LINENO: result: enable Buffer Pool support (default), disable with --disable-bufferhandling" >&5
7182 -echo "${ECHO_T}enable Buffer Pool support (default), disable with --disable-bufferhandling" >&6
7183 -
7184 -cat >>confdefs.h <<\_ACEOF
7185 -#define USE_BUFFERPOOL 1
7186 -_ACEOF
7187 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Buffer Pool support (default), disable with --disable-bufferhandling" >&5
7188 +$as_echo "enable Buffer Pool support (default), disable with --disable-bufferhandling" >&6; }
7189
7190 +$as_echo "#define USE_BUFFERPOOL 1" >>confdefs.h
7191
7192 -
7193 -if true; then
7194 + if true; then
7195 USE_BUFFERPOOL_TRUE=
7196 USE_BUFFERPOOL_FALSE='#'
7197 else
7198 @@ -3645,41 +4108,36 @@ fi
7199 bufferhandling_enabled="yes"
7200
7201
7202 -fi;
7203 +fi
7204
7205 -# Check whether --enable-packet-owner-id or --disable-packet-owner-id was given.
7206 -if test "${enable_packet_owner_id+set}" = set; then
7207 - enableval="$enable_packet_owner_id"
7208
7209 +# Check whether --enable-packet-owner-id was given.
7210 +if test "${enable_packet_owner_id+set}" = set; then :
7211 + enableval=$enable_packet_owner_id;
7212 if test $enableval = 'yes' -a $bufferhandling_enabled = "yes"; then
7213
7214 -cat >>confdefs.h <<\_ACEOF
7215 -#define TAPI_PACKET 1
7216 -_ACEOF
7217 +$as_echo "#define TAPI_PACKET 1" >>confdefs.h
7218
7219
7220 -cat >>confdefs.h <<\_ACEOF
7221 -#define TAPI_PACKET_OWNID 1
7222 -_ACEOF
7223 +$as_echo "#define TAPI_PACKET_OWNID 1" >>confdefs.h
7224
7225 - echo "$as_me:$LINENO: result: enable owner ID for packet interface" >&5
7226 -echo "${ECHO_T}enable owner ID for packet interface" >&6
7227 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable owner ID for packet interface" >&5
7228 +$as_echo "enable owner ID for packet interface" >&6; }
7229 else
7230 - echo "$as_me:$LINENO: result: disable owner ID for packet interface" >&5
7231 -echo "${ECHO_T}disable owner ID for packet interface" >&6
7232 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable owner ID for packet interface" >&5
7233 +$as_echo "disable owner ID for packet interface" >&6; }
7234 fi
7235
7236 else
7237
7238 - echo "$as_me:$LINENO: result: disable owner ID for packet interface" >&5
7239 -echo "${ECHO_T}disable owner ID for packet interface" >&6
7240 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable owner ID for packet interface" >&5
7241 +$as_echo "disable owner ID for packet interface" >&6; }
7242
7243
7244 -fi;
7245 -
7246 +fi
7247
7248
7249 -if false; then
7250 + if false; then
7251 TAPI_TRUE=
7252 TAPI_FALSE='#'
7253 else
7254 @@ -3688,19 +4146,14 @@ else
7255 fi
7256
7257
7258 -# Check whether --enable-lt or --disable-lt was given.
7259 -if test "${enable_lt+set}" = set; then
7260 - enableval="$enable_lt"
7261 -
7262 +# Check whether --enable-lt was given.
7263 +if test "${enable_lt+set}" = set; then :
7264 + enableval=$enable_lt;
7265 if test $enableval = 'yes'; then
7266
7267 -cat >>confdefs.h <<\_ACEOF
7268 -#define TAPI 1
7269 -_ACEOF
7270 -
7271 -
7272 +$as_echo "#define TAPI 1" >>confdefs.h
7273
7274 -if true; then
7275 + if true; then
7276 TAPI_TRUE=
7277 TAPI_FALSE='#'
7278 else
7279 @@ -3708,36 +4161,30 @@ else
7280 TAPI_FALSE=
7281 fi
7282
7283 - echo "$as_me:$LINENO: result: enable TAPI line testing services" >&5
7284 -echo "${ECHO_T}enable TAPI line testing services" >&6
7285 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI line testing services" >&5
7286 +$as_echo "enable TAPI line testing services" >&6; }
7287 #AC_DEFINE([TAPI_LT],[1],[enable line testing])
7288
7289 -cat >>confdefs.h <<\_ACEOF
7290 -#define TAPI_GR909 1
7291 -_ACEOF
7292 +$as_echo "#define TAPI_GR909 1" >>confdefs.h
7293
7294 else
7295 - echo "$as_me:$LINENO: result: disable line testing services" >&5
7296 -echo "${ECHO_T}disable line testing services" >&6
7297 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable line testing services" >&5
7298 +$as_echo "disable line testing services" >&6; }
7299 fi
7300
7301
7302 -fi;
7303 +fi
7304 +
7305
7306 hdlc_enabled=false
7307 -# Check whether --enable-hdlc or --disable-hdlc was given.
7308 -if test "${enable_hdlc+set}" = set; then
7309 - enableval="$enable_hdlc"
7310 -
7311 +# Check whether --enable-hdlc was given.
7312 +if test "${enable_hdlc+set}" = set; then :
7313 + enableval=$enable_hdlc;
7314 if test $enableval = 'yes'; then
7315
7316 -cat >>confdefs.h <<\_ACEOF
7317 -#define TAPI 1
7318 -_ACEOF
7319 -
7320 +$as_echo "#define TAPI 1" >>confdefs.h
7321
7322 -
7323 -if true; then
7324 + if true; then
7325 TAPI_TRUE=
7326 TAPI_FALSE='#'
7327 else
7328 @@ -3745,74 +4192,62 @@ else
7329 TAPI_FALSE=
7330 fi
7331
7332 - echo "$as_me:$LINENO: result: enable TAPI HDLC support" >&5
7333 -echo "${ECHO_T}enable TAPI HDLC support" >&6
7334 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI HDLC support" >&5
7335 +$as_echo "enable TAPI HDLC support" >&6; }
7336
7337 -cat >>confdefs.h <<\_ACEOF
7338 -#define HDLC_SUPPORT 1
7339 -_ACEOF
7340 +$as_echo "#define HDLC_SUPPORT 1" >>confdefs.h
7341
7342 hdlc_enabled=true
7343 else
7344 - echo "$as_me:$LINENO: result: disable HDLC support" >&5
7345 -echo "${ECHO_T}disable HDLC support" >&6
7346 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable HDLC support" >&5
7347 +$as_echo "disable HDLC support" >&6; }
7348 fi
7349
7350
7351 -fi;
7352 +fi
7353
7354 -# Check whether --enable-hdlc-idle-patt or --disable-hdlc-idle-patt was given.
7355 -if test "${enable_hdlc_idle_patt+set}" = set; then
7356 - enableval="$enable_hdlc_idle_patt"
7357
7358 +# Check whether --enable-hdlc-idle-patt was given.
7359 +if test "${enable_hdlc_idle_patt+set}" = set; then :
7360 + enableval=$enable_hdlc_idle_patt;
7361 if test $hdlc_enabled = true; then
7362 if test -n $enableval; then
7363 if test $enableval = "0xFF" -o $enableval = "0xff"; then
7364 - echo "$as_me:$LINENO: result: enable HDLC inter frame idle pattern 0xFF (IDLE)" >&5
7365 -echo "${ECHO_T}enable HDLC inter frame idle pattern 0xFF (IDLE)" >&6
7366 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable HDLC inter frame idle pattern 0xFF (IDLE)" >&5
7367 +$as_echo "enable HDLC inter frame idle pattern 0xFF (IDLE)" >&6; }
7368
7369 -cat >>confdefs.h <<\_ACEOF
7370 -#define HDLC_IDLE_PATTERN 1
7371 -_ACEOF
7372 +$as_echo "#define HDLC_IDLE_PATTERN 1" >>confdefs.h
7373
7374 elif test $enableval = "0x7E" -o $enableval = "0x7e"; then
7375 - echo "$as_me:$LINENO: result: enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7376 -echo "${ECHO_T}enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&6
7377 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7378 +$as_echo "enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&6; }
7379 else
7380 - { { echo "$as_me:$LINENO: error: cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" >&5
7381 -echo "$as_me: error: cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" >&2;}
7382 - { (exit 1); exit 1; }; }
7383 + as_fn_error $? "cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" "$LINENO" 5
7384 fi
7385 fi
7386 else
7387 - { { echo "$as_me:$LINENO: error: cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" >&5
7388 -echo "$as_me: error: cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" >&2;}
7389 - { (exit 1); exit 1; }; }
7390 + as_fn_error $? "cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" "$LINENO" 5
7391 fi
7392
7393 else
7394
7395 if test $hdlc_enabled = true; then
7396 - echo "$as_me:$LINENO: result: enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7397 -echo "${ECHO_T}enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&6
7398 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7399 +$as_echo "enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&6; }
7400 fi
7401
7402
7403 -fi;
7404 +fi
7405
7406 -# Check whether --enable-voice or --disable-voice was given.
7407 -if test "${enable_voice+set}" = set; then
7408 - enableval="$enable_voice"
7409
7410 +# Check whether --enable-voice was given.
7411 +if test "${enable_voice+set}" = set; then :
7412 + enableval=$enable_voice;
7413 if test $enableval = 'yes'; then
7414
7415 -cat >>confdefs.h <<\_ACEOF
7416 -#define TAPI 1
7417 -_ACEOF
7418 -
7419 -
7420 +$as_echo "#define TAPI 1" >>confdefs.h
7421
7422 -if true; then
7423 + if true; then
7424 TAPI_TRUE=
7425 TAPI_FALSE='#'
7426 else
7427 @@ -3820,30 +4255,24 @@ else
7428 TAPI_FALSE=
7429 fi
7430
7431 - echo "$as_me:$LINENO: result: enable TAPI Voice support" >&5
7432 -echo "${ECHO_T}enable TAPI Voice support" >&6
7433 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Voice support" >&5
7434 +$as_echo "enable TAPI Voice support" >&6; }
7435
7436 -cat >>confdefs.h <<\_ACEOF
7437 -#define TAPI_VOICE 1
7438 -_ACEOF
7439 +$as_echo "#define TAPI_VOICE 1" >>confdefs.h
7440
7441 else
7442 - echo "$as_me:$LINENO: result: disable Voice support" >&5
7443 -echo "${ECHO_T}disable Voice support" >&6
7444 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Voice support" >&5
7445 +$as_echo "disable Voice support" >&6; }
7446 fi
7447
7448 else
7449
7450 - echo "$as_me:$LINENO: result: enable TAPI Voice support (default), disable with --disable-voice" >&5
7451 -echo "${ECHO_T}enable TAPI Voice support (default), disable with --disable-voice" >&6
7452 -
7453 -cat >>confdefs.h <<\_ACEOF
7454 -#define TAPI 1
7455 -_ACEOF
7456 -
7457 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Voice support (default), disable with --disable-voice" >&5
7458 +$as_echo "enable TAPI Voice support (default), disable with --disable-voice" >&6; }
7459
7460 +$as_echo "#define TAPI 1" >>confdefs.h
7461
7462 -if true; then
7463 + if true; then
7464 TAPI_TRUE=
7465 TAPI_FALSE='#'
7466 else
7467 @@ -3852,27 +4281,21 @@ else
7468 fi
7469
7470
7471 -cat >>confdefs.h <<\_ACEOF
7472 -#define TAPI_VOICE 1
7473 -_ACEOF
7474 +$as_echo "#define TAPI_VOICE 1" >>confdefs.h
7475
7476
7477
7478 -fi;
7479 +fi
7480
7481 -# Check whether --enable-dtmf or --disable-dtmf was given.
7482 -if test "${enable_dtmf+set}" = set; then
7483 - enableval="$enable_dtmf"
7484
7485 +# Check whether --enable-dtmf was given.
7486 +if test "${enable_dtmf+set}" = set; then :
7487 + enableval=$enable_dtmf;
7488 if test $enableval = 'yes'; then
7489
7490 -cat >>confdefs.h <<\_ACEOF
7491 -#define TAPI 1
7492 -_ACEOF
7493 -
7494 +$as_echo "#define TAPI 1" >>confdefs.h
7495
7496 -
7497 -if true; then
7498 + if true; then
7499 TAPI_TRUE=
7500 TAPI_FALSE='#'
7501 else
7502 @@ -3880,30 +4303,24 @@ else
7503 TAPI_FALSE=
7504 fi
7505
7506 - echo "$as_me:$LINENO: result: enable TAPI DTMF support" >&5
7507 -echo "${ECHO_T}enable TAPI DTMF support" >&6
7508 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI DTMF support" >&5
7509 +$as_echo "enable TAPI DTMF support" >&6; }
7510
7511 -cat >>confdefs.h <<\_ACEOF
7512 -#define TAPI_DTMF 1
7513 -_ACEOF
7514 +$as_echo "#define TAPI_DTMF 1" >>confdefs.h
7515
7516 else
7517 - echo "$as_me:$LINENO: result: disable TAPI DTMF support" >&5
7518 -echo "${ECHO_T}disable TAPI DTMF support" >&6
7519 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI DTMF support" >&5
7520 +$as_echo "disable TAPI DTMF support" >&6; }
7521 fi
7522
7523 else
7524
7525 - echo "$as_me:$LINENO: result: enable TAPI DTMF support (default), disable with --disable-dtmf" >&5
7526 -echo "${ECHO_T}enable TAPI DTMF support (default), disable with --disable-dtmf" >&6
7527 -
7528 -cat >>confdefs.h <<\_ACEOF
7529 -#define TAPI 1
7530 -_ACEOF
7531 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI DTMF support (default), disable with --disable-dtmf" >&5
7532 +$as_echo "enable TAPI DTMF support (default), disable with --disable-dtmf" >&6; }
7533
7534 +$as_echo "#define TAPI 1" >>confdefs.h
7535
7536 -
7537 -if true; then
7538 + if true; then
7539 TAPI_TRUE=
7540 TAPI_FALSE='#'
7541 else
7542 @@ -3912,27 +4329,21 @@ else
7543 fi
7544
7545
7546 -cat >>confdefs.h <<\_ACEOF
7547 -#define TAPI_DTMF 1
7548 -_ACEOF
7549 +$as_echo "#define TAPI_DTMF 1" >>confdefs.h
7550
7551
7552
7553 -fi;
7554 +fi
7555
7556 -# Check whether --enable-cid or --disable-cid was given.
7557 -if test "${enable_cid+set}" = set; then
7558 - enableval="$enable_cid"
7559
7560 +# Check whether --enable-cid was given.
7561 +if test "${enable_cid+set}" = set; then :
7562 + enableval=$enable_cid;
7563 if test $enableval = 'yes'; then
7564
7565 -cat >>confdefs.h <<\_ACEOF
7566 -#define TAPI 1
7567 -_ACEOF
7568 -
7569 -
7570 +$as_echo "#define TAPI 1" >>confdefs.h
7571
7572 -if true; then
7573 + if true; then
7574 TAPI_TRUE=
7575 TAPI_FALSE='#'
7576 else
7577 @@ -3940,30 +4351,24 @@ else
7578 TAPI_FALSE=
7579 fi
7580
7581 - echo "$as_me:$LINENO: result: enable TAPI CID support." >&5
7582 -echo "${ECHO_T}enable TAPI CID support." >&6
7583 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI CID support." >&5
7584 +$as_echo "enable TAPI CID support." >&6; }
7585
7586 -cat >>confdefs.h <<\_ACEOF
7587 -#define TAPI_CID 1
7588 -_ACEOF
7589 +$as_echo "#define TAPI_CID 1" >>confdefs.h
7590
7591 else
7592 - echo "$as_me:$LINENO: result: disable TAPI CID support." >&5
7593 -echo "${ECHO_T}disable TAPI CID support." >&6
7594 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI CID support." >&5
7595 +$as_echo "disable TAPI CID support." >&6; }
7596 fi
7597
7598 else
7599
7600 - echo "$as_me:$LINENO: result: enable TAPI CID support (default), disable with --disable-cid" >&5
7601 -echo "${ECHO_T}enable TAPI CID support (default), disable with --disable-cid" >&6
7602 -
7603 -cat >>confdefs.h <<\_ACEOF
7604 -#define TAPI 1
7605 -_ACEOF
7606 -
7607 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI CID support (default), disable with --disable-cid" >&5
7608 +$as_echo "enable TAPI CID support (default), disable with --disable-cid" >&6; }
7609
7610 +$as_echo "#define TAPI 1" >>confdefs.h
7611
7612 -if true; then
7613 + if true; then
7614 TAPI_TRUE=
7615 TAPI_FALSE='#'
7616 else
7617 @@ -3972,27 +4377,21 @@ else
7618 fi
7619
7620
7621 -cat >>confdefs.h <<\_ACEOF
7622 -#define TAPI_CID 1
7623 -_ACEOF
7624 +$as_echo "#define TAPI_CID 1" >>confdefs.h
7625
7626
7627
7628 -fi;
7629 +fi
7630
7631 -# Check whether --enable-fax or --disable-fax was given.
7632 -if test "${enable_fax+set}" = set; then
7633 - enableval="$enable_fax"
7634
7635 +# Check whether --enable-fax was given.
7636 +if test "${enable_fax+set}" = set; then :
7637 + enableval=$enable_fax;
7638 if test $enableval = 'yes'; then
7639
7640 -cat >>confdefs.h <<\_ACEOF
7641 -#define TAPI 1
7642 -_ACEOF
7643 -
7644 +$as_echo "#define TAPI 1" >>confdefs.h
7645
7646 -
7647 -if true; then
7648 + if true; then
7649 TAPI_TRUE=
7650 TAPI_FALSE='#'
7651 else
7652 @@ -4000,30 +4399,24 @@ else
7653 TAPI_FALSE=
7654 fi
7655
7656 - echo "$as_me:$LINENO: result: enable TAPI FAX support" >&5
7657 -echo "${ECHO_T}enable TAPI FAX support" >&6
7658 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FAX support" >&5
7659 +$as_echo "enable TAPI FAX support" >&6; }
7660
7661 -cat >>confdefs.h <<\_ACEOF
7662 -#define TAPI_FAX_T38 1
7663 -_ACEOF
7664 +$as_echo "#define TAPI_FAX_T38 1" >>confdefs.h
7665
7666 else
7667 - echo "$as_me:$LINENO: result: disable TAPI FAX support" >&5
7668 -echo "${ECHO_T}disable TAPI FAX support" >&6
7669 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FAX support" >&5
7670 +$as_echo "disable TAPI FAX support" >&6; }
7671 fi
7672
7673 else
7674
7675 - echo "$as_me:$LINENO: result: enable TAPI FAX support (default), disable with --disable-fax" >&5
7676 -echo "${ECHO_T}enable TAPI FAX support (default), disable with --disable-fax" >&6
7677 -
7678 -cat >>confdefs.h <<\_ACEOF
7679 -#define TAPI 1
7680 -_ACEOF
7681 -
7682 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FAX support (default), disable with --disable-fax" >&5
7683 +$as_echo "enable TAPI FAX support (default), disable with --disable-fax" >&6; }
7684
7685 +$as_echo "#define TAPI 1" >>confdefs.h
7686
7687 -if true; then
7688 + if true; then
7689 TAPI_TRUE=
7690 TAPI_FALSE='#'
7691 else
7692 @@ -4032,27 +4425,21 @@ else
7693 fi
7694
7695
7696 -cat >>confdefs.h <<\_ACEOF
7697 -#define TAPI_FAX_T38 1
7698 -_ACEOF
7699 +$as_echo "#define TAPI_FAX_T38 1" >>confdefs.h
7700
7701
7702
7703 -fi;
7704 +fi
7705
7706 -# Check whether --enable-t38 or --disable-t38 was given.
7707 -if test "${enable_t38+set}" = set; then
7708 - enableval="$enable_t38"
7709
7710 +# Check whether --enable-t38 was given.
7711 +if test "${enable_t38+set}" = set; then :
7712 + enableval=$enable_t38;
7713 if test $enableval = 'yes'; then
7714
7715 -cat >>confdefs.h <<\_ACEOF
7716 -#define TAPI 1
7717 -_ACEOF
7718 -
7719 -
7720 +$as_echo "#define TAPI 1" >>confdefs.h
7721
7722 -if true; then
7723 + if true; then
7724 TAPI_TRUE=
7725 TAPI_FALSE='#'
7726 else
7727 @@ -4060,49 +4447,39 @@ else
7728 TAPI_FALSE=
7729 fi
7730
7731 - echo "$as_me:$LINENO: result: enable TAPI T.38 support" >&5
7732 -echo "${ECHO_T}enable TAPI T.38 support" >&6
7733 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI T.38 support" >&5
7734 +$as_echo "enable TAPI T.38 support" >&6; }
7735
7736 -cat >>confdefs.h <<\_ACEOF
7737 -#define TAPI_FAX_T38_FW 1
7738 -_ACEOF
7739 +$as_echo "#define TAPI_FAX_T38_FW 1" >>confdefs.h
7740
7741 else
7742 - echo "$as_me:$LINENO: result: disable TAPI T.38 support" >&5
7743 -echo "${ECHO_T}disable TAPI T.38 support" >&6
7744 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI T.38 support" >&5
7745 +$as_echo "disable TAPI T.38 support" >&6; }
7746 fi
7747
7748 else
7749
7750 - echo "$as_me:$LINENO: result: enable TAPI T.38 support (default), disable with --disable-t38" >&5
7751 -echo "${ECHO_T}enable TAPI T.38 support (default), disable with --disable-t38" >&6
7752 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI T.38 support (default), disable with --disable-t38" >&5
7753 +$as_echo "enable TAPI T.38 support (default), disable with --disable-t38" >&6; }
7754
7755 -cat >>confdefs.h <<\_ACEOF
7756 -#define TAPI 1
7757 -_ACEOF
7758 +$as_echo "#define TAPI 1" >>confdefs.h
7759
7760
7761 -cat >>confdefs.h <<\_ACEOF
7762 -#define TAPI_FAX_T38_FW 1
7763 -_ACEOF
7764 +$as_echo "#define TAPI_FAX_T38_FW 1" >>confdefs.h
7765
7766
7767
7768 -fi;
7769 +fi
7770
7771 -# Check whether --enable-cont-measurement or --disable-cont-measurement was given.
7772 -if test "${enable_cont_measurement+set}" = set; then
7773 - enableval="$enable_cont_measurement"
7774
7775 +# Check whether --enable-cont-measurement was given.
7776 +if test "${enable_cont_measurement+set}" = set; then :
7777 + enableval=$enable_cont_measurement;
7778 if test $enableval = 'yes'; then
7779
7780 -cat >>confdefs.h <<\_ACEOF
7781 -#define TAPI 1
7782 -_ACEOF
7783 -
7784 +$as_echo "#define TAPI 1" >>confdefs.h
7785
7786 -
7787 -if true; then
7788 + if true; then
7789 TAPI_TRUE=
7790 TAPI_FALSE='#'
7791 else
7792 @@ -4111,38 +4488,32 @@ else
7793 fi
7794
7795
7796 -cat >>confdefs.h <<\_ACEOF
7797 -#define TAPI_CONT_MEASUREMENT 1
7798 -_ACEOF
7799 +$as_echo "#define TAPI_CONT_MEASUREMENT 1" >>confdefs.h
7800
7801 - echo "$as_me:$LINENO: result: enable TAPI Analog Line Continuous Measurement" >&5
7802 -echo "${ECHO_T}enable TAPI Analog Line Continuous Measurement" >&6
7803 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Analog Line Continuous Measurement" >&5
7804 +$as_echo "enable TAPI Analog Line Continuous Measurement" >&6; }
7805 else
7806 - echo "$as_me:$LINENO: result: disable TAPI Analog Line Continuous Measurement" >&5
7807 -echo "${ECHO_T}disable TAPI Analog Line Continuous Measurement" >&6
7808 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Analog Line Continuous Measurement" >&5
7809 +$as_echo "disable TAPI Analog Line Continuous Measurement" >&6; }
7810 fi
7811
7812 else
7813
7814 - echo "$as_me:$LINENO: result: disable TAPI Analog Line Continuous Measurement (default)" >&5
7815 -echo "${ECHO_T}disable TAPI Analog Line Continuous Measurement (default)" >&6
7816 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Analog Line Continuous Measurement (default)" >&5
7817 +$as_echo "disable TAPI Analog Line Continuous Measurement (default)" >&6; }
7818
7819
7820 -fi;
7821 +fi
7822
7823 -# Check whether --enable-phone-detection or --disable-phone-detection was given.
7824 -if test "${enable_phone_detection+set}" = set; then
7825 - enableval="$enable_phone_detection"
7826
7827 +# Check whether --enable-phone-detection was given.
7828 +if test "${enable_phone_detection+set}" = set; then :
7829 + enableval=$enable_phone_detection;
7830 if test $enableval = 'yes'; then
7831
7832 -cat >>confdefs.h <<\_ACEOF
7833 -#define TAPI 1
7834 -_ACEOF
7835 -
7836 -
7837 +$as_echo "#define TAPI 1" >>confdefs.h
7838
7839 -if true; then
7840 + if true; then
7841 TAPI_TRUE=
7842 TAPI_FALSE='#'
7843 else
7844 @@ -4151,49 +4522,44 @@ else
7845 fi
7846
7847
7848 -cat >>confdefs.h <<\_ACEOF
7849 -#define TAPI_PHONE_DETECTION 1
7850 -_ACEOF
7851 +$as_echo "#define TAPI_PHONE_DETECTION 1" >>confdefs.h
7852
7853 - echo "$as_me:$LINENO: result: enable TAPI FXS Phone Detection support" >&5
7854 -echo "${ECHO_T}enable TAPI FXS Phone Detection support" >&6
7855 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FXS Phone Detection support" >&5
7856 +$as_echo "enable TAPI FXS Phone Detection support" >&6; }
7857 else
7858 - echo "$as_me:$LINENO: result: disable TAPI FXS Phone Detection support" >&5
7859 -echo "${ECHO_T}disable TAPI FXS Phone Detection support" >&6
7860 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FXS Phone Detection support" >&5
7861 +$as_echo "disable TAPI FXS Phone Detection support" >&6; }
7862 fi
7863
7864 else
7865
7866 - echo "$as_me:$LINENO: result: disable TAPI FXS Phone Detection support (default)" >&5
7867 -echo "${ECHO_T}disable TAPI FXS Phone Detection support (default)" >&6
7868 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FXS Phone Detection support (default)" >&5
7869 +$as_echo "disable TAPI FXS Phone Detection support (default)" >&6; }
7870
7871
7872 -fi;
7873 +fi
7874
7875 -# Check whether --enable-audio or --disable-audio was given.
7876 -if test "${enable_audio+set}" = set; then
7877 - enableval="$enable_audio"
7878
7879 +# Check whether --enable-audio was given.
7880 +if test "${enable_audio+set}" = set; then :
7881 + enableval=$enable_audio;
7882 if test $enableval = 'yes'; then
7883 - echo "$as_me:$LINENO: result: enable IP-Phone TAPI Audio support." >&5
7884 -echo "${ECHO_T}enable IP-Phone TAPI Audio support." >&6
7885 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable IP-Phone TAPI Audio support." >&5
7886 +$as_echo "enable IP-Phone TAPI Audio support." >&6; }
7887
7888 -cat >>confdefs.h <<\_ACEOF
7889 -#define TAPI_AUDIO 1
7890 -_ACEOF
7891 +$as_echo "#define TAPI_AUDIO 1" >>confdefs.h
7892
7893 else
7894 - echo "$as_me:$LINENO: result: disable IP-Phone TAPI Audio support." >&5
7895 -echo "${ECHO_T}disable IP-Phone TAPI Audio support." >&6
7896 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable IP-Phone TAPI Audio support." >&5
7897 +$as_echo "disable IP-Phone TAPI Audio support." >&6; }
7898 fi
7899
7900
7901 -fi;
7902 -
7903 +fi
7904
7905
7906
7907 -if false; then
7908 + if false; then
7909 IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7910 IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7911 else
7912 @@ -4201,21 +4567,16 @@ else
7913 IPP_EVAL_SYSTEM_PARAMETERS_FALSE=
7914 fi
7915
7916 -# Check whether --enable-ipp-eval-system or --disable-ipp-eval-system was given.
7917 -if test "${enable_ipp_eval_system+set}" = set; then
7918 - enableval="$enable_ipp_eval_system"
7919 -
7920 +# Check whether --enable-ipp-eval-system was given.
7921 +if test "${enable_ipp_eval_system+set}" = set; then :
7922 + enableval=$enable_ipp_eval_system;
7923 if test $enableval = 'yes'; then
7924 - echo "$as_me:$LINENO: result: selected Voice Parameters for Evaluation System." >&5
7925 -echo "${ECHO_T}selected Voice Parameters for Evaluation System." >&6
7926 -
7927 -cat >>confdefs.h <<\_ACEOF
7928 -#define IPP_USE_EVALUATION_SYSTEM 1
7929 -_ACEOF
7930 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: selected Voice Parameters for Evaluation System." >&5
7931 +$as_echo "selected Voice Parameters for Evaluation System." >&6; }
7932
7933 +$as_echo "#define IPP_USE_EVALUATION_SYSTEM 1" >>confdefs.h
7934
7935 -
7936 -if true; then
7937 + if true; then
7938 IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7939 IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7940 else
7941 @@ -4224,11 +4585,9 @@ else
7942 fi
7943
7944 else
7945 - echo "$as_me:$LINENO: result: selected Voice Parameters for Reference System." >&5
7946 -echo "${ECHO_T}selected Voice Parameters for Reference System." >&6
7947 -
7948 -
7949 -if false; then
7950 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: selected Voice Parameters for Reference System." >&5
7951 +$as_echo "selected Voice Parameters for Reference System." >&6; }
7952 + if false; then
7953 IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7954 IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7955 else
7956 @@ -4241,9 +4600,7 @@ fi
7957 else
7958
7959 #AC_MSG_RESULT([selected Voice Parameters for Reference System(default), select Evaluation System with --enable-ipp-eval-system])
7960 -
7961 -
7962 -if false; then
7963 + if false; then
7964 IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7965 IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7966 else
7967 @@ -4253,11 +4610,10 @@ fi
7968
7969
7970
7971 -fi;
7972 -
7973 +fi
7974
7975
7976 -if false; then
7977 + if false; then
7978 EVENT_LOGGER_DEBUG_TRUE=
7979 EVENT_LOGGER_DEBUG_FALSE='#'
7980 else
7981 @@ -4265,21 +4621,16 @@ else
7982 EVENT_LOGGER_DEBUG_FALSE=
7983 fi
7984
7985 -# Check whether --enable-el_debug or --disable-el_debug was given.
7986 -if test "${enable_el_debug+set}" = set; then
7987 - enableval="$enable_el_debug"
7988 -
7989 +# Check whether --enable-el_debug was given.
7990 +if test "${enable_el_debug+set}" = set; then :
7991 + enableval=$enable_el_debug;
7992 if test $enableval = 'yes'; then
7993 - echo "$as_me:$LINENO: result: enable event logger debugging" >&5
7994 -echo "${ECHO_T}enable event logger debugging" >&6
7995 -
7996 -cat >>confdefs.h <<\_ACEOF
7997 -#define EVENT_LOGGER_DEBUG 1
7998 -_ACEOF
7999 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable event logger debugging" >&5
8000 +$as_echo "enable event logger debugging" >&6; }
8001
8002 +$as_echo "#define EVENT_LOGGER_DEBUG 1" >>confdefs.h
8003
8004 -
8005 -if true; then
8006 + if true; then
8007 EVENT_LOGGER_DEBUG_TRUE=
8008 EVENT_LOGGER_DEBUG_FALSE='#'
8009 else
8010 @@ -4288,11 +4639,9 @@ else
8011 fi
8012
8013 else
8014 - echo "$as_me:$LINENO: result: disable event logger debugging" >&5
8015 -echo "${ECHO_T}disable event logger debugging" >&6
8016 -
8017 -
8018 -if false; then
8019 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable event logger debugging" >&5
8020 +$as_echo "disable event logger debugging" >&6; }
8021 + if false; then
8022 EVENT_LOGGER_DEBUG_TRUE=
8023 EVENT_LOGGER_DEBUG_FALSE='#'
8024 else
8025 @@ -4304,9 +4653,7 @@ fi
8026
8027 else
8028
8029 -
8030 -
8031 -if false; then
8032 + if false; then
8033 EVENT_LOGGER_DEBUG_TRUE=
8034 EVENT_LOGGER_DEBUG_FALSE='#'
8035 else
8036 @@ -4316,41 +4663,36 @@ fi
8037
8038
8039
8040 -fi;
8041 +fi
8042
8043 -# Check whether --enable-alm or --disable-alm was given.
8044 -if test "${enable_alm+set}" = set; then
8045 - enableval="$enable_alm"
8046
8047 +# Check whether --enable-alm was given.
8048 +if test "${enable_alm+set}" = set; then :
8049 + enableval=$enable_alm;
8050 if test $enableval = 'yes'; then
8051 - echo "$as_me:$LINENO: result: enable ALM support" >&5
8052 -echo "${ECHO_T}enable ALM support" >&6
8053 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable ALM support" >&5
8054 +$as_echo "enable ALM support" >&6; }
8055
8056 -cat >>confdefs.h <<\_ACEOF
8057 -#define VMMC_ALM_EN 1
8058 -_ACEOF
8059 +$as_echo "#define VMMC_ALM_EN 1" >>confdefs.h
8060
8061 else
8062 - echo "$as_me:$LINENO: result: disable ALM support" >&5
8063 -echo "${ECHO_T}disable ALM support" >&6
8064 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable ALM support" >&5
8065 +$as_echo "disable ALM support" >&6; }
8066 fi
8067
8068 else
8069
8070 - echo "$as_me:$LINENO: result: enable ALM support (default), disable with --disable-alm" >&5
8071 -echo "${ECHO_T}enable ALM support (default), disable with --disable-alm" >&6
8072 -
8073 -cat >>confdefs.h <<\_ACEOF
8074 -#define VMMC_ALM_EN 1
8075 -_ACEOF
8076 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable ALM support (default), disable with --disable-alm" >&5
8077 +$as_echo "enable ALM support (default), disable with --disable-alm" >&6; }
8078
8079 +$as_echo "#define VMMC_ALM_EN 1" >>confdefs.h
8080
8081
8082 -fi;
8083
8084 +fi
8085
8086
8087 -if false; then
8088 + if false; then
8089 KPI_SUPPORT_TRUE=
8090 KPI_SUPPORT_FALSE='#'
8091 else
8092 @@ -4358,21 +4700,18 @@ else
8093 KPI_SUPPORT_FALSE=
8094 fi
8095
8096 -# Check whether --enable-kpi or --disable-kpi was given.
8097 -if test "${enable_kpi+set}" = set; then
8098 - enableval="$enable_kpi"
8099 -
8100 +# Check whether --enable-kpi was given.
8101 +if test "${enable_kpi+set}" = set; then :
8102 + enableval=$enable_kpi;
8103 if test "$enableval" = 'yes'; then
8104 - echo "$as_me:$LINENO: result: enable Kernel Packet Interface" >&5
8105 -echo "${ECHO_T}enable Kernel Packet Interface" >&6
8106 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Kernel Packet Interface" >&5
8107 +$as_echo "enable Kernel Packet Interface" >&6; }
8108
8109 cat >>confdefs.h <<_ACEOF
8110 #define KPI_SUPPORT 1
8111 _ACEOF
8112
8113 -
8114 -
8115 -if true; then
8116 + if true; then
8117 KPI_SUPPORT_TRUE=
8118 KPI_SUPPORT_FALSE='#'
8119 else
8120 @@ -4381,11 +4720,9 @@ else
8121 fi
8122
8123 else
8124 - echo "$as_me:$LINENO: result: disable Kernel Packet Interface" >&5
8125 -echo "${ECHO_T}disable Kernel Packet Interface" >&6
8126 -
8127 -
8128 -if false; then
8129 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Kernel Packet Interface" >&5
8130 +$as_echo "disable Kernel Packet Interface" >&6; }
8131 + if false; then
8132 KPI_SUPPORT_TRUE=
8133 KPI_SUPPORT_FALSE='#'
8134 else
8135 @@ -4397,11 +4734,9 @@ fi
8136
8137 else
8138
8139 - echo "$as_me:$LINENO: result: disable Kernel Packet Interface (default), enable with --enable-kpi" >&5
8140 -echo "${ECHO_T}disable Kernel Packet Interface (default), enable with --enable-kpi" >&6
8141 -
8142 -
8143 -if false; then
8144 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Kernel Packet Interface (default), enable with --enable-kpi" >&5
8145 +$as_echo "disable Kernel Packet Interface (default), enable with --enable-kpi" >&6; }
8146 + if false; then
8147 KPI_SUPPORT_TRUE=
8148 KPI_SUPPORT_FALSE='#'
8149 else
8150 @@ -4411,11 +4746,10 @@ fi
8151
8152
8153
8154 -fi;
8155 -
8156 +fi
8157
8158
8159 -if false; then
8160 + if false; then
8161 DECT_SUPPORT_TRUE=
8162 DECT_SUPPORT_FALSE='#'
8163 else
8164 @@ -4423,21 +4757,18 @@ else
8165 DECT_SUPPORT_FALSE=
8166 fi
8167
8168 -# Check whether --enable-dect or --disable-dect was given.
8169 -if test "${enable_dect+set}" = set; then
8170 - enableval="$enable_dect"
8171 -
8172 +# Check whether --enable-dect was given.
8173 +if test "${enable_dect+set}" = set; then :
8174 + enableval=$enable_dect;
8175 if test $enableval = 'yes'; then
8176 - echo "$as_me:$LINENO: result: enable DECT channel support" >&5
8177 -echo "${ECHO_T}enable DECT channel support" >&6
8178 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT channel support" >&5
8179 +$as_echo "enable DECT channel support" >&6; }
8180
8181 cat >>confdefs.h <<_ACEOF
8182 #define DECT_SUPPORT 1
8183 _ACEOF
8184
8185 -
8186 -
8187 -if true; then
8188 + if true; then
8189 DECT_SUPPORT_TRUE=
8190 DECT_SUPPORT_FALSE='#'
8191 else
8192 @@ -4446,11 +4777,9 @@ else
8193 fi
8194
8195 else
8196 - echo "$as_me:$LINENO: result: disable DECT channel support" >&5
8197 -echo "${ECHO_T}disable DECT channel support" >&6
8198 -
8199 -
8200 -if false; then
8201 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT channel support" >&5
8202 +$as_echo "disable DECT channel support" >&6; }
8203 + if false; then
8204 DECT_SUPPORT_TRUE=
8205 DECT_SUPPORT_FALSE='#'
8206 else
8207 @@ -4462,11 +4791,9 @@ fi
8208
8209 else
8210
8211 - echo "$as_me:$LINENO: result: disable DECT channel support (default), enable with --enable-dect" >&5
8212 -echo "${ECHO_T}disable DECT channel support (default), enable with --enable-dect" >&6
8213 -
8214 -
8215 -if false; then
8216 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT channel support (default), enable with --enable-dect" >&5
8217 +$as_echo "disable DECT channel support (default), enable with --enable-dect" >&6; }
8218 + if false; then
8219 DECT_SUPPORT_TRUE=
8220 DECT_SUPPORT_FALSE='#'
8221 else
8222 @@ -4476,46 +4803,39 @@ fi
8223
8224
8225
8226 -fi;
8227 +fi
8228
8229 -# Check whether --enable-dect-nibble-swap or --disable-dect-nibble-swap was given.
8230 -if test "${enable_dect_nibble_swap+set}" = set; then
8231 - enableval="$enable_dect_nibble_swap"
8232
8233 +# Check whether --enable-dect-nibble-swap was given.
8234 +if test "${enable_dect_nibble_swap+set}" = set; then :
8235 + enableval=$enable_dect_nibble_swap;
8236 if test $enableval = 'yes'; then
8237 - echo "$as_me:$LINENO: result: enable DECT nibble swap for COSIC modem" >&5
8238 -echo "${ECHO_T}enable DECT nibble swap for COSIC modem" >&6
8239 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT nibble swap for COSIC modem" >&5
8240 +$as_echo "enable DECT nibble swap for COSIC modem" >&6; }
8241
8242 -cat >>confdefs.h <<\_ACEOF
8243 -#define VMMC_DECT_NIBBLE_SWAP 1
8244 -_ACEOF
8245 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 1" >>confdefs.h
8246
8247 else
8248 - echo "$as_me:$LINENO: result: disable DECT nibble swap for COSIC modem" >&5
8249 -echo "${ECHO_T}disable DECT nibble swap for COSIC modem" >&6
8250 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT nibble swap for COSIC modem" >&5
8251 +$as_echo "disable DECT nibble swap for COSIC modem" >&6; }
8252
8253 -cat >>confdefs.h <<\_ACEOF
8254 -#define VMMC_DECT_NIBBLE_SWAP 0
8255 -_ACEOF
8256 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 0" >>confdefs.h
8257
8258 fi
8259
8260 else
8261
8262 - echo "$as_me:$LINENO: result: enable DECT nibble swap for COSIC modem" >&5
8263 -echo "${ECHO_T}enable DECT nibble swap for COSIC modem" >&6
8264 -
8265 -cat >>confdefs.h <<\_ACEOF
8266 -#define VMMC_DECT_NIBBLE_SWAP 1
8267 -_ACEOF
8268 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT nibble swap for COSIC modem" >&5
8269 +$as_echo "enable DECT nibble swap for COSIC modem" >&6; }
8270
8271 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 1" >>confdefs.h
8272
8273
8274 -fi;
8275
8276 +fi
8277
8278
8279 -if false; then
8280 + if false; then
8281 LIN_SUPPORT_TRUE=
8282 LIN_SUPPORT_FALSE='#'
8283 else
8284 @@ -4523,21 +4843,16 @@ else
8285 LIN_SUPPORT_FALSE=
8286 fi
8287
8288 -# Check whether --enable-lin or --disable-lin was given.
8289 -if test "${enable_lin+set}" = set; then
8290 - enableval="$enable_lin"
8291 -
8292 +# Check whether --enable-lin was given.
8293 +if test "${enable_lin+set}" = set; then :
8294 + enableval=$enable_lin;
8295 if test $enableval = 'yes'; then
8296 - echo "$as_me:$LINENO: result: enable LIN channel support" >&5
8297 -echo "${ECHO_T}enable LIN channel support" >&6
8298 -
8299 -cat >>confdefs.h <<\_ACEOF
8300 -#define LIN_SUPPORT 1
8301 -_ACEOF
8302 -
8303 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LIN channel support" >&5
8304 +$as_echo "enable LIN channel support" >&6; }
8305
8306 +$as_echo "#define LIN_SUPPORT 1" >>confdefs.h
8307
8308 -if true; then
8309 + if true; then
8310 LIN_SUPPORT_TRUE=
8311 LIN_SUPPORT_FALSE='#'
8312 else
8313 @@ -4546,11 +4861,9 @@ else
8314 fi
8315
8316 else
8317 - echo "$as_me:$LINENO: result: disable LIN support." >&5
8318 -echo "${ECHO_T}disable LIN support." >&6
8319 -
8320 -
8321 -if false; then
8322 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable LIN support." >&5
8323 +$as_echo "disable LIN support." >&6; }
8324 + if false; then
8325 LIN_SUPPORT_TRUE=
8326 LIN_SUPPORT_FALSE='#'
8327 else
8328 @@ -4561,11 +4874,10 @@ fi
8329 fi
8330
8331
8332 -fi;
8333 -
8334 +fi
8335
8336
8337 -if false; then
8338 + if false; then
8339 PMU_SUPPORT_TRUE=
8340 PMU_SUPPORT_FALSE='#'
8341 else
8342 @@ -4573,21 +4885,16 @@ else
8343 PMU_SUPPORT_FALSE=
8344 fi
8345
8346 -# Check whether --enable-pmu or --disable-pmu was given.
8347 -if test "${enable_pmu+set}" = set; then
8348 - enableval="$enable_pmu"
8349 -
8350 +# Check whether --enable-pmu was given.
8351 +if test "${enable_pmu+set}" = set; then :
8352 + enableval=$enable_pmu;
8353 if test $enableval = 'yes'; then
8354 - echo "$as_me:$LINENO: result: enable Power Management Unit support" >&5
8355 -echo "${ECHO_T}enable Power Management Unit support" >&6
8356 -
8357 -cat >>confdefs.h <<\_ACEOF
8358 -#define PMU_SUPPORTED 1
8359 -_ACEOF
8360 -
8361 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Power Management Unit support" >&5
8362 +$as_echo "enable Power Management Unit support" >&6; }
8363
8364 +$as_echo "#define PMU_SUPPORTED 1" >>confdefs.h
8365
8366 -if true; then
8367 + if true; then
8368 PMU_SUPPORT_TRUE=
8369 PMU_SUPPORT_FALSE='#'
8370 else
8371 @@ -4596,11 +4903,9 @@ else
8372 fi
8373
8374 else
8375 - echo "$as_me:$LINENO: result: disable Power Management Unit support." >&5
8376 -echo "${ECHO_T}disable Power Management Unit support." >&6
8377 -
8378 -
8379 -if false; then
8380 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Power Management Unit support." >&5
8381 +$as_echo "disable Power Management Unit support." >&6; }
8382 + if false; then
8383 PMU_SUPPORT_TRUE=
8384 PMU_SUPPORT_FALSE='#'
8385 else
8386 @@ -4611,11 +4916,10 @@ fi
8387 fi
8388
8389
8390 -fi;
8391 -
8392 +fi
8393
8394
8395 -if false; then
8396 + if false; then
8397 PMC_SUPPORT_TRUE=
8398 PMC_SUPPORT_FALSE='#'
8399 else
8400 @@ -4623,21 +4927,16 @@ else
8401 PMC_SUPPORT_FALSE=
8402 fi
8403
8404 -# Check whether --enable-pmc or --disable-pmc was given.
8405 -if test "${enable_pmc+set}" = set; then
8406 - enableval="$enable_pmc"
8407 -
8408 +# Check whether --enable-pmc was given.
8409 +if test "${enable_pmc+set}" = set; then :
8410 + enableval=$enable_pmc;
8411 if test $enableval = 'yes'; then
8412 - echo "$as_me:$LINENO: result: enable Power Management Control support" >&5
8413 -echo "${ECHO_T}enable Power Management Control support" >&6
8414 -
8415 -cat >>confdefs.h <<\_ACEOF
8416 -#define PMC_SUPPORTED 1
8417 -_ACEOF
8418 -
8419 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Power Management Control support" >&5
8420 +$as_echo "enable Power Management Control support" >&6; }
8421
8422 +$as_echo "#define PMC_SUPPORTED 1" >>confdefs.h
8423
8424 -if true; then
8425 + if true; then
8426 PMC_SUPPORT_TRUE=
8427 PMC_SUPPORT_FALSE='#'
8428 else
8429 @@ -4646,11 +4945,9 @@ else
8430 fi
8431
8432 else
8433 - echo "$as_me:$LINENO: result: disable Power Management Control support." >&5
8434 -echo "${ECHO_T}disable Power Management Control support." >&6
8435 -
8436 -
8437 -if false; then
8438 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Power Management Control support." >&5
8439 +$as_echo "disable Power Management Control support." >&6; }
8440 + if false; then
8441 PMC_SUPPORT_TRUE=
8442 PMC_SUPPORT_FALSE='#'
8443 else
8444 @@ -4661,70 +4958,64 @@ fi
8445 fi
8446
8447
8448 -fi;
8449 +fi
8450
8451 -# Check whether --enable-calibration or --disable-calibration was given.
8452 -if test "${enable_calibration+set}" = set; then
8453 - enableval="$enable_calibration"
8454
8455 +# Check whether --enable-calibration was given.
8456 +if test "${enable_calibration+set}" = set; then :
8457 + enableval=$enable_calibration;
8458 if test $enableval = 'yes'; then
8459 - echo "$as_me:$LINENO: result: enable Analog Line Calibration support" >&5
8460 -echo "${ECHO_T}enable Analog Line Calibration support" >&6
8461 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Analog Line Calibration support" >&5
8462 +$as_echo "enable Analog Line Calibration support" >&6; }
8463
8464 cat >>confdefs.h <<_ACEOF
8465 #define CALIBRATION_SUPPORT 1
8466 _ACEOF
8467
8468 else
8469 - echo "$as_me:$LINENO: result: disable Analog Line Calibration support." >&5
8470 -echo "${ECHO_T}disable Analog Line Calibration support." >&6
8471 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Analog Line Calibration support." >&5
8472 +$as_echo "disable Analog Line Calibration support." >&6; }
8473 fi
8474
8475
8476 -fi;
8477 +fi
8478 +
8479
8480 #dnl MPS history buffer (default=128 words, maximum=512 words, 0=disable)]
8481
8482 MPS_HISTORY=128
8483 -# Check whether --enable-history-buf or --disable-history-buf was given.
8484 -if test "${enable_history_buf+set}" = set; then
8485 - enableval="$enable_history_buf"
8486 -
8487 +# Check whether --enable-history-buf was given.
8488 +if test "${enable_history_buf+set}" = set; then :
8489 + enableval=$enable_history_buf;
8490 if test -z $enableval; then
8491 MPS_HISTORY=128
8492 - echo "$as_me:$LINENO: result: ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&5
8493 -echo "${ECHO_T}ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&6
8494 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&5
8495 +$as_echo "ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&6; }
8496 elif test $enableval -lt 0 -o $enableval -gt 512; then
8497 - { { echo "$as_me:$LINENO: error: Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" >&5
8498 -echo "$as_me: error: Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" >&2;}
8499 - { (exit 1); exit 1; }; }
8500 + as_fn_error $? "Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" "$LINENO" 5
8501 else
8502 MPS_HISTORY=$enableval
8503 - echo "$as_me:$LINENO: result: MPS history buffer of $enableval words" >&5
8504 -echo "${ECHO_T}MPS history buffer of $enableval words" >&6
8505 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: MPS history buffer of $enableval words" >&5
8506 +$as_echo "MPS history buffer of $enableval words" >&6; }
8507 fi
8508
8509 else
8510
8511 - echo "$as_me:$LINENO: result: MPS history buffer set to default value of $MPS_HISTORY words" >&5
8512 -echo "${ECHO_T}MPS history buffer set to default value of $MPS_HISTORY words" >&6
8513 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: MPS history buffer set to default value of $MPS_HISTORY words" >&5
8514 +$as_echo "MPS history buffer set to default value of $MPS_HISTORY words" >&6; }
8515
8516
8517 -fi;
8518 +fi
8519
8520 -# Check whether --enable-announcements or --disable-announcements was given.
8521 -if test "${enable_announcements+set}" = set; then
8522 - enableval="$enable_announcements"
8523
8524 +# Check whether --enable-announcements was given.
8525 +if test "${enable_announcements+set}" = set; then :
8526 + enableval=$enable_announcements;
8527 if test $enableval = 'yes'; then
8528
8529 -cat >>confdefs.h <<\_ACEOF
8530 -#define TAPI 1
8531 -_ACEOF
8532 -
8533 -
8534 +$as_echo "#define TAPI 1" >>confdefs.h
8535
8536 -if true; then
8537 + if true; then
8538 TAPI_TRUE=
8539 TAPI_FALSE='#'
8540 else
8541 @@ -4732,30 +5023,24 @@ else
8542 TAPI_FALSE=
8543 fi
8544
8545 - echo "$as_me:$LINENO: result: enable TAPI Announcements support." >&5
8546 -echo "${ECHO_T}enable TAPI Announcements support." >&6
8547 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Announcements support." >&5
8548 +$as_echo "enable TAPI Announcements support." >&6; }
8549
8550 -cat >>confdefs.h <<\_ACEOF
8551 -#define TAPI_ANNOUNCEMENTS 1
8552 -_ACEOF
8553 +$as_echo "#define TAPI_ANNOUNCEMENTS 1" >>confdefs.h
8554
8555 else
8556 - echo "$as_me:$LINENO: result: disable TAPI Announcements support." >&5
8557 -echo "${ECHO_T}disable TAPI Announcements support." >&6
8558 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Announcements support." >&5
8559 +$as_echo "disable TAPI Announcements support." >&6; }
8560 fi
8561
8562 else
8563
8564 - echo "$as_me:$LINENO: result: enable TAPI Announcements support (default), disable with --disable-announcements" >&5
8565 -echo "${ECHO_T}enable TAPI Announcements support (default), disable with --disable-announcements" >&6
8566 -
8567 -cat >>confdefs.h <<\_ACEOF
8568 -#define TAPI 1
8569 -_ACEOF
8570 -
8571 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Announcements support (default), disable with --disable-announcements" >&5
8572 +$as_echo "enable TAPI Announcements support (default), disable with --disable-announcements" >&6; }
8573
8574 +$as_echo "#define TAPI 1" >>confdefs.h
8575
8576 -if true; then
8577 + if true; then
8578 TAPI_TRUE=
8579 TAPI_FALSE='#'
8580 else
8581 @@ -4764,53 +5049,44 @@ else
8582 fi
8583
8584
8585 -cat >>confdefs.h <<\_ACEOF
8586 -#define TAPI_ANNOUNCEMENTS 1
8587 -_ACEOF
8588 +$as_echo "#define TAPI_ANNOUNCEMENTS 1" >>confdefs.h
8589
8590
8591
8592 -fi;
8593 +fi
8594
8595 -# Check whether --enable-fxo-act or --disable-fxo-act was given.
8596 -if test "${enable_fxo_act+set}" = set; then
8597 - enableval="$enable_fxo_act"
8598
8599 +# Check whether --enable-fxo-act was given.
8600 +if test "${enable_fxo_act+set}" = set; then :
8601 + enableval=$enable_fxo_act;
8602 if test $enableval = 'yes' -o $enableval = ''; then
8603 - echo "$as_me:$LINENO: result: enable initial FXO active line mode." >&5
8604 -echo "${ECHO_T}enable initial FXO active line mode." >&6
8605 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable initial FXO active line mode." >&5
8606 +$as_echo "enable initial FXO active line mode." >&6; }
8607
8608 -cat >>confdefs.h <<\_ACEOF
8609 -#define VMMC_ACT_FXO 1
8610 -_ACEOF
8611 +$as_echo "#define VMMC_ACT_FXO 1" >>confdefs.h
8612
8613 else
8614 - echo "$as_me:$LINENO: result: disable initial FXO active line mode." >&5
8615 -echo "${ECHO_T}disable initial FXO active line mode." >&6
8616 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable initial FXO active line mode." >&5
8617 +$as_echo "disable initial FXO active line mode." >&6; }
8618 fi
8619
8620 else
8621
8622 - echo "$as_me:$LINENO: result: enable FXO active line mode (default)" >&5
8623 -echo "${ECHO_T}enable FXO active line mode (default)" >&6
8624 -
8625 -cat >>confdefs.h <<\_ACEOF
8626 -#define VMMC_ACT_FXO 1
8627 -_ACEOF
8628 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable FXO active line mode (default)" >&5
8629 +$as_echo "enable FXO active line mode (default)" >&6; }
8630
8631 +$as_echo "#define VMMC_ACT_FXO 1" >>confdefs.h
8632
8633
8634 -fi;
8635
8636 +fi
8637
8638 -cat >>confdefs.h <<\_ACEOF
8639 -#define VMMC 1
8640 -_ACEOF
8641
8642
8643 +$as_echo "#define VMMC 1" >>confdefs.h
8644
8645
8646 -if false; then
8647 + if false; then
8648 DANUBE_TRUE=
8649 DANUBE_FALSE='#'
8650 else
8651 @@ -4818,9 +5094,7 @@ else
8652 DANUBE_FALSE=
8653 fi
8654
8655 -
8656 -
8657 -if false; then
8658 + if false; then
8659 AR9_TRUE=
8660 AR9_FALSE='#'
8661 else
8662 @@ -4828,9 +5102,7 @@ else
8663 AR9_FALSE=
8664 fi
8665
8666 -
8667 -
8668 -if false; then
8669 + if false; then
8670 VR9_TRUE=
8671 VR9_FALSE='#'
8672 else
8673 @@ -4839,27 +5111,20 @@ else
8674 fi
8675
8676
8677 -# Check whether --with-device or --without-device was given.
8678 -if test "${with_device+set}" = set; then
8679 - withval="$with_device"
8680 -
8681 +# Check whether --with-device was given.
8682 +if test "${with_device+set}" = set; then :
8683 + withval=$with_device;
8684 if test "$withval" = yes; then
8685 - { { echo "$as_me:$LINENO: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&5
8686 -echo "$as_me: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&2;}
8687 - { (exit 1); exit 1; }; };
8688 + as_fn_error $? "Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" "$LINENO" 5;
8689 else
8690 case $withval in
8691 DANUBE)
8692 - echo "$as_me:$LINENO: result: DANUBE device is used" >&5
8693 -echo "${ECHO_T}DANUBE device is used" >&6;
8694 -
8695 -cat >>confdefs.h <<\_ACEOF
8696 -#define SYSTEM_DANUBE 1
8697 -_ACEOF
8698 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: DANUBE device is used" >&5
8699 +$as_echo "DANUBE device is used" >&6; };
8700
8701 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8702
8703 -
8704 -if true; then
8705 + if true; then
8706 DANUBE_TRUE=
8707 DANUBE_FALSE='#'
8708 else
8709 @@ -4869,16 +5134,12 @@ fi
8710
8711 ;;
8712 TWINPASS)
8713 - echo "$as_me:$LINENO: result: DANUBE device is used" >&5
8714 -echo "${ECHO_T}DANUBE device is used" >&6;
8715 -
8716 -cat >>confdefs.h <<\_ACEOF
8717 -#define SYSTEM_DANUBE 1
8718 -_ACEOF
8719 -
8720 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: DANUBE device is used" >&5
8721 +$as_echo "DANUBE device is used" >&6; };
8722
8723 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8724
8725 -if true; then
8726 + if true; then
8727 DANUBE_TRUE=
8728 DANUBE_FALSE='#'
8729 else
8730 @@ -4888,16 +5149,12 @@ fi
8731
8732 ;;
8733 AR9)
8734 - echo "$as_me:$LINENO: result: AR9 device is used" >&5
8735 -echo "${ECHO_T}AR9 device is used" >&6;
8736 -
8737 -cat >>confdefs.h <<\_ACEOF
8738 -#define SYSTEM_AR9 1
8739 -_ACEOF
8740 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: AR9 device is used" >&5
8741 +$as_echo "AR9 device is used" >&6; };
8742
8743 +$as_echo "#define SYSTEM_AR9 1" >>confdefs.h
8744
8745 -
8746 -if true; then
8747 + if true; then
8748 AR9_TRUE=
8749 AR9_FALSE='#'
8750 else
8751 @@ -4907,16 +5164,12 @@ fi
8752
8753 ;;
8754 VR9)
8755 - echo "$as_me:$LINENO: result: VR9 device is used" >&5
8756 -echo "${ECHO_T}VR9 device is used" >&6;
8757 -
8758 -cat >>confdefs.h <<\_ACEOF
8759 -#define SYSTEM_VR9 1
8760 -_ACEOF
8761 -
8762 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: VR9 device is used" >&5
8763 +$as_echo "VR9 device is used" >&6; };
8764
8765 +$as_echo "#define SYSTEM_VR9 1" >>confdefs.h
8766
8767 -if true; then
8768 + if true; then
8769 VR9_TRUE=
8770 VR9_FALSE='#'
8771 else
8772 @@ -4925,26 +5178,35 @@ else
8773 fi
8774
8775 ;;
8776 + FALCON)
8777 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: FALCON device is used" >&5
8778 +$as_echo "FALCON device is used" >&6; };
8779 +
8780 +$as_echo "#define SYSTEM_FALCON 1" >>confdefs.h
8781 +
8782 + if true; then
8783 + FALCON_TRUE=
8784 + FALCON_FALSE='#'
8785 +else
8786 + FALCON_TRUE='#'
8787 + FALCON_FALSE=
8788 +fi
8789 +
8790 + ;;
8791 *)
8792 - { { echo "$as_me:$LINENO: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&5
8793 -echo "$as_me: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&2;}
8794 - { (exit 1); exit 1; }; };
8795 + as_fn_error $? "Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" "$LINENO" 5;
8796 ;;
8797 esac
8798 fi
8799
8800 else
8801
8802 - echo "$as_me:$LINENO: result: Using default device type DANUBE" >&5
8803 -echo "${ECHO_T}Using default device type DANUBE" >&6;
8804 -
8805 -cat >>confdefs.h <<\_ACEOF
8806 -#define SYSTEM_DANUBE 1
8807 -_ACEOF
8808 -
8809 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using default device type DANUBE" >&5
8810 +$as_echo "Using default device type DANUBE" >&6; };
8811
8812 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8813
8814 -if true; then
8815 + if true; then
8816 DANUBE_TRUE=
8817 DANUBE_FALSE='#'
8818 else
8819 @@ -4954,24 +5216,23 @@ fi
8820
8821
8822
8823 -fi;
8824 +fi
8825
8826
8827 -# Check whether --with-cflags or --without-cflags was given.
8828 -if test "${with_cflags+set}" = set; then
8829 - withval="$with_cflags"
8830
8831 +# Check whether --with-cflags was given.
8832 +if test "${with_cflags+set}" = set; then :
8833 + withval=$with_cflags;
8834 if test "$withval" = yes; then
8835 - { { echo "$as_me:$LINENO: error: Please provide a value for the maximum devices" >&5
8836 -echo "$as_me: error: Please provide a value for the maximum devices" >&2;}
8837 - { (exit 1); exit 1; }; };
8838 + as_fn_error $? "Please provide a value for the maximum devices" "$LINENO" 5;
8839 fi
8840 - echo "$as_me:$LINENO: result: passing additional CFLAGS $withval" >&5
8841 -echo "${ECHO_T}passing additional CFLAGS $withval" >&6
8842 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: passing additional CFLAGS $withval" >&5
8843 +$as_echo "passing additional CFLAGS $withval" >&6; }
8844 CFLAGS="$CFLAGS $withval"
8845
8846
8847 -fi;
8848 +fi
8849 +
8850
8851
8852 cat >>confdefs.h <<_ACEOF
8853 @@ -4983,9 +5244,7 @@ cat >>confdefs.h <<_ACEOF
8854 #define CONFIG_MPS_HISTORY_SIZE $MPS_HISTORY
8855 _ACEOF
8856
8857 -
8858 -
8859 -if true; then
8860 + if true; then
8861 VMMC_WITH_MPS_TRUE=
8862 VMMC_WITH_MPS_FALSE='#'
8863 else
8864 @@ -4994,24 +5253,21 @@ else
8865 fi
8866
8867
8868 -# Check whether --with-mps or --without-mps was given.
8869 -if test "${with_mps+set}" = set; then
8870 - withval="$with_mps"
8871 -
8872 +# Check whether --with-mps was given.
8873 +if test "${with_mps+set}" = set; then :
8874 + withval=$with_mps;
8875 if test $withval = 'yes' -o $withval = ''; then
8876 - echo "$as_me:$LINENO: result: Configured for common VMMC and MPS driver" >&5
8877 -echo "${ECHO_T}Configured for common VMMC and MPS driver" >&6
8878 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for common VMMC and MPS driver" >&5
8879 +$as_echo "Configured for common VMMC and MPS driver" >&6; }
8880
8881 cat >>confdefs.h <<_ACEOF
8882 #define VMMC_WITH_MPS 1
8883 _ACEOF
8884
8885 else
8886 - echo "$as_me:$LINENO: result: Configured for standalone VMMC without MPS" >&5
8887 -echo "${ECHO_T}Configured for standalone VMMC without MPS" >&6
8888 -
8889 -
8890 -if false; then
8891 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for standalone VMMC without MPS" >&5
8892 +$as_echo "Configured for standalone VMMC without MPS" >&6; }
8893 + if false; then
8894 VMMC_WITH_MPS_TRUE=
8895 VMMC_WITH_MPS_FALSE='#'
8896 else
8897 @@ -5023,8 +5279,8 @@ fi
8898
8899 else
8900
8901 - echo "$as_me:$LINENO: result: Configured for common VMMC and MPS driver (default)" >&5
8902 -echo "${ECHO_T}Configured for common VMMC and MPS driver (default)" >&6
8903 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for common VMMC and MPS driver (default)" >&5
8904 +$as_echo "Configured for common VMMC and MPS driver (default)" >&6; }
8905
8906 cat >>confdefs.h <<_ACEOF
8907 #define VMMC_WITH_MPS 1
8908 @@ -5032,7 +5288,8 @@ _ACEOF
8909
8910
8911
8912 -fi;
8913 +fi
8914 +
8915
8916
8917 cat >>confdefs.h <<_ACEOF
8918 @@ -5066,9 +5323,9 @@ _ACEOF
8919 # ;;
8920 #esac
8921
8922 - ac_config_files="$ac_config_files Makefile"
8923 +ac_config_files="$ac_config_files Makefile"
8924
8925 - ac_config_files="$ac_config_files src/Makefile"
8926 +ac_config_files="$ac_config_files src/Makefile"
8927
8928
8929 cat >confcache <<\_ACEOF
8930 @@ -5089,39 +5346,70 @@ _ACEOF
8931
8932 # The following way of writing the cache mishandles newlines in values,
8933 # but we know of no workaround that is simple, portable, and efficient.
8934 -# So, don't put newlines in cache variables' values.
8935 +# So, we kill variables containing newlines.
8936 # Ultrix sh set writes to stderr and can't be redirected directly,
8937 # and sets the high bit in the cache file unless we assign to the vars.
8938 -{
8939 +(
8940 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8941 + eval ac_val=\$$ac_var
8942 + case $ac_val in #(
8943 + *${as_nl}*)
8944 + case $ac_var in #(
8945 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8946 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8947 + esac
8948 + case $ac_var in #(
8949 + _ | IFS | as_nl) ;; #(
8950 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8951 + *) { eval $ac_var=; unset $ac_var;} ;;
8952 + esac ;;
8953 + esac
8954 + done
8955 +
8956 (set) 2>&1 |
8957 - case `(ac_space=' '; set | grep ac_space) 2>&1` in
8958 - *ac_space=\ *)
8959 - # `set' does not quote correctly, so add quotes (double-quote
8960 - # substitution turns \\\\ into \\, and sed turns \\ into \).
8961 + case $as_nl`(ac_space=' '; set) 2>&1` in #(
8962 + *${as_nl}ac_space=\ *)
8963 + # `set' does not quote correctly, so add quotes: double-quote
8964 + # substitution turns \\\\ into \\, and sed turns \\ into \.
8965 sed -n \
8966 "s/'/'\\\\''/g;
8967 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8968 - ;;
8969 + ;; #(
8970 *)
8971 # `set' quotes correctly as required by POSIX, so do not add quotes.
8972 - sed -n \
8973 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8974 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8975 ;;
8976 - esac;
8977 -} |
8978 + esac |
8979 + sort
8980 +) |
8981 sed '
8982 + /^ac_cv_env_/b end
8983 t clear
8984 - : clear
8985 + :clear
8986 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8987 t end
8988 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8989 - : end' >>confcache
8990 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
8991 - if test -w $cache_file; then
8992 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8993 - cat confcache >$cache_file
8994 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8995 + :end' >>confcache
8996 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8997 + if test -w "$cache_file"; then
8998 + if test "x$cache_file" != "x/dev/null"; then
8999 + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9000 +$as_echo "$as_me: updating cache $cache_file" >&6;}
9001 + if test ! -f "$cache_file" || test -h "$cache_file"; then
9002 + cat confcache >"$cache_file"
9003 + else
9004 + case $cache_file in #(
9005 + */* | ?:*)
9006 + mv -f confcache "$cache_file"$$ &&
9007 + mv -f "$cache_file"$$ "$cache_file" ;; #(
9008 + *)
9009 + mv -f confcache "$cache_file" ;;
9010 + esac
9011 + fi
9012 + fi
9013 else
9014 - echo "not updating unwritable cache $cache_file"
9015 + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9016 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
9017 fi
9018 fi
9019 rm -f confcache
9020 @@ -5130,570 +5418,346 @@ test "x$prefix" = xNONE && prefix=$ac_de
9021 # Let make expand exec_prefix.
9022 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9023
9024 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
9025 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9026 -# trailing colons and then remove the whole line if VPATH becomes empty
9027 -# (actually we leave an empty line to preserve line numbers).
9028 -if test "x$srcdir" = x.; then
9029 - ac_vpsub='/^[ ]*VPATH[ ]*=/{
9030 -s/:*\$(srcdir):*/:/;
9031 -s/:*\${srcdir}:*/:/;
9032 -s/:*@srcdir@:*/:/;
9033 -s/^\([^=]*=[ ]*\):*/\1/;
9034 -s/:*$//;
9035 -s/^[^=]*=[ ]*$//;
9036 -}'
9037 -fi
9038 -
9039 DEFS=-DHAVE_CONFIG_H
9040
9041 ac_libobjs=
9042 ac_ltlibobjs=
9043 +U=
9044 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9045 # 1. Remove the extension, and $U if already installed.
9046 - ac_i=`echo "$ac_i" |
9047 - sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9048 - # 2. Add them.
9049 - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9050 - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9051 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
9052 + ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
9053 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
9054 + # will be set to the directory where LIBOBJS objects are built.
9055 + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
9056 + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
9057 done
9058 LIBOBJS=$ac_libobjs
9059
9060 LTLIBOBJS=$ac_ltlibobjs
9061
9062
9063 + if test -n "$EXEEXT"; then
9064 + am__EXEEXT_TRUE=
9065 + am__EXEEXT_FALSE='#'
9066 +else
9067 + am__EXEEXT_TRUE='#'
9068 + am__EXEEXT_FALSE=
9069 +fi
9070 +
9071 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9072 - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9073 -Usually this means the macro was only invoked conditionally." >&5
9074 -echo "$as_me: error: conditional \"AMDEP\" was never defined.
9075 -Usually this means the macro was only invoked conditionally." >&2;}
9076 - { (exit 1); exit 1; }; }
9077 + as_fn_error $? "conditional \"AMDEP\" was never defined.
9078 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9079 fi
9080 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9081 - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9082 -Usually this means the macro was only invoked conditionally." >&5
9083 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9084 -Usually this means the macro was only invoked conditionally." >&2;}
9085 - { (exit 1); exit 1; }; }
9086 + as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
9087 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9088 fi
9089 if test -z "${KERNEL_2_6_TRUE}" && test -z "${KERNEL_2_6_FALSE}"; then
9090 - { { echo "$as_me:$LINENO: error: conditional \"KERNEL_2_6\" was never defined.
9091 -Usually this means the macro was only invoked conditionally." >&5
9092 -echo "$as_me: error: conditional \"KERNEL_2_6\" was never defined.
9093 -Usually this means the macro was only invoked conditionally." >&2;}
9094 - { (exit 1); exit 1; }; }
9095 + as_fn_error $? "conditional \"KERNEL_2_6\" was never defined.
9096 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9097 fi
9098 if test -z "${KERNEL_2_6_TRUE}" && test -z "${KERNEL_2_6_FALSE}"; then
9099 - { { echo "$as_me:$LINENO: error: conditional \"KERNEL_2_6\" was never defined.
9100 -Usually this means the macro was only invoked conditionally." >&5
9101 -echo "$as_me: error: conditional \"KERNEL_2_6\" was never defined.
9102 -Usually this means the macro was only invoked conditionally." >&2;}
9103 - { (exit 1); exit 1; }; }
9104 + as_fn_error $? "conditional \"KERNEL_2_6\" was never defined.
9105 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9106 fi
9107 if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9108 - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9109 -Usually this means the macro was only invoked conditionally." >&5
9110 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9111 -Usually this means the macro was only invoked conditionally." >&2;}
9112 - { (exit 1); exit 1; }; }
9113 + as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9114 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9115 fi
9116 if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9117 - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9118 -Usually this means the macro was only invoked conditionally." >&5
9119 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9120 -Usually this means the macro was only invoked conditionally." >&2;}
9121 - { (exit 1); exit 1; }; }
9122 + as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9123 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9124 fi
9125 if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9126 - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9127 -Usually this means the macro was only invoked conditionally." >&5
9128 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9129 -Usually this means the macro was only invoked conditionally." >&2;}
9130 - { (exit 1); exit 1; }; }
9131 + as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9132 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9133 fi
9134 if test -z "${WARNINGS_TRUE}" && test -z "${WARNINGS_FALSE}"; then
9135 - { { echo "$as_me:$LINENO: error: conditional \"WARNINGS\" was never defined.
9136 -Usually this means the macro was only invoked conditionally." >&5
9137 -echo "$as_me: error: conditional \"WARNINGS\" was never defined.
9138 -Usually this means the macro was only invoked conditionally." >&2;}
9139 - { (exit 1); exit 1; }; }
9140 + as_fn_error $? "conditional \"WARNINGS\" was never defined.
9141 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9142 fi
9143 if test -z "${WARNINGS_TRUE}" && test -z "${WARNINGS_FALSE}"; then
9144 - { { echo "$as_me:$LINENO: error: conditional \"WARNINGS\" was never defined.
9145 -Usually this means the macro was only invoked conditionally." >&5
9146 -echo "$as_me: error: conditional \"WARNINGS\" was never defined.
9147 -Usually this means the macro was only invoked conditionally." >&2;}
9148 - { (exit 1); exit 1; }; }
9149 + as_fn_error $? "conditional \"WARNINGS\" was never defined.
9150 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9151 fi
9152 if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9153 - { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9154 -Usually this means the macro was only invoked conditionally." >&5
9155 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9156 -Usually this means the macro was only invoked conditionally." >&2;}
9157 - { (exit 1); exit 1; }; }
9158 + as_fn_error $? "conditional \"DEBUG\" was never defined.
9159 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9160 fi
9161 if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9162 - { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9163 -Usually this means the macro was only invoked conditionally." >&5
9164 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9165 -Usually this means the macro was only invoked conditionally." >&2;}
9166 - { (exit 1); exit 1; }; }
9167 + as_fn_error $? "conditional \"DEBUG\" was never defined.
9168 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9169 fi
9170 if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9171 - { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9172 -Usually this means the macro was only invoked conditionally." >&5
9173 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9174 -Usually this means the macro was only invoked conditionally." >&2;}
9175 - { (exit 1); exit 1; }; }
9176 + as_fn_error $? "conditional \"DEBUG\" was never defined.
9177 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9178 fi
9179 if test -z "${HL_TAPI_INCL_PATH_SET_TRUE}" && test -z "${HL_TAPI_INCL_PATH_SET_FALSE}"; then
9180 - { { echo "$as_me:$LINENO: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9181 -Usually this means the macro was only invoked conditionally." >&5
9182 -echo "$as_me: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9183 -Usually this means the macro was only invoked conditionally." >&2;}
9184 - { (exit 1); exit 1; }; }
9185 + as_fn_error $? "conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9186 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9187 fi
9188 if test -z "${HL_TAPI_INCL_PATH_SET_TRUE}" && test -z "${HL_TAPI_INCL_PATH_SET_FALSE}"; then
9189 - { { echo "$as_me:$LINENO: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9190 -Usually this means the macro was only invoked conditionally." >&5
9191 -echo "$as_me: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9192 -Usually this means the macro was only invoked conditionally." >&2;}
9193 - { (exit 1); exit 1; }; }
9194 + as_fn_error $? "conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9195 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9196 fi
9197 if test -z "${MPS_INCL_PATH_SET_TRUE}" && test -z "${MPS_INCL_PATH_SET_FALSE}"; then
9198 - { { echo "$as_me:$LINENO: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9199 -Usually this means the macro was only invoked conditionally." >&5
9200 -echo "$as_me: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9201 -Usually this means the macro was only invoked conditionally." >&2;}
9202 - { (exit 1); exit 1; }; }
9203 + as_fn_error $? "conditional \"MPS_INCL_PATH_SET\" was never defined.
9204 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9205 fi
9206 if test -z "${MPS_INCL_PATH_SET_TRUE}" && test -z "${MPS_INCL_PATH_SET_FALSE}"; then
9207 - { { echo "$as_me:$LINENO: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9208 -Usually this means the macro was only invoked conditionally." >&5
9209 -echo "$as_me: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9210 -Usually this means the macro was only invoked conditionally." >&2;}
9211 - { (exit 1); exit 1; }; }
9212 + as_fn_error $? "conditional \"MPS_INCL_PATH_SET\" was never defined.
9213 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9214 fi
9215 if test -z "${EVALUATION_TRUE}" && test -z "${EVALUATION_FALSE}"; then
9216 - { { echo "$as_me:$LINENO: error: conditional \"EVALUATION\" was never defined.
9217 -Usually this means the macro was only invoked conditionally." >&5
9218 -echo "$as_me: error: conditional \"EVALUATION\" was never defined.
9219 -Usually this means the macro was only invoked conditionally." >&2;}
9220 - { (exit 1); exit 1; }; }
9221 + as_fn_error $? "conditional \"EVALUATION\" was never defined.
9222 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9223 fi
9224 if test -z "${EVALUATION_TRUE}" && test -z "${EVALUATION_FALSE}"; then
9225 - { { echo "$as_me:$LINENO: error: conditional \"EVALUATION\" was never defined.
9226 -Usually this means the macro was only invoked conditionally." >&5
9227 -echo "$as_me: error: conditional \"EVALUATION\" was never defined.
9228 -Usually this means the macro was only invoked conditionally." >&2;}
9229 - { (exit 1); exit 1; }; }
9230 + as_fn_error $? "conditional \"EVALUATION\" was never defined.
9231 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9232 fi
9233 if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9234 - { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9235 -Usually this means the macro was only invoked conditionally." >&5
9236 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9237 -Usually this means the macro was only invoked conditionally." >&2;}
9238 - { (exit 1); exit 1; }; }
9239 + as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9240 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9241 fi
9242 if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9243 - { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9244 -Usually this means the macro was only invoked conditionally." >&5
9245 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9246 -Usually this means the macro was only invoked conditionally." >&2;}
9247 - { (exit 1); exit 1; }; }
9248 + as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9249 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9250 fi
9251 if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9252 - { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9253 -Usually this means the macro was only invoked conditionally." >&5
9254 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9255 -Usually this means the macro was only invoked conditionally." >&2;}
9256 - { (exit 1); exit 1; }; }
9257 + as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9258 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9259 fi
9260 if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9261 - { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9262 -Usually this means the macro was only invoked conditionally." >&5
9263 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9264 -Usually this means the macro was only invoked conditionally." >&2;}
9265 - { (exit 1); exit 1; }; }
9266 + as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9267 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9268 fi
9269 if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9270 - { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9271 -Usually this means the macro was only invoked conditionally." >&5
9272 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9273 -Usually this means the macro was only invoked conditionally." >&2;}
9274 - { (exit 1); exit 1; }; }
9275 + as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9276 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9277 fi
9278 if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9279 - { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9280 -Usually this means the macro was only invoked conditionally." >&5
9281 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9282 -Usually this means the macro was only invoked conditionally." >&2;}
9283 - { (exit 1); exit 1; }; }
9284 + as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9285 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9286 fi
9287 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9288 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9289 -Usually this means the macro was only invoked conditionally." >&5
9290 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9291 -Usually this means the macro was only invoked conditionally." >&2;}
9292 - { (exit 1); exit 1; }; }
9293 + as_fn_error $? "conditional \"TAPI\" was never defined.
9294 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9295 fi
9296 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9297 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9298 -Usually this means the macro was only invoked conditionally." >&5
9299 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9300 -Usually this means the macro was only invoked conditionally." >&2;}
9301 - { (exit 1); exit 1; }; }
9302 + as_fn_error $? "conditional \"TAPI\" was never defined.
9303 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9304 fi
9305 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9306 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9307 -Usually this means the macro was only invoked conditionally." >&5
9308 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9309 -Usually this means the macro was only invoked conditionally." >&2;}
9310 - { (exit 1); exit 1; }; }
9311 + as_fn_error $? "conditional \"TAPI\" was never defined.
9312 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9313 fi
9314 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9315 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9316 -Usually this means the macro was only invoked conditionally." >&5
9317 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9318 -Usually this means the macro was only invoked conditionally." >&2;}
9319 - { (exit 1); exit 1; }; }
9320 + as_fn_error $? "conditional \"TAPI\" was never defined.
9321 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9322 fi
9323 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9324 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9325 -Usually this means the macro was only invoked conditionally." >&5
9326 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9327 -Usually this means the macro was only invoked conditionally." >&2;}
9328 - { (exit 1); exit 1; }; }
9329 + as_fn_error $? "conditional \"TAPI\" was never defined.
9330 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9331 fi
9332 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9333 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9334 -Usually this means the macro was only invoked conditionally." >&5
9335 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9336 -Usually this means the macro was only invoked conditionally." >&2;}
9337 - { (exit 1); exit 1; }; }
9338 + as_fn_error $? "conditional \"TAPI\" was never defined.
9339 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9340 fi
9341 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9342 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9343 -Usually this means the macro was only invoked conditionally." >&5
9344 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9345 -Usually this means the macro was only invoked conditionally." >&2;}
9346 - { (exit 1); exit 1; }; }
9347 + as_fn_error $? "conditional \"TAPI\" was never defined.
9348 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9349 fi
9350 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9351 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9352 -Usually this means the macro was only invoked conditionally." >&5
9353 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9354 -Usually this means the macro was only invoked conditionally." >&2;}
9355 - { (exit 1); exit 1; }; }
9356 + as_fn_error $? "conditional \"TAPI\" was never defined.
9357 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9358 fi
9359 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9360 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9361 -Usually this means the macro was only invoked conditionally." >&5
9362 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9363 -Usually this means the macro was only invoked conditionally." >&2;}
9364 - { (exit 1); exit 1; }; }
9365 + as_fn_error $? "conditional \"TAPI\" was never defined.
9366 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9367 fi
9368 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9369 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9370 -Usually this means the macro was only invoked conditionally." >&5
9371 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9372 -Usually this means the macro was only invoked conditionally." >&2;}
9373 - { (exit 1); exit 1; }; }
9374 + as_fn_error $? "conditional \"TAPI\" was never defined.
9375 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9376 fi
9377 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9378 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9379 -Usually this means the macro was only invoked conditionally." >&5
9380 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9381 -Usually this means the macro was only invoked conditionally." >&2;}
9382 - { (exit 1); exit 1; }; }
9383 + as_fn_error $? "conditional \"TAPI\" was never defined.
9384 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9385 fi
9386 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9387 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9388 -Usually this means the macro was only invoked conditionally." >&5
9389 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9390 -Usually this means the macro was only invoked conditionally." >&2;}
9391 - { (exit 1); exit 1; }; }
9392 + as_fn_error $? "conditional \"TAPI\" was never defined.
9393 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9394 fi
9395 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9396 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9397 -Usually this means the macro was only invoked conditionally." >&5
9398 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9399 -Usually this means the macro was only invoked conditionally." >&2;}
9400 - { (exit 1); exit 1; }; }
9401 + as_fn_error $? "conditional \"TAPI\" was never defined.
9402 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9403 fi
9404 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9405 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9406 -Usually this means the macro was only invoked conditionally." >&5
9407 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9408 -Usually this means the macro was only invoked conditionally." >&2;}
9409 - { (exit 1); exit 1; }; }
9410 + as_fn_error $? "conditional \"TAPI\" was never defined.
9411 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9412 fi
9413 if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9414 - { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9415 -Usually this means the macro was only invoked conditionally." >&5
9416 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9417 -Usually this means the macro was only invoked conditionally." >&2;}
9418 - { (exit 1); exit 1; }; }
9419 + as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9420 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9421 fi
9422 if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9423 - { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9424 -Usually this means the macro was only invoked conditionally." >&5
9425 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9426 -Usually this means the macro was only invoked conditionally." >&2;}
9427 - { (exit 1); exit 1; }; }
9428 + as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9429 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9430 fi
9431 if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9432 - { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9433 -Usually this means the macro was only invoked conditionally." >&5
9434 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9435 -Usually this means the macro was only invoked conditionally." >&2;}
9436 - { (exit 1); exit 1; }; }
9437 + as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9438 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9439 fi
9440 if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9441 - { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9442 -Usually this means the macro was only invoked conditionally." >&5
9443 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9444 -Usually this means the macro was only invoked conditionally." >&2;}
9445 - { (exit 1); exit 1; }; }
9446 + as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9447 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9448 fi
9449 if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9450 - { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9451 -Usually this means the macro was only invoked conditionally." >&5
9452 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9453 -Usually this means the macro was only invoked conditionally." >&2;}
9454 - { (exit 1); exit 1; }; }
9455 + as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9456 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9457 fi
9458 if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9459 - { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9460 -Usually this means the macro was only invoked conditionally." >&5
9461 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9462 -Usually this means the macro was only invoked conditionally." >&2;}
9463 - { (exit 1); exit 1; }; }
9464 + as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9465 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9466 fi
9467 if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9468 - { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9469 -Usually this means the macro was only invoked conditionally." >&5
9470 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9471 -Usually this means the macro was only invoked conditionally." >&2;}
9472 - { (exit 1); exit 1; }; }
9473 + as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9474 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9475 fi
9476 if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9477 - { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9478 -Usually this means the macro was only invoked conditionally." >&5
9479 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9480 -Usually this means the macro was only invoked conditionally." >&2;}
9481 - { (exit 1); exit 1; }; }
9482 + as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9483 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9484 fi
9485 if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9486 - { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9487 -Usually this means the macro was only invoked conditionally." >&5
9488 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9489 -Usually this means the macro was only invoked conditionally." >&2;}
9490 - { (exit 1); exit 1; }; }
9491 + as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9492 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9493 fi
9494 if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9495 - { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9496 -Usually this means the macro was only invoked conditionally." >&5
9497 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9498 -Usually this means the macro was only invoked conditionally." >&2;}
9499 - { (exit 1); exit 1; }; }
9500 + as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9501 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9502 fi
9503 if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9504 - { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9505 -Usually this means the macro was only invoked conditionally." >&5
9506 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9507 -Usually this means the macro was only invoked conditionally." >&2;}
9508 - { (exit 1); exit 1; }; }
9509 + as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9510 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9511 fi
9512 if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9513 - { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9514 -Usually this means the macro was only invoked conditionally." >&5
9515 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9516 -Usually this means the macro was only invoked conditionally." >&2;}
9517 - { (exit 1); exit 1; }; }
9518 + as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9519 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9520 fi
9521 if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9522 - { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9523 -Usually this means the macro was only invoked conditionally." >&5
9524 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9525 -Usually this means the macro was only invoked conditionally." >&2;}
9526 - { (exit 1); exit 1; }; }
9527 + as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9528 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9529 fi
9530 if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9531 - { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9532 -Usually this means the macro was only invoked conditionally." >&5
9533 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9534 -Usually this means the macro was only invoked conditionally." >&2;}
9535 - { (exit 1); exit 1; }; }
9536 + as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9537 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9538 fi
9539 if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9540 - { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9541 -Usually this means the macro was only invoked conditionally." >&5
9542 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9543 -Usually this means the macro was only invoked conditionally." >&2;}
9544 - { (exit 1); exit 1; }; }
9545 + as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9546 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9547 fi
9548 if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9549 - { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9550 -Usually this means the macro was only invoked conditionally." >&5
9551 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9552 -Usually this means the macro was only invoked conditionally." >&2;}
9553 - { (exit 1); exit 1; }; }
9554 + as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9555 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9556 fi
9557 if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9558 - { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9559 -Usually this means the macro was only invoked conditionally." >&5
9560 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9561 -Usually this means the macro was only invoked conditionally." >&2;}
9562 - { (exit 1); exit 1; }; }
9563 + as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9564 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9565 fi
9566 if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9567 - { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9568 -Usually this means the macro was only invoked conditionally." >&5
9569 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9570 -Usually this means the macro was only invoked conditionally." >&2;}
9571 - { (exit 1); exit 1; }; }
9572 + as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9573 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9574 fi
9575 if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9576 - { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9577 -Usually this means the macro was only invoked conditionally." >&5
9578 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9579 -Usually this means the macro was only invoked conditionally." >&2;}
9580 - { (exit 1); exit 1; }; }
9581 + as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9582 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9583 fi
9584 if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9585 - { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9586 -Usually this means the macro was only invoked conditionally." >&5
9587 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9588 -Usually this means the macro was only invoked conditionally." >&2;}
9589 - { (exit 1); exit 1; }; }
9590 + as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9591 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9592 fi
9593 if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9594 - { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9595 -Usually this means the macro was only invoked conditionally." >&5
9596 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9597 -Usually this means the macro was only invoked conditionally." >&2;}
9598 - { (exit 1); exit 1; }; }
9599 + as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9600 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9601 fi
9602 if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9603 - { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9604 -Usually this means the macro was only invoked conditionally." >&5
9605 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9606 -Usually this means the macro was only invoked conditionally." >&2;}
9607 - { (exit 1); exit 1; }; }
9608 + as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9609 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9610 fi
9611 if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9612 - { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9613 -Usually this means the macro was only invoked conditionally." >&5
9614 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9615 -Usually this means the macro was only invoked conditionally." >&2;}
9616 - { (exit 1); exit 1; }; }
9617 + as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9618 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9619 fi
9620 if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9621 - { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9622 -Usually this means the macro was only invoked conditionally." >&5
9623 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9624 -Usually this means the macro was only invoked conditionally." >&2;}
9625 - { (exit 1); exit 1; }; }
9626 + as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9627 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9628 fi
9629 if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9630 - { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9631 -Usually this means the macro was only invoked conditionally." >&5
9632 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9633 -Usually this means the macro was only invoked conditionally." >&2;}
9634 - { (exit 1); exit 1; }; }
9635 + as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9636 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9637 fi
9638 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9639 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9640 -Usually this means the macro was only invoked conditionally." >&5
9641 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9642 -Usually this means the macro was only invoked conditionally." >&2;}
9643 - { (exit 1); exit 1; }; }
9644 + as_fn_error $? "conditional \"TAPI\" was never defined.
9645 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9646 fi
9647 if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9648 - { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9649 -Usually this means the macro was only invoked conditionally." >&5
9650 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9651 -Usually this means the macro was only invoked conditionally." >&2;}
9652 - { (exit 1); exit 1; }; }
9653 + as_fn_error $? "conditional \"TAPI\" was never defined.
9654 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9655 fi
9656 if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9657 - { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9658 -Usually this means the macro was only invoked conditionally." >&5
9659 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9660 -Usually this means the macro was only invoked conditionally." >&2;}
9661 - { (exit 1); exit 1; }; }
9662 + as_fn_error $? "conditional \"DANUBE\" was never defined.
9663 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9664 fi
9665 if test -z "${AR9_TRUE}" && test -z "${AR9_FALSE}"; then
9666 - { { echo "$as_me:$LINENO: error: conditional \"AR9\" was never defined.
9667 -Usually this means the macro was only invoked conditionally." >&5
9668 -echo "$as_me: error: conditional \"AR9\" was never defined.
9669 -Usually this means the macro was only invoked conditionally." >&2;}
9670 - { (exit 1); exit 1; }; }
9671 + as_fn_error $? "conditional \"AR9\" was never defined.
9672 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9673 fi
9674 if test -z "${VR9_TRUE}" && test -z "${VR9_FALSE}"; then
9675 - { { echo "$as_me:$LINENO: error: conditional \"VR9\" was never defined.
9676 -Usually this means the macro was only invoked conditionally." >&5
9677 -echo "$as_me: error: conditional \"VR9\" was never defined.
9678 -Usually this means the macro was only invoked conditionally." >&2;}
9679 - { (exit 1); exit 1; }; }
9680 + as_fn_error $? "conditional \"VR9\" was never defined.
9681 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9682 fi
9683 if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9684 - { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9685 -Usually this means the macro was only invoked conditionally." >&5
9686 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9687 -Usually this means the macro was only invoked conditionally." >&2;}
9688 - { (exit 1); exit 1; }; }
9689 + as_fn_error $? "conditional \"DANUBE\" was never defined.
9690 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9691 fi
9692 if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9693 - { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9694 -Usually this means the macro was only invoked conditionally." >&5
9695 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9696 -Usually this means the macro was only invoked conditionally." >&2;}
9697 - { (exit 1); exit 1; }; }
9698 + as_fn_error $? "conditional \"DANUBE\" was never defined.
9699 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9700 fi
9701 if test -z "${AR9_TRUE}" && test -z "${AR9_FALSE}"; then
9702 - { { echo "$as_me:$LINENO: error: conditional \"AR9\" was never defined.
9703 -Usually this means the macro was only invoked conditionally." >&5
9704 -echo "$as_me: error: conditional \"AR9\" was never defined.
9705 -Usually this means the macro was only invoked conditionally." >&2;}
9706 - { (exit 1); exit 1; }; }
9707 + as_fn_error $? "conditional \"AR9\" was never defined.
9708 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9709 fi
9710 if test -z "${VR9_TRUE}" && test -z "${VR9_FALSE}"; then
9711 - { { echo "$as_me:$LINENO: error: conditional \"VR9\" was never defined.
9712 -Usually this means the macro was only invoked conditionally." >&5
9713 -echo "$as_me: error: conditional \"VR9\" was never defined.
9714 -Usually this means the macro was only invoked conditionally." >&2;}
9715 - { (exit 1); exit 1; }; }
9716 + as_fn_error $? "conditional \"VR9\" was never defined.
9717 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9718 +fi
9719 +if test -z "${FALCON_TRUE}" && test -z "${FALCON_FALSE}"; then
9720 + as_fn_error $? "conditional \"FALCON\" was never defined.
9721 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9722 fi
9723 if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9724 - { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9725 -Usually this means the macro was only invoked conditionally." >&5
9726 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9727 -Usually this means the macro was only invoked conditionally." >&2;}
9728 - { (exit 1); exit 1; }; }
9729 + as_fn_error $? "conditional \"DANUBE\" was never defined.
9730 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9731 fi
9732 if test -z "${VMMC_WITH_MPS_TRUE}" && test -z "${VMMC_WITH_MPS_FALSE}"; then
9733 - { { echo "$as_me:$LINENO: error: conditional \"VMMC_WITH_MPS\" was never defined.
9734 -Usually this means the macro was only invoked conditionally." >&5
9735 -echo "$as_me: error: conditional \"VMMC_WITH_MPS\" was never defined.
9736 -Usually this means the macro was only invoked conditionally." >&2;}
9737 - { (exit 1); exit 1; }; }
9738 + as_fn_error $? "conditional \"VMMC_WITH_MPS\" was never defined.
9739 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9740 fi
9741 if test -z "${VMMC_WITH_MPS_TRUE}" && test -z "${VMMC_WITH_MPS_FALSE}"; then
9742 - { { echo "$as_me:$LINENO: error: conditional \"VMMC_WITH_MPS\" was never defined.
9743 -Usually this means the macro was only invoked conditionally." >&5
9744 -echo "$as_me: error: conditional \"VMMC_WITH_MPS\" was never defined.
9745 -Usually this means the macro was only invoked conditionally." >&2;}
9746 - { (exit 1); exit 1; }; }
9747 + as_fn_error $? "conditional \"VMMC_WITH_MPS\" was never defined.
9748 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9749 fi
9750
9751 -: ${CONFIG_STATUS=./config.status}
9752 +: "${CONFIG_STATUS=./config.status}"
9753 +ac_write_fail=0
9754 ac_clean_files_save=$ac_clean_files
9755 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9756 -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9757 -echo "$as_me: creating $CONFIG_STATUS" >&6;}
9758 -cat >$CONFIG_STATUS <<_ACEOF
9759 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
9760 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
9761 +as_write_fail=0
9762 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
9763 #! $SHELL
9764 # Generated by $as_me.
9765 # Run this file to recreate the current configuration.
9766 @@ -5703,230 +5767,377 @@ cat >$CONFIG_STATUS <<_ACEOF
9767 debug=false
9768 ac_cs_recheck=false
9769 ac_cs_silent=false
9770 -SHELL=\${CONFIG_SHELL-$SHELL}
9771 -_ACEOF
9772
9773 -cat >>$CONFIG_STATUS <<\_ACEOF
9774 -## --------------------- ##
9775 -## M4sh Initialization. ##
9776 -## --------------------- ##
9777 +SHELL=\${CONFIG_SHELL-$SHELL}
9778 +export SHELL
9779 +_ASEOF
9780 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
9781 +## -------------------- ##
9782 +## M4sh Initialization. ##
9783 +## -------------------- ##
9784
9785 -# Be Bourne compatible
9786 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9787 +# Be more Bourne compatible
9788 +DUALCASE=1; export DUALCASE # for MKS sh
9789 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
9790 emulate sh
9791 NULLCMD=:
9792 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9793 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
9794 # is contrary to our usage. Disable this feature.
9795 alias -g '${1+"$@"}'='"$@"'
9796 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
9797 - set -o posix
9798 -fi
9799 -DUALCASE=1; export DUALCASE # for MKS sh
9800 -
9801 -# Support unset when possible.
9802 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
9803 - as_unset=unset
9804 + setopt NO_GLOB_SUBST
9805 else
9806 - as_unset=false
9807 + case `(set -o) 2>/dev/null` in #(
9808 + *posix*) :
9809 + set -o posix ;; #(
9810 + *) :
9811 + ;;
9812 +esac
9813 fi
9814
9815
9816 -# Work around bugs in pre-3.0 UWIN ksh.
9817 -$as_unset ENV MAIL MAILPATH
9818 -PS1='$ '
9819 -PS2='> '
9820 -PS4='+ '
9821 -
9822 -# NLS nuisances.
9823 -for as_var in \
9824 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9825 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9826 - LC_TELEPHONE LC_TIME
9827 -do
9828 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
9829 - eval $as_var=C; export $as_var
9830 +as_nl='
9831 +'
9832 +export as_nl
9833 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
9834 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9835 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9836 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9837 +# Prefer a ksh shell builtin over an external printf program on Solaris,
9838 +# but without wasting forks for bash or zsh.
9839 +if test -z "$BASH_VERSION$ZSH_VERSION" \
9840 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9841 + as_echo='print -r --'
9842 + as_echo_n='print -rn --'
9843 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9844 + as_echo='printf %s\n'
9845 + as_echo_n='printf %s'
9846 +else
9847 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9848 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9849 + as_echo_n='/usr/ucb/echo -n'
9850 else
9851 - $as_unset $as_var
9852 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9853 + as_echo_n_body='eval
9854 + arg=$1;
9855 + case $arg in #(
9856 + *"$as_nl"*)
9857 + expr "X$arg" : "X\\(.*\\)$as_nl";
9858 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9859 + esac;
9860 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9861 + '
9862 + export as_echo_n_body
9863 + as_echo_n='sh -c $as_echo_n_body as_echo'
9864 fi
9865 -done
9866 -
9867 -# Required to use basename.
9868 -if expr a : '\(a\)' >/dev/null 2>&1; then
9869 - as_expr=expr
9870 -else
9871 - as_expr=false
9872 + export as_echo_body
9873 + as_echo='sh -c $as_echo_body as_echo'
9874 fi
9875
9876 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
9877 - as_basename=basename
9878 -else
9879 - as_basename=false
9880 -fi
9881 -
9882 -
9883 -# Name of the executable.
9884 -as_me=`$as_basename "$0" ||
9885 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9886 - X"$0" : 'X\(//\)$' \| \
9887 - X"$0" : 'X\(/\)$' \| \
9888 - . : '\(.\)' 2>/dev/null ||
9889 -echo X/"$0" |
9890 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9891 - /^X\/\(\/\/\)$/{ s//\1/; q; }
9892 - /^X\/\(\/\).*/{ s//\1/; q; }
9893 - s/.*/./; q'`
9894 -
9895 -
9896 -# PATH needs CR, and LINENO needs CR and PATH.
9897 -# Avoid depending upon Character Ranges.
9898 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9899 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9900 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9901 -as_cr_digits='0123456789'
9902 -as_cr_alnum=$as_cr_Letters$as_cr_digits
9903 -
9904 # The user is always right.
9905 if test "${PATH_SEPARATOR+set}" != set; then
9906 - echo "#! /bin/sh" >conf$$.sh
9907 - echo "exit 0" >>conf$$.sh
9908 - chmod +x conf$$.sh
9909 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9910 - PATH_SEPARATOR=';'
9911 - else
9912 - PATH_SEPARATOR=:
9913 - fi
9914 - rm -f conf$$.sh
9915 + PATH_SEPARATOR=:
9916 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9917 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9918 + PATH_SEPARATOR=';'
9919 + }
9920 fi
9921
9922
9923 - as_lineno_1=$LINENO
9924 - as_lineno_2=$LINENO
9925 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9926 - test "x$as_lineno_1" != "x$as_lineno_2" &&
9927 - test "x$as_lineno_3" = "x$as_lineno_2" || {
9928 - # Find who we are. Look in the path if we contain no path at all
9929 - # relative or not.
9930 - case $0 in
9931 - *[\\/]* ) as_myself=$0 ;;
9932 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9933 +# IFS
9934 +# We need space, tab and new line, in precisely that order. Quoting is
9935 +# there to prevent editors from complaining about space-tab.
9936 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
9937 +# splitting by setting IFS to empty value.)
9938 +IFS=" "" $as_nl"
9939 +
9940 +# Find who we are. Look in the path if we contain no directory separator.
9941 +as_myself=
9942 +case $0 in #((
9943 + *[\\/]* ) as_myself=$0 ;;
9944 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9945 for as_dir in $PATH
9946 do
9947 IFS=$as_save_IFS
9948 test -z "$as_dir" && as_dir=.
9949 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9950 -done
9951 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9952 + done
9953 +IFS=$as_save_IFS
9954
9955 - ;;
9956 - esac
9957 - # We did not find ourselves, most probably we were run as `sh COMMAND'
9958 - # in which case we are not to be found in the path.
9959 - if test "x$as_myself" = x; then
9960 - as_myself=$0
9961 - fi
9962 - if test ! -f "$as_myself"; then
9963 - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9964 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9965 - { (exit 1); exit 1; }; }
9966 - fi
9967 - case $CONFIG_SHELL in
9968 - '')
9969 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9970 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9971 -do
9972 - IFS=$as_save_IFS
9973 - test -z "$as_dir" && as_dir=.
9974 - for as_base in sh bash ksh sh5; do
9975 - case $as_dir in
9976 - /*)
9977 - if ("$as_dir/$as_base" -c '
9978 - as_lineno_1=$LINENO
9979 - as_lineno_2=$LINENO
9980 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9981 - test "x$as_lineno_1" != "x$as_lineno_2" &&
9982 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
9983 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
9984 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
9985 - CONFIG_SHELL=$as_dir/$as_base
9986 - export CONFIG_SHELL
9987 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
9988 - fi;;
9989 - esac
9990 - done
9991 + ;;
9992 +esac
9993 +# We did not find ourselves, most probably we were run as `sh COMMAND'
9994 +# in which case we are not to be found in the path.
9995 +if test "x$as_myself" = x; then
9996 + as_myself=$0
9997 +fi
9998 +if test ! -f "$as_myself"; then
9999 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10000 + exit 1
10001 +fi
10002 +
10003 +# Unset variables that we do not need and which cause bugs (e.g. in
10004 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
10005 +# suppresses any "Segmentation fault" message there. '((' could
10006 +# trigger a bug in pdksh 5.2.14.
10007 +for as_var in BASH_ENV ENV MAIL MAILPATH
10008 +do eval test x\${$as_var+set} = xset \
10009 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
10010 done
10011 -;;
10012 - esac
10013 +PS1='$ '
10014 +PS2='> '
10015 +PS4='+ '
10016
10017 - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10018 - # uniformly replaced by the line number. The first 'sed' inserts a
10019 - # line-number line before each line; the second 'sed' does the real
10020 - # work. The second script uses 'N' to pair each line-number line
10021 - # with the numbered line, and appends trailing '-' during
10022 - # substitution so that $LINENO is not a special case at line end.
10023 - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10024 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10025 - sed '=' <$as_myself |
10026 - sed '
10027 - N
10028 - s,$,-,
10029 - : loop
10030 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10031 - t loop
10032 - s,-$,,
10033 - s,^['$as_cr_digits']*\n,,
10034 - ' >$as_me.lineno &&
10035 - chmod +x $as_me.lineno ||
10036 - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10037 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10038 - { (exit 1); exit 1; }; }
10039 +# NLS nuisances.
10040 +LC_ALL=C
10041 +export LC_ALL
10042 +LANGUAGE=C
10043 +export LANGUAGE
10044
10045 - # Don't try to exec as it changes $[0], causing all sort of problems
10046 - # (the dirname of $[0] is not the place where we might find the
10047 - # original and so on. Autoconf is especially sensible to this).
10048 - . ./$as_me.lineno
10049 - # Exit status is that of the last command.
10050 - exit
10051 -}
10052 +# CDPATH.
10053 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10054
10055
10056 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10057 - *c*,-n*) ECHO_N= ECHO_C='
10058 -' ECHO_T=' ' ;;
10059 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10060 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10061 -esac
10062 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
10063 +# ----------------------------------------
10064 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
10065 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
10066 +# script with STATUS, using 1 if that was 0.
10067 +as_fn_error ()
10068 +{
10069 + as_status=$1; test $as_status -eq 0 && as_status=1
10070 + if test "$4"; then
10071 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
10072 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
10073 + fi
10074 + $as_echo "$as_me: error: $2" >&2
10075 + as_fn_exit $as_status
10076 +} # as_fn_error
10077 +
10078 +
10079 +# as_fn_set_status STATUS
10080 +# -----------------------
10081 +# Set $? to STATUS, without forking.
10082 +as_fn_set_status ()
10083 +{
10084 + return $1
10085 +} # as_fn_set_status
10086 +
10087 +# as_fn_exit STATUS
10088 +# -----------------
10089 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
10090 +as_fn_exit ()
10091 +{
10092 + set +e
10093 + as_fn_set_status $1
10094 + exit $1
10095 +} # as_fn_exit
10096 +
10097 +# as_fn_unset VAR
10098 +# ---------------
10099 +# Portably unset VAR.
10100 +as_fn_unset ()
10101 +{
10102 + { eval $1=; unset $1;}
10103 +}
10104 +as_unset=as_fn_unset
10105 +# as_fn_append VAR VALUE
10106 +# ----------------------
10107 +# Append the text in VALUE to the end of the definition contained in VAR. Take
10108 +# advantage of any shell optimizations that allow amortized linear growth over
10109 +# repeated appends, instead of the typical quadratic growth present in naive
10110 +# implementations.
10111 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
10112 + eval 'as_fn_append ()
10113 + {
10114 + eval $1+=\$2
10115 + }'
10116 +else
10117 + as_fn_append ()
10118 + {
10119 + eval $1=\$$1\$2
10120 + }
10121 +fi # as_fn_append
10122 +
10123 +# as_fn_arith ARG...
10124 +# ------------------
10125 +# Perform arithmetic evaluation on the ARGs, and store the result in the
10126 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
10127 +# must be portable across $(()) and expr.
10128 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
10129 + eval 'as_fn_arith ()
10130 + {
10131 + as_val=$(( $* ))
10132 + }'
10133 +else
10134 + as_fn_arith ()
10135 + {
10136 + as_val=`expr "$@" || test $? -eq 1`
10137 + }
10138 +fi # as_fn_arith
10139
10140 -if expr a : '\(a\)' >/dev/null 2>&1; then
10141 +
10142 +if expr a : '\(a\)' >/dev/null 2>&1 &&
10143 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
10144 as_expr=expr
10145 else
10146 as_expr=false
10147 fi
10148
10149 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
10150 + as_basename=basename
10151 +else
10152 + as_basename=false
10153 +fi
10154 +
10155 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
10156 + as_dirname=dirname
10157 +else
10158 + as_dirname=false
10159 +fi
10160 +
10161 +as_me=`$as_basename -- "$0" ||
10162 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10163 + X"$0" : 'X\(//\)$' \| \
10164 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
10165 +$as_echo X/"$0" |
10166 + sed '/^.*\/\([^/][^/]*\)\/*$/{
10167 + s//\1/
10168 + q
10169 + }
10170 + /^X\/\(\/\/\)$/{
10171 + s//\1/
10172 + q
10173 + }
10174 + /^X\/\(\/\).*/{
10175 + s//\1/
10176 + q
10177 + }
10178 + s/.*/./; q'`
10179 +
10180 +# Avoid depending upon Character Ranges.
10181 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10182 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10183 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10184 +as_cr_digits='0123456789'
10185 +as_cr_alnum=$as_cr_Letters$as_cr_digits
10186 +
10187 +ECHO_C= ECHO_N= ECHO_T=
10188 +case `echo -n x` in #(((((
10189 +-n*)
10190 + case `echo 'xy\c'` in
10191 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
10192 + xy) ECHO_C='\c';;
10193 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
10194 + ECHO_T=' ';;
10195 + esac;;
10196 +*)
10197 + ECHO_N='-n';;
10198 +esac
10199 +
10200 rm -f conf$$ conf$$.exe conf$$.file
10201 -echo >conf$$.file
10202 -if ln -s conf$$.file conf$$ 2>/dev/null; then
10203 - # We could just check for DJGPP; but this test a) works b) is more generic
10204 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10205 - if test -f conf$$.exe; then
10206 - # Don't use ln at all; we don't have any links
10207 - as_ln_s='cp -p'
10208 - else
10209 +if test -d conf$$.dir; then
10210 + rm -f conf$$.dir/conf$$.file
10211 +else
10212 + rm -f conf$$.dir
10213 + mkdir conf$$.dir 2>/dev/null
10214 +fi
10215 +if (echo >conf$$.file) 2>/dev/null; then
10216 + if ln -s conf$$.file conf$$ 2>/dev/null; then
10217 as_ln_s='ln -s'
10218 + # ... but there are two gotchas:
10219 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
10220 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
10221 + # In both cases, we have to default to `cp -p'.
10222 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
10223 + as_ln_s='cp -p'
10224 + elif ln conf$$.file conf$$ 2>/dev/null; then
10225 + as_ln_s=ln
10226 + else
10227 + as_ln_s='cp -p'
10228 fi
10229 -elif ln conf$$.file conf$$ 2>/dev/null; then
10230 - as_ln_s=ln
10231 else
10232 as_ln_s='cp -p'
10233 fi
10234 -rm -f conf$$ conf$$.exe conf$$.file
10235 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
10236 +rmdir conf$$.dir 2>/dev/null
10237
10238 +
10239 +# as_fn_mkdir_p
10240 +# -------------
10241 +# Create "$as_dir" as a directory, including parents if necessary.
10242 +as_fn_mkdir_p ()
10243 +{
10244 +
10245 + case $as_dir in #(
10246 + -*) as_dir=./$as_dir;;
10247 + esac
10248 + test -d "$as_dir" || eval $as_mkdir_p || {
10249 + as_dirs=
10250 + while :; do
10251 + case $as_dir in #(
10252 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
10253 + *) as_qdir=$as_dir;;
10254 + esac
10255 + as_dirs="'$as_qdir' $as_dirs"
10256 + as_dir=`$as_dirname -- "$as_dir" ||
10257 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10258 + X"$as_dir" : 'X\(//\)[^/]' \| \
10259 + X"$as_dir" : 'X\(//\)$' \| \
10260 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
10261 +$as_echo X"$as_dir" |
10262 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10263 + s//\1/
10264 + q
10265 + }
10266 + /^X\(\/\/\)[^/].*/{
10267 + s//\1/
10268 + q
10269 + }
10270 + /^X\(\/\/\)$/{
10271 + s//\1/
10272 + q
10273 + }
10274 + /^X\(\/\).*/{
10275 + s//\1/
10276 + q
10277 + }
10278 + s/.*/./; q'`
10279 + test -d "$as_dir" && break
10280 + done
10281 + test -z "$as_dirs" || eval "mkdir $as_dirs"
10282 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
10283 +
10284 +
10285 +} # as_fn_mkdir_p
10286 if mkdir -p . 2>/dev/null; then
10287 - as_mkdir_p=:
10288 + as_mkdir_p='mkdir -p "$as_dir"'
10289 else
10290 test -d ./-p && rmdir ./-p
10291 as_mkdir_p=false
10292 fi
10293
10294 -as_executable_p="test -f"
10295 +if test -x / >/dev/null 2>&1; then
10296 + as_test_x='test -x'
10297 +else
10298 + if ls -dL / >/dev/null 2>&1; then
10299 + as_ls_L_option=L
10300 + else
10301 + as_ls_L_option=
10302 + fi
10303 + as_test_x='
10304 + eval sh -c '\''
10305 + if test -d "$1"; then
10306 + test -d "$1/.";
10307 + else
10308 + case $1 in #(
10309 + -*)set "./$1";;
10310 + esac;
10311 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
10312 + ???[sx]*):;;*)false;;esac;fi
10313 + '\'' sh
10314 + '
10315 +fi
10316 +as_executable_p=$as_test_x
10317
10318 # Sed expression to map a string onto a valid CPP name.
10319 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10320 @@ -5935,31 +6146,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
10321 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10322
10323
10324 -# IFS
10325 -# We need space, tab and new line, in precisely that order.
10326 -as_nl='
10327 -'
10328 -IFS=" $as_nl"
10329 -
10330 -# CDPATH.
10331 -$as_unset CDPATH
10332 -
10333 exec 6>&1
10334 +## ----------------------------------- ##
10335 +## Main body of $CONFIG_STATUS script. ##
10336 +## ----------------------------------- ##
10337 +_ASEOF
10338 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
10339
10340 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
10341 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10342 +# Save the log message, to keep $0 and so on meaningful, and to
10343 # report actual input values of CONFIG_FILES etc. instead of their
10344 -# values after options handling. Logging --version etc. is OK.
10345 -exec 5>>config.log
10346 -{
10347 - echo
10348 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10349 -## Running $as_me. ##
10350 -_ASBOX
10351 -} >&5
10352 -cat >&5 <<_CSEOF
10353 -
10354 +# values after options handling.
10355 +ac_log="
10356 This file was extended by VMMC Device Driver $as_me 1.9.0, which was
10357 -generated by GNU Autoconf 2.59. Invocation command line was
10358 +generated by GNU Autoconf 2.68. Invocation command line was
10359
10360 CONFIG_FILES = $CONFIG_FILES
10361 CONFIG_HEADERS = $CONFIG_HEADERS
10362 @@ -5967,45 +6167,47 @@ generated by GNU Autoconf 2.59. Invocat
10363 CONFIG_COMMANDS = $CONFIG_COMMANDS
10364 $ $0 $@
10365
10366 -_CSEOF
10367 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10368 -echo >&5
10369 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
10370 +"
10371 +
10372 _ACEOF
10373
10374 -# Files that config.status was made for.
10375 -if test -n "$ac_config_files"; then
10376 - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10377 -fi
10378 +case $ac_config_files in *"
10379 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
10380 +esac
10381
10382 -if test -n "$ac_config_headers"; then
10383 - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10384 -fi
10385 +case $ac_config_headers in *"
10386 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
10387 +esac
10388
10389 -if test -n "$ac_config_links"; then
10390 - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10391 -fi
10392
10393 -if test -n "$ac_config_commands"; then
10394 - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10395 -fi
10396 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10397 +# Files that config.status was made for.
10398 +config_files="$ac_config_files"
10399 +config_headers="$ac_config_headers"
10400 +config_commands="$ac_config_commands"
10401
10402 -cat >>$CONFIG_STATUS <<\_ACEOF
10403 +_ACEOF
10404
10405 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10406 ac_cs_usage="\
10407 -\`$as_me' instantiates files from templates according to the
10408 -current configuration.
10409 +\`$as_me' instantiates files and other configuration actions
10410 +from templates according to the current configuration. Unless the files
10411 +and actions are specified as TAGs, all are instantiated by default.
10412
10413 -Usage: $0 [OPTIONS] [FILE]...
10414 +Usage: $0 [OPTION]... [TAG]...
10415
10416 -h, --help print this help, then exit
10417 - -V, --version print version number, then exit
10418 - -q, --quiet do not print progress messages
10419 + -V, --version print version number and configuration settings, then exit
10420 + --config print configuration, then exit
10421 + -q, --quiet, --silent
10422 + do not print progress messages
10423 -d, --debug don't remove temporary files
10424 --recheck update $as_me by reconfiguring in the same conditions
10425 - --file=FILE[:TEMPLATE]
10426 - instantiate the configuration file FILE
10427 - --header=FILE[:TEMPLATE]
10428 - instantiate the configuration header FILE
10429 + --file=FILE[:TEMPLATE]
10430 + instantiate the configuration file FILE
10431 + --header=FILE[:TEMPLATE]
10432 + instantiate the configuration header FILE
10433
10434 Configuration files:
10435 $config_files
10436 @@ -6016,84 +6218,92 @@ $config_headers
10437 Configuration commands:
10438 $config_commands
10439
10440 -Report bugs to <bug-autoconf@gnu.org>."
10441 -_ACEOF
10442 +Report bugs to the package provider."
10443
10444 -cat >>$CONFIG_STATUS <<_ACEOF
10445 +_ACEOF
10446 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10447 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
10448 ac_cs_version="\\
10449 VMMC Device Driver config.status 1.9.0
10450 -configured by $0, generated by GNU Autoconf 2.59,
10451 - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10452 +configured by $0, generated by GNU Autoconf 2.68,
10453 + with options \\"\$ac_cs_config\\"
10454
10455 -Copyright (C) 2003 Free Software Foundation, Inc.
10456 +Copyright (C) 2010 Free Software Foundation, Inc.
10457 This config.status script is free software; the Free Software Foundation
10458 gives unlimited permission to copy, distribute and modify it."
10459 -srcdir=$srcdir
10460 -INSTALL="$INSTALL"
10461 +
10462 +ac_pwd='$ac_pwd'
10463 +srcdir='$srcdir'
10464 +INSTALL='$INSTALL'
10465 +MKDIR_P='$MKDIR_P'
10466 +AWK='$AWK'
10467 +test -n "\$AWK" || AWK=awk
10468 _ACEOF
10469
10470 -cat >>$CONFIG_STATUS <<\_ACEOF
10471 -# If no file are specified by the user, then we need to provide default
10472 -# value. By we need to know if files were specified by the user.
10473 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10474 +# The default lists apply if the user does not specify any file.
10475 ac_need_defaults=:
10476 while test $# != 0
10477 do
10478 case $1 in
10479 - --*=*)
10480 - ac_option=`expr "x$1" : 'x\([^=]*\)='`
10481 - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10482 + --*=?*)
10483 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
10484 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
10485 ac_shift=:
10486 ;;
10487 - -*)
10488 + --*=)
10489 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
10490 + ac_optarg=
10491 + ac_shift=:
10492 + ;;
10493 + *)
10494 ac_option=$1
10495 ac_optarg=$2
10496 ac_shift=shift
10497 ;;
10498 - *) # This is not an option, so the user has probably given explicit
10499 - # arguments.
10500 - ac_option=$1
10501 - ac_need_defaults=false;;
10502 esac
10503
10504 case $ac_option in
10505 # Handling of the options.
10506 -_ACEOF
10507 -cat >>$CONFIG_STATUS <<\_ACEOF
10508 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10509 ac_cs_recheck=: ;;
10510 - --version | --vers* | -V )
10511 - echo "$ac_cs_version"; exit 0 ;;
10512 - --he | --h)
10513 - # Conflict between --help and --header
10514 - { { echo "$as_me:$LINENO: error: ambiguous option: $1
10515 -Try \`$0 --help' for more information." >&5
10516 -echo "$as_me: error: ambiguous option: $1
10517 -Try \`$0 --help' for more information." >&2;}
10518 - { (exit 1); exit 1; }; };;
10519 - --help | --hel | -h )
10520 - echo "$ac_cs_usage"; exit 0 ;;
10521 - --debug | --d* | -d )
10522 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
10523 + $as_echo "$ac_cs_version"; exit ;;
10524 + --config | --confi | --conf | --con | --co | --c )
10525 + $as_echo "$ac_cs_config"; exit ;;
10526 + --debug | --debu | --deb | --de | --d | -d )
10527 debug=: ;;
10528 --file | --fil | --fi | --f )
10529 $ac_shift
10530 - CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10531 + case $ac_optarg in
10532 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10533 + '') as_fn_error $? "missing file argument" ;;
10534 + esac
10535 + as_fn_append CONFIG_FILES " '$ac_optarg'"
10536 ac_need_defaults=false;;
10537 --header | --heade | --head | --hea )
10538 $ac_shift
10539 - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10540 + case $ac_optarg in
10541 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10542 + esac
10543 + as_fn_append CONFIG_HEADERS " '$ac_optarg'"
10544 ac_need_defaults=false;;
10545 + --he | --h)
10546 + # Conflict between --help and --header
10547 + as_fn_error $? "ambiguous option: \`$1'
10548 +Try \`$0 --help' for more information.";;
10549 + --help | --hel | -h )
10550 + $as_echo "$ac_cs_usage"; exit ;;
10551 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10552 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10553 ac_cs_silent=: ;;
10554
10555 # This is an error.
10556 - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10557 -Try \`$0 --help' for more information." >&5
10558 -echo "$as_me: error: unrecognized option: $1
10559 -Try \`$0 --help' for more information." >&2;}
10560 - { (exit 1); exit 1; }; } ;;
10561 + -*) as_fn_error $? "unrecognized option: \`$1'
10562 +Try \`$0 --help' for more information." ;;
10563
10564 - *) ac_config_targets="$ac_config_targets $1" ;;
10565 + *) as_fn_append ac_config_targets " $1"
10566 + ac_need_defaults=false ;;
10567
10568 esac
10569 shift
10570 @@ -6107,40 +6317,52 @@ if $ac_cs_silent; then
10571 fi
10572
10573 _ACEOF
10574 -cat >>$CONFIG_STATUS <<_ACEOF
10575 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10576 if \$ac_cs_recheck; then
10577 - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10578 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10579 + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10580 + shift
10581 + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
10582 + CONFIG_SHELL='$SHELL'
10583 + export CONFIG_SHELL
10584 + exec "\$@"
10585 fi
10586
10587 _ACEOF
10588 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10589 +exec 5>>config.log
10590 +{
10591 + echo
10592 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10593 +## Running $as_me. ##
10594 +_ASBOX
10595 + $as_echo "$ac_log"
10596 +} >&5
10597
10598 -cat >>$CONFIG_STATUS <<_ACEOF
10599 +_ACEOF
10600 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10601 #
10602 -# INIT-COMMANDS section.
10603 +# INIT-COMMANDS
10604 #
10605 -
10606 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10607
10608 _ACEOF
10609
10610 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10611
10612 -
10613 -cat >>$CONFIG_STATUS <<\_ACEOF
10614 +# Handling of arguments.
10615 for ac_config_target in $ac_config_targets
10616 do
10617 - case "$ac_config_target" in
10618 - # Handling of arguments.
10619 - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10620 - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10621 - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10622 - "drv_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS drv_config.h" ;;
10623 - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10624 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10625 - { (exit 1); exit 1; }; };;
10626 + case $ac_config_target in
10627 + "drv_config.h") CONFIG_HEADERS="$CONFIG_HEADERS drv_config.h" ;;
10628 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10629 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10630 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10631 +
10632 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
10633 esac
10634 done
10635
10636 +
10637 # If the user did not use the arguments to specify the items to instantiate,
10638 # then the envvar interface is used. Set only those that are not.
10639 # We use the long form for the default assignment because of an extremely
10640 @@ -6152,856 +6374,691 @@ if $ac_need_defaults; then
10641 fi
10642
10643 # Have a temporary directory for convenience. Make it in the build tree
10644 -# simply because there is no reason to put it here, and in addition,
10645 +# simply because there is no reason against having it here, and in addition,
10646 # creating and moving files from /tmp can sometimes cause problems.
10647 -# Create a temporary directory, and hook for its removal unless debugging.
10648 +# Hook for its removal unless debugging.
10649 +# Note that there is a small window in which the directory will not be cleaned:
10650 +# after its creation but before its name has been assigned to `$tmp'.
10651 $debug ||
10652 {
10653 - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10654 - trap '{ (exit 1); exit 1; }' 1 2 13 15
10655 + tmp= ac_tmp=
10656 + trap 'exit_status=$?
10657 + : "${ac_tmp:=$tmp}"
10658 + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
10659 +' 0
10660 + trap 'as_fn_exit 1' 1 2 13 15
10661 }
10662 -
10663 # Create a (secure) tmp directory for tmp files.
10664
10665 {
10666 - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10667 - test -n "$tmp" && test -d "$tmp"
10668 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
10669 + test -d "$tmp"
10670 } ||
10671 {
10672 - tmp=./confstat$$-$RANDOM
10673 - (umask 077 && mkdir $tmp)
10674 -} ||
10675 + tmp=./conf$$-$RANDOM
10676 + (umask 077 && mkdir "$tmp")
10677 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
10678 +ac_tmp=$tmp
10679 +
10680 +# Set up the scripts for CONFIG_FILES section.
10681 +# No need to generate them if there are no CONFIG_FILES.
10682 +# This happens for instance with `./config.status config.h'.
10683 +if test -n "$CONFIG_FILES"; then
10684 +
10685 +
10686 +ac_cr=`echo X | tr X '\015'`
10687 +# On cygwin, bash can eat \r inside `` if the user requested igncr.
10688 +# But we know of no other shell where ac_cr would be empty at this
10689 +# point, so we can use a bashism as a fallback.
10690 +if test "x$ac_cr" = x; then
10691 + eval ac_cr=\$\'\\r\'
10692 +fi
10693 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
10694 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
10695 + ac_cs_awk_cr='\\r'
10696 +else
10697 + ac_cs_awk_cr=$ac_cr
10698 +fi
10699 +
10700 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
10701 +_ACEOF
10702 +
10703 +
10704 {
10705 - echo "$me: cannot create a temporary directory in ." >&2
10706 - { (exit 1); exit 1; }
10707 + echo "cat >conf$$subs.awk <<_ACEOF" &&
10708 + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
10709 + echo "_ACEOF"
10710 +} >conf$$subs.sh ||
10711 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10712 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
10713 +ac_delim='%!_!# '
10714 +for ac_last_try in false false false false false :; do
10715 + . ./conf$$subs.sh ||
10716 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10717 +
10718 + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
10719 + if test $ac_delim_n = $ac_delim_num; then
10720 + break
10721 + elif $ac_last_try; then
10722 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10723 + else
10724 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
10725 + fi
10726 +done
10727 +rm -f conf$$subs.sh
10728 +
10729 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10730 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
10731 +_ACEOF
10732 +sed -n '
10733 +h
10734 +s/^/S["/; s/!.*/"]=/
10735 +p
10736 +g
10737 +s/^[^!]*!//
10738 +:repl
10739 +t repl
10740 +s/'"$ac_delim"'$//
10741 +t delim
10742 +:nl
10743 +h
10744 +s/\(.\{148\}\)..*/\1/
10745 +t more1
10746 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
10747 +p
10748 +n
10749 +b repl
10750 +:more1
10751 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10752 +p
10753 +g
10754 +s/.\{148\}//
10755 +t nl
10756 +:delim
10757 +h
10758 +s/\(.\{148\}\)..*/\1/
10759 +t more2
10760 +s/["\\]/\\&/g; s/^/"/; s/$/"/
10761 +p
10762 +b
10763 +:more2
10764 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10765 +p
10766 +g
10767 +s/.\{148\}//
10768 +t delim
10769 +' <conf$$subs.awk | sed '
10770 +/^[^""]/{
10771 + N
10772 + s/\n//
10773 }
10774 +' >>$CONFIG_STATUS || ac_write_fail=1
10775 +rm -f conf$$subs.awk
10776 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10777 +_ACAWK
10778 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
10779 + for (key in S) S_is_set[key] = 1
10780 + FS = "\a"
10781
10782 +}
10783 +{
10784 + line = $ 0
10785 + nfields = split(line, field, "@")
10786 + substed = 0
10787 + len = length(field[1])
10788 + for (i = 2; i < nfields; i++) {
10789 + key = field[i]
10790 + keylen = length(key)
10791 + if (S_is_set[key]) {
10792 + value = S[key]
10793 + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
10794 + len += length(value) + length(field[++i])
10795 + substed = 1
10796 + } else
10797 + len += 1 + keylen
10798 + }
10799 +
10800 + print line
10801 +}
10802 +
10803 +_ACAWK
10804 +_ACEOF
10805 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10806 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
10807 + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
10808 +else
10809 + cat
10810 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
10811 + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
10812 _ACEOF
10813
10814 -cat >>$CONFIG_STATUS <<_ACEOF
10815 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
10816 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
10817 +# trailing colons and then remove the whole line if VPATH becomes empty
10818 +# (actually we leave an empty line to preserve line numbers).
10819 +if test "x$srcdir" = x.; then
10820 + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
10821 +h
10822 +s///
10823 +s/^/:/
10824 +s/[ ]*$/:/
10825 +s/:\$(srcdir):/:/g
10826 +s/:\${srcdir}:/:/g
10827 +s/:@srcdir@:/:/g
10828 +s/^:*//
10829 +s/:*$//
10830 +x
10831 +s/\(=[ ]*\).*/\1/
10832 +G
10833 +s/\n//
10834 +s/^[^=]*=[ ]*$//
10835 +}'
10836 +fi
10837
10838 -#
10839 -# CONFIG_FILES section.
10840 -#
10841 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10842 +fi # test -n "$CONFIG_FILES"
10843
10844 -# No need to generate the scripts if there are no CONFIG_FILES.
10845 -# This happens for instance when ./config.status config.h
10846 -if test -n "\$CONFIG_FILES"; then
10847 - # Protect against being on the right side of a sed subst in config.status.
10848 - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10849 - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10850 -s,@SHELL@,$SHELL,;t t
10851 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10852 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10853 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10854 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10855 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10856 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10857 -s,@exec_prefix@,$exec_prefix,;t t
10858 -s,@prefix@,$prefix,;t t
10859 -s,@program_transform_name@,$program_transform_name,;t t
10860 -s,@bindir@,$bindir,;t t
10861 -s,@sbindir@,$sbindir,;t t
10862 -s,@libexecdir@,$libexecdir,;t t
10863 -s,@datadir@,$datadir,;t t
10864 -s,@sysconfdir@,$sysconfdir,;t t
10865 -s,@sharedstatedir@,$sharedstatedir,;t t
10866 -s,@localstatedir@,$localstatedir,;t t
10867 -s,@libdir@,$libdir,;t t
10868 -s,@includedir@,$includedir,;t t
10869 -s,@oldincludedir@,$oldincludedir,;t t
10870 -s,@infodir@,$infodir,;t t
10871 -s,@mandir@,$mandir,;t t
10872 -s,@build_alias@,$build_alias,;t t
10873 -s,@host_alias@,$host_alias,;t t
10874 -s,@target_alias@,$target_alias,;t t
10875 -s,@DEFS@,$DEFS,;t t
10876 -s,@ECHO_C@,$ECHO_C,;t t
10877 -s,@ECHO_N@,$ECHO_N,;t t
10878 -s,@ECHO_T@,$ECHO_T,;t t
10879 -s,@LIBS@,$LIBS,;t t
10880 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10881 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10882 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10883 -s,@CYGPATH_W@,$CYGPATH_W,;t t
10884 -s,@PACKAGE@,$PACKAGE,;t t
10885 -s,@VERSION@,$VERSION,;t t
10886 -s,@ACLOCAL@,$ACLOCAL,;t t
10887 -s,@AUTOCONF@,$AUTOCONF,;t t
10888 -s,@AUTOMAKE@,$AUTOMAKE,;t t
10889 -s,@AUTOHEADER@,$AUTOHEADER,;t t
10890 -s,@MAKEINFO@,$MAKEINFO,;t t
10891 -s,@install_sh@,$install_sh,;t t
10892 -s,@STRIP@,$STRIP,;t t
10893 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10894 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10895 -s,@mkdir_p@,$mkdir_p,;t t
10896 -s,@AWK@,$AWK,;t t
10897 -s,@SET_MAKE@,$SET_MAKE,;t t
10898 -s,@am__leading_dot@,$am__leading_dot,;t t
10899 -s,@AMTAR@,$AMTAR,;t t
10900 -s,@am__tar@,$am__tar,;t t
10901 -s,@am__untar@,$am__untar,;t t
10902 -s,@CONFIGURE_OPTIONS@,$CONFIGURE_OPTIONS,;t t
10903 -s,@CC@,$CC,;t t
10904 -s,@CFLAGS@,$CFLAGS,;t t
10905 -s,@LDFLAGS@,$LDFLAGS,;t t
10906 -s,@CPPFLAGS@,$CPPFLAGS,;t t
10907 -s,@ac_ct_CC@,$ac_ct_CC,;t t
10908 -s,@EXEEXT@,$EXEEXT,;t t
10909 -s,@OBJEXT@,$OBJEXT,;t t
10910 -s,@DEPDIR@,$DEPDIR,;t t
10911 -s,@am__include@,$am__include,;t t
10912 -s,@am__quote@,$am__quote,;t t
10913 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10914 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10915 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10916 -s,@CCDEPMODE@,$CCDEPMODE,;t t
10917 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10918 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10919 -s,@KERNEL_2_6_TRUE@,$KERNEL_2_6_TRUE,;t t
10920 -s,@KERNEL_2_6_FALSE@,$KERNEL_2_6_FALSE,;t t
10921 -s,@KERNEL_ARCH@,$KERNEL_ARCH,;t t
10922 -s,@KERNEL_INCL_PATH@,$KERNEL_INCL_PATH,;t t
10923 -s,@KERNEL_BUILD_PATH@,$KERNEL_BUILD_PATH,;t t
10924 -s,@IFXOS_INCL_PATH@,$IFXOS_INCL_PATH,;t t
10925 -s,@ENABLE_OBSOLETE_PREMAPPING_TRUE@,$ENABLE_OBSOLETE_PREMAPPING_TRUE,;t t
10926 -s,@ENABLE_OBSOLETE_PREMAPPING_FALSE@,$ENABLE_OBSOLETE_PREMAPPING_FALSE,;t t
10927 -s,@WARNINGS_TRUE@,$WARNINGS_TRUE,;t t
10928 -s,@WARNINGS_FALSE@,$WARNINGS_FALSE,;t t
10929 -s,@DEBUG_TRUE@,$DEBUG_TRUE,;t t
10930 -s,@DEBUG_FALSE@,$DEBUG_FALSE,;t t
10931 -s,@HL_TAPI_INCL_PATH_SET_TRUE@,$HL_TAPI_INCL_PATH_SET_TRUE,;t t
10932 -s,@HL_TAPI_INCL_PATH_SET_FALSE@,$HL_TAPI_INCL_PATH_SET_FALSE,;t t
10933 -s,@HL_TAPI_INCL_PATH@,$HL_TAPI_INCL_PATH,;t t
10934 -s,@MPS_INCL_PATH_SET_TRUE@,$MPS_INCL_PATH_SET_TRUE,;t t
10935 -s,@MPS_INCL_PATH_SET_FALSE@,$MPS_INCL_PATH_SET_FALSE,;t t
10936 -s,@MPS_INCL_PATH@,$MPS_INCL_PATH,;t t
10937 -s,@EVALUATION_TRUE@,$EVALUATION_TRUE,;t t
10938 -s,@EVALUATION_FALSE@,$EVALUATION_FALSE,;t t
10939 -s,@USE_MODULE_TRUE@,$USE_MODULE_TRUE,;t t
10940 -s,@USE_MODULE_FALSE@,$USE_MODULE_FALSE,;t t
10941 -s,@USE_BUFFERPOOL_TRUE@,$USE_BUFFERPOOL_TRUE,;t t
10942 -s,@USE_BUFFERPOOL_FALSE@,$USE_BUFFERPOOL_FALSE,;t t
10943 -s,@TAPI_TRUE@,$TAPI_TRUE,;t t
10944 -s,@TAPI_FALSE@,$TAPI_FALSE,;t t
10945 -s,@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@,$IPP_EVAL_SYSTEM_PARAMETERS_TRUE,;t t
10946 -s,@IPP_EVAL_SYSTEM_PARAMETERS_FALSE@,$IPP_EVAL_SYSTEM_PARAMETERS_FALSE,;t t
10947 -s,@EVENT_LOGGER_DEBUG_TRUE@,$EVENT_LOGGER_DEBUG_TRUE,;t t
10948 -s,@EVENT_LOGGER_DEBUG_FALSE@,$EVENT_LOGGER_DEBUG_FALSE,;t t
10949 -s,@KPI_SUPPORT_TRUE@,$KPI_SUPPORT_TRUE,;t t
10950 -s,@KPI_SUPPORT_FALSE@,$KPI_SUPPORT_FALSE,;t t
10951 -s,@DECT_SUPPORT_TRUE@,$DECT_SUPPORT_TRUE,;t t
10952 -s,@DECT_SUPPORT_FALSE@,$DECT_SUPPORT_FALSE,;t t
10953 -s,@LIN_SUPPORT_TRUE@,$LIN_SUPPORT_TRUE,;t t
10954 -s,@LIN_SUPPORT_FALSE@,$LIN_SUPPORT_FALSE,;t t
10955 -s,@PMU_SUPPORT_TRUE@,$PMU_SUPPORT_TRUE,;t t
10956 -s,@PMU_SUPPORT_FALSE@,$PMU_SUPPORT_FALSE,;t t
10957 -s,@PMC_SUPPORT_TRUE@,$PMC_SUPPORT_TRUE,;t t
10958 -s,@PMC_SUPPORT_FALSE@,$PMC_SUPPORT_FALSE,;t t
10959 -s,@DANUBE_TRUE@,$DANUBE_TRUE,;t t
10960 -s,@DANUBE_FALSE@,$DANUBE_FALSE,;t t
10961 -s,@AR9_TRUE@,$AR9_TRUE,;t t
10962 -s,@AR9_FALSE@,$AR9_FALSE,;t t
10963 -s,@VR9_TRUE@,$VR9_TRUE,;t t
10964 -s,@VR9_FALSE@,$VR9_FALSE,;t t
10965 -s,@VMMC_WITH_MPS_TRUE@,$VMMC_WITH_MPS_TRUE,;t t
10966 -s,@VMMC_WITH_MPS_FALSE@,$VMMC_WITH_MPS_FALSE,;t t
10967 -s,@LIBOBJS@,$LIBOBJS,;t t
10968 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10969 -CEOF
10970 -
10971 -_ACEOF
10972 -
10973 - cat >>$CONFIG_STATUS <<\_ACEOF
10974 - # Split the substitutions into bite-sized pieces for seds with
10975 - # small command number limits, like on Digital OSF/1 and HP-UX.
10976 - ac_max_sed_lines=48
10977 - ac_sed_frag=1 # Number of current file.
10978 - ac_beg=1 # First line for current file.
10979 - ac_end=$ac_max_sed_lines # Line after last line for current file.
10980 - ac_more_lines=:
10981 - ac_sed_cmds=
10982 - while $ac_more_lines; do
10983 - if test $ac_beg -gt 1; then
10984 - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10985 - else
10986 - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10987 - fi
10988 - if test ! -s $tmp/subs.frag; then
10989 - ac_more_lines=false
10990 - else
10991 - # The purpose of the label and of the branching condition is to
10992 - # speed up the sed processing (if there are no `@' at all, there
10993 - # is no need to browse any of the substitutions).
10994 - # These are the two extra sed commands mentioned above.
10995 - (echo ':t
10996 - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10997 - if test -z "$ac_sed_cmds"; then
10998 - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10999 - else
11000 - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11001 - fi
11002 - ac_sed_frag=`expr $ac_sed_frag + 1`
11003 - ac_beg=$ac_end
11004 - ac_end=`expr $ac_end + $ac_max_sed_lines`
11005 - fi
11006 - done
11007 - if test -z "$ac_sed_cmds"; then
11008 - ac_sed_cmds=cat
11009 +# Set up the scripts for CONFIG_HEADERS section.
11010 +# No need to generate them if there are no CONFIG_HEADERS.
11011 +# This happens for instance with `./config.status Makefile'.
11012 +if test -n "$CONFIG_HEADERS"; then
11013 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
11014 +BEGIN {
11015 +_ACEOF
11016 +
11017 +# Transform confdefs.h into an awk script `defines.awk', embedded as
11018 +# here-document in config.status, that substitutes the proper values into
11019 +# config.h.in to produce config.h.
11020 +
11021 +# Create a delimiter string that does not exist in confdefs.h, to ease
11022 +# handling of long lines.
11023 +ac_delim='%!_!# '
11024 +for ac_last_try in false false :; do
11025 + ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
11026 + if test -z "$ac_tt"; then
11027 + break
11028 + elif $ac_last_try; then
11029 + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
11030 + else
11031 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11032 fi
11033 -fi # test -n "$CONFIG_FILES"
11034 +done
11035
11036 +# For the awk script, D is an array of macro values keyed by name,
11037 +# likewise P contains macro parameters if any. Preserve backslash
11038 +# newline sequences.
11039 +
11040 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11041 +sed -n '
11042 +s/.\{148\}/&'"$ac_delim"'/g
11043 +t rset
11044 +:rset
11045 +s/^[ ]*#[ ]*define[ ][ ]*/ /
11046 +t def
11047 +d
11048 +:def
11049 +s/\\$//
11050 +t bsnl
11051 +s/["\\]/\\&/g
11052 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11053 +D["\1"]=" \3"/p
11054 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
11055 +d
11056 +:bsnl
11057 +s/["\\]/\\&/g
11058 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11059 +D["\1"]=" \3\\\\\\n"\\/p
11060 +t cont
11061 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
11062 +t cont
11063 +d
11064 +:cont
11065 +n
11066 +s/.\{148\}/&'"$ac_delim"'/g
11067 +t clear
11068 +:clear
11069 +s/\\$//
11070 +t bsnlc
11071 +s/["\\]/\\&/g; s/^/"/; s/$/"/p
11072 +d
11073 +:bsnlc
11074 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
11075 +b cont
11076 +' <confdefs.h | sed '
11077 +s/'"$ac_delim"'/"\\\
11078 +"/g' >>$CONFIG_STATUS || ac_write_fail=1
11079 +
11080 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11081 + for (key in D) D_is_set[key] = 1
11082 + FS = "\a"
11083 +}
11084 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11085 + line = \$ 0
11086 + split(line, arg, " ")
11087 + if (arg[1] == "#") {
11088 + defundef = arg[2]
11089 + mac1 = arg[3]
11090 + } else {
11091 + defundef = substr(arg[1], 2)
11092 + mac1 = arg[2]
11093 + }
11094 + split(mac1, mac2, "(") #)
11095 + macro = mac2[1]
11096 + prefix = substr(line, 1, index(line, defundef) - 1)
11097 + if (D_is_set[macro]) {
11098 + # Preserve the white space surrounding the "#".
11099 + print prefix "define", macro P[macro] D[macro]
11100 + next
11101 + } else {
11102 + # Replace #undef with comments. This is necessary, for example,
11103 + # in the case of _POSIX_SOURCE, which is predefined and required
11104 + # on some systems where configure will not decide to define it.
11105 + if (defundef == "undef") {
11106 + print "/*", prefix defundef, macro, "*/"
11107 + next
11108 + }
11109 + }
11110 +}
11111 +{ print }
11112 +_ACAWK
11113 _ACEOF
11114 -cat >>$CONFIG_STATUS <<\_ACEOF
11115 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
11116 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11117 - case $ac_file in
11118 - - | *:- | *:-:* ) # input from stdin
11119 - cat >$tmp/stdin
11120 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11121 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11122 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11123 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11124 - * ) ac_file_in=$ac_file.in ;;
11125 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11126 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
11127 +fi # test -n "$CONFIG_HEADERS"
11128 +
11129 +
11130 +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
11131 +shift
11132 +for ac_tag
11133 +do
11134 + case $ac_tag in
11135 + :[FHLC]) ac_mode=$ac_tag; continue;;
11136 + esac
11137 + case $ac_mode$ac_tag in
11138 + :[FHL]*:*);;
11139 + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
11140 + :[FH]-) ac_tag=-:-;;
11141 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11142 + esac
11143 + ac_save_IFS=$IFS
11144 + IFS=:
11145 + set x $ac_tag
11146 + IFS=$ac_save_IFS
11147 + shift
11148 + ac_file=$1
11149 + shift
11150 +
11151 + case $ac_mode in
11152 + :L) ac_source=$1;;
11153 + :[FH])
11154 + ac_file_inputs=
11155 + for ac_f
11156 + do
11157 + case $ac_f in
11158 + -) ac_f="$ac_tmp/stdin";;
11159 + *) # Look for the file first in the build tree, then in the source tree
11160 + # (if the path is not absolute). The absolute path cannot be DOS-style,
11161 + # because $ac_f cannot contain `:'.
11162 + test -f "$ac_f" ||
11163 + case $ac_f in
11164 + [\\/$]*) false;;
11165 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11166 + esac ||
11167 + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
11168 + esac
11169 + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
11170 + as_fn_append ac_file_inputs " '$ac_f'"
11171 + done
11172 +
11173 + # Let's still pretend it is `configure' which instantiates (i.e., don't
11174 + # use $as_me), people would be surprised to read:
11175 + # /* config.h. Generated by config.status. */
11176 + configure_input='Generated from '`
11177 + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
11178 + `' by configure.'
11179 + if test x"$ac_file" != x-; then
11180 + configure_input="$ac_file. $configure_input"
11181 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
11182 +$as_echo "$as_me: creating $ac_file" >&6;}
11183 + fi
11184 + # Neutralize special characters interpreted by sed in replacement strings.
11185 + case $configure_input in #(
11186 + *\&* | *\|* | *\\* )
11187 + ac_sed_conf_input=`$as_echo "$configure_input" |
11188 + sed 's/[\\\\&|]/\\\\&/g'`;; #(
11189 + *) ac_sed_conf_input=$configure_input;;
11190 + esac
11191 +
11192 + case $ac_tag in
11193 + *:-:* | *:-) cat >"$ac_tmp/stdin" \
11194 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
11195 + esac
11196 + ;;
11197 esac
11198
11199 - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11200 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11201 + ac_dir=`$as_dirname -- "$ac_file" ||
11202 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11203 X"$ac_file" : 'X\(//\)[^/]' \| \
11204 X"$ac_file" : 'X\(//\)$' \| \
11205 - X"$ac_file" : 'X\(/\)' \| \
11206 - . : '\(.\)' 2>/dev/null ||
11207 -echo X"$ac_file" |
11208 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11209 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11210 - /^X\(\/\/\)$/{ s//\1/; q; }
11211 - /^X\(\/\).*/{ s//\1/; q; }
11212 - s/.*/./; q'`
11213 - { if $as_mkdir_p; then
11214 - mkdir -p "$ac_dir"
11215 - else
11216 - as_dir="$ac_dir"
11217 - as_dirs=
11218 - while test ! -d "$as_dir"; do
11219 - as_dirs="$as_dir $as_dirs"
11220 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
11221 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11222 - X"$as_dir" : 'X\(//\)[^/]' \| \
11223 - X"$as_dir" : 'X\(//\)$' \| \
11224 - X"$as_dir" : 'X\(/\)' \| \
11225 - . : '\(.\)' 2>/dev/null ||
11226 -echo X"$as_dir" |
11227 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11228 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11229 - /^X\(\/\/\)$/{ s//\1/; q; }
11230 - /^X\(\/\).*/{ s//\1/; q; }
11231 - s/.*/./; q'`
11232 - done
11233 - test ! -n "$as_dirs" || mkdir $as_dirs
11234 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11235 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11236 - { (exit 1); exit 1; }; }; }
11237 -
11238 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11239 +$as_echo X"$ac_file" |
11240 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11241 + s//\1/
11242 + q
11243 + }
11244 + /^X\(\/\/\)[^/].*/{
11245 + s//\1/
11246 + q
11247 + }
11248 + /^X\(\/\/\)$/{
11249 + s//\1/
11250 + q
11251 + }
11252 + /^X\(\/\).*/{
11253 + s//\1/
11254 + q
11255 + }
11256 + s/.*/./; q'`
11257 + as_dir="$ac_dir"; as_fn_mkdir_p
11258 ac_builddir=.
11259
11260 -if test "$ac_dir" != .; then
11261 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11262 - # A "../" for each directory in $ac_dir_suffix.
11263 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11264 -else
11265 - ac_dir_suffix= ac_top_builddir=
11266 -fi
11267 +case "$ac_dir" in
11268 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11269 +*)
11270 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
11271 + # A ".." for each directory in $ac_dir_suffix.
11272 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
11273 + case $ac_top_builddir_sub in
11274 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
11275 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
11276 + esac ;;
11277 +esac
11278 +ac_abs_top_builddir=$ac_pwd
11279 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
11280 +# for backward compatibility:
11281 +ac_top_builddir=$ac_top_build_prefix
11282
11283 case $srcdir in
11284 - .) # No --srcdir option. We are building in place.
11285 + .) # We are building in place.
11286 ac_srcdir=.
11287 - if test -z "$ac_top_builddir"; then
11288 - ac_top_srcdir=.
11289 - else
11290 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11291 - fi ;;
11292 - [\\/]* | ?:[\\/]* ) # Absolute path.
11293 + ac_top_srcdir=$ac_top_builddir_sub
11294 + ac_abs_top_srcdir=$ac_pwd ;;
11295 + [\\/]* | ?:[\\/]* ) # Absolute name.
11296 ac_srcdir=$srcdir$ac_dir_suffix;
11297 - ac_top_srcdir=$srcdir ;;
11298 - *) # Relative path.
11299 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11300 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
11301 + ac_top_srcdir=$srcdir
11302 + ac_abs_top_srcdir=$srcdir ;;
11303 + *) # Relative name.
11304 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
11305 + ac_top_srcdir=$ac_top_build_prefix$srcdir
11306 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
11307 esac
11308 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
11309
11310 -# Do not use `cd foo && pwd` to compute absolute paths, because
11311 -# the directories may not exist.
11312 -case `pwd` in
11313 -.) ac_abs_builddir="$ac_dir";;
11314 -*)
11315 - case "$ac_dir" in
11316 - .) ac_abs_builddir=`pwd`;;
11317 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11318 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
11319 - esac;;
11320 -esac
11321 -case $ac_abs_builddir in
11322 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
11323 -*)
11324 - case ${ac_top_builddir}. in
11325 - .) ac_abs_top_builddir=$ac_abs_builddir;;
11326 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11327 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11328 - esac;;
11329 -esac
11330 -case $ac_abs_builddir in
11331 -.) ac_abs_srcdir=$ac_srcdir;;
11332 -*)
11333 - case $ac_srcdir in
11334 - .) ac_abs_srcdir=$ac_abs_builddir;;
11335 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11336 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11337 - esac;;
11338 -esac
11339 -case $ac_abs_builddir in
11340 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
11341 -*)
11342 - case $ac_top_srcdir in
11343 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
11344 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11345 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11346 - esac;;
11347 -esac
11348
11349 + case $ac_mode in
11350 + :F)
11351 + #
11352 + # CONFIG_FILE
11353 + #
11354
11355 case $INSTALL in
11356 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11357 - *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11358 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
11359 esac
11360 + ac_MKDIR_P=$MKDIR_P
11361 + case $MKDIR_P in
11362 + [\\/$]* | ?:[\\/]* ) ;;
11363 + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
11364 + esac
11365 +_ACEOF
11366
11367 - if test x"$ac_file" != x-; then
11368 - { echo "$as_me:$LINENO: creating $ac_file" >&5
11369 -echo "$as_me: creating $ac_file" >&6;}
11370 - rm -f "$ac_file"
11371 - fi
11372 - # Let's still pretend it is `configure' which instantiates (i.e., don't
11373 - # use $as_me), people would be surprised to read:
11374 - # /* config.h. Generated by config.status. */
11375 - if test x"$ac_file" = x-; then
11376 - configure_input=
11377 - else
11378 - configure_input="$ac_file. "
11379 - fi
11380 - configure_input=$configure_input"Generated from `echo $ac_file_in |
11381 - sed 's,.*/,,'` by configure."
11382 -
11383 - # First look for the input files in the build tree, otherwise in the
11384 - # src tree.
11385 - ac_file_inputs=`IFS=:
11386 - for f in $ac_file_in; do
11387 - case $f in
11388 - -) echo $tmp/stdin ;;
11389 - [\\/$]*)
11390 - # Absolute (can't be DOS-style, as IFS=:)
11391 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11392 -echo "$as_me: error: cannot find input file: $f" >&2;}
11393 - { (exit 1); exit 1; }; }
11394 - echo "$f";;
11395 - *) # Relative
11396 - if test -f "$f"; then
11397 - # Build tree
11398 - echo "$f"
11399 - elif test -f "$srcdir/$f"; then
11400 - # Source tree
11401 - echo "$srcdir/$f"
11402 - else
11403 - # /dev/null tree
11404 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11405 -echo "$as_me: error: cannot find input file: $f" >&2;}
11406 - { (exit 1); exit 1; }; }
11407 - fi;;
11408 - esac
11409 - done` || { (exit 1); exit 1; }
11410 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11411 +# If the template does not know about datarootdir, expand it.
11412 +# FIXME: This hack should be removed a few years after 2.60.
11413 +ac_datarootdir_hack=; ac_datarootdir_seen=
11414 +ac_sed_dataroot='
11415 +/datarootdir/ {
11416 + p
11417 + q
11418 +}
11419 +/@datadir@/p
11420 +/@docdir@/p
11421 +/@infodir@/p
11422 +/@localedir@/p
11423 +/@mandir@/p'
11424 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
11425 +*datarootdir*) ac_datarootdir_seen=yes;;
11426 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11427 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11428 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11429 +_ACEOF
11430 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11431 + ac_datarootdir_hack='
11432 + s&@datadir@&$datadir&g
11433 + s&@docdir@&$docdir&g
11434 + s&@infodir@&$infodir&g
11435 + s&@localedir@&$localedir&g
11436 + s&@mandir@&$mandir&g
11437 + s&\\\${datarootdir}&$datarootdir&g' ;;
11438 +esac
11439 _ACEOF
11440 -cat >>$CONFIG_STATUS <<_ACEOF
11441 - sed "$ac_vpsub
11442 +
11443 +# Neutralize VPATH when `$srcdir' = `.'.
11444 +# Shell code in configure.ac might set extrasub.
11445 +# FIXME: do we really want to maintain this feature?
11446 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11447 +ac_sed_extra="$ac_vpsub
11448 $extrasub
11449 _ACEOF
11450 -cat >>$CONFIG_STATUS <<\_ACEOF
11451 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11452 :t
11453 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11454 -s,@configure_input@,$configure_input,;t t
11455 -s,@srcdir@,$ac_srcdir,;t t
11456 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
11457 -s,@top_srcdir@,$ac_top_srcdir,;t t
11458 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11459 -s,@builddir@,$ac_builddir,;t t
11460 -s,@abs_builddir@,$ac_abs_builddir,;t t
11461 -s,@top_builddir@,$ac_top_builddir,;t t
11462 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11463 -s,@INSTALL@,$ac_INSTALL,;t t
11464 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11465 - rm -f $tmp/stdin
11466 - if test x"$ac_file" != x-; then
11467 - mv $tmp/out $ac_file
11468 - else
11469 - cat $tmp/out
11470 - rm -f $tmp/out
11471 - fi
11472 -
11473 -done
11474 -_ACEOF
11475 -cat >>$CONFIG_STATUS <<\_ACEOF
11476 -
11477 -#
11478 -# CONFIG_HEADER section.
11479 -#
11480 +s|@configure_input@|$ac_sed_conf_input|;t t
11481 +s&@top_builddir@&$ac_top_builddir_sub&;t t
11482 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
11483 +s&@srcdir@&$ac_srcdir&;t t
11484 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
11485 +s&@top_srcdir@&$ac_top_srcdir&;t t
11486 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
11487 +s&@builddir@&$ac_builddir&;t t
11488 +s&@abs_builddir@&$ac_abs_builddir&;t t
11489 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
11490 +s&@INSTALL@&$ac_INSTALL&;t t
11491 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
11492 +$ac_datarootdir_hack
11493 +"
11494 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
11495 + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11496 +
11497 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11498 + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
11499 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
11500 + "$ac_tmp/out"`; test -z "$ac_out"; } &&
11501 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11502 +which seems to be undefined. Please make sure it is defined" >&5
11503 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11504 +which seems to be undefined. Please make sure it is defined" >&2;}
11505
11506 -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11507 -# NAME is the cpp macro being defined and VALUE is the value it is being given.
11508 -#
11509 -# ac_d sets the value in "#define NAME VALUE" lines.
11510 -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11511 -ac_dB='[ ].*$,\1#\2'
11512 -ac_dC=' '
11513 -ac_dD=',;t'
11514 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11515 -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11516 -ac_uB='$,\1#\2define\3'
11517 -ac_uC=' '
11518 -ac_uD=',;t'
11519 -
11520 -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
11521 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11522 + rm -f "$ac_tmp/stdin"
11523 case $ac_file in
11524 - - | *:- | *:-:* ) # input from stdin
11525 - cat >$tmp/stdin
11526 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11527 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11528 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11529 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11530 - * ) ac_file_in=$ac_file.in ;;
11531 - esac
11532 -
11533 - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11534 -echo "$as_me: creating $ac_file" >&6;}
11535 -
11536 - # First look for the input files in the build tree, otherwise in the
11537 - # src tree.
11538 - ac_file_inputs=`IFS=:
11539 - for f in $ac_file_in; do
11540 - case $f in
11541 - -) echo $tmp/stdin ;;
11542 - [\\/$]*)
11543 - # Absolute (can't be DOS-style, as IFS=:)
11544 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11545 -echo "$as_me: error: cannot find input file: $f" >&2;}
11546 - { (exit 1); exit 1; }; }
11547 - # Do quote $f, to prevent DOS paths from being IFS'd.
11548 - echo "$f";;
11549 - *) # Relative
11550 - if test -f "$f"; then
11551 - # Build tree
11552 - echo "$f"
11553 - elif test -f "$srcdir/$f"; then
11554 - # Source tree
11555 - echo "$srcdir/$f"
11556 - else
11557 - # /dev/null tree
11558 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11559 -echo "$as_me: error: cannot find input file: $f" >&2;}
11560 - { (exit 1); exit 1; }; }
11561 - fi;;
11562 - esac
11563 - done` || { (exit 1); exit 1; }
11564 - # Remove the trailing spaces.
11565 - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11566 -
11567 -_ACEOF
11568 -
11569 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
11570 -# `conftest.undefs', that substitutes the proper values into
11571 -# config.h.in to produce config.h. The first handles `#define'
11572 -# templates, and the second `#undef' templates.
11573 -# And first: Protect against being on the right side of a sed subst in
11574 -# config.status. Protect against being in an unquoted here document
11575 -# in config.status.
11576 -rm -f conftest.defines conftest.undefs
11577 -# Using a here document instead of a string reduces the quoting nightmare.
11578 -# Putting comments in sed scripts is not portable.
11579 -#
11580 -# `end' is used to avoid that the second main sed command (meant for
11581 -# 0-ary CPP macros) applies to n-ary macro definitions.
11582 -# See the Autoconf documentation for `clear'.
11583 -cat >confdef2sed.sed <<\_ACEOF
11584 -s/[\\&,]/\\&/g
11585 -s,[\\$`],\\&,g
11586 -t clear
11587 -: clear
11588 -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11589 -t end
11590 -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11591 -: end
11592 -_ACEOF
11593 -# If some macros were called several times there might be several times
11594 -# the same #defines, which is useless. Nevertheless, we may not want to
11595 -# sort them, since we want the *last* AC-DEFINE to be honored.
11596 -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11597 -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11598 -rm -f confdef2sed.sed
11599 -
11600 -# This sed command replaces #undef with comments. This is necessary, for
11601 -# example, in the case of _POSIX_SOURCE, which is predefined and required
11602 -# on some systems where configure will not decide to define it.
11603 -cat >>conftest.undefs <<\_ACEOF
11604 -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11605 -_ACEOF
11606 -
11607 -# Break up conftest.defines because some shells have a limit on the size
11608 -# of here documents, and old seds have small limits too (100 cmds).
11609 -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11610 -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11611 -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11612 -echo ' :' >>$CONFIG_STATUS
11613 -rm -f conftest.tail
11614 -while grep . conftest.defines >/dev/null
11615 -do
11616 - # Write a limited-size here document to $tmp/defines.sed.
11617 - echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11618 - # Speed up: don't consider the non `#define' lines.
11619 - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11620 - # Work around the forget-to-reset-the-flag bug.
11621 - echo 't clr' >>$CONFIG_STATUS
11622 - echo ': clr' >>$CONFIG_STATUS
11623 - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11624 - echo 'CEOF
11625 - sed -f $tmp/defines.sed $tmp/in >$tmp/out
11626 - rm -f $tmp/in
11627 - mv $tmp/out $tmp/in
11628 -' >>$CONFIG_STATUS
11629 - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11630 - rm -f conftest.defines
11631 - mv conftest.tail conftest.defines
11632 -done
11633 -rm -f conftest.defines
11634 -echo ' fi # grep' >>$CONFIG_STATUS
11635 -echo >>$CONFIG_STATUS
11636 -
11637 -# Break up conftest.undefs because some shells have a limit on the size
11638 -# of here documents, and old seds have small limits too (100 cmds).
11639 -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11640 -rm -f conftest.tail
11641 -while grep . conftest.undefs >/dev/null
11642 -do
11643 - # Write a limited-size here document to $tmp/undefs.sed.
11644 - echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11645 - # Speed up: don't consider the non `#undef'
11646 - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11647 - # Work around the forget-to-reset-the-flag bug.
11648 - echo 't clr' >>$CONFIG_STATUS
11649 - echo ': clr' >>$CONFIG_STATUS
11650 - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11651 - echo 'CEOF
11652 - sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11653 - rm -f $tmp/in
11654 - mv $tmp/out $tmp/in
11655 -' >>$CONFIG_STATUS
11656 - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11657 - rm -f conftest.undefs
11658 - mv conftest.tail conftest.undefs
11659 -done
11660 -rm -f conftest.undefs
11661 -
11662 -cat >>$CONFIG_STATUS <<\_ACEOF
11663 - # Let's still pretend it is `configure' which instantiates (i.e., don't
11664 - # use $as_me), people would be surprised to read:
11665 - # /* config.h. Generated by config.status. */
11666 - if test x"$ac_file" = x-; then
11667 - echo "/* Generated by configure. */" >$tmp/config.h
11668 - else
11669 - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11670 - fi
11671 - cat $tmp/in >>$tmp/config.h
11672 - rm -f $tmp/in
11673 + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
11674 + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
11675 + esac \
11676 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11677 + ;;
11678 + :H)
11679 + #
11680 + # CONFIG_HEADER
11681 + #
11682 if test x"$ac_file" != x-; then
11683 - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11684 - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11685 -echo "$as_me: $ac_file is unchanged" >&6;}
11686 + {
11687 + $as_echo "/* $configure_input */" \
11688 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
11689 + } >"$ac_tmp/config.h" \
11690 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11691 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
11692 + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
11693 +$as_echo "$as_me: $ac_file is unchanged" >&6;}
11694 else
11695 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11696 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11697 - X"$ac_file" : 'X\(//\)[^/]' \| \
11698 - X"$ac_file" : 'X\(//\)$' \| \
11699 - X"$ac_file" : 'X\(/\)' \| \
11700 - . : '\(.\)' 2>/dev/null ||
11701 -echo X"$ac_file" |
11702 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11703 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11704 - /^X\(\/\/\)$/{ s//\1/; q; }
11705 - /^X\(\/\).*/{ s//\1/; q; }
11706 - s/.*/./; q'`
11707 - { if $as_mkdir_p; then
11708 - mkdir -p "$ac_dir"
11709 - else
11710 - as_dir="$ac_dir"
11711 - as_dirs=
11712 - while test ! -d "$as_dir"; do
11713 - as_dirs="$as_dir $as_dirs"
11714 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
11715 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11716 - X"$as_dir" : 'X\(//\)[^/]' \| \
11717 - X"$as_dir" : 'X\(//\)$' \| \
11718 - X"$as_dir" : 'X\(/\)' \| \
11719 - . : '\(.\)' 2>/dev/null ||
11720 -echo X"$as_dir" |
11721 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11722 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11723 - /^X\(\/\/\)$/{ s//\1/; q; }
11724 - /^X\(\/\).*/{ s//\1/; q; }
11725 - s/.*/./; q'`
11726 - done
11727 - test ! -n "$as_dirs" || mkdir $as_dirs
11728 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11729 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11730 - { (exit 1); exit 1; }; }; }
11731 -
11732 - rm -f $ac_file
11733 - mv $tmp/config.h $ac_file
11734 + rm -f "$ac_file"
11735 + mv "$ac_tmp/config.h" "$ac_file" \
11736 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11737 fi
11738 else
11739 - cat $tmp/config.h
11740 - rm -f $tmp/config.h
11741 + $as_echo "/* $configure_input */" \
11742 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
11743 + || as_fn_error $? "could not create -" "$LINENO" 5
11744 fi
11745 -# Compute $ac_file's index in $config_headers.
11746 +# Compute "$ac_file"'s index in $config_headers.
11747 +_am_arg="$ac_file"
11748 _am_stamp_count=1
11749 for _am_header in $config_headers :; do
11750 case $_am_header in
11751 - $ac_file | $ac_file:* )
11752 + $_am_arg | $_am_arg:* )
11753 break ;;
11754 * )
11755 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11756 esac
11757 done
11758 -echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11759 -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11760 - X$ac_file : 'X\(//\)[^/]' \| \
11761 - X$ac_file : 'X\(//\)$' \| \
11762 - X$ac_file : 'X\(/\)' \| \
11763 - . : '\(.\)' 2>/dev/null ||
11764 -echo X$ac_file |
11765 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11766 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11767 - /^X\(\/\/\)$/{ s//\1/; q; }
11768 - /^X\(\/\).*/{ s//\1/; q; }
11769 - s/.*/./; q'`/stamp-h$_am_stamp_count
11770 -done
11771 -_ACEOF
11772 -cat >>$CONFIG_STATUS <<\_ACEOF
11773 -
11774 -#
11775 -# CONFIG_COMMANDS section.
11776 -#
11777 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11778 - ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11779 - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11780 - ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11781 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11782 - X"$ac_dest" : 'X\(//\)[^/]' \| \
11783 - X"$ac_dest" : 'X\(//\)$' \| \
11784 - X"$ac_dest" : 'X\(/\)' \| \
11785 - . : '\(.\)' 2>/dev/null ||
11786 -echo X"$ac_dest" |
11787 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11788 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11789 - /^X\(\/\/\)$/{ s//\1/; q; }
11790 - /^X\(\/\).*/{ s//\1/; q; }
11791 - s/.*/./; q'`
11792 - { if $as_mkdir_p; then
11793 - mkdir -p "$ac_dir"
11794 - else
11795 - as_dir="$ac_dir"
11796 - as_dirs=
11797 - while test ! -d "$as_dir"; do
11798 - as_dirs="$as_dir $as_dirs"
11799 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
11800 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11801 - X"$as_dir" : 'X\(//\)[^/]' \| \
11802 - X"$as_dir" : 'X\(//\)$' \| \
11803 - X"$as_dir" : 'X\(/\)' \| \
11804 - . : '\(.\)' 2>/dev/null ||
11805 -echo X"$as_dir" |
11806 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11807 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11808 - /^X\(\/\/\)$/{ s//\1/; q; }
11809 - /^X\(\/\).*/{ s//\1/; q; }
11810 - s/.*/./; q'`
11811 - done
11812 - test ! -n "$as_dirs" || mkdir $as_dirs
11813 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11814 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11815 - { (exit 1); exit 1; }; }; }
11816 -
11817 - ac_builddir=.
11818 -
11819 -if test "$ac_dir" != .; then
11820 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11821 - # A "../" for each directory in $ac_dir_suffix.
11822 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11823 -else
11824 - ac_dir_suffix= ac_top_builddir=
11825 -fi
11826 -
11827 -case $srcdir in
11828 - .) # No --srcdir option. We are building in place.
11829 - ac_srcdir=.
11830 - if test -z "$ac_top_builddir"; then
11831 - ac_top_srcdir=.
11832 - else
11833 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11834 - fi ;;
11835 - [\\/]* | ?:[\\/]* ) # Absolute path.
11836 - ac_srcdir=$srcdir$ac_dir_suffix;
11837 - ac_top_srcdir=$srcdir ;;
11838 - *) # Relative path.
11839 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11840 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
11841 -esac
11842 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
11843 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11844 + X"$_am_arg" : 'X\(//\)[^/]' \| \
11845 + X"$_am_arg" : 'X\(//\)$' \| \
11846 + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
11847 +$as_echo X"$_am_arg" |
11848 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11849 + s//\1/
11850 + q
11851 + }
11852 + /^X\(\/\/\)[^/].*/{
11853 + s//\1/
11854 + q
11855 + }
11856 + /^X\(\/\/\)$/{
11857 + s//\1/
11858 + q
11859 + }
11860 + /^X\(\/\).*/{
11861 + s//\1/
11862 + q
11863 + }
11864 + s/.*/./; q'`/stamp-h$_am_stamp_count
11865 + ;;
11866
11867 -# Do not use `cd foo && pwd` to compute absolute paths, because
11868 -# the directories may not exist.
11869 -case `pwd` in
11870 -.) ac_abs_builddir="$ac_dir";;
11871 -*)
11872 - case "$ac_dir" in
11873 - .) ac_abs_builddir=`pwd`;;
11874 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11875 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
11876 - esac;;
11877 -esac
11878 -case $ac_abs_builddir in
11879 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
11880 -*)
11881 - case ${ac_top_builddir}. in
11882 - .) ac_abs_top_builddir=$ac_abs_builddir;;
11883 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11884 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11885 - esac;;
11886 -esac
11887 -case $ac_abs_builddir in
11888 -.) ac_abs_srcdir=$ac_srcdir;;
11889 -*)
11890 - case $ac_srcdir in
11891 - .) ac_abs_srcdir=$ac_abs_builddir;;
11892 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11893 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11894 - esac;;
11895 -esac
11896 -case $ac_abs_builddir in
11897 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
11898 -*)
11899 - case $ac_top_srcdir in
11900 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
11901 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11902 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11903 - esac;;
11904 -esac
11905 + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
11906 +$as_echo "$as_me: executing $ac_file commands" >&6;}
11907 + ;;
11908 + esac
11909
11910
11911 - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11912 -echo "$as_me: executing $ac_dest commands" >&6;}
11913 - case $ac_dest in
11914 - depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11915 - # Strip MF so we end up with the name of the file.
11916 - mf=`echo "$mf" | sed -e 's/:.*$//'`
11917 - # Check whether this is an Automake generated Makefile or not.
11918 - # We used to match only the files named `Makefile.in', but
11919 - # some people rename them; so instead we look at the file content.
11920 - # Grep'ing the first line is not enough: some people post-process
11921 - # each Makefile.in and add a new line on top of each file to say so.
11922 - # So let's grep whole file.
11923 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11924 - dirpart=`(dirname "$mf") 2>/dev/null ||
11925 + case $ac_file$ac_mode in
11926 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
11927 + # Autoconf 2.62 quotes --file arguments for eval, but not when files
11928 + # are listed without --file. Let's play safe and only enable the eval
11929 + # if we detect the quoting.
11930 + case $CONFIG_FILES in
11931 + *\'*) eval set x "$CONFIG_FILES" ;;
11932 + *) set x $CONFIG_FILES ;;
11933 + esac
11934 + shift
11935 + for mf
11936 + do
11937 + # Strip MF so we end up with the name of the file.
11938 + mf=`echo "$mf" | sed -e 's/:.*$//'`
11939 + # Check whether this is an Automake generated Makefile or not.
11940 + # We used to match only the files named `Makefile.in', but
11941 + # some people rename them; so instead we look at the file content.
11942 + # Grep'ing the first line is not enough: some people post-process
11943 + # each Makefile.in and add a new line on top of each file to say so.
11944 + # Grep'ing the whole file is not good either: AIX grep has a line
11945 + # limit of 2048, but all sed's we know have understand at least 4000.
11946 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
11947 + dirpart=`$as_dirname -- "$mf" ||
11948 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11949 X"$mf" : 'X\(//\)[^/]' \| \
11950 X"$mf" : 'X\(//\)$' \| \
11951 - X"$mf" : 'X\(/\)' \| \
11952 - . : '\(.\)' 2>/dev/null ||
11953 -echo X"$mf" |
11954 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11955 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11956 - /^X\(\/\/\)$/{ s//\1/; q; }
11957 - /^X\(\/\).*/{ s//\1/; q; }
11958 - s/.*/./; q'`
11959 - else
11960 - continue
11961 - fi
11962 - # Extract the definition of DEPDIR, am__include, and am__quote
11963 - # from the Makefile without running `make'.
11964 - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
11965 - test -z "$DEPDIR" && continue
11966 - am__include=`sed -n 's/^am__include = //p' < "$mf"`
11967 - test -z "am__include" && continue
11968 - am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
11969 - # When using ansi2knr, U may be empty or an underscore; expand it
11970 - U=`sed -n 's/^U = //p' < "$mf"`
11971 - # Find all dependency output files, they are included files with
11972 - # $(DEPDIR) in their names. We invoke sed twice because it is the
11973 - # simplest approach to changing $(DEPDIR) to its actual value in the
11974 - # expansion.
11975 - for file in `sed -n "
11976 - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
11977 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11978 - # Make sure the directory exists.
11979 - test -f "$dirpart/$file" && continue
11980 - fdir=`(dirname "$file") 2>/dev/null ||
11981 + X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
11982 +$as_echo X"$mf" |
11983 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11984 + s//\1/
11985 + q
11986 + }
11987 + /^X\(\/\/\)[^/].*/{
11988 + s//\1/
11989 + q
11990 + }
11991 + /^X\(\/\/\)$/{
11992 + s//\1/
11993 + q
11994 + }
11995 + /^X\(\/\).*/{
11996 + s//\1/
11997 + q
11998 + }
11999 + s/.*/./; q'`
12000 + else
12001 + continue
12002 + fi
12003 + # Extract the definition of DEPDIR, am__include, and am__quote
12004 + # from the Makefile without running `make'.
12005 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12006 + test -z "$DEPDIR" && continue
12007 + am__include=`sed -n 's/^am__include = //p' < "$mf"`
12008 + test -z "am__include" && continue
12009 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12010 + # When using ansi2knr, U may be empty or an underscore; expand it
12011 + U=`sed -n 's/^U = //p' < "$mf"`
12012 + # Find all dependency output files, they are included files with
12013 + # $(DEPDIR) in their names. We invoke sed twice because it is the
12014 + # simplest approach to changing $(DEPDIR) to its actual value in the
12015 + # expansion.
12016 + for file in `sed -n "
12017 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12018 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12019 + # Make sure the directory exists.
12020 + test -f "$dirpart/$file" && continue
12021 + fdir=`$as_dirname -- "$file" ||
12022 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12023 X"$file" : 'X\(//\)[^/]' \| \
12024 X"$file" : 'X\(//\)$' \| \
12025 - X"$file" : 'X\(/\)' \| \
12026 - . : '\(.\)' 2>/dev/null ||
12027 -echo X"$file" |
12028 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12029 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12030 - /^X\(\/\/\)$/{ s//\1/; q; }
12031 - /^X\(\/\).*/{ s//\1/; q; }
12032 - s/.*/./; q'`
12033 - { if $as_mkdir_p; then
12034 - mkdir -p $dirpart/$fdir
12035 - else
12036 - as_dir=$dirpart/$fdir
12037 - as_dirs=
12038 - while test ! -d "$as_dir"; do
12039 - as_dirs="$as_dir $as_dirs"
12040 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
12041 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12042 - X"$as_dir" : 'X\(//\)[^/]' \| \
12043 - X"$as_dir" : 'X\(//\)$' \| \
12044 - X"$as_dir" : 'X\(/\)' \| \
12045 - . : '\(.\)' 2>/dev/null ||
12046 -echo X"$as_dir" |
12047 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12048 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12049 - /^X\(\/\/\)$/{ s//\1/; q; }
12050 - /^X\(\/\).*/{ s//\1/; q; }
12051 - s/.*/./; q'`
12052 + X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12053 +$as_echo X"$file" |
12054 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12055 + s//\1/
12056 + q
12057 + }
12058 + /^X\(\/\/\)[^/].*/{
12059 + s//\1/
12060 + q
12061 + }
12062 + /^X\(\/\/\)$/{
12063 + s//\1/
12064 + q
12065 + }
12066 + /^X\(\/\).*/{
12067 + s//\1/
12068 + q
12069 + }
12070 + s/.*/./; q'`
12071 + as_dir=$dirpart/$fdir; as_fn_mkdir_p
12072 + # echo "creating $dirpart/$file"
12073 + echo '# dummy' > "$dirpart/$file"
12074 done
12075 - test ! -n "$as_dirs" || mkdir $as_dirs
12076 - fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12077 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12078 - { (exit 1); exit 1; }; }; }
12079 -
12080 - # echo "creating $dirpart/$file"
12081 - echo '# dummy' > "$dirpart/$file"
12082 done
12083 -done
12084 +}
12085 ;;
12086 +
12087 esac
12088 -done
12089 -_ACEOF
12090 +done # for ac_tag
12091
12092 -cat >>$CONFIG_STATUS <<\_ACEOF
12093
12094 -{ (exit 0); exit 0; }
12095 +as_fn_exit 0
12096 _ACEOF
12097 -chmod +x $CONFIG_STATUS
12098 ac_clean_files=$ac_clean_files_save
12099
12100 +test $ac_write_fail = 0 ||
12101 + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
12102 +
12103
12104 # configure is writing to config.log, and then calls config.status.
12105 # config.status does its own redirection, appending to config.log.
12106 @@ -7021,7 +7078,11 @@ if test "$no_create" != yes; then
12107 exec 5>>config.log
12108 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12109 # would make configure fail if this is the last instruction.
12110 - $ac_cs_success || { (exit 1); exit 1; }
12111 + $ac_cs_success || as_fn_exit 1
12112 +fi
12113 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
12114 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
12115 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12116 fi
12117
12118
12119 --- a/drv_config.h.in
12120 +++ b/drv_config.h.in
12121 @@ -83,6 +83,9 @@
12122 /* Define to the one symbol short name of this package. */
12123 #undef PACKAGE_TARNAME
12124
12125 +/* Define to the home page for this package. */
12126 +#undef PACKAGE_URL
12127 +
12128 /* Define to the version of this package. */
12129 #undef PACKAGE_VERSION
12130
12131 @@ -101,6 +104,9 @@
12132 /* enable Danube specific code */
12133 #undef SYSTEM_DANUBE
12134
12135 +/* enable FALCON specific code */
12136 +#undef SYSTEM_FALCON
12137 +
12138 /* enable VR9 specific code */
12139 #undef SYSTEM_VR9
12140
12141 --- a/src/drv_api.h
12142 +++ b/src/drv_api.h
12143 @@ -183,7 +183,7 @@
12144 #endif
12145
12146 /* TAPI FXS Phone Detection feature is not available for Danube platform */
12147 -#if defined(TAPI_PHONE_DETECTION) && (defined(SYSTEM_AR9) || defined(SYSTEM_VR9))
12148 +#if defined(TAPI_PHONE_DETECTION) && (defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON))
12149 #define VMMC_CFG_ADD_FEAT_PHONE_DETECTION VMMC_FEAT_PHONE_DETECTION
12150 #else
12151 #define VMMC_CFG_ADD_FEAT_PHONE_DETECTION 0
12152 --- a/src/drv_vmmc_alm.c
12153 +++ b/src/drv_vmmc_alm.c
12154 @@ -800,7 +800,7 @@ IFX_void_t VMMC_ALM_Free_Ch_Structures (
12155 }
12156
12157
12158 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12159 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12160 /**
12161 Check whether SmartSLIC is connected
12162
12163 @@ -836,7 +836,7 @@ IFX_boolean_t VMMC_ALM_SmartSLIC_IsConne
12164 #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12165
12166
12167 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12168 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12169 /**
12170 Read the number of channels on the SmartSLIC.
12171
12172 @@ -1876,7 +1876,7 @@ IFX_int32_t VMMC_TAPI_LL_ALM_VMMC_Test_L
12173 /* write updated message contents */
12174 ret = CmdWrite (pDev, (IFX_uint32_t *)((IFX_void_t *)&debugCfg),
12175 DCCTL_CMD_LEN);
12176 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12177 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12178 IFX_uint32_t dcctrlLoop[2];
12179 IFX_uint32_t ch = (IFX_uint32_t)(pCh->nChannel - 1);
12180
12181 --- a/src/drv_vmmc_alm.h
12182 +++ b/src/drv_vmmc_alm.h
12183 @@ -65,7 +65,7 @@ extern IFX_void_t irq_VMMC_ALM_LineDisab
12184 extern IFX_void_t VMMC_ALM_CorrectLinemodeCache (VMMC_CHANNEL *pCh,
12185 IFX_uint16_t lm);
12186
12187 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12188 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12189 extern IFX_boolean_t VMMC_ALM_SmartSLIC_IsConnected (
12190 VMMC_DEVICE *pDev);
12191
12192 --- a/src/drv_vmmc_init.c
12193 +++ b/src/drv_vmmc_init.c
12194 @@ -52,15 +52,6 @@
12195 #include "ifx_pmu.h"
12196 #endif /* PMU_SUPPORTED */
12197
12198 -#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28))
12199 -# define IFX_MPS_CAD0SR IFXMIPS_MPS_CAD0SR
12200 -# define IFX_MPS_CAD1SR IFXMIPS_MPS_CAD1SR
12201 -# define IFX_MPS_CVC0SR IFXMIPS_MPS_CVC0SR
12202 -# define IFX_MPS_CVC1SR IFXMIPS_MPS_CVC1SR
12203 -# define IFX_MPS_CVC2SR IFXMIPS_MPS_CVC2SR
12204 -# define IFX_MPS_CVC3SR IFXMIPS_MPS_CVC3SR
12205 -#endif
12206 -
12207 /* ============================= */
12208 /* Local Macros & Definitions */
12209 /* ============================= */
12210 @@ -815,7 +806,7 @@ static IFX_int32_t VMMC_TAPI_LL_FW_Init(
12211 MIN_FW_HOTFIXSTEP};
12212 IFX_uint8_t tmp1, tmp2;
12213 IFX_TAPI_RESOURCE nResource;
12214 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12215 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12216 IFX_uint8_t nChannels, nFXOChannels;
12217 #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12218 IFX_int32_t ret = VMMC_statusOk;
12219 @@ -869,7 +860,7 @@ static IFX_int32_t VMMC_TAPI_LL_FW_Init(
12220 pDev->bSmartSlic = IFX_FALSE;
12221 pDev->bSlicSupportsIdleMode = IFX_FALSE;
12222
12223 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12224 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12225 if (VMMC_SUCCESS(ret))
12226 {
12227 /* Reduce the number of ALM channels in the capabilities if the SLIC
12228 --- a/src/drv_vmmc_ioctl.c
12229 +++ b/src/drv_vmmc_ioctl.c
12230 @@ -273,7 +273,7 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP
12231 case FIO_GET_VERS:
12232 {
12233 VMMC_IO_VERSION *pVers;
12234 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12235 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12236 VMMC_SDD_REVISION_READ_t *pSDDVersCmd = IFX_NULL;
12237 #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12238 SYS_VER_t *pCmd;
12239 @@ -322,7 +322,7 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP
12240 pVers->nTapiVers = 3;
12241 pVers->nDrvVers = MAJORSTEP << 24 | MINORSTEP << 16 |
12242 VERSIONSTEP << 8 | VERS_TYPE;
12243 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12244 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12245 /* in case of SmartSLIC based systems, we can give some more
12246 versions.*/
12247 if (VMMC_ALM_SmartSLIC_IsConnected(pDev))