Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
05b69087916150f120b0079a6d8d37bd4f912990
[simgrid.git] / examples / gras / ping / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # This file factorize all the testing infrastructure for the GRAS examples
18 #
19 # it's made complicated by the facts that:
20 #  - we use tesh, we need to find it back
21 #  - we don't want to generate the test_* files with configure, so we
22 #    have to declare some variables in front of the shell command
23 #    running the test
24 #  - we want to fully test the surf on the way. So, we have to ask for
25 #    full precision timestamps in the tests. On the other hand,
26 #    message size differ when we are on 32bits and when we are on
27 #    64bits (obviously), so we have to maintain 2 tests per directory
28 #    and pick the right one here.
29
30 # Makefile chunk which allows to display the files which should be included
31 # into the distribution.
32
33 # It is intended to be included in all Makefile.am 
34
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55         $(top_srcdir)/acmacro/dist-files.mk \
56         $(top_srcdir)/examples/gras/tests.mk \
57         $(top_srcdir)/examples/temps-gras-stub.mk
58 noinst_PROGRAMS = ping_client$(EXEEXT) ping_server$(EXEEXT) \
59         ping_simulator$(EXEEXT)
60 subdir = examples/gras/ping
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
63         $(top_srcdir)/acmacro/compiler-flags.m4 \
64         $(top_srcdir)/acmacro/context.m4 \
65         $(top_srcdir)/acmacro/fancy_configury.m4 \
66         $(top_srcdir)/acmacro/flex.m4 \
67         $(top_srcdir)/acmacro/gras_arch.m4 \
68         $(top_srcdir)/acmacro/print_null.m4 \
69         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 mkinstalldirs = $(install_sh) -d
73 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
74 CONFIG_CLEAN_FILES =
75 PROGRAMS = $(noinst_PROGRAMS)
76 am_ping_client_OBJECTS = _ping_client.$(OBJEXT) ping_client.$(OBJEXT) \
77         ping_common.$(OBJEXT)
78 ping_client_OBJECTS = $(am_ping_client_OBJECTS)
79 ping_client_DEPENDENCIES = $(top_builddir)/src/libgras.la
80 am_ping_server_OBJECTS = _ping_server.$(OBJEXT) ping_server.$(OBJEXT) \
81         ping_common.$(OBJEXT)
82 ping_server_OBJECTS = $(am_ping_server_OBJECTS)
83 ping_server_DEPENDENCIES = $(top_builddir)/src/libgras.la
84 am_ping_simulator_OBJECTS = _ping_simulator.$(OBJEXT) \
85         ping_server.$(OBJEXT) ping_client.$(OBJEXT) \
86         ping_common.$(OBJEXT)
87 ping_simulator_OBJECTS = $(am_ping_simulator_OBJECTS)
88 ping_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
89 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
90 depcomp = $(SHELL) $(top_srcdir)/depcomp
91 am__depfiles_maybe = depfiles
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 CCLD = $(CC)
98 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100         $(LDFLAGS) -o $@
101 SOURCES = $(ping_client_SOURCES) $(ping_server_SOURCES) \
102         $(ping_simulator_SOURCES)
103 DIST_SOURCES = $(ping_client_SOURCES) $(ping_server_SOURCES) \
104         $(ping_simulator_SOURCES)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 ADDR2LINE = @ADDR2LINE@
110 AMTAR = @AMTAR@
111 AM_CPPFLAGS = @AM_CPPFLAGS@
112 AR = @AR@
113 AS = @AS@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 BASH = @BASH@
119 CC = @CC@
120 CCDEPMODE = @CCDEPMODE@
121 CFLAGS = @CFLAGS@
122 CPP = @CPP@
123 CPPFLAGS = @CPPFLAGS@
124 CXX = @CXX@
125 CXXCPP = @CXXCPP@
126 CXXDEPMODE = @CXXDEPMODE@
127 CXXFLAGS = @CXXFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DLLTOOL = @DLLTOOL@
132 DOXYGEN = @DOXYGEN@
133 ECHO = @ECHO@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FLEXML = @FLEXML@
140 GCJ = @GCJ@
141 GCJDEPMODE = @GCJDEPMODE@
142 GCJFLAGS = @GCJFLAGS@
143 GRAS_DEP = @GRAS_DEP@
144 GREP = @GREP@
145 INSTALL = @INSTALL@
146 INSTALL_DATA = @INSTALL_DATA@
147 INSTALL_PROGRAM = @INSTALL_PROGRAM@
148 INSTALL_SCRIPT = @INSTALL_SCRIPT@
149 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150 JAR = @JAR@
151 JAVA = @JAVA@
152 JAVAC = @JAVAC@
153 LDFLAGS = @LDFLAGS@
154 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
155 LEX = @LEX@
156 LEXLIB = @LEXLIB@
157 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
158 LIBOBJS = @LIBOBJS@
159 LIBS = @LIBS@
160 LIBTOOL = @LIBTOOL@
161 LN_S = @LN_S@
162 LTLIBOBJS = @LTLIBOBJS@
163 MAINT = @MAINT@
164 MAKEINFO = @MAKEINFO@
165 MD5SUM = @MD5SUM@
166 MKDIR_P = @MKDIR_P@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 PACKAGE = @PACKAGE@
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171 PACKAGE_NAME = @PACKAGE_NAME@
172 PACKAGE_STRING = @PACKAGE_STRING@
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
177 RANLIB = @RANLIB@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 SIMGRID_DEP = @SIMGRID_DEP@
181 SMPI_DEP = @SMPI_DEP@
182 STRIP = @STRIP@
183 VERSION = @VERSION@
184 WARNING = @WARNING@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_configure_args = @ac_configure_args@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_CXX = @ac_ct_CXX@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_id = @build_id@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 builddir = @builddir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 host = @host@
211 host_alias = @host_alias@
212 host_cpu = @host_cpu@
213 host_os = @host_os@
214 host_vendor = @host_vendor@
215 htmldir = @htmldir@
216 includedir = @includedir@
217 infodir = @infodir@
218 install_sh = @install_sh@
219 libdir = @libdir@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 psdir = @psdir@
230 pth_skaddr_makecontext = @pth_skaddr_makecontext@
231 pth_sksize_makecontext = @pth_sksize_makecontext@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target = @target@
237 target_alias = @target_alias@
238 target_cpu = @target_cpu@
239 target_os = @target_os@
240 target_vendor = @target_vendor@
241 top_builddir = @top_builddir@
242 top_srcdir = @top_srcdir@
243 INCLUDES = -I$(top_srcdir)/include
244 EXTRA_DIST = ping.xml ping.h test_rl test_sg_32 test_sg_64
245 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
246 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
247 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
248 ping_simulator_SOURCES = _ping_simulator.c ping_server.c ping_client.c ping_common.c
249 ping_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
250 ping_client_SOURCES = _ping_client.c                  ping_client.c ping_common.c
251 ping_client_LDADD = $(top_builddir)/src/libgras.la
252 ping_server_SOURCES = _ping_server.c    ping_server.c               ping_common.c
253 ping_server_LDADD = $(top_builddir)/src/libgras.la
254
255 # Take care of generatated sources
256 NAME = ping
257 PROCESSES = client server
258 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
259              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
260
261 MOSTLYCLEANFILES = $(NAME).trace
262 all: all-am
263
264 .SUFFIXES:
265 .SUFFIXES: .c .lo .o .obj
266 $(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)
267         @for dep in $?; do \
268           case '$(am__configure_deps)' in \
269             *$$dep*) \
270               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
271                 && exit 0; \
272               exit 1;; \
273           esac; \
274         done; \
275         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/ping/Makefile'; \
276         cd $(top_srcdir) && \
277           $(AUTOMAKE) --gnu  examples/gras/ping/Makefile
278 .PRECIOUS: Makefile
279 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280         @case '$?' in \
281           *config.status*) \
282             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
283           *) \
284             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
285             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
286         esac;
287
288 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
291 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
292         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
294         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296 clean-noinstPROGRAMS:
297         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
298           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
299           echo " rm -f $$p $$f"; \
300           rm -f $$p $$f ; \
301         done
302 ping_client$(EXEEXT): $(ping_client_OBJECTS) $(ping_client_DEPENDENCIES) 
303         @rm -f ping_client$(EXEEXT)
304         $(LINK) $(ping_client_OBJECTS) $(ping_client_LDADD) $(LIBS)
305 ping_server$(EXEEXT): $(ping_server_OBJECTS) $(ping_server_DEPENDENCIES) 
306         @rm -f ping_server$(EXEEXT)
307         $(LINK) $(ping_server_OBJECTS) $(ping_server_LDADD) $(LIBS)
308 ping_simulator$(EXEEXT): $(ping_simulator_OBJECTS) $(ping_simulator_DEPENDENCIES) 
309         @rm -f ping_simulator$(EXEEXT)
310         $(LINK) $(ping_simulator_OBJECTS) $(ping_simulator_LDADD) $(LIBS)
311
312 mostlyclean-compile:
313         -rm -f *.$(OBJEXT)
314
315 distclean-compile:
316         -rm -f *.tab.c
317
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_client.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_server.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_simulator.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_client.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_common.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_server.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: