Logo AND Algorithmique Numérique Distribuée

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