Logo AND Algorithmique Numérique Distribuée

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