]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/infra/testsuite/Makefile.in
Initial revision
[karo-tx-redboot.git] / tools / src / infra / testsuite / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 #######ECOSHOSTGPLCOPYRIGHTBEGIN####
14 # Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
15 #
16 # This file is part of the eCos host tools.
17 #
18 # This program is free software; you can redistribute it and/or modify it 
19 # under the terms of the GNU General Public License as published by the Free 
20 # Software Foundation; either version 2 of the License, or (at your option) 
21 # any later version.
22
23 # This program is distributed in the hope that it will be useful, but WITHOUT 
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
25 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
26 # more details.
27
28 # You should have received a copy of the GNU General Public License along with
29 # this program; if not, write to the Free Software Foundation, Inc., 
30 # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
31 #
32 #######ECOSHOSTGPLCOPYRIGHTEND####
33 #######DESCRIPTIONBEGIN####
34 ######DESCRIPTIONEND####
35
36
37 SHELL = @SHELL@
38
39 srcdir = @srcdir@
40 top_srcdir = @top_srcdir@
41 VPATH = @srcdir@
42 prefix = @prefix@
43 exec_prefix = @exec_prefix@
44
45 bindir = @bindir@
46 sbindir = @sbindir@
47 libexecdir = @libexecdir@
48 datadir = @datadir@
49 sysconfdir = @sysconfdir@
50 sharedstatedir = @sharedstatedir@
51 localstatedir = @localstatedir@
52 libdir = @libdir@
53 infodir = @infodir@
54 mandir = @mandir@
55 includedir = @includedir@
56 oldincludedir = /usr/include
57
58 DESTDIR =
59
60 pkgdatadir = $(datadir)/@PACKAGE@
61 pkglibdir = $(libdir)/@PACKAGE@
62 pkgincludedir = $(includedir)/@PACKAGE@
63
64 top_builddir = ..
65
66 ACLOCAL = @ACLOCAL@
67 AUTOCONF = @AUTOCONF@
68 AUTOMAKE = @AUTOMAKE@
69 AUTOHEADER = @AUTOHEADER@
70
71 INSTALL = @INSTALL@
72 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
73 INSTALL_DATA = @INSTALL_DATA@
74 INSTALL_SCRIPT = @INSTALL_SCRIPT@
75 transform = @program_transform_name@
76
77 NORMAL_INSTALL = :
78 PRE_INSTALL = :
79 POST_INSTALL = :
80 NORMAL_UNINSTALL = :
81 PRE_UNINSTALL = :
82 POST_UNINSTALL = :
83 host_alias = @host_alias@
84 host_triplet = @host@
85 CC = @CC@
86 CXX = @CXX@
87 ECOS_REPOSITORY = @ECOS_REPOSITORY@
88 EXEEXT = @EXEEXT@
89 MAINT = @MAINT@
90 MAKEINFO = @MAKEINFO@
91 MSVC_SRCDIR = @MSVC_SRCDIR@
92 OBJEXT = @OBJEXT@
93 PACKAGE = @PACKAGE@
94 PACKAGE_DIR = @PACKAGE_DIR@
95 PACKAGE_INSTALL = @PACKAGE_INSTALL@
96 PACKAGE_VERSION = @PACKAGE_VERSION@
97 RANLIB = @RANLIB@
98 VERSION = @VERSION@
99 ecos_CFLAGS = @ecos_CFLAGS@
100 ecos_CXXFLAGS = @ecos_CXXFLAGS@
101 ecos_INCLUDES = @ecos_INCLUDES@
102 ecos_LDADD = @ecos_LDADD@
103 ecos_LIBS = @ecos_LIBS@
104 ecos_infra_incdir = @ecos_infra_incdir@
105 ecos_infra_libdir = @ecos_infra_libdir@
106 ecos_libcdl_incdir = @ecos_libcdl_incdir@
107 ecos_libcdl_libdir = @ecos_libcdl_libdir@
108 ecos_tk_includes = @ecos_tk_includes@
109 ecos_tk_libs = @ecos_tk_libs@
110
111 AUTOMAKE_OPTIONS = 1.3 foreign dejagnu
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../../acsupport/mkinstalldirs
113 CONFIG_HEADER = ../hostinfra.h
114 CONFIG_CLEAN_FILES = 
115 DIST_COMMON =  Makefile.am Makefile.in
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = gtar
121 GZIP_ENV = --best
122 EXPECT = expect
123 RUNTEST = runtest
124 all: all-redirect
125 .SUFFIXES:
126 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
127         cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile
128
129 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
130         cd $(top_builddir) \
131           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133 tags: TAGS
134 TAGS:
135
136
137 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
138
139 subdir = testsuite
140
141 distdir: $(DISTFILES)
142         here=`cd $(top_builddir) && pwd`; \
143         top_distdir=`cd $(top_distdir) && pwd`; \
144         distdir=`cd $(distdir) && pwd`; \
145         cd $(top_srcdir) \
146           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign testsuite/Makefile
147         @for file in $(DISTFILES); do \
148           d=$(srcdir); \
149           if test -d $$d/$$file; then \
150             cp -pr $$d/$$file $(distdir)/$$file; \
151           else \
152             test -f $(distdir)/$$file \
153             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
154             || cp -p $$d/$$file $(distdir)/$$file || :; \
155           fi; \
156         done
157
158 RUNTESTFLAGS =
159
160 DEJATOOL = $(PACKAGE)
161
162 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
163
164 check-DEJAGNU: site.exp
165         srcdir=`cd $(srcdir) && pwd`; export srcdir; \
166         EXPECT=$(EXPECT); export EXPECT; \
167         runtest=$(RUNTEST); \
168         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
169           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
170         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
171         fi
172 site.exp: Makefile
173         @echo 'Making a new site.exp file...'
174         @test ! -f site.bak || rm -f site.bak
175         @echo '## these variables are automatically generated by make ##' > $@-t
176         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
177         @echo '# edit the last section' >> $@-t
178         @echo 'set tool $(DEJATOOL)' >> $@-t
179         @echo 'set srcdir $(srcdir)' >> $@-t
180         @echo 'set objdir' `pwd` >> $@-t
181         @echo 'set host_alias $(host_alias)' >> $@-t
182         @echo 'set host_triplet $(host_triplet)' >> $@-t
183         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
184         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
185         @test ! -f site.exp || mv site.exp site.bak
186         @mv $@-t site.exp
187 info-am:
188 info: info-am
189 dvi-am:
190 dvi: dvi-am
191 check-am: all-am
192         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
193 check: check-am
194 installcheck-am:
195 installcheck: installcheck-am
196 install-exec-am:
197 install-exec: install-exec-am
198
199 install-data-am:
200 install-data: install-data-am
201
202 install-am: all-am
203         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
204 install: install-am
205 uninstall-am:
206 uninstall: uninstall-am
207 all-am: Makefile
208 all-redirect: all-am
209 install-strip:
210         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
211 installdirs:
212
213
214 mostlyclean-generic:
215
216 clean-generic:
217
218 distclean-generic:
219         -rm -f Makefile $(CONFIG_CLEAN_FILES)
220         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
221
222 maintainer-clean-generic:
223 mostlyclean-am:  mostlyclean-generic
224
225 mostlyclean: mostlyclean-am
226
227 clean-am:  clean-generic mostlyclean-am
228
229 clean: clean-am
230
231 distclean-am:  distclean-generic clean-am
232
233 distclean: distclean-am
234
235 maintainer-clean-am:  maintainer-clean-generic distclean-am
236         @echo "This command is intended for maintainers to use;"
237         @echo "it deletes files that may require special tools to rebuild."
238
239 maintainer-clean: maintainer-clean-am
240
241 .PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
242 check-am installcheck-am installcheck install-exec-am install-exec \
243 install-data-am install-data install-am install uninstall-am uninstall \
244 all-redirect all-am all installdirs mostlyclean-generic \
245 distclean-generic clean-generic maintainer-clean-generic clean \
246 mostlyclean distclean maintainer-clean
247
248
249 # Tell versions [3.59,3.63) of GNU make to not export all variables.
250 # Otherwise a system limit (for SysV at least) may be exceeded.
251 .NOEXPORT: