Logo AND Algorithmique Numérique Distribuée

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