Logo AND Algorithmique Numérique Distribuée

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