Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
autogenerated files (sorry)
[simgrid.git] / examples / gras / spawn / 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 noinst_PROGRAMS = spawn_child$(EXEEXT) spawn_father$(EXEEXT) \
64         spawn_simulator$(EXEEXT)
65 subdir = examples/gras/spawn
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
68         $(top_srcdir)/acmacro/compiler-flags.m4 \
69         $(top_srcdir)/acmacro/context.m4 \
70         $(top_srcdir)/acmacro/fancy_configury.m4 \
71         $(top_srcdir)/acmacro/flex.m4 \
72         $(top_srcdir)/acmacro/gras_arch.m4 \
73         $(top_srcdir)/acmacro/libtool.m4 \
74         $(top_srcdir)/acmacro/ltoptions.m4 \
75         $(top_srcdir)/acmacro/ltsugar.m4 \
76         $(top_srcdir)/acmacro/ltversion.m4 \
77         $(top_srcdir)/acmacro/lt~obsolete.m4 \
78         $(top_srcdir)/acmacro/print_null.m4 \
79         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81         $(ACLOCAL_M4)
82 mkinstalldirs = $(install_sh) -d
83 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
84 CONFIG_CLEAN_FILES =
85 PROGRAMS = $(noinst_PROGRAMS)
86 am_spawn_child_OBJECTS = _spawn_child.$(OBJEXT) spawn_child.$(OBJEXT) \
87         spawn_common.$(OBJEXT)
88 spawn_child_OBJECTS = $(am_spawn_child_OBJECTS)
89 spawn_child_DEPENDENCIES = $(top_builddir)/src/libgras.la
90 am_spawn_father_OBJECTS = _spawn_father.$(OBJEXT) \
91         spawn_father.$(OBJEXT) spawn_child.$(OBJEXT) \
92         spawn_common.$(OBJEXT)
93 spawn_father_OBJECTS = $(am_spawn_father_OBJECTS)
94 spawn_father_DEPENDENCIES = $(top_builddir)/src/libgras.la
95 am_spawn_simulator_OBJECTS = _spawn_simulator.$(OBJEXT) \
96         spawn_father.$(OBJEXT) spawn_child.$(OBJEXT) \
97         spawn_common.$(OBJEXT)
98 spawn_simulator_OBJECTS = $(am_spawn_simulator_OBJECTS)
99 spawn_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
100 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
101 depcomp = $(SHELL) $(top_srcdir)/depcomp
102 am__depfiles_maybe = depfiles
103 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 CCLD = $(CC)
109 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111         $(LDFLAGS) -o $@
112 SOURCES = $(spawn_child_SOURCES) $(spawn_father_SOURCES) \
113         $(spawn_simulator_SOURCES)
114 DIST_SOURCES = $(spawn_child_SOURCES) $(spawn_father_SOURCES) \
115         $(spawn_simulator_SOURCES)
116 ETAGS = etags
117 CTAGS = ctags
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = @ACLOCAL@
120 ADDR2LINE = @ADDR2LINE@
121 AMTAR = @AMTAR@
122 AM_CPPFLAGS = @AM_CPPFLAGS@
123 AR = @AR@
124 AS = @AS@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AWK = @AWK@
129 BASH = @BASH@
130 CC = @CC@
131 CCDEPMODE = @CCDEPMODE@
132 CFLAGS = @CFLAGS@
133 CPP = @CPP@
134 CPPFLAGS = @CPPFLAGS@
135 CXX = @CXX@
136 CXXCPP = @CXXCPP@
137 CXXDEPMODE = @CXXDEPMODE@
138 CXXFLAGS = @CXXFLAGS@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DLLTOOL = @DLLTOOL@
143 DOXYGEN = @DOXYGEN@
144 DSYMUTIL = @DSYMUTIL@
145 DUMPBIN = @DUMPBIN@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@
152 FLEXML = @FLEXML@
153 GCJ = @GCJ@
154 GCJDEPMODE = @GCJDEPMODE@
155 GCJFLAGS = @GCJFLAGS@
156 GRAS_DEP = @GRAS_DEP@
157 GREP = @GREP@
158 INSTALL = @INSTALL@
159 INSTALL_DATA = @INSTALL_DATA@
160 INSTALL_PROGRAM = @INSTALL_PROGRAM@
161 INSTALL_SCRIPT = @INSTALL_SCRIPT@
162 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163 JAR = @JAR@
164 JAVA = @JAVA@
165 JAVAC = @JAVAC@
166 LD = @LD@
167 LDFLAGS = @LDFLAGS@
168 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
169 LEX = @LEX@
170 LEXLIB = @LEXLIB@
171 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBTOOL = @LIBTOOL@
175 LIPO = @LIPO@
176 LN_S = @LN_S@
177 LTLIBOBJS = @LTLIBOBJS@
178 MAINT = @MAINT@
179 MAKEINFO = @MAKEINFO@
180 MKDIR_P = @MKDIR_P@
181 NM = @NM@
182 NMEDIT = @NMEDIT@
183 OBJDUMP = @OBJDUMP@
184 OBJEXT = @OBJEXT@
185 OTOOL = @OTOOL@
186 OTOOL64 = @OTOOL64@
187 PACKAGE = @PACKAGE@
188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189 PACKAGE_NAME = @PACKAGE_NAME@
190 PACKAGE_STRING = @PACKAGE_STRING@
191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
195 RANLIB = @RANLIB@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 SIMGRID_DEP = @SIMGRID_DEP@
200 SMPI_DEP = @SMPI_DEP@
201 STRIP = @STRIP@
202 VERSION = @VERSION@
203 WARNING = @WARNING@
204 abs_builddir = @abs_builddir@
205 abs_srcdir = @abs_srcdir@
206 abs_top_builddir = @abs_top_builddir@
207 abs_top_srcdir = @abs_top_srcdir@
208 ac_configure_args = @ac_configure_args@
209 ac_ct_CC = @ac_ct_CC@
210 ac_ct_CXX = @ac_ct_CXX@
211 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
212 am__include = @am__include@
213 am__leading_dot = @am__leading_dot@
214 am__quote = @am__quote@
215 am__tar = @am__tar@
216 am__untar = @am__untar@
217 bindir = @bindir@
218 build = @build@
219 build_alias = @build_alias@
220 build_cpu = @build_cpu@
221 build_id = @build_id@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 lt_ECHO = @lt_ECHO@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 pth_skaddr_makecontext = @pth_skaddr_makecontext@
252 pth_sksize_makecontext = @pth_sksize_makecontext@
253 sbindir = @sbindir@
254 sharedstatedir = @sharedstatedir@
255 srcdir = @srcdir@
256 sysconfdir = @sysconfdir@
257 target = @target@
258 target_alias = @target_alias@
259 target_cpu = @target_cpu@
260 target_os = @target_os@
261 target_vendor = @target_vendor@
262 top_builddir = @top_builddir@
263 top_srcdir = @top_srcdir@
264 INCLUDES = -I$(top_srcdir)/include
265 EXTRA_DIST = spawn.xml spawn.h test_rl test_sg_32 test_sg_64
266 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
267 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
268 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
269 spawn_simulator_SOURCES = _spawn_simulator.c spawn_father.c spawn_child.c spawn_common.c
270 spawn_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
271 spawn_child_SOURCES = _spawn_child.c                  spawn_child.c spawn_common.c
272 spawn_child_LDADD = $(top_builddir)/src/libgras.la
273 spawn_father_SOURCES = _spawn_father.c  spawn_father.c spawn_child.c spawn_common.c
274 spawn_father_LDADD = $(top_builddir)/src/libgras.la
275 CLEANFILES = _spawn_simulator.c spawn.mk _spawn_father.c _spawn_child.c
276 MOSTLYCLEANFILES = spawn.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)/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/spawn/Makefile'; \
291         cd $(top_srcdir) && \
292           $(AUTOMAKE) --gnu  examples/gras/spawn/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 spawn_child$(EXEEXT): $(spawn_child_OBJECTS) $(spawn_child_DEPENDENCIES) 
318         @rm -f spawn_child$(EXEEXT)
319         $(LINK) $(spawn_child_OBJECTS) $(spawn_child_LDADD) $(LIBS)
320 spawn_father$(EXEEXT): $(spawn_father_OBJECTS) $(spawn_father_DEPENDENCIES) 
321         @rm -f spawn_father$(EXEEXT)
322         $(LINK) $(spawn_father_OBJECTS) $(spawn_father_LDADD) $(LIBS)
323 spawn_simulator$(EXEEXT): $(spawn_simulator_OBJECTS) $(spawn_simulator_DEPENDENCIES) 
324         @rm -f spawn_simulator$(EXEEXT)
325         $(LINK) $(spawn_simulator_OBJECTS) $(spawn_simulator_LDADD) $(LIBS)
326
327 mostlyclean-compile:
328         -rm -f *.$(OBJEXT)
329
330 distclean-compile:
331         -rm -f *.tab.c
332
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_spawn_child.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_spawn_father.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_spawn_simulator.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn_child.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn_common.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn_father.Po@am__quote@
339
340 .c.o:
341 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
346
347 .c.obj:
348 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
349 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
353
354 .c.lo:
355 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
360
361 mostlyclean-libtool:
362         -rm -f *.lo
363
364 clean-libtool:
365         -rm -rf .libs _libs
366
367 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonemtpy = 1; } \
373               END { if (nonempty) { for (i in files) print i; }; }'`; \
374         mkid -fID $$unique
375 tags: TAGS
376
377 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378                 $(TAGS_FILES) $(LISP)
379         tags=; \
380         here=`pwd`; \
381         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382         unique=`for i in $$list; do \
383             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384           done | \
385           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386               END { if (nonempty) { for (i in files) print i; }; }'`; \
387         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
388           test -n "$$unique" || unique=$$empty_fix; \
389           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390             $$tags $$unique; \
391         fi
392 ctags: CTAGS
393 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394                 $(TAGS_FILES) $(LISP)
395         tags=; \
396         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401               END { if (nonempty) { for (i in files) print i; }; }'`; \
402         test -z "$(CTAGS_ARGS)$$tags$$unique" \
403           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404              $$tags $$unique
405
406 GTAGS:
407         here=`$(am__cd) $(top_builddir) && pwd` \
408           && cd $(top_srcdir) \
409           && gtags -i $(GTAGS_ARGS) $$here
410
411 distclean-tags:
412         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414 check-TESTS: $(TESTS)
415         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
416         srcdir=$(srcdir); export srcdir; \
417         list=' $(TESTS) '; \
418         if test -n "$$list"; then \
419           for tst in $$list; do \
420             if test -f ./$$tst; then dir=./; \
421             elif test -f $$tst; then dir=; \
422             else dir="$(srcdir)/"; fi; \
423             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
424               all=`expr $$all + 1`; \
425               case " $(XFAIL_TESTS) " in \
426               *$$ws$$tst$$ws*) \
427                 xpass=`expr $$xpass + 1`; \
428                 failed=`expr $$failed + 1`; \
429                 echo "XPASS: $$tst"; \
430               ;; \
431               *) \
432                 echo "PASS: $$tst"; \
433               ;; \
434               esac; \
435             elif test $$? -ne 77; then \
436               all=`expr $$all + 1`; \
437               case " $(XFAIL_TESTS) " in \
438               *$$ws$$tst$$ws*) \
439                 xfail=`expr $$xfail + 1`; \
440                 echo "XFAIL: $$tst"; \
441               ;; \
442               *) \
443                 failed=`expr $$failed + 1`; \
444                 echo "FAIL: $$tst"; \
445               ;; \
446               esac; \
447             else \
448               skip=`expr $$skip + 1`; \
449               echo "SKIP: $$tst"; \
450             fi; \
451           done; \
452           if test "$$failed" -eq 0; then \
453             if test "$$xfail" -eq 0; then \
454               banner="All $$all tests passed"; \
455             else \
456               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
457             fi; \
458           else \
459             if test "$$xpass" -eq 0; then \
460               banner="$$failed of $$all tests failed"; \
461             else \
462               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
463             fi; \
464           fi; \
465           dashes="$$banner"; \
466           skipped=""; \
467           if test "$$skip" -ne 0; then \
468             skipped="($$skip tests were not run)"; \
469             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
470               dashes="$$skipped"; \
471           fi; \
472           report=""; \
473           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
474             report="Please report to $(PACKAGE_BUGREPORT)"; \
475             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
476               dashes="$$report"; \
477           fi; \
478           dashes=`echo "$$dashes" | sed s/./=/g`; \
479           echo "$$dashes"; \
480           echo "$$banner"; \
481           test -z "$$skipped" || echo "$$skipped"; \
482           test -z "$$report" || echo "$$report"; \
483           echo "$$dashes"; \
484           test "$$failed" -eq 0; \
485         else :; fi
486
487 distdir: $(DISTFILES)
488         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490         list='$(DISTFILES)'; \
491           dist_files=`for file in $$list; do echo $$file; done | \
492           sed -e "s|^$$srcdirstrip/||;t" \
493               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494         case $$dist_files in \
495           */*) $(MKDIR_P) `echo "$$dist_files" | \
496                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497                            sort -u` ;; \
498         esac; \
499         for file in $$dist_files; do \
500           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501           if test -d $$d/$$file; then \
502             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
505             fi; \
506             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
507           else \
508             test -f $(distdir)/$$file \
509             || cp -p $$d/$$file $(distdir)/$$file \
510             || exit 1; \
511           fi; \
512         done
513 check-am: all-am
514         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
515 check: check-am
516 all-am: Makefile $(PROGRAMS)
517 installdirs:
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
521 uninstall: uninstall-am
522
523 install-am: all-am
524         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526 installcheck: installcheck-am
527 install-strip:
528         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530           `test -z '$(STRIP)' || \
531             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532 mostlyclean-generic:
533         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
534
535 clean-generic:
536         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
537
538 distclean-generic:
539         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
540
541 maintainer-clean-generic:
542         @echo "This command is intended for maintainers to use"
543         @echo "it deletes files that may require special tools to rebuild."
544 clean: clean-am
545
546 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
547         mostlyclean-am
548
549 distclean: distclean-am
550         -rm -rf ./$(DEPDIR)
551         -rm -f Makefile
552 distclean-am: clean-am distclean-compile distclean-generic \
553         distclean-tags
554
555 dvi: dvi-am
556
557 dvi-am:
558
559 html: html-am
560
561 info: info-am
562
563 info-am:
564
565 install-data-am:
566
567 install-dvi: install-dvi-am
568
569 install-exec-am:
570
571 install-html: install-html-am
572
573 install-info: install-info-am
574
575 install-man:
576
577 install-pdf: install-pdf-am
578
579 install-ps: install-ps-am
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584         -rm -rf ./$(DEPDIR)
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591         mostlyclean-libtool
592
593 pdf: pdf-am
594
595 pdf-am:
596
597 ps: ps-am
598
599 ps-am:
600
601 uninstall-am:
602
603 .MAKE: install-am install-strip
604
605 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
606         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
607         distclean distclean-compile distclean-generic \
608         distclean-libtool distclean-tags distdir dvi dvi-am html \
609         html-am info info-am install install-am install-data \
610         install-data-am install-dvi install-dvi-am install-exec \
611         install-exec-am install-html install-html-am install-info \
612         install-info-am install-man install-pdf install-pdf-am \
613         install-ps install-ps-am install-strip installcheck \
614         installcheck-am installdirs maintainer-clean \
615         maintainer-clean-generic mostlyclean mostlyclean-compile \
616         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
617         tags uninstall uninstall-am
618
619 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
620 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
621 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
622 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
623
624 test-rl: force
625         $(TESTS_ENVIRONMENT) test_rl
626
627 force:
628
629 .PHONY: test_sg_32 test_SG_64 test_rl 
630
631 # Take care of generatated sources
632 # (manually since the child is not in the deployment file, so we need an extra argument to the stub generator)
633
634 _spawn_father.c _spawn_child.c _spawn_simulator.c: $(srcdir)/spawn.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
635         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ --extra-process=child spawn $(srcdir)/spawn.xml
636
637 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
638         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
639
640 dist-files:
641         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
642         @echo
643         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
644
645 # Cruft
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: