Logo AND Algorithmique Numérique Distribuée

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