Logo AND Algorithmique Numérique Distribuée

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