OSDN Git Service

* times.cc (hires::prime): Restore thread priority on failure condition.
[pf3gnuchains/pf3gnuchains3x.git] / dejagnu / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 BOARDS = @BOARDS@
61 CC = @CC@
62 CONFIG = @CONFIG@
63 EXEEXT = @EXEEXT@
64 MAINT = @MAINT@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 VERSION = @VERSION@
68
69 AUTOMAKE_OPTIONS = cygnus
70
71 SUBDIRS = doc testsuite example
72
73 # driver script goes in /usr/local/bin
74 bin_SCRIPTS = runtest
75
76 # auxiliary scripts go in /usr/local/share/dejagnu
77 pkgdata_SCRIPTS = config.guess runtest.exp
78
79 # Below, host-independent data files that need to get installed.
80 # We do it this way so we can use globbing.
81
82 lib_dest = $(DESTDIR)$(pkgdatadir)
83 lib_files = $(srcdir)/*.c $(srcdir)/lib/*.exp
84
85 baseboards_dest = $(DESTDIR)$(pkgdatadir)/baseboards
86 baseboards_files = $(srcdir)/baseboards/README $(srcdir)/baseboards/*.exp
87
88 config_dest = $(DESTDIR)$(pkgdatadir)/config
89 config_files = $(srcdir)/config/README $(srcdir)/config/*.exp
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
92 CONFIG_CLEAN_FILES = 
93 SCRIPTS =  $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
94
95 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
96 Makefile.in NEWS TODO aclocal.m4 config.guess configure configure.in \
97 install-sh mkinstalldirs
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = gtar
103 GZIP_ENV = --best
104 all: all-redirect
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
108
109 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
110         cd $(top_builddir) \
111           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
114         cd $(srcdir) && $(ACLOCAL)
115
116 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
117         $(SHELL) ./config.status --recheck
118 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119         cd $(srcdir) && $(AUTOCONF)
120
121 install-binSCRIPTS: $(bin_SCRIPTS)
122         @$(NORMAL_INSTALL)
123         $(mkinstalldirs) $(DESTDIR)$(bindir)
124         @list='$(bin_SCRIPTS)'; for p in $$list; do \
125           if test -f $$p; then \
126             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
127             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
128           else if test -f $(srcdir)/$$p; then \
129             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
130             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
131           else :; fi; fi; \
132         done
133
134 uninstall-binSCRIPTS:
135         @$(NORMAL_UNINSTALL)
136         list='$(bin_SCRIPTS)'; for p in $$list; do \
137           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
138         done
139
140 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
141         @$(NORMAL_INSTALL)
142         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
143         @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
144           if test -f $$p; then \
145             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
146             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
147           else if test -f $(srcdir)/$$p; then \
148             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
149             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
150           else :; fi; fi; \
151         done
152
153 uninstall-pkgdataSCRIPTS:
154         @$(NORMAL_UNINSTALL)
155         list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
156           rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
157         done
158
159 # This directory's subdirectories are mostly independent; you can cd
160 # into them and run `make' without going through this Makefile.
161 # To change the values of `make' variables: instead of editing Makefiles,
162 # (1) if the variable is set in `config.status', edit `config.status'
163 #     (which will cause the Makefiles to be regenerated when you run `make');
164 # (2) otherwise, pass the desired values on the `make' command line.
165
166 @SET_MAKE@
167
168 all-recursive install-data-recursive install-exec-recursive \
169 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
170 check-recursive installcheck-recursive info-recursive dvi-recursive:
171         @set fnord $(MAKEFLAGS); amf=$$2; \
172         dot_seen=no; \
173         target=`echo $@ | sed s/-recursive//`; \
174         list='$(SUBDIRS)'; for subdir in $$list; do \
175           echo "Making $$target in $$subdir"; \
176           if test "$$subdir" = "."; then \
177             dot_seen=yes; \
178             local_target="$$target-am"; \
179           else \
180             local_target="$$target"; \
181           fi; \
182           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184         done; \
185         if test "$$dot_seen" = "no"; then \
186           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
187         fi; test -z "$$fail"
188
189 mostlyclean-recursive clean-recursive distclean-recursive \
190 maintainer-clean-recursive:
191         @set fnord $(MAKEFLAGS); amf=$$2; \
192         dot_seen=no; \
193         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
194           rev="$$subdir $$rev"; \
195           test "$$subdir" = "." && dot_seen=yes; \
196         done; \
197         test "$$dot_seen" = "no" && rev=". $$rev"; \
198         target=`echo $@ | sed s/-recursive//`; \
199         for subdir in $$rev; do \
200           echo "Making $$target in $$subdir"; \
201           if test "$$subdir" = "."; then \
202             local_target="$$target-am"; \
203           else \
204             local_target="$$target"; \
205           fi; \
206           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
207            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
208         done && test -z "$$fail"
209 tags-recursive:
210         list='$(SUBDIRS)'; for subdir in $$list; do \
211           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
212         done
213
214 tags: TAGS
215
216 ID: $(HEADERS) $(SOURCES) $(LISP)
217         list='$(SOURCES) $(HEADERS)'; \
218         unique=`for i in $$list; do echo $$i; done | \
219           awk '    { files[$$0] = 1; } \
220                END { for (i in files) print i; }'`; \
221         here=`pwd` && cd $(srcdir) \
222           && mkid -f$$here/ID $$unique $(LISP)
223
224 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
225         tags=; \
226         here=`pwd`; \
227         list='$(SUBDIRS)'; for subdir in $$list; do \
228    if test "$$subdir" = .; then :; else \
229             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
230    fi; \
231         done; \
232         list='$(SOURCES) $(HEADERS)'; \
233         unique=`for i in $$list; do echo $$i; done | \
234           awk '    { files[$$0] = 1; } \
235                END { for (i in files) print i; }'`; \
236         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
237           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
238
239 mostlyclean-tags:
240
241 clean-tags:
242
243 distclean-tags:
244         -rm -f TAGS ID
245
246 maintainer-clean-tags:
247
248 distdir = $(PACKAGE)-$(VERSION)
249 top_distdir = $(distdir)
250
251 # This target untars the dist file and tries a VPATH configuration.  Then
252 # it guarantees that the distribution is self-contained by making another
253 # tarfile.
254 distcheck: dist
255         -rm -rf $(distdir)
256         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
257         mkdir $(distdir)/=build
258         mkdir $(distdir)/=inst
259         dc_install_base=`cd $(distdir)/=inst && pwd`; \
260         cd $(distdir)/=build \
261           && ../configure --srcdir=.. --prefix=$$dc_install_base \
262           && $(MAKE) $(AM_MAKEFLAGS) \
263           && $(MAKE) $(AM_MAKEFLAGS) dvi \
264           && $(MAKE) $(AM_MAKEFLAGS) check \
265           && $(MAKE) $(AM_MAKEFLAGS) install \
266           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
267           && $(MAKE) $(AM_MAKEFLAGS) dist
268         -rm -rf $(distdir)
269         @banner="$(distdir).tar.gz is ready for distribution"; \
270         dashes=`echo "$$banner" | sed s/./=/g`; \
271         echo "$$dashes"; \
272         echo "$$banner"; \
273         echo "$$dashes"
274 dist: distdir
275         -chmod -R a+r $(distdir)
276         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
277         -rm -rf $(distdir)
278 dist-all: distdir
279         -chmod -R a+r $(distdir)
280         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
281         -rm -rf $(distdir)
282 distdir: $(DISTFILES)
283         -rm -rf $(distdir)
284         mkdir $(distdir)
285         -chmod 777 $(distdir)
286         @for file in $(DISTFILES); do \
287           if test -f $$file; then d=.; else d=$(srcdir); fi; \
288           if test -d $$d/$$file; then \
289             cp -pr $$d/$$file $(distdir)/$$file; \
290           else \
291             test -f $(distdir)/$$file \
292             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
293             || cp -p $$d/$$file $(distdir)/$$file || :; \
294           fi; \
295         done
296         for subdir in $(SUBDIRS); do \
297           if test "$$subdir" = .; then :; else \
298             test -d $(distdir)/$$subdir \
299             || mkdir $(distdir)/$$subdir \
300             || exit 1; \
301             chmod 777 $(distdir)/$$subdir; \
302             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
303               || exit 1; \
304           fi; \
305         done
306 info-am:
307 info: info-recursive
308 dvi-am:
309 dvi: dvi-recursive
310 check-am:
311 check: check-recursive
312 installcheck-am:
313 installcheck: installcheck-recursive
314 install-info-am: 
315 install-info: install-info-recursive
316 install-exec-am: install-binSCRIPTS
317 install-exec: install-exec-recursive
318
319 install-data-am: install-pkgdataSCRIPTS install-data-local
320 install-data: install-data-recursive
321
322 install-am: all-am
323         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324 install: install-recursive
325 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS \
326                 uninstall-local
327 uninstall: uninstall-recursive
328 all-am: Makefile $(SCRIPTS)
329 all-redirect: all-recursive
330 install-strip:
331         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
332 installdirs: installdirs-recursive
333 installdirs-am:
334         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
335
336
337 mostlyclean-generic:
338
339 clean-generic:
340
341 distclean-generic:
342         -rm -f Makefile $(CONFIG_CLEAN_FILES)
343         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
344
345 maintainer-clean-generic:
346 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
347
348 mostlyclean: mostlyclean-recursive
349
350 clean-am:  clean-tags clean-generic mostlyclean-am
351
352 clean: clean-recursive
353
354 distclean-am:  distclean-tags distclean-generic clean-am
355
356 distclean: distclean-recursive
357         -rm -f config.status
358
359 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
360                 distclean-am
361         @echo "This command is intended for maintainers to use;"
362         @echo "it deletes files that may require special tools to rebuild."
363
364 maintainer-clean: maintainer-clean-recursive
365         -rm -f config.status
366
367 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS uninstall-pkgdataSCRIPTS \
368 install-pkgdataSCRIPTS install-data-recursive uninstall-data-recursive \
369 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
370 uninstalldirs-recursive all-recursive check-recursive \
371 installcheck-recursive info-recursive dvi-recursive \
372 mostlyclean-recursive distclean-recursive clean-recursive \
373 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
374 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
375 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
376 install-info install-exec-am install-exec install-data-local \
377 install-data-am install-data install-am install uninstall-local \
378 uninstall-am uninstall all-redirect all-am all installdirs-am \
379 installdirs mostlyclean-generic distclean-generic clean-generic \
380 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
381
382
383 install-data-local:
384         $(mkinstalldirs) $(lib_dest)
385         for f in $(lib_files); do \
386           test ! -f "$$f" || $(INSTALL_DATA) $$f $(lib_dest); \
387         done
388         #
389         $(mkinstalldirs) $(baseboards_dest)
390         for f in $(baseboards_files); do \
391           test ! -f "$$f" || $(INSTALL_DATA) $$f $(baseboards_dest); \
392         done
393         #
394         $(mkinstalldirs) $(config_dest)
395         for f in $(config_files); do \
396           test ! -f "$$f" || $(INSTALL_DATA) $$f $(config_dest); \
397         done
398
399 uninstall-local:
400         for f in $(lib_files); do \
401           test ! -f "$$f" || rm -f $(lib_dest)/`basename "$$f"`; \
402         done
403         for f in $(config_files); do \
404           test ! -f "$$f" || rm -f $(config_dest)/`basename "$$f"`; \
405         done
406         for f in $(baseboards_files); do \
407           test ! -f "$$f" || rm -f $(baseboards_dest)/`basename "$$f"`; \
408         done
409
410 # Tell versions [3.59,3.63) of GNU make to not export all variables.
411 # Otherwise a system limit (for SysV at least) may be exceeded.
412 .NOEXPORT: