1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 pkgdatadir
= $(datadir)/@PACKAGE@
19 pkgincludedir
= $(includedir)/@PACKAGE@
20 pkglibdir
= $(libdir)/@PACKAGE@
21 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
22 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA
= $(install_sh
) -c
-m
644
24 install_sh_PROGRAM
= $(install_sh
) -c
25 install_sh_SCRIPT
= $(install_sh
) -c
26 INSTALL_HEADER
= $(INSTALL_DATA
)
27 transform
= $(program_transform_name
)
34 build_triplet
= @build@
36 target_triplet
= @target@
38 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am
39 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
40 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
41 $(top_srcdir
)/..
/config
/depstand.m4 \
42 $(top_srcdir
)/..
/config
/lead-dot.m4 \
43 $(top_srcdir
)/..
/config
/multi.m4 \
44 $(top_srcdir
)/..
/config
/override.m4 \
45 $(top_srcdir
)/..
/config
/stdint.m4 \
46 $(top_srcdir
)/..
/ltoptions.m4
$(top_srcdir
)/..
/ltsugar.m4 \
47 $(top_srcdir
)/..
/ltversion.m4
$(top_srcdir
)/..
/lt~obsolete.m4 \
48 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/..
/libtool.m4 \
49 $(top_srcdir
)/configure.ac
50 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
52 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
53 CONFIG_HEADER
= $(top_builddir
)/auto-config.h
55 CONFIG_CLEAN_VPATH_FILES
=
58 RUNTESTDEFAULTFLAGS
= --tool
$$tool --srcdir $$srcdir
63 AUTOHEADER
= @AUTOHEADER@
68 CCASDEPMODE
= @CCASDEPMODE@
69 CCASFLAGS
= @CCASFLAGS@
70 CCDEPMODE
= @CCDEPMODE@
74 CYGPATH_W
= @CYGPATH_W@
87 INSTALL_DATA
= @INSTALL_DATA@
88 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
89 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
90 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
98 LTLIBOBJS
= @LTLIBOBJS@
100 MAKEINFO
= @MAKEINFO@
106 OPT_LDFLAGS
= @OPT_LDFLAGS@
110 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
111 PACKAGE_NAME
= @PACKAGE_NAME@
112 PACKAGE_STRING
= @PACKAGE_STRING@
113 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
114 PACKAGE_URL
= @PACKAGE_URL@
115 PACKAGE_VERSION
= @PACKAGE_VERSION@
116 PATH_SEPARATOR
= @PATH_SEPARATOR@
119 SECTION_LDFLAGS
= @SECTION_LDFLAGS@
121 SET_MAKE
= @SET_MAKE@
127 XLDFLAGS
= @XLDFLAGS@
128 abs_builddir
= @abs_builddir@
129 abs_srcdir
= @abs_srcdir@
130 abs_top_builddir
= @abs_top_builddir@
131 abs_top_srcdir
= @abs_top_srcdir@
132 ac_ct_CC
= @ac_ct_CC@
133 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
134 am__include
= @am__include@
135 am__leading_dot
= @am__leading_dot@
136 am__quote
= @am__quote@
138 am__untar
= @am__untar@
141 build_alias
= @build_alias@
142 build_cpu
= @build_cpu@
143 build_os
= @build_os@
144 build_vendor
= @build_vendor@
145 builddir
= @builddir@
146 config_path
= @config_path@
148 datarootdir
= @datarootdir@
151 enable_shared
= @enable_shared@
152 enable_static
= @enable_static@
153 exec_prefix = @
exec_prefix@
155 host_alias
= @host_alias@
156 host_cpu
= @host_cpu@
158 host_vendor
= @host_vendor@
160 includedir = @
includedir@
162 install_sh
= @install_sh@
164 libexecdir
= @libexecdir@
165 libtool_VERSION
= @libtool_VERSION@
166 localedir
= @localedir@
167 localstatedir
= @localstatedir@
170 multi_basedir
= @multi_basedir@
171 oldincludedir = @
oldincludedir@
174 program_transform_name
= @program_transform_name@
177 sharedstatedir
= @sharedstatedir@
179 sysconfdir
= @sysconfdir@
181 target_alias
= @target_alias@
182 target_cpu
= @target_cpu@
183 target_os
= @target_os@
184 target_vendor
= @target_vendor@
185 toolexecdir
= @toolexecdir@
186 toolexeclibdir
= @toolexeclibdir@
187 top_build_prefix
= @top_build_prefix@
188 top_builddir
= @top_builddir@
189 top_srcdir
= @top_srcdir@
190 AUTOMAKE_OPTIONS
= foreign dejagnu
192 # May be used by various substitution variables.
193 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
194 EXPECT
= $(shell if
test -f
$(top_builddir
)/..
/expect
/expect
; then \
195 echo
$(top_builddir
)/..
/expect
/expect
; else echo expect
; fi
)
197 _RUNTEST
= $(shell if
test -f
$(top_srcdir
)/..
/dejagnu
/runtest
; then \
198 echo
$(top_srcdir
)/..
/dejagnu
/runtest
; else echo runtest
; fi
)
200 RUNTEST
= "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
204 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
206 case
'$(am__configure_deps)' in \
208 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
209 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
213 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
214 $(am__cd
) $(top_srcdir
) && \
215 $(AUTOMAKE
) --foreign testsuite
/Makefile
217 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
220 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
222 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
226 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
227 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
229 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
230 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
231 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
232 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
233 $(am__aclocal_m4_deps
):
247 check-DEJAGNU
: site.exp
248 srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
249 EXPECT
=$(EXPECT
); export EXPECT
; \
250 runtest
=$(RUNTEST
); \
251 if
$(SHELL
) -c
"$$runtest --version" > /dev
/null
2>&1; then \
252 exit_status
=0; l
='$(DEJATOOL)'; for tool in
$$l; do \
253 if
$$runtest $(AM_RUNTESTFLAGS
) $(RUNTESTDEFAULTFLAGS
) $(RUNTESTFLAGS
); \
254 then
:; else exit_status
=1; fi
; \
256 else echo
"WARNING: could not find \`runtest'" 1>&2; :;\
260 @echo
'Making a new site.exp file...'
261 @echo
'## these variables are automatically generated by make ##' >site.tmp
262 @echo
'# Do not edit here. If you wish to override these values' >>site.tmp
263 @echo
'# edit the last section' >>site.tmp
264 @echo
'set srcdir $(srcdir)' >>site.tmp
265 @echo
"set objdir `pwd`" >>site.tmp
266 @echo
'set build_alias "$(build_alias)"' >>site.tmp
267 @echo
'set build_triplet $(build_triplet)' >>site.tmp
268 @echo
'set host_alias "$(host_alias)"' >>site.tmp
269 @echo
'set host_triplet $(host_triplet)' >>site.tmp
270 @echo
'set target_alias "$(target_alias)"' >>site.tmp
271 @echo
'set target_triplet $(target_triplet)' >>site.tmp
272 @echo
'## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
273 @
test ! -f site.exp || \
274 sed
'1,/^## All variables above are.*##/ d' site.exp
>> site.tmp
276 @
test ! -f site.exp || mv site.exp site.bak
277 @mv site.tmp site.exp
280 -rm -f site.exp site.bak
281 -l
='$(DEJATOOL)'; for tool in
$$l; do \
282 rm -f
$$tool.sum
$$tool.log
; \
285 $(MAKE
) $(AM_MAKEFLAGS
) check-DEJAGNU
290 install-exec
: install-exec-am
291 install-data
: install-data-am
292 uninstall: uninstall-am
295 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
297 installcheck: installcheck-am
299 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
300 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
301 `test -z '$(STRIP)' || \
302 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
308 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
309 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
311 maintainer-clean-generic
:
312 @echo
"This command is intended for maintainers to use"
313 @echo
"it deletes files that may require special tools to rebuild."
316 clean-am
: clean-generic clean-libtool mostlyclean-am
318 distclean: distclean-am
320 distclean-am
: clean-am distclean-DEJAGNU distclean-generic
336 install-dvi
: install-dvi-am
342 install-html
: install-html-am
346 install-info
: install-info-am
352 install-pdf
: install-pdf-am
356 install-ps
: install-ps-am
362 maintainer-clean
: maintainer-clean-am
364 maintainer-clean-am
: distclean-am maintainer-clean-generic
366 mostlyclean: mostlyclean-am
368 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
380 .MAKE
: check-am install-am install-strip
382 .PHONY
: all all-am
check check-DEJAGNU check-am
clean clean-generic \
383 clean-libtool
distclean distclean-DEJAGNU distclean-generic \
384 distclean-libtool
dvi dvi-am html html-am
info info-am
install \
385 install-am install-data install-data-am install-dvi \
386 install-dvi-am install-exec install-exec-am install-html \
387 install-html-am install-info install-info-am install-man \
388 install-pdf install-pdf-am install-ps install-ps-am \
389 install-strip
installcheck installcheck-am
installdirs \
390 maintainer-clean maintainer-clean-generic
mostlyclean \
391 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
392 uninstall uninstall-am
395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
396 # Otherwise a system limit (for SysV at least) may be exceeded.