Logo AND Algorithmique Numérique Distribuée

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