source: src/tests/preempt_longrun/Makefile.in @ a49a11b

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since a49a11b was 8c680e9, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Builtins.cf now properly evaluate dependencies.
Longrun tests no longer support specify test instance duration.
Longrun tests timeout increased to 30 from 10.

  • Property mode set to 100644
File size: 13.2 KB
Line 
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
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.
10
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
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18######################## -*- Mode: Makefile-Automake -*- ######################
19###############################################################################
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = src/tests/preempt_longrun
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48CONFIG_CLEAN_VPATH_FILES =
49AM_V_GEN = $(am__v_GEN_@AM_V@)
50am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51am__v_GEN_0 = @echo "  GEN   " $@;
52AM_V_at = $(am__v_at_@AM_V@)
53am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54am__v_at_0 = @
55SOURCES =
56DIST_SOURCES =
57am__tty_colors = \
58red=; grn=; lgn=; blu=; std=
59DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60ACLOCAL = @ACLOCAL@
61ALLOCA = @ALLOCA@
62AMTAR = @AMTAR@
63AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
64AUTOCONF = @AUTOCONF@
65AUTOHEADER = @AUTOHEADER@
66AUTOMAKE = @AUTOMAKE@
67AWK = @AWK@
68BACKEND_CC = @BACKEND_CC@
69CC = @CFA_BINDIR@/@CFA_NAME@
70CCAS = @CCAS@
71CCASDEPMODE = @CCASDEPMODE@
72CCASFLAGS = @CCASFLAGS@
73CCDEPMODE = @CCDEPMODE@
74CFA_BACKEND_CC = @CFA_BACKEND_CC@
75CFA_BINDIR = @CFA_BINDIR@
76CFA_FLAGS = @CFA_FLAGS@
77CFA_INCDIR = @CFA_INCDIR@
78CFA_LIBDIR = @CFA_LIBDIR@
79CFA_NAME = @CFA_NAME@
80CFA_PREFIX = @CFA_PREFIX@
81CFLAGS = ${BUILD_FLAGS}
82CPP = @CPP@
83CPPFLAGS = @CPPFLAGS@
84CXX = @CXX@
85CXXDEPMODE = @CXXDEPMODE@
86CXXFLAGS = @CXXFLAGS@
87CYGPATH_W = @CYGPATH_W@
88DEFS = @DEFS@
89DEPDIR = @DEPDIR@
90ECHO_C = @ECHO_C@
91ECHO_N = @ECHO_N@
92ECHO_T = @ECHO_T@
93EGREP = @EGREP@
94EXEEXT = @EXEEXT@
95GREP = @GREP@
96INSTALL = @INSTALL@
97INSTALL_DATA = @INSTALL_DATA@
98INSTALL_PROGRAM = @INSTALL_PROGRAM@
99INSTALL_SCRIPT = @INSTALL_SCRIPT@
100INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101LDFLAGS = @LDFLAGS@
102LEX = @LEX@
103LEXLIB = @LEXLIB@
104LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
105LIBOBJS = @LIBOBJS@
106LIBS = @LIBS@
107LTLIBOBJS = @LTLIBOBJS@
108MACHINE_TYPE = @MACHINE_TYPE@
109MAINT = @MAINT@
110MAKEINFO = @MAKEINFO@
111MKDIR_P = @MKDIR_P@
112OBJEXT = @OBJEXT@
113PACKAGE = @PACKAGE@
114PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115PACKAGE_NAME = @PACKAGE_NAME@
116PACKAGE_STRING = @PACKAGE_STRING@
117PACKAGE_TARNAME = @PACKAGE_TARNAME@
118PACKAGE_URL = @PACKAGE_URL@
119PACKAGE_VERSION = @PACKAGE_VERSION@
120PATH_SEPARATOR = @PATH_SEPARATOR@
121RANLIB = @RANLIB@
122SET_MAKE = @SET_MAKE@
123SHELL = @SHELL@
124STRIP = @STRIP@
125VERSION = @VERSION@
126YACC = @YACC@
127YFLAGS = @YFLAGS@
128abs_builddir = @abs_builddir@
129abs_srcdir = @abs_srcdir@
130abs_top_builddir = @abs_top_builddir@
131abs_top_srcdir = @abs_top_srcdir@
132ac_ct_CC = @ac_ct_CC@
133ac_ct_CXX = @ac_ct_CXX@
134am__include = @am__include@
135am__leading_dot = @am__leading_dot@
136am__quote = @am__quote@
137am__tar = @am__tar@
138am__untar = @am__untar@
139bindir = @bindir@
140build = @build@
141build_alias = @build_alias@
142build_cpu = @build_cpu@
143build_os = @build_os@
144build_vendor = @build_vendor@
145builddir = @builddir@
146datadir = @datadir@
147datarootdir = @datarootdir@
148docdir = @docdir@
149dvidir = @dvidir@
150exec_prefix = @exec_prefix@
151host = @host@
152host_alias = @host_alias@
153host_cpu = @host_cpu@
154host_os = @host_os@
155host_vendor = @host_vendor@
156htmldir = @htmldir@
157includedir = @includedir@
158infodir = @infodir@
159install_sh = @install_sh@
160libdir = @libdir@
161libexecdir = @libexecdir@
162localedir = @localedir@
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
167pdfdir = @pdfdir@
168prefix = @prefix@
169program_transform_name = @program_transform_name@
170psdir = @psdir@
171sbindir = @sbindir@
172sharedstatedir = @sharedstatedir@
173srcdir = @srcdir@
174sysconfdir = @sysconfdir@
175target_alias = @target_alias@
176top_build_prefix = @top_build_prefix@
177top_builddir = @top_builddir@
178top_srcdir = @top_srcdir@
179repeats = 10
180max_time = 30
181preempt = 10_000ul
182REPEAT = ${abs_top_srcdir}/tools/repeat -s
183BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -debug -O2 -DPREEMPTION_RATE=${preempt}
184TESTS = barge block create disjoint processor stack wait yield
185all: all-am
186
187.SUFFIXES:
188$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
189        @for dep in $?; do \
190          case '$(am__configure_deps)' in \
191            *$$dep*) \
192              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
193                && { if test -f $@; then exit 0; else break; fi; }; \
194              exit 1;; \
195          esac; \
196        done; \
197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile'; \
198        $(am__cd) $(top_srcdir) && \
199          $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile
200.PRECIOUS: Makefile
201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202        @case '$?' in \
203          *config.status*) \
204            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
205          *) \
206            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
207            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
208        esac;
209
210$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
213$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
214        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
216        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217$(am__aclocal_m4_deps):
218tags: TAGS
219TAGS:
220
221ctags: CTAGS
222CTAGS:
223
224
225check-TESTS: $(TESTS)
226        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
227        srcdir=$(srcdir); export srcdir; \
228        list=' $(TESTS) '; \
229        $(am__tty_colors); \
230        if test -n "$$list"; then \
231          for tst in $$list; do \
232            if test -f ./$$tst; then dir=./; \
233            elif test -f $$tst; then dir=; \
234            else dir="$(srcdir)/"; fi; \
235            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
236              all=`expr $$all + 1`; \
237              case " $(XFAIL_TESTS) " in \
238              *[\ \     ]$$tst[\ \      ]*) \
239                xpass=`expr $$xpass + 1`; \
240                failed=`expr $$failed + 1`; \
241                col=$$red; res=XPASS; \
242              ;; \
243              *) \
244                col=$$grn; res=PASS; \
245              ;; \
246              esac; \
247            elif test $$? -ne 77; then \
248              all=`expr $$all + 1`; \
249              case " $(XFAIL_TESTS) " in \
250              *[\ \     ]$$tst[\ \      ]*) \
251                xfail=`expr $$xfail + 1`; \
252                col=$$lgn; res=XFAIL; \
253              ;; \
254              *) \
255                failed=`expr $$failed + 1`; \
256                col=$$red; res=FAIL; \
257              ;; \
258              esac; \
259            else \
260              skip=`expr $$skip + 1`; \
261              col=$$blu; res=SKIP; \
262            fi; \
263            echo "$${col}$$res$${std}: $$tst"; \
264          done; \
265          if test "$$all" -eq 1; then \
266            tests="test"; \
267            All=""; \
268          else \
269            tests="tests"; \
270            All="All "; \
271          fi; \
272          if test "$$failed" -eq 0; then \
273            if test "$$xfail" -eq 0; then \
274              banner="$$All$$all $$tests passed"; \
275            else \
276              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
277              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
278            fi; \
279          else \
280            if test "$$xpass" -eq 0; then \
281              banner="$$failed of $$all $$tests failed"; \
282            else \
283              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
284              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
285            fi; \
286          fi; \
287          dashes="$$banner"; \
288          skipped=""; \
289          if test "$$skip" -ne 0; then \
290            if test "$$skip" -eq 1; then \
291              skipped="($$skip test was not run)"; \
292            else \
293              skipped="($$skip tests were not run)"; \
294            fi; \
295            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
296              dashes="$$skipped"; \
297          fi; \
298          report=""; \
299          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
300            report="Please report to $(PACKAGE_BUGREPORT)"; \
301            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
302              dashes="$$report"; \
303          fi; \
304          dashes=`echo "$$dashes" | sed s/./=/g`; \
305          if test "$$failed" -eq 0; then \
306            col="$$grn"; \
307          else \
308            col="$$red"; \
309          fi; \
310          echo "$${col}$$dashes$${std}"; \
311          echo "$${col}$$banner$${std}"; \
312          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
313          test -z "$$report" || echo "$${col}$$report$${std}"; \
314          echo "$${col}$$dashes$${std}"; \
315          test "$$failed" -eq 0; \
316        else :; fi
317
318distdir: $(DISTFILES)
319        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321        list='$(DISTFILES)'; \
322          dist_files=`for file in $$list; do echo $$file; done | \
323          sed -e "s|^$$srcdirstrip/||;t" \
324              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
325        case $$dist_files in \
326          */*) $(MKDIR_P) `echo "$$dist_files" | \
327                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
328                           sort -u` ;; \
329        esac; \
330        for file in $$dist_files; do \
331          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332          if test -d $$d/$$file; then \
333            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
334            if test -d "$(distdir)/$$file"; then \
335              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336            fi; \
337            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
339              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340            fi; \
341            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
342          else \
343            test -f "$(distdir)/$$file" \
344            || cp -p $$d/$$file "$(distdir)/$$file" \
345            || exit 1; \
346          fi; \
347        done
348check-am: all-am
349        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
350check: check-am
351all-am: Makefile all-local
352installdirs:
353install: install-am
354install-exec: install-exec-am
355install-data: install-data-am
356uninstall: uninstall-am
357
358install-am: all-am
359        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
361installcheck: installcheck-am
362install-strip:
363        if test -z '$(STRIP)'; then \
364          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366              install; \
367        else \
368          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
371        fi
372mostlyclean-generic:
373
374clean-generic:
375
376distclean-generic:
377        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
378        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
379
380maintainer-clean-generic:
381        @echo "This command is intended for maintainers to use"
382        @echo "it deletes files that may require special tools to rebuild."
383clean: clean-am
384
385clean-am: clean-generic mostlyclean-am
386
387distclean: distclean-am
388        -rm -f Makefile
389distclean-am: clean-am distclean-generic
390
391dvi: dvi-am
392
393dvi-am:
394
395html: html-am
396
397html-am:
398
399info: info-am
400
401info-am:
402
403install-data-am:
404
405install-dvi: install-dvi-am
406
407install-dvi-am:
408
409install-exec-am:
410
411install-html: install-html-am
412
413install-html-am:
414
415install-info: install-info-am
416
417install-info-am:
418
419install-man:
420
421install-pdf: install-pdf-am
422
423install-pdf-am:
424
425install-ps: install-ps-am
426
427install-ps-am:
428
429installcheck-am:
430
431maintainer-clean: maintainer-clean-am
432        -rm -f Makefile
433maintainer-clean-am: distclean-am maintainer-clean-generic
434
435mostlyclean: mostlyclean-am
436
437mostlyclean-am: mostlyclean-generic
438
439pdf: pdf-am
440
441pdf-am:
442
443ps: ps-am
444
445ps-am:
446
447uninstall-am:
448
449.MAKE: check-am install-am install-strip
450
451.PHONY: all all-am all-local check check-TESTS check-am clean \
452        clean-generic distclean distclean-generic distdir dvi dvi-am \
453        html html-am info info-am install install-am install-data \
454        install-data-am install-dvi install-dvi-am install-exec \
455        install-exec-am install-html install-html-am install-info \
456        install-info-am install-man install-pdf install-pdf-am \
457        install-ps install-ps-am install-strip installcheck \
458        installcheck-am installdirs maintainer-clean \
459        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
460        pdf-am ps ps-am uninstall uninstall-am
461
462
463.INTERMEDIATE: ${TESTS}
464
465all-local: ${TESTS:=.run}
466
467% : %.c ${CC}
468        ${AM_V_GEN}${CC} ${CFLAGS} ${<} -o ${@}
469
470%.run : %
471        @ time ${REPEAT} $(repeats) timeout ${max_time} ./${<}
472        @ rm ${<}
473        @ echo -e "${<}: SUCCESS\n"
474
475# Tell versions [3.59,3.63) of GNU make to not export all variables.
476# Otherwise a system limit (for SysV at least) may be exceeded.
477.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.