Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
aa48c2530694d9c7cb64e4d8d21c5fc9edf01157
[simgrid.git] / examples / gras / pmm / 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 # 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/print_null.m4 \
75         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77         $(ACLOCAL_M4)
78 mkinstalldirs = $(install_sh) -d
79 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
80 CONFIG_CLEAN_FILES =
81 PROGRAMS = $(noinst_PROGRAMS)
82 am_pmm_master_OBJECTS = _pmm_master.$(OBJEXT) pmm.$(OBJEXT)
83 pmm_master_OBJECTS = $(am_pmm_master_OBJECTS)
84 pmm_master_DEPENDENCIES = $(top_builddir)/src/libgras.la
85 am_pmm_simulator_OBJECTS = _pmm_simulator.$(OBJEXT) pmm.$(OBJEXT)
86 pmm_simulator_OBJECTS = $(am_pmm_simulator_OBJECTS)
87 pmm_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
88 am_pmm_slave_OBJECTS = _pmm_slave.$(OBJEXT) pmm.$(OBJEXT)
89 pmm_slave_OBJECTS = $(am_pmm_slave_OBJECTS)
90 pmm_slave_DEPENDENCIES = $(top_builddir)/src/libgras.la
91 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
102         $(LDFLAGS) -o $@
103 SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
104         $(pmm_slave_SOURCES)
105 DIST_SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
106         $(pmm_slave_SOURCES)
107 ETAGS = etags
108 CTAGS = ctags
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 ACLOCAL = @ACLOCAL@
111 ADDR2LINE = @ADDR2LINE@
112 AMTAR = @AMTAR@
113 AM_CPPFLAGS = @AM_CPPFLAGS@
114 AR = @AR@
115 AS = @AS@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 BASH = @BASH@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DLLTOOL = @DLLTOOL@
134 DOXYGEN = @DOXYGEN@
135 ECHO = @ECHO@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 FLEXML = @FLEXML@
142 GCJ = @GCJ@
143 GCJDEPMODE = @GCJDEPMODE@
144 GCJFLAGS = @GCJFLAGS@
145 GRAS_DEP = @GRAS_DEP@
146 GREP = @GREP@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 JAR = @JAR@
153 JAVA = @JAVA@
154 JAVAC = @JAVAC@
155 LDFLAGS = @LDFLAGS@
156 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
157 LEX = @LEX@
158 LEXLIB = @LEXLIB@
159 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LN_S = @LN_S@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAKEINFO = @MAKEINFO@
167 MD5SUM = @MD5SUM@
168 MKDIR_P = @MKDIR_P@
169 OBJDUMP = @OBJDUMP@
170 OBJEXT = @OBJEXT@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
179 RANLIB = @RANLIB@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 SIMGRID_DEP = @SIMGRID_DEP@
183 SMPI_DEP = @SMPI_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 = pmm.xml 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 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
251 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
252 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
253 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
254 pmm_master_SOURCES = _pmm_master.c    pmm.c
255 pmm_master_LDADD = $(top_builddir)/src/libgras.la
256
257 # Take care of generatated sources
258 NAME = pmm
259 PROCESSES = slave master
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/pmm/Makefile'; \
278         cd $(top_srcdir) && \
279           $(AUTOMAKE) --gnu  examples/gras/pmm/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 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
305         @rm -f pmm_master$(EXEEXT)
306         $(LINK) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
307 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
308         @rm -f pmm_simulator$(EXEEXT)
309         $(LINK) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
310 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
311         @rm -f pmm_slave$(EXEEXT)
312         $(LINK) $(pmm_slave_OBJECTS) $(pmm_slave_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)/_pmm_master.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.Po@am__quote@
324
325 .c.o:
326 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
331
332 .c.obj:
333 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
338
339 .c.lo:
340 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
345
346 mostlyclean-libtool:
347         -rm -f *.lo
348
349 clean-libtool:
350         -rm -rf .libs _libs
351
352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '    { files[$$0] = 1; } \
358                END { for (i in files) print i; }'`; \
359         mkid -fID $$unique
360 tags: TAGS
361
362 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         tags=; \
365         here=`pwd`; \
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '    { files[$$0] = 1; } \
371                END { for (i in files) print i; }'`; \
372         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
373           test -n "$$unique" || unique=$$empty_fix; \
374           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375             $$tags $$unique; \
376         fi
377 ctags: CTAGS
378 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379                 $(TAGS_FILES) $(LISP)
380         tags=; \
381         here=`pwd`; \
382         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383         unique=`for i in $$list; do \
384             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385           done | \
386           $(AWK) '    { files[$$0] = 1; } \
387                END { for (i in files) print i; }'`; \
388         test -z "$(CTAGS_ARGS)$$tags$$unique" \
389           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390              $$tags $$unique
391
392 GTAGS:
393         here=`$(am__cd) $(top_builddir) && pwd` \
394           && cd $(top_srcdir) \
395           && gtags -i $(GTAGS_ARGS) $$here
396
397 distclean-tags:
398         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400 check-TESTS: $(TESTS)
401         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
402         srcdir=$(srcdir); export srcdir; \
403         list=' $(TESTS) '; \
404         if test -n "$$list"; then \
405           for tst in $$list; do \
406             if test -f ./$$tst; then dir=./; \
407             elif test -f $$tst; then dir=; \
408             else dir="$(srcdir)/"; fi; \
409             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
410               all=`expr $$all + 1`; \
411               case " $(XFAIL_TESTS) " in \
412               *$$ws$$tst$$ws*) \
413                 xpass=`expr $$xpass + 1`; \
414                 failed=`expr $$failed + 1`; \
415                 echo "XPASS: $$tst"; \
416               ;; \
417               *) \
418                 echo "PASS: $$tst"; \
419               ;; \
420               esac; \
421             elif test $$? -ne 77; then \
422               all=`expr $$all + 1`; \
423               case " $(XFAIL_TESTS) " in \
424               *$$ws$$tst$$ws*) \
425                 xfail=`expr $$xfail + 1`; \
426                 echo "XFAIL: $$tst"; \
427               ;; \
428               *) \
429                 failed=`expr $$failed + 1`; \
430                 echo "FAIL: $$tst"; \
431               ;; \
432               esac; \
433             else \
434               skip=`expr $$skip + 1`; \
435               echo "SKIP: $$tst"; \
436             fi; \
437           done; \
438           if test "$$failed" -eq 0; then \
439             if test "$$xfail" -eq 0; then \
440               banner="All $$all tests passed"; \
441             else \
442               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
443             fi; \
444           else \
445             if test "$$xpass" -eq 0; then \
446               banner="$$failed of $$all tests failed"; \
447             else \
448               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
449             fi; \
450           fi; \
451           dashes="$$banner"; \
452           skipped=""; \
453           if test "$$skip" -ne 0; then \
454             skipped="($$skip tests were not run)"; \
455             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
456               dashes="$$skipped"; \
457           fi; \
458           report=""; \
459           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
460             report="Please report to $(PACKAGE_BUGREPORT)"; \
461             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
462               dashes="$$report"; \
463           fi; \
464           dashes=`echo "$$dashes" | sed s/./=/g`; \
465           echo "$$dashes"; \
466           echo "$$banner"; \
467           test -z "$$skipped" || echo "$$skipped"; \
468           test -z "$$report" || echo "$$report"; \
469           echo "$$dashes"; \
470           test "$$failed" -eq 0; \
471         else :; fi
472
473 distdir: $(DISTFILES)
474         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         list='$(DISTFILES)'; \
477           dist_files=`for file in $$list; do echo $$file; done | \
478           sed -e "s|^$$srcdirstrip/||;t" \
479               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480         case $$dist_files in \
481           */*) $(MKDIR_P) `echo "$$dist_files" | \
482                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483                            sort -u` ;; \
484         esac; \
485         for file in $$dist_files; do \
486           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487           if test -d $$d/$$file; then \
488             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
491             fi; \
492             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
493           else \
494             test -f $(distdir)/$$file \
495             || cp -p $$d/$$file $(distdir)/$$file \
496             || exit 1; \
497           fi; \
498         done
499 check-am: all-am
500         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
501 check: check-am
502 all-am: Makefile $(PROGRAMS)
503 installdirs:
504 install: install-am
505 install-exec: install-exec-am
506 install-data: install-data-am
507 uninstall: uninstall-am
508
509 install-am: all-am
510         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512 installcheck: installcheck-am
513 install-strip:
514         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516           `test -z '$(STRIP)' || \
517             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
518 mostlyclean-generic:
519         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
520
521 clean-generic:
522         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
523
524 distclean-generic:
525         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526
527 maintainer-clean-generic:
528         @echo "This command is intended for maintainers to use"
529         @echo "it deletes files that may require special tools to rebuild."
530 clean: clean-am
531
532 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
533         mostlyclean-am
534
535 distclean: distclean-am
536         -rm -rf ./$(DEPDIR)
537         -rm -f Makefile
538 distclean-am: clean-am distclean-compile distclean-generic \
539         distclean-tags
540
541 dvi: dvi-am
542
543 dvi-am:
544
545 html: html-am
546
547 info: info-am
548
549 info-am:
550
551 install-data-am:
552
553 install-dvi: install-dvi-am
554
555 install-exec-am:
556
557 install-html: install-html-am
558
559 install-info: install-info-am
560
561 install-man:
562
563 install-pdf: install-pdf-am
564
565 install-ps: install-ps-am
566
567 installcheck-am:
568
569 maintainer-clean: maintainer-clean-am
570         -rm -rf ./$(DEPDIR)
571         -rm -f Makefile
572 maintainer-clean-am: distclean-am maintainer-clean-generic
573
574 mostlyclean: mostlyclean-am
575
576 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577         mostlyclean-libtool
578
579 pdf: pdf-am
580
581 pdf-am:
582
583 ps: ps-am
584
585 ps-am:
586
587 uninstall-am:
588
589 .MAKE: install-am install-strip
590
591 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
592         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
593         distclean distclean-compile distclean-generic \
594         distclean-libtool distclean-tags distdir dvi dvi-am html \
595         html-am info info-am install install-am install-data \
596         install-data-am install-dvi install-dvi-am install-exec \
597         install-exec-am install-html install-html-am install-info \
598         install-info-am install-man install-pdf install-pdf-am \
599         install-ps install-ps-am install-strip installcheck \
600         installcheck-am installdirs maintainer-clean \
601         maintainer-clean-generic mostlyclean mostlyclean-compile \
602         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603         tags uninstall uninstall-am
604
605 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
606 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
607 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
608 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
609
610 test-rl: force
611         $(TESTS_ENVIRONMENT) test_rl
612
613 force:
614
615 .PHONY: test_sg_32 test_SG_64 test_rl 
616
617 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
618         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
619
620 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
621         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
622
623 dist-files:
624         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
625         @echo
626         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
627
628 # Cruft
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT: