Logo AND Algorithmique Numérique Distribuée

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