fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / dejagnu / example / hello / testsuite / Makefile.in
blob1555fe625f7fbb6754af2065d5ff1b0d2d9d6978
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
14 @SET_MAKE@
16 # Copyright (c) 2001 Clifton Labs, Inc
17 # All rights reserved.
19 # CLIFTON LABS MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
20 # SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
21 # NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
22 # A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. CLIFTON LABS SHALL NOT BE
23 # LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
24 # RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
25 # DERIVATIVES.
27 # By using or copying this Software, Licensee agrees to abide by the
28 # intellectual property laws, and all other applicable laws of the U.S.,
29 # and the terms of this license.
31 # You may modify, distribute, and use the software contained in this
32 # package under the terms of the "GNU LIBRARY GENERAL PUBLIC LICENSE"
33 # version 2, June 1991. A copy of this license agreement can be found in
34 # the file "LGPL", distributed with this archive.
36 # Author: Philip A. Wilsey philip.wilsey@ieee.org
38 # ------------------------------------------------------------------------
40 SHELL = @SHELL@
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 prefix = @prefix@
46 exec_prefix = @exec_prefix@
48 bindir = @bindir@
49 sbindir = @sbindir@
50 libexecdir = @libexecdir@
51 datadir = @datadir@
52 sysconfdir = @sysconfdir@
53 sharedstatedir = @sharedstatedir@
54 localstatedir = @localstatedir@
55 libdir = @libdir@
56 infodir = @infodir@
57 mandir = @mandir@
58 includedir = @includedir@
59 oldincludedir = /usr/include
60 pkgdatadir = $(datadir)/@PACKAGE@
61 pkglibdir = $(libdir)/@PACKAGE@
62 pkgincludedir = $(includedir)/@PACKAGE@
63 top_builddir = ..
65 ACLOCAL = @ACLOCAL@
66 AUTOCONF = @AUTOCONF@
67 AUTOMAKE = @AUTOMAKE@
68 AUTOHEADER = @AUTOHEADER@
70 INSTALL = @INSTALL@
71 INSTALL_PROGRAM = @INSTALL_PROGRAM@
72 INSTALL_DATA = @INSTALL_DATA@
73 INSTALL_SCRIPT = @INSTALL_SCRIPT@
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = @program_transform_name@
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 AMTAR = @AMTAR@
83 AWK = @AWK@
84 CC = @CC@
85 DEPDIR = @DEPDIR@
86 DOCBOOK = @DOCBOOK@
87 EXEEXT = @EXEEXT@
88 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89 OBJEXT = @OBJEXT@
90 PACKAGE = @PACKAGE@
91 TCLSH = @TCLSH@
92 VERSION = @VERSION@
93 am__include = @am__include@
94 am__quote = @am__quote@
95 install_sh = @install_sh@
96 tclsh = @tclsh@
98 AUTOMAKE_OPTIONS = dejagnu
99 RUNTESTDEFAULTFLAGS = -v -v
100 subdir = testsuite
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_CLEAN_FILES =
103 DIST_SOURCES =
104 DIST_COMMON = Makefile.am Makefile.in
105 all: all-am
107 .SUFFIXES:
108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && \
110 $(AUTOMAKE) --gnu testsuite/Makefile
111 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) && \
113 CONFIG_HEADERS= CONFIG_LINKS= \
114 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
115 uninstall-info-am:
116 tags: TAGS
117 TAGS:
119 RUNTESTFLAGS =
120 DEJATOOL = $(PACKAGE)
121 EXPECT = expect
122 RUNTEST = runtest
124 check-DEJAGNU: site.exp
125 srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
126 EXPECT=$(EXPECT); export EXPECT; \
127 runtest=$(RUNTEST); \
128 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
129 l='$(DEJATOOL)'; for tool in $$l; do \
130 $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
131 done; \
132 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
134 site.exp: Makefile
135 @echo 'Making a new site.exp file...'
136 @echo '## these variables are automatically generated by make ##' >site.tmp
137 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
138 @echo '# edit the last section' >>site.tmp
139 @echo 'set tool $(DEJATOOL)' >>site.tmp
140 @echo 'set srcdir $(srcdir)' >>site.tmp
141 @echo "set objdir `pwd`" >>site.tmp
142 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
143 @test ! -f site.exp || \
144 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
145 @-rm -f site.bak
146 @test ! -f site.exp || mv site.exp site.bak
147 @mv site.tmp site.exp
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 top_distdir = ..
152 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
154 distdir: $(DISTFILES)
155 @for file in $(DISTFILES); do \
156 if test -f $$file; then d=.; else d=$(srcdir); fi; \
157 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
158 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
159 $(mkinstalldirs) "$(distdir)/$$dir"; \
160 fi; \
161 if test -d $$d/$$file; then \
162 cp -pR $$d/$$file $(distdir) \
163 || exit 1; \
164 else \
165 test -f $(distdir)/$$file \
166 || cp -p $$d/$$file $(distdir)/$$file \
167 || exit 1; \
168 fi; \
169 done
170 check-am: all-am
171 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
172 check: check-am
173 all-am: Makefile
175 installdirs:
177 install: install-am
178 install-exec: install-exec-am
179 install-data: install-data-am
180 uninstall: uninstall-am
182 install-am: all-am
183 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
185 installcheck: installcheck-am
186 install-strip:
187 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
188 `test -z '$(STRIP)' || \
189 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
190 mostlyclean-generic:
192 clean-generic:
194 distclean-generic:
195 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
197 maintainer-clean-generic:
198 @echo "This command is intended for maintainers to use"
199 @echo "it deletes files that may require special tools to rebuild."
200 clean: clean-am
202 clean-am: clean-generic mostlyclean-am
204 distclean: distclean-am
206 distclean-am: clean-am distclean-generic
208 dvi: dvi-am
210 dvi-am:
212 info: info-am
214 info-am:
216 install-data-am:
218 install-exec-am:
220 install-info: install-info-am
222 install-man:
224 installcheck-am:
226 maintainer-clean: maintainer-clean-am
228 maintainer-clean-am: distclean-am maintainer-clean-generic
230 mostlyclean: mostlyclean-am
232 mostlyclean-am: mostlyclean-generic
234 uninstall-am: uninstall-info-am
236 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
237 distclean distclean-generic distdir dvi dvi-am info info-am \
238 install install-am install-data install-data-am install-exec \
239 install-exec-am install-info install-info-am install-man \
240 install-strip installcheck installcheck-am installdirs \
241 maintainer-clean maintainer-clean-generic mostlyclean \
242 mostlyclean-generic uninstall uninstall-am uninstall-info-am
245 # hello_AUTOMAKE_OPTIONS = dejagnu
246 # hello_RUNTESTDEFAULTFLAGS = --srcdir $$srcdir/testsuite testsuite.exp
248 check-demo:
249 runtest testsuite.exp
250 # Tell versions [3.59,3.63) of GNU make to not export all variables.
251 # Otherwise a system limit (for SysV at least) may be exceeded.
252 .NOEXPORT: