Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make so that the tester builders are trigered when makeDist one is done
[simgrid.git] / examples / gras / mutual_exclusion / simple_token / Makefile.in
1 # Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
18
19 # This file is part of the SimGrid project. This is free software:
20 # You can redistribute and/or modify it under the terms of the
21 # GNU LGPL (v2.1) licence.
22
23 # This file factorize all the testing infrastructure for the GRAS examples
24 #
25 # it's made complicated by the facts that:
26 #  - we use tesh, we need to find it back
27 #  - we don't want to generate the test_* files with configure, so we
28 #    have to declare some variables in front of the shell command
29 #    running the test
30 #  - we want to fully test the surf on the way. So, we have to ask for
31 #    full precision timestamps in the tests. On the other hand,
32 #    message size differ when we are on 32bits and when we are on
33 #    64bits (obviously), so we have to maintain 2 tests per directory
34 #    and pick the right one here.
35
36 # Makefile chunk which allows to display the files which should be included
37 # into the distribution.
38
39 # It is intended to be included in all Makefile.am 
40
41 VPATH = @srcdir@
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 target_triplet = @target@
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61         $(top_srcdir)/acmacro/dist-files.mk \
62         $(top_srcdir)/examples/gras/tests.mk \
63         $(top_srcdir)/examples/temps-gras-stub.mk
64 noinst_PROGRAMS = simple_token_node$(EXEEXT) \
65         simple_token_simulator$(EXEEXT)
66 subdir = examples/gras/mutual_exclusion/simple_token
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
69         $(top_srcdir)/acmacro/compiler-flags.m4 \
70         $(top_srcdir)/acmacro/context.m4 \
71         $(top_srcdir)/acmacro/fancy_configury.m4 \
72         $(top_srcdir)/acmacro/flex.m4 \
73         $(top_srcdir)/acmacro/gras_arch.m4 \
74         $(top_srcdir)/acmacro/libtool.m4 \
75         $(top_srcdir)/acmacro/ltoptions.m4 \
76         $(top_srcdir)/acmacro/ltsugar.m4 \
77         $(top_srcdir)/acmacro/ltversion.m4 \
78         $(top_srcdir)/acmacro/lt~obsolete.m4 \
79         $(top_srcdir)/acmacro/print_null.m4 \
80         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
81 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82         $(ACLOCAL_M4)
83 mkinstalldirs = $(install_sh) -d
84 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
85 CONFIG_CLEAN_FILES =
86 PROGRAMS = $(noinst_PROGRAMS)
87 am_simple_token_node_OBJECTS = _simple_token_node.$(OBJEXT) \
88         simple_token.$(OBJEXT)
89 simple_token_node_OBJECTS = $(am_simple_token_node_OBJECTS)
90 simple_token_node_DEPENDENCIES = $(top_builddir)/src/libgras.la
91 am_simple_token_simulator_OBJECTS = _simple_token_simulator.$(OBJEXT) \
92         simple_token.$(OBJEXT)
93 simple_token_simulator_OBJECTS = $(am_simple_token_simulator_OBJECTS)
94 simple_token_simulator_DEPENDENCIES =  \
95         $(top_builddir)/src/libsimgrid.la
96 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
97 depcomp = $(SHELL) $(top_srcdir)/depcomp
98 am__depfiles_maybe = depfiles
99 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 CCLD = $(CC)
105 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
107         $(LDFLAGS) -o $@
108 SOURCES = $(simple_token_node_SOURCES) \
109         $(simple_token_simulator_SOURCES)
110 DIST_SOURCES = $(simple_token_node_SOURCES) \
111         $(simple_token_simulator_SOURCES)
112 ETAGS = etags
113 CTAGS = ctags
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 ACLOCAL = @ACLOCAL@
116 ADDR2LINE = @ADDR2LINE@
117 AMTAR = @AMTAR@
118 AM_CPPFLAGS = @AM_CPPFLAGS@
119 AR = @AR@
120 AS = @AS@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 BASH = @BASH@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CXX = @CXX@
132 CXXCPP = @CXXCPP@
133 CXXDEPMODE = @CXXDEPMODE@
134 CXXFLAGS = @CXXFLAGS@
135 CYGPATH_W = @CYGPATH_W@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 DLLTOOL = @DLLTOOL@
139 DOXYGEN = @DOXYGEN@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 FLEXML = @FLEXML@
149 GCJ = @GCJ@
150 GCJDEPMODE = @GCJDEPMODE@
151 GCJFLAGS = @GCJFLAGS@
152 GRAS_DEP = @GRAS_DEP@
153 GREP = @GREP@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 JAR = @JAR@
160 JAVA = @JAVA@
161 JAVAC = @JAVAC@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
165 LEX = @LEX@
166 LEXLIB = @LEXLIB@
167 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBTOOL = @LIBTOOL@
171 LIPO = @LIPO@
172 LN_S = @LN_S@
173 LTLIBOBJS = @LTLIBOBJS@
174 MAINT = @MAINT@
175 MAKEINFO = @MAKEINFO@
176 MKDIR_P = @MKDIR_P@
177 NM = @NM@
178 NMEDIT = @NMEDIT@
179 OBJDUMP = @OBJDUMP@
180 OBJEXT = @OBJEXT@
181 OTOOL = @OTOOL@
182 OTOOL64 = @OTOOL64@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_VERSION = @PACKAGE_VERSION@
189 PATH_SEPARATOR = @PATH_SEPARATOR@
190 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
191 RANLIB = @RANLIB@
192 SED = @SED@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 SIMGRID_DEP = @SIMGRID_DEP@
196 SMPI_DEP = @SMPI_DEP@
197 STRIP = @STRIP@
198 VERSION = @VERSION@
199 WARNING = @WARNING@
200 abs_builddir = @abs_builddir@
201 abs_srcdir = @abs_srcdir@
202 abs_top_builddir = @abs_top_builddir@
203 abs_top_srcdir = @abs_top_srcdir@
204 ac_configure_args = @ac_configure_args@
205 ac_ct_CC = @ac_ct_CC@
206 ac_ct_CXX = @ac_ct_CXX@
207 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_id = @build_id@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 builddir = @builddir@
221 datadir = @datadir@
222 datarootdir = @datarootdir@
223 docdir = @docdir@
224 dvidir = @dvidir@
225 exec_prefix = @exec_prefix@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 htmldir = @htmldir@
232 includedir = @includedir@
233 infodir = @infodir@
234 install_sh = @install_sh@
235 libdir = @libdir@
236 libexecdir = @libexecdir@
237 localedir = @localedir@
238 localstatedir = @localstatedir@
239 lt_ECHO = @lt_ECHO@
240 mandir = @mandir@
241 mkdir_p = @mkdir_p@
242 oldincludedir = @oldincludedir@
243 pdfdir = @pdfdir@
244 prefix = @prefix@
245 program_transform_name = @program_transform_name@
246 psdir = @psdir@
247 pth_skaddr_makecontext = @pth_skaddr_makecontext@
248 pth_sksize_makecontext = @pth_sksize_makecontext@
249 sbindir = @sbindir@
250 sharedstatedir = @sharedstatedir@
251 srcdir = @srcdir@
252 sysconfdir = @sysconfdir@
253 target = @target@
254 target_alias = @target_alias@
255 target_cpu = @target_cpu@
256 target_os = @target_os@
257 target_vendor = @target_vendor@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 INCLUDES = -I$(top_srcdir)/include
261 EXTRA_DIST = simple_token.xml test_rl test_sg_32 test_sg_64
262 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
263 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
264 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
265 simple_token_simulator_SOURCES = _simple_token_simulator.c simple_token.c
266 simple_token_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
267 simple_token_node_SOURCES = _simple_token_node.c simple_token.c
268 simple_token_node_LDADD = $(top_builddir)/src/libgras.la
269
270 # generate temps
271 NAME = simple_token
272 PROCESSES = node
273 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
274              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
275
276 MOSTLYCLEANFILES = $(NAME).trace
277 all: all-am
278
279 .SUFFIXES:
280 .SUFFIXES: .c .lo .o .obj
281 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/examples/gras/tests.mk $(top_srcdir)/examples/temps-gras-stub.mk $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
282         @for dep in $?; do \
283           case '$(am__configure_deps)' in \
284             *$$dep*) \
285               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
286                 && exit 0; \
287               exit 1;; \
288           esac; \
289         done; \
290         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/mutual_exclusion/simple_token/Makefile'; \
291         cd $(top_srcdir) && \
292           $(AUTOMAKE) --gnu  examples/gras/mutual_exclusion/simple_token/Makefile
293 .PRECIOUS: Makefile
294 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295         @case '$?' in \
296           *config.status*) \
297             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
298           *) \
299             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
300             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
301         esac;
302
303 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
306 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 clean-noinstPROGRAMS:
312         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
313           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
314           echo " rm -f $$p $$f"; \
315           rm -f $$p $$f ; \
316         done
317 simple_token_node$(EXEEXT): $(simple_token_node_OBJECTS) $(simple_token_node_DEPENDENCIES) 
318         @rm -f simple_token_node$(EXEEXT)
319         $(LINK) $(simple_token_node_OBJECTS) $(simple_token_node_LDADD) $(LIBS)
320 simple_token_simulator$(EXEEXT): $(simple_token_simulator_OBJECTS) $(simple_token_simulator_DEPENDENCIES) 
321         @rm -f simple_token_simulator$(EXEEXT)
322         $(LINK) $(simple_token_simulator_OBJECTS) $(simple_token_simulator_LDADD) $(LIBS)
323
324 mostlyclean-compile:
325         -rm -f *.$(OBJEXT)
326
327 distclean-compile:
328         -rm -f *.tab.c
329
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_simple_token_node.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_simple_token_simulator.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_token.Po@am__quote@
333
334 .c.o:
335 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
340
341 .c.obj:
342 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
348 .c.lo:
349 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360
361 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
367               END { if (nonempty) { for (i in files) print i; }; }'`; \
368         mkid -fID $$unique
369 tags: TAGS
370
371 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372                 $(TAGS_FILES) $(LISP)
373         tags=; \
374         here=`pwd`; \
375         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376         unique=`for i in $$list; do \
377             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378           done | \
379           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380               END { if (nonempty) { for (i in files) print i; }; }'`; \
381         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382           test -n "$$unique" || unique=$$empty_fix; \
383           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384             $$tags $$unique; \
385         fi
386 ctags: CTAGS
387 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388                 $(TAGS_FILES) $(LISP)
389         tags=; \
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         test -z "$(CTAGS_ARGS)$$tags$$unique" \
397           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398              $$tags $$unique
399
400 GTAGS:
401         here=`$(am__cd) $(top_builddir) && pwd` \
402           && cd $(top_srcdir) \
403           && gtags -i $(GTAGS_ARGS) $$here
404
405 distclean-tags:
406         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 check-TESTS: $(TESTS)
409         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
410         srcdir=$(srcdir); export srcdir; \
411         list=' $(TESTS) '; \
412         if test -n "$$list"; then \
413           for tst in $$list; do \
414             if test -f ./$$tst; then dir=./; \
415             elif test -f $$tst; then dir=; \
416             else dir="$(srcdir)/"; fi; \
417             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
418               all=`expr $$all + 1`; \
419               case " $(XFAIL_TESTS) " in \
420               *$$ws$$tst$$ws*) \
421                 xpass=`expr $$xpass + 1`; \
422                 failed=`expr $$failed + 1`; \
423                 echo "XPASS: $$tst"; \
424               ;; \
425               *) \
426                 echo "PASS: $$tst"; \
427               ;; \
428               esac; \
429             elif test $$? -ne 77; then \
430               all=`expr $$all + 1`; \
431               case " $(XFAIL_TESTS) " in \
432               *$$ws$$tst$$ws*) \
433                 xfail=`expr $$xfail + 1`; \
434                 echo "XFAIL: $$tst"; \
435               ;; \
436               *) \
437                 failed=`expr $$failed + 1`; \
438                 echo "FAIL: $$tst"; \
439               ;; \
440               esac; \
441             else \
442               skip=`expr $$skip + 1`; \
443               echo "SKIP: $$tst"; \
444             fi; \
445           done; \
446           if test "$$failed" -eq 0; then \
447             if test "$$xfail" -eq 0; then \
448               banner="All $$all tests passed"; \
449             else \
450               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
451             fi; \
452           else \
453             if test "$$xpass" -eq 0; then \
454               banner="$$failed of $$all tests failed"; \
455             else \
456               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
457             fi; \
458           fi; \
459           dashes="$$banner"; \
460           skipped=""; \
461           if test "$$skip" -ne 0; then \
462             skipped="($$skip tests were not run)"; \
463             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
464               dashes="$$skipped"; \
465           fi; \
466           report=""; \
467           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
468             report="Please report to $(PACKAGE_BUGREPORT)"; \
469             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
470               dashes="$$report"; \
471           fi; \
472           dashes=`echo "$$dashes" | sed s/./=/g`; \
473           echo "$$dashes"; \
474           echo "$$banner"; \
475           test -z "$$skipped" || echo "$$skipped"; \
476           test -z "$$report" || echo "$$report"; \
477           echo "$$dashes"; \
478           test "$$failed" -eq 0; \
479         else :; fi
480
481 distdir: $(DISTFILES)
482         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         list='$(DISTFILES)'; \
485           dist_files=`for file in $$list; do echo $$file; done | \
486           sed -e "s|^$$srcdirstrip/||;t" \
487               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488         case $$dist_files in \
489           */*) $(MKDIR_P) `echo "$$dist_files" | \
490                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491                            sort -u` ;; \
492         esac; \
493         for file in $$dist_files; do \
494           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495           if test -d $$d/$$file; then \
496             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
499             fi; \
500             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
501           else \
502             test -f $(distdir)/$$file \
503             || cp -p $$d/$$file $(distdir)/$$file \
504             || exit 1; \
505           fi; \
506         done
507 check-am: all-am
508         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
509 check: check-am
510 all-am: Makefile $(PROGRAMS)
511 installdirs:
512 install: install-am
513 install-exec: install-exec-am
514 install-data: install-data-am
515 uninstall: uninstall-am
516
517 install-am: all-am
518         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
519
520 installcheck: installcheck-am
521 install-strip:
522         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524           `test -z '$(STRIP)' || \
525             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
526 mostlyclean-generic:
527         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
528
529 clean-generic:
530         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
531
532 distclean-generic:
533         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
534
535 maintainer-clean-generic:
536         @echo "This command is intended for maintainers to use"
537         @echo "it deletes files that may require special tools to rebuild."
538 clean: clean-am
539
540 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
541         mostlyclean-am
542
543 distclean: distclean-am
544         -rm -rf ./$(DEPDIR)
545         -rm -f Makefile
546 distclean-am: clean-am distclean-compile distclean-generic \
547         distclean-tags
548
549 dvi: dvi-am
550
551 dvi-am:
552
553 html: html-am
554
555 info: info-am
556
557 info-am:
558
559 install-data-am:
560
561 install-dvi: install-dvi-am
562
563 install-exec-am:
564
565 install-html: install-html-am
566
567 install-info: install-info-am
568
569 install-man:
570
571 install-pdf: install-pdf-am
572
573 install-ps: install-ps-am
574
575 installcheck-am:
576
577 maintainer-clean: maintainer-clean-am
578         -rm -rf ./$(DEPDIR)
579         -rm -f Makefile
580 maintainer-clean-am: distclean-am maintainer-clean-generic
581
582 mostlyclean: mostlyclean-am
583
584 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
585         mostlyclean-libtool
586
587 pdf: pdf-am
588
589 pdf-am:
590
591 ps: ps-am
592
593 ps-am:
594
595 uninstall-am:
596
597 .MAKE: install-am install-strip
598
599 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
600         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
601         distclean distclean-compile distclean-generic \
602         distclean-libtool distclean-tags distdir dvi dvi-am html \
603         html-am info info-am install install-am install-data \
604         install-data-am install-dvi install-dvi-am install-exec \
605         install-exec-am install-html install-html-am install-info \
606         install-info-am install-man install-pdf install-pdf-am \
607         install-ps install-ps-am install-strip installcheck \
608         installcheck-am installdirs maintainer-clean \
609         maintainer-clean-generic mostlyclean mostlyclean-compile \
610         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
611         tags uninstall uninstall-am
612
613 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
614 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
615 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
616 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
617
618 test-rl: force
619         $(TESTS_ENVIRONMENT) test_rl
620
621 force:
622
623 .PHONY: test_sg_32 test_SG_64 test_rl 
624
625 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
626         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
627
628 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
629         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
630
631 dist-files:
632         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
633         @echo
634         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
635
636 # Cruft
637 # Tell versions [3.59,3.63) of GNU make to not export all variables.
638 # Otherwise a system limit (for SysV at least) may be exceeded.
639 .NOEXPORT: