Logo AND Algorithmique Numérique Distribuée

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