Logo AND Algorithmique Numérique Distribuée

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