Logo AND Algorithmique Numérique Distribuée

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