Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
autogen commit fest (some of them being tests related and mandatory for SHA addition)
[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/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.@am__isrc@ -I$(top_builddir)/src
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 DSYMUTIL = @DSYMUTIL@
136 ECHO = @ECHO@
137 ECHO_C = @ECHO_C@
138 ECHO_N = @ECHO_N@
139 ECHO_T = @ECHO_T@
140 EGREP = @EGREP@
141 EXEEXT = @EXEEXT@
142 FLEXML = @FLEXML@
143 GCJ = @GCJ@
144 GCJDEPMODE = @GCJDEPMODE@
145 GCJFLAGS = @GCJFLAGS@
146 GRAS_DEP = @GRAS_DEP@
147 GREP = @GREP@
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 MKDIR_P = @MKDIR_P@
169 NMEDIT = @NMEDIT@
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 SED = @SED@
182 SET_MAKE = @SET_MAKE@
183 SHELL = @SHELL@
184 SIMGRID_DEP = @SIMGRID_DEP@
185 SMPI_DEP = @SMPI_DEP@
186 STRIP = @STRIP@
187 VERSION = @VERSION@
188 WARNING = @WARNING@
189 abs_builddir = @abs_builddir@
190 abs_srcdir = @abs_srcdir@
191 abs_top_builddir = @abs_top_builddir@
192 abs_top_srcdir = @abs_top_srcdir@
193 ac_configure_args = @ac_configure_args@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_CXX = @ac_ct_CXX@
196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
198 am__quote = @am__quote@
199 am__tar = @am__tar@
200 am__untar = @am__untar@
201 bindir = @bindir@
202 build = @build@
203 build_alias = @build_alias@
204 build_cpu = @build_cpu@
205 build_id = @build_id@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 builddir = @builddir@
209 datadir = @datadir@
210 datarootdir = @datarootdir@
211 docdir = @docdir@
212 dvidir = @dvidir@
213 exec_prefix = @exec_prefix@
214 host = @host@
215 host_alias = @host_alias@
216 host_cpu = @host_cpu@
217 host_os = @host_os@
218 host_vendor = @host_vendor@
219 htmldir = @htmldir@
220 includedir = @includedir@
221 infodir = @infodir@
222 install_sh = @install_sh@
223 libdir = @libdir@
224 libexecdir = @libexecdir@
225 localedir = @localedir@
226 localstatedir = @localstatedir@
227 mandir = @mandir@
228 mkdir_p = @mkdir_p@
229 oldincludedir = @oldincludedir@
230 pdfdir = @pdfdir@
231 prefix = @prefix@
232 program_transform_name = @program_transform_name@
233 psdir = @psdir@
234 pth_skaddr_makecontext = @pth_skaddr_makecontext@
235 pth_sksize_makecontext = @pth_sksize_makecontext@
236 sbindir = @sbindir@
237 sharedstatedir = @sharedstatedir@
238 srcdir = @srcdir@
239 sysconfdir = @sysconfdir@
240 target = @target@
241 target_alias = @target_alias@
242 target_cpu = @target_cpu@
243 target_os = @target_os@
244 target_vendor = @target_vendor@
245 top_builddir = @top_builddir@
246 top_srcdir = @top_srcdir@
247 INCLUDES = -I$(top_srcdir)/include
248 EXTRA_DIST = pmm.xml test_rl test_sg_32 test_sg_64
249 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
250 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
251 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
252 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
253 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
254 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
255 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
256 pmm_master_SOURCES = _pmm_master.c    pmm.c
257 pmm_master_LDADD = $(top_builddir)/src/libgras.la
258
259 # Take care of generatated sources
260 NAME = pmm
261 PROCESSES = slave master
262 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
263              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
264
265 MOSTLYCLEANFILES = $(NAME).trace
266 all: all-am
267
268 .SUFFIXES:
269 .SUFFIXES: .c .lo .o .obj
270 $(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)
271         @for dep in $?; do \
272           case '$(am__configure_deps)' in \
273             *$$dep*) \
274               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275                 && exit 0; \
276               exit 1;; \
277           esac; \
278         done; \
279         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile'; \
280         cd $(top_srcdir) && \
281           $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284         @case '$?' in \
285           *config.status*) \
286             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287           *) \
288             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290         esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
300 clean-noinstPROGRAMS:
301         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
302           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
303           echo " rm -f $$p $$f"; \
304           rm -f $$p $$f ; \
305         done
306 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
307         @rm -f pmm_master$(EXEEXT)
308         $(LINK) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
309 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
310         @rm -f pmm_simulator$(EXEEXT)
311         $(LINK) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
312 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
313         @rm -f pmm_slave$(EXEEXT)
314         $(LINK) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
315
316 mostlyclean-compile:
317         -rm -f *.$(OBJEXT)
318
319 distclean-compile:
320         -rm -f *.tab.c
321
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.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; nonemtpy = 1; } \
360               END { if (nonempty) { 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; nonempty = 1; } \
373               END { if (nonempty) { 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         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388               END { if (nonempty) { for (i in files) print i; }; }'`; \
389         test -z "$(CTAGS_ARGS)$$tags$$unique" \
390           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391              $$tags $$unique
392
393 GTAGS:
394         here=`$(am__cd) $(top_builddir) && pwd` \
395           && cd $(top_srcdir) \
396           && gtags -i $(GTAGS_ARGS) $$here
397
398 distclean-tags:
399         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401 check-TESTS: $(TESTS)
402         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
403         srcdir=$(srcdir); export srcdir; \
404         list=' $(TESTS) '; \
405         if test -n "$$list"; then \
406           for tst in $$list; do \
407             if test -f ./$$tst; then dir=./; \
408             elif test -f $$tst; then dir=; \
409             else dir="$(srcdir)/"; fi; \
410             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
411               all=`expr $$all + 1`; \
412               case " $(XFAIL_TESTS) " in \
413               *$$ws$$tst$$ws*) \
414                 xpass=`expr $$xpass + 1`; \
415                 failed=`expr $$failed + 1`; \
416                 echo "XPASS: $$tst"; \
417               ;; \
418               *) \
419                 echo "PASS: $$tst"; \
420               ;; \
421               esac; \
422             elif test $$? -ne 77; then \
423               all=`expr $$all + 1`; \
424               case " $(XFAIL_TESTS) " in \
425               *$$ws$$tst$$ws*) \
426                 xfail=`expr $$xfail + 1`; \
427                 echo "XFAIL: $$tst"; \
428               ;; \
429               *) \
430                 failed=`expr $$failed + 1`; \
431                 echo "FAIL: $$tst"; \
432               ;; \
433               esac; \
434             else \
435               skip=`expr $$skip + 1`; \
436               echo "SKIP: $$tst"; \
437             fi; \
438           done; \
439           if test "$$failed" -eq 0; then \
440             if test "$$xfail" -eq 0; then \
441               banner="All $$all tests passed"; \
442             else \
443               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
444             fi; \
445           else \
446             if test "$$xpass" -eq 0; then \
447               banner="$$failed of $$all tests failed"; \
448             else \
449               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
450             fi; \
451           fi; \
452           dashes="$$banner"; \
453           skipped=""; \
454           if test "$$skip" -ne 0; then \
455             skipped="($$skip tests were not run)"; \
456             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
457               dashes="$$skipped"; \
458           fi; \
459           report=""; \
460           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
461             report="Please report to $(PACKAGE_BUGREPORT)"; \
462             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
463               dashes="$$report"; \
464           fi; \
465           dashes=`echo "$$dashes" | sed s/./=/g`; \
466           echo "$$dashes"; \
467           echo "$$banner"; \
468           test -z "$$skipped" || echo "$$skipped"; \
469           test -z "$$report" || echo "$$report"; \
470           echo "$$dashes"; \
471           test "$$failed" -eq 0; \
472         else :; fi
473
474 distdir: $(DISTFILES)
475         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         list='$(DISTFILES)'; \
478           dist_files=`for file in $$list; do echo $$file; done | \
479           sed -e "s|^$$srcdirstrip/||;t" \
480               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481         case $$dist_files in \
482           */*) $(MKDIR_P) `echo "$$dist_files" | \
483                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484                            sort -u` ;; \
485         esac; \
486         for file in $$dist_files; do \
487           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488           if test -d $$d/$$file; then \
489             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
492             fi; \
493             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
494           else \
495             test -f $(distdir)/$$file \
496             || cp -p $$d/$$file $(distdir)/$$file \
497             || exit 1; \
498           fi; \
499         done
500 check-am: all-am
501         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
502 check: check-am
503 all-am: Makefile $(PROGRAMS)
504 installdirs:
505 install: install-am
506 install-exec: install-exec-am
507 install-data: install-data-am
508 uninstall: uninstall-am
509
510 install-am: all-am
511         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513 installcheck: installcheck-am
514 install-strip:
515         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517           `test -z '$(STRIP)' || \
518             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519 mostlyclean-generic:
520         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
521
522 clean-generic:
523         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
524
525 distclean-generic:
526         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527
528 maintainer-clean-generic:
529         @echo "This command is intended for maintainers to use"
530         @echo "it deletes files that may require special tools to rebuild."
531 clean: clean-am
532
533 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
534         mostlyclean-am
535
536 distclean: distclean-am
537         -rm -rf ./$(DEPDIR)
538         -rm -f Makefile
539 distclean-am: clean-am distclean-compile distclean-generic \
540         distclean-tags
541
542 dvi: dvi-am
543
544 dvi-am:
545
546 html: html-am
547
548 info: info-am
549
550 info-am:
551
552 install-data-am:
553
554 install-dvi: install-dvi-am
555
556 install-exec-am:
557
558 install-html: install-html-am
559
560 install-info: install-info-am
561
562 install-man:
563
564 install-pdf: install-pdf-am
565
566 install-ps: install-ps-am
567
568 installcheck-am:
569
570 maintainer-clean: maintainer-clean-am
571         -rm -rf ./$(DEPDIR)
572         -rm -f Makefile
573 maintainer-clean-am: distclean-am maintainer-clean-generic
574
575 mostlyclean: mostlyclean-am
576
577 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
578         mostlyclean-libtool
579
580 pdf: pdf-am
581
582 pdf-am:
583
584 ps: ps-am
585
586 ps-am:
587
588 uninstall-am:
589
590 .MAKE: install-am install-strip
591
592 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
593         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
594         distclean distclean-compile distclean-generic \
595         distclean-libtool distclean-tags distdir dvi dvi-am html \
596         html-am info info-am install install-am install-data \
597         install-data-am install-dvi install-dvi-am install-exec \
598         install-exec-am install-html install-html-am install-info \
599         install-info-am install-man install-pdf install-pdf-am \
600         install-ps install-ps-am install-strip installcheck \
601         installcheck-am installdirs maintainer-clean \
602         maintainer-clean-generic mostlyclean mostlyclean-compile \
603         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
604         tags uninstall uninstall-am
605
606 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
607 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
608 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
609 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
610
611 test-rl: force
612         $(TESTS_ENVIRONMENT) test_rl
613
614 force:
615
616 .PHONY: test_sg_32 test_SG_64 test_rl 
617
618 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
619         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
620
621 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
622         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
623
624 dist-files:
625         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
626         @echo
627         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
628
629 # Cruft
630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
631 # Otherwise a system limit (for SysV at least) may be exceeded.
632 .NOEXPORT: