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 / pmm / 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 = pmm_slave$(EXEEXT) pmm_master$(EXEEXT) \
65         pmm_simulator$(EXEEXT)
66 subdir = examples/gras/pmm
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_pmm_master_OBJECTS = _pmm_master.$(OBJEXT) pmm.$(OBJEXT)
88 pmm_master_OBJECTS = $(am_pmm_master_OBJECTS)
89 pmm_master_DEPENDENCIES = $(top_builddir)/src/libgras.la
90 am_pmm_simulator_OBJECTS = _pmm_simulator.$(OBJEXT) pmm.$(OBJEXT)
91 pmm_simulator_OBJECTS = $(am_pmm_simulator_OBJECTS)
92 pmm_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
93 am_pmm_slave_OBJECTS = _pmm_slave.$(OBJEXT) pmm.$(OBJEXT)
94 pmm_slave_OBJECTS = $(am_pmm_slave_OBJECTS)
95 pmm_slave_DEPENDENCIES = $(top_builddir)/src/libgras.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 = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
109         $(pmm_slave_SOURCES)
110 DIST_SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
111         $(pmm_slave_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 = pmm.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 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
266 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
267 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
268 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
269 pmm_master_SOURCES = _pmm_master.c    pmm.c
270 pmm_master_LDADD = $(top_builddir)/src/libgras.la
271
272 # Take care of generatated sources
273 NAME = pmm
274 PROCESSES = slave master
275 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
276              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
277
278 MOSTLYCLEANFILES = $(NAME).trace
279 all: all-am
280
281 .SUFFIXES:
282 .SUFFIXES: .c .lo .o .obj
283 $(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)
284         @for dep in $?; do \
285           case '$(am__configure_deps)' in \
286             *$$dep*) \
287               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
288                 && exit 0; \
289               exit 1;; \
290           esac; \
291         done; \
292         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile'; \
293         cd $(top_srcdir) && \
294           $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile
295 .PRECIOUS: Makefile
296 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297         @case '$?' in \
298           *config.status*) \
299             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300           *) \
301             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303         esac;
304
305 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
308 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
313 clean-noinstPROGRAMS:
314         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
315           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
316           echo " rm -f $$p $$f"; \
317           rm -f $$p $$f ; \
318         done
319 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
320         @rm -f pmm_master$(EXEEXT)
321         $(LINK) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
322 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
323         @rm -f pmm_simulator$(EXEEXT)
324         $(LINK) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
325 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
326         @rm -f pmm_slave$(EXEEXT)
327         $(LINK) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
328
329 mostlyclean-compile:
330         -rm -f *.$(OBJEXT)
331
332 distclean-compile:
333         -rm -f *.tab.c
334
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.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 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
632         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
633
634 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
635         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
636
637 dist-files:
638         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
639         @echo
640         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
641
642 # Cruft
643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
644 # Otherwise a system limit (for SysV at least) may be exceeded.
645 .NOEXPORT: