Logo AND Algorithmique Numérique Distribuée

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