Logo AND Algorithmique Numérique Distribuée

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