Logo AND Algorithmique Numérique Distribuée

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