Logo AND Algorithmique Numérique Distribuée

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