Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make so that the tester builders are trigered when makeDist one is done
[simgrid.git] / examples / gras / synchro / 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 noinst_PROGRAMS = synchro_philosopher$(EXEEXT) \
64         synchro_simulator$(EXEEXT)
65 subdir = examples/gras/synchro
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
68         $(top_srcdir)/acmacro/compiler-flags.m4 \
69         $(top_srcdir)/acmacro/context.m4 \
70         $(top_srcdir)/acmacro/fancy_configury.m4 \
71         $(top_srcdir)/acmacro/flex.m4 \
72         $(top_srcdir)/acmacro/gras_arch.m4 \
73         $(top_srcdir)/acmacro/libtool.m4 \
74         $(top_srcdir)/acmacro/ltoptions.m4 \
75         $(top_srcdir)/acmacro/ltsugar.m4 \
76         $(top_srcdir)/acmacro/ltversion.m4 \
77         $(top_srcdir)/acmacro/lt~obsolete.m4 \
78         $(top_srcdir)/acmacro/print_null.m4 \
79         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81         $(ACLOCAL_M4)
82 mkinstalldirs = $(install_sh) -d
83 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
84 CONFIG_CLEAN_FILES =
85 PROGRAMS = $(noinst_PROGRAMS)
86 am_synchro_philosopher_OBJECTS = _synchro_philosopher.$(OBJEXT) \
87         philosopher.$(OBJEXT)
88 synchro_philosopher_OBJECTS = $(am_synchro_philosopher_OBJECTS)
89 synchro_philosopher_DEPENDENCIES = $(top_builddir)/src/libgras.la
90 am_synchro_simulator_OBJECTS = _synchro_simulator.$(OBJEXT) \
91         philosopher.$(OBJEXT)
92 synchro_simulator_OBJECTS = $(am_synchro_simulator_OBJECTS)
93 synchro_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
94 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
95 depcomp = $(SHELL) $(top_srcdir)/depcomp
96 am__depfiles_maybe = depfiles
97 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
105         $(LDFLAGS) -o $@
106 SOURCES = $(synchro_philosopher_SOURCES) $(synchro_simulator_SOURCES)
107 DIST_SOURCES = $(synchro_philosopher_SOURCES) \
108         $(synchro_simulator_SOURCES)
109 ETAGS = etags
110 CTAGS = ctags
111 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112 ACLOCAL = @ACLOCAL@
113 ADDR2LINE = @ADDR2LINE@
114 AMTAR = @AMTAR@
115 AM_CPPFLAGS = @AM_CPPFLAGS@
116 AR = @AR@
117 AS = @AS@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 BASH = @BASH@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CXX = @CXX@
129 CXXCPP = @CXXCPP@
130 CXXDEPMODE = @CXXDEPMODE@
131 CXXFLAGS = @CXXFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DLLTOOL = @DLLTOOL@
136 DOXYGEN = @DOXYGEN@
137 DSYMUTIL = @DSYMUTIL@
138 DUMPBIN = @DUMPBIN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 EXEEXT = @EXEEXT@
144 FGREP = @FGREP@
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 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
162 LEX = @LEX@
163 LEXLIB = @LEXLIB@
164 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
165 LIBOBJS = @LIBOBJS@
166 LIBS = @LIBS@
167 LIBTOOL = @LIBTOOL@
168 LIPO = @LIPO@
169 LN_S = @LN_S@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAINT = @MAINT@
172 MAKEINFO = @MAKEINFO@
173 MKDIR_P = @MKDIR_P@
174 NM = @NM@
175 NMEDIT = @NMEDIT@
176 OBJDUMP = @OBJDUMP@
177 OBJEXT = @OBJEXT@
178 OTOOL = @OTOOL@
179 OTOOL64 = @OTOOL64@
180 PACKAGE = @PACKAGE@
181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182 PACKAGE_NAME = @PACKAGE_NAME@
183 PACKAGE_STRING = @PACKAGE_STRING@
184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
185 PACKAGE_VERSION = @PACKAGE_VERSION@
186 PATH_SEPARATOR = @PATH_SEPARATOR@
187 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
188 RANLIB = @RANLIB@
189 SED = @SED@
190 SET_MAKE = @SET_MAKE@
191 SHELL = @SHELL@
192 SIMGRID_DEP = @SIMGRID_DEP@
193 SMPI_DEP = @SMPI_DEP@
194 STRIP = @STRIP@
195 VERSION = @VERSION@
196 WARNING = @WARNING@
197 abs_builddir = @abs_builddir@
198 abs_srcdir = @abs_srcdir@
199 abs_top_builddir = @abs_top_builddir@
200 abs_top_srcdir = @abs_top_srcdir@
201 ac_configure_args = @ac_configure_args@
202 ac_ct_CC = @ac_ct_CC@
203 ac_ct_CXX = @ac_ct_CXX@
204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205 am__include = @am__include@
206 am__leading_dot = @am__leading_dot@
207 am__quote = @am__quote@
208 am__tar = @am__tar@
209 am__untar = @am__untar@
210 bindir = @bindir@
211 build = @build@
212 build_alias = @build_alias@
213 build_cpu = @build_cpu@
214 build_id = @build_id@
215 build_os = @build_os@
216 build_vendor = @build_vendor@
217 builddir = @builddir@
218 datadir = @datadir@
219 datarootdir = @datarootdir@
220 docdir = @docdir@
221 dvidir = @dvidir@
222 exec_prefix = @exec_prefix@
223 host = @host@
224 host_alias = @host_alias@
225 host_cpu = @host_cpu@
226 host_os = @host_os@
227 host_vendor = @host_vendor@
228 htmldir = @htmldir@
229 includedir = @includedir@
230 infodir = @infodir@
231 install_sh = @install_sh@
232 libdir = @libdir@
233 libexecdir = @libexecdir@
234 localedir = @localedir@
235 localstatedir = @localstatedir@
236 lt_ECHO = @lt_ECHO@
237 mandir = @mandir@
238 mkdir_p = @mkdir_p@
239 oldincludedir = @oldincludedir@
240 pdfdir = @pdfdir@
241 prefix = @prefix@
242 program_transform_name = @program_transform_name@
243 psdir = @psdir@
244 pth_skaddr_makecontext = @pth_skaddr_makecontext@
245 pth_sksize_makecontext = @pth_sksize_makecontext@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target = @target@
251 target_alias = @target_alias@
252 target_cpu = @target_cpu@
253 target_os = @target_os@
254 target_vendor = @target_vendor@
255 top_builddir = @top_builddir@
256 top_srcdir = @top_srcdir@
257 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include
258 EXTRA_DIST = synchro.xml test_rl test_sg_32 test_sg_64
259 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
260 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
261 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
262 synchro_simulator_SOURCES = _synchro_simulator.c philosopher.c
263 synchro_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
264 synchro_philosopher_SOURCES = _synchro_philosopher.c  philosopher.c
265 synchro_philosopher_LDADD = $(top_builddir)/src/libgras.la
266 CLEANFILES = _synchro_simulator.c synchro.mk _synchro_philosopher.c
267 MOSTLYCLEANFILES = synchro.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)/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/synchro/Makefile'; \
282         cd $(top_srcdir) && \
283           $(AUTOMAKE) --gnu  examples/gras/synchro/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 synchro_philosopher$(EXEEXT): $(synchro_philosopher_OBJECTS) $(synchro_philosopher_DEPENDENCIES) 
309         @rm -f synchro_philosopher$(EXEEXT)
310         $(LINK) $(synchro_philosopher_OBJECTS) $(synchro_philosopher_LDADD) $(LIBS)
311 synchro_simulator$(EXEEXT): $(synchro_simulator_OBJECTS) $(synchro_simulator_DEPENDENCIES) 
312         @rm -f synchro_simulator$(EXEEXT)
313         $(LINK) $(synchro_simulator_OBJECTS) $(synchro_simulator_LDADD) $(LIBS)
314
315 mostlyclean-compile:
316         -rm -f *.$(OBJEXT)
317
318 distclean-compile:
319         -rm -f *.tab.c
320
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_synchro_philosopher.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_synchro_simulator.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/philosopher.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; nonemtpy = 1; } \
358               END { if (nonempty) { 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; nonempty = 1; } \
371               END { if (nonempty) { 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         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382         unique=`for i in $$list; do \
383             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384           done | \
385           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386               END { if (nonempty) { for (i in files) print i; }; }'`; \
387         test -z "$(CTAGS_ARGS)$$tags$$unique" \
388           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389              $$tags $$unique
390
391 GTAGS:
392         here=`$(am__cd) $(top_builddir) && pwd` \
393           && cd $(top_srcdir) \
394           && gtags -i $(GTAGS_ARGS) $$here
395
396 distclean-tags:
397         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398
399 check-TESTS: $(TESTS)
400         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
401         srcdir=$(srcdir); export srcdir; \
402         list=' $(TESTS) '; \
403         if test -n "$$list"; then \
404           for tst in $$list; do \
405             if test -f ./$$tst; then dir=./; \
406             elif test -f $$tst; then dir=; \
407             else dir="$(srcdir)/"; fi; \
408             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
409               all=`expr $$all + 1`; \
410               case " $(XFAIL_TESTS) " in \
411               *$$ws$$tst$$ws*) \
412                 xpass=`expr $$xpass + 1`; \
413                 failed=`expr $$failed + 1`; \
414                 echo "XPASS: $$tst"; \
415               ;; \
416               *) \
417                 echo "PASS: $$tst"; \
418               ;; \
419               esac; \
420             elif test $$? -ne 77; then \
421               all=`expr $$all + 1`; \
422               case " $(XFAIL_TESTS) " in \
423               *$$ws$$tst$$ws*) \
424                 xfail=`expr $$xfail + 1`; \
425                 echo "XFAIL: $$tst"; \
426               ;; \
427               *) \
428                 failed=`expr $$failed + 1`; \
429                 echo "FAIL: $$tst"; \
430               ;; \
431               esac; \
432             else \
433               skip=`expr $$skip + 1`; \
434               echo "SKIP: $$tst"; \
435             fi; \
436           done; \
437           if test "$$failed" -eq 0; then \
438             if test "$$xfail" -eq 0; then \
439               banner="All $$all tests passed"; \
440             else \
441               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
442             fi; \
443           else \
444             if test "$$xpass" -eq 0; then \
445               banner="$$failed of $$all tests failed"; \
446             else \
447               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
448             fi; \
449           fi; \
450           dashes="$$banner"; \
451           skipped=""; \
452           if test "$$skip" -ne 0; then \
453             skipped="($$skip tests were not run)"; \
454             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
455               dashes="$$skipped"; \
456           fi; \
457           report=""; \
458           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
459             report="Please report to $(PACKAGE_BUGREPORT)"; \
460             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
461               dashes="$$report"; \
462           fi; \
463           dashes=`echo "$$dashes" | sed s/./=/g`; \
464           echo "$$dashes"; \
465           echo "$$banner"; \
466           test -z "$$skipped" || echo "$$skipped"; \
467           test -z "$$report" || echo "$$report"; \
468           echo "$$dashes"; \
469           test "$$failed" -eq 0; \
470         else :; fi
471
472 distdir: $(DISTFILES)
473         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         list='$(DISTFILES)'; \
476           dist_files=`for file in $$list; do echo $$file; done | \
477           sed -e "s|^$$srcdirstrip/||;t" \
478               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479         case $$dist_files in \
480           */*) $(MKDIR_P) `echo "$$dist_files" | \
481                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482                            sort -u` ;; \
483         esac; \
484         for file in $$dist_files; do \
485           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486           if test -d $$d/$$file; then \
487             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
490             fi; \
491             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
492           else \
493             test -f $(distdir)/$$file \
494             || cp -p $$d/$$file $(distdir)/$$file \
495             || exit 1; \
496           fi; \
497         done
498 check-am: all-am
499         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
500 check: check-am
501 all-am: Makefile $(PROGRAMS)
502 installdirs:
503 install: install-am
504 install-exec: install-exec-am
505 install-data: install-data-am
506 uninstall: uninstall-am
507
508 install-am: all-am
509         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511 installcheck: installcheck-am
512 install-strip:
513         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515           `test -z '$(STRIP)' || \
516             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
517 mostlyclean-generic:
518         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
519
520 clean-generic:
521         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
522
523 distclean-generic:
524         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525
526 maintainer-clean-generic:
527         @echo "This command is intended for maintainers to use"
528         @echo "it deletes files that may require special tools to rebuild."
529 clean: clean-am
530
531 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
532         mostlyclean-am
533
534 distclean: distclean-am
535         -rm -rf ./$(DEPDIR)
536         -rm -f Makefile
537 distclean-am: clean-am distclean-compile distclean-generic \
538         distclean-tags
539
540 dvi: dvi-am
541
542 dvi-am:
543
544 html: html-am
545
546 info: info-am
547
548 info-am:
549
550 install-data-am:
551
552 install-dvi: install-dvi-am
553
554 install-exec-am:
555
556 install-html: install-html-am
557
558 install-info: install-info-am
559
560 install-man:
561
562 install-pdf: install-pdf-am
563
564 install-ps: install-ps-am
565
566 installcheck-am:
567
568 maintainer-clean: maintainer-clean-am
569         -rm -rf ./$(DEPDIR)
570         -rm -f Makefile
571 maintainer-clean-am: distclean-am maintainer-clean-generic
572
573 mostlyclean: mostlyclean-am
574
575 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
576         mostlyclean-libtool
577
578 pdf: pdf-am
579
580 pdf-am:
581
582 ps: ps-am
583
584 ps-am:
585
586 uninstall-am:
587
588 .MAKE: install-am install-strip
589
590 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
591         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
592         distclean distclean-compile distclean-generic \
593         distclean-libtool distclean-tags distdir dvi dvi-am html \
594         html-am info info-am install install-am install-data \
595         install-data-am install-dvi install-dvi-am install-exec \
596         install-exec-am install-html install-html-am install-info \
597         install-info-am install-man install-pdf install-pdf-am \
598         install-ps install-ps-am install-strip installcheck \
599         installcheck-am installdirs maintainer-clean \
600         maintainer-clean-generic mostlyclean mostlyclean-compile \
601         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
602         tags uninstall uninstall-am
603
604 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
605 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
606 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
607 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
608
609 test-rl: force
610         $(TESTS_ENVIRONMENT) test_rl
611
612 force:
613
614 .PHONY: test_sg_32 test_SG_64 test_rl 
615
616 # Take care of generatated sources
617 # (manually since the child is not in the deployment file, so we need an extra argument to the stub generator)
618
619 _synchro_simulator.c _synchro_philosopher.c: $(srcdir)/synchro.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
620         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ synchro $(srcdir)/synchro.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: