Logo AND Algorithmique Numérique Distribuée

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