Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hello, automake-1.10
[simgrid.git] / examples / gras / pmm / 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 = pmm_slave$(EXEEXT) pmm_master$(EXEEXT) \
59         pmm_simulator$(EXEEXT)
60 subdir = examples/gras/pmm
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
63         $(top_srcdir)/acmacro/compiler-flags.m4 \
64         $(top_srcdir)/acmacro/context.m4 \
65         $(top_srcdir)/acmacro/fancy_configury.m4 \
66         $(top_srcdir)/acmacro/flex.m4 \
67         $(top_srcdir)/acmacro/gras_arch.m4 \
68         $(top_srcdir)/acmacro/print_null.m4 \
69         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 mkinstalldirs = $(install_sh) -d
73 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
74 CONFIG_CLEAN_FILES =
75 PROGRAMS = $(noinst_PROGRAMS)
76 am_pmm_master_OBJECTS = _pmm_master.$(OBJEXT) pmm.$(OBJEXT)
77 pmm_master_OBJECTS = $(am_pmm_master_OBJECTS)
78 pmm_master_DEPENDENCIES = $(top_builddir)/src/libgras.la
79 am_pmm_simulator_OBJECTS = _pmm_simulator.$(OBJEXT) pmm.$(OBJEXT)
80 pmm_simulator_OBJECTS = $(am_pmm_simulator_OBJECTS)
81 pmm_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
82 am_pmm_slave_OBJECTS = _pmm_slave.$(OBJEXT) pmm.$(OBJEXT)
83 pmm_slave_OBJECTS = $(am_pmm_slave_OBJECTS)
84 pmm_slave_DEPENDENCIES = $(top_builddir)/src/libgras.la
85 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
86 depcomp = $(SHELL) $(top_srcdir)/depcomp
87 am__depfiles_maybe = depfiles
88 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
96         $(LDFLAGS) -o $@
97 SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
98         $(pmm_slave_SOURCES)
99 DIST_SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
100         $(pmm_slave_SOURCES)
101 ETAGS = etags
102 CTAGS = ctags
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 ACLOCAL = @ACLOCAL@
105 ADDR2LINE = @ADDR2LINE@
106 AMTAR = @AMTAR@
107 AM_CFLAGS = @AM_CFLAGS@
108 AR = @AR@
109 AS = @AS@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 BASH = @BASH@
115 CC = @CC@
116 CCDEPMODE = @CCDEPMODE@
117 CFLAGS = @CFLAGS@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CXX = @CXX@
121 CXXCPP = @CXXCPP@
122 CXXDEPMODE = @CXXDEPMODE@
123 CXXFLAGS = @CXXFLAGS@
124 CYGPATH_W = @CYGPATH_W@
125 DEFS = @DEFS@
126 DEPDIR = @DEPDIR@
127 DLLTOOL = @DLLTOOL@
128 DOXYGEN = @DOXYGEN@
129 ECHO = @ECHO@
130 ECHO_C = @ECHO_C@
131 ECHO_N = @ECHO_N@
132 ECHO_T = @ECHO_T@
133 EGREP = @EGREP@
134 EXEEXT = @EXEEXT@
135 FLEXML = @FLEXML@
136 GCJ = @GCJ@
137 GCJDEPMODE = @GCJDEPMODE@
138 GCJFLAGS = @GCJFLAGS@
139 GRAS_DEP = @GRAS_DEP@
140 GREP = @GREP@
141 GTNETS_CFLAGS = @GTNETS_CFLAGS@
142 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 JAR = @JAR@
149 JAVA = @JAVA@
150 JAVAC = @JAVAC@
151 LDFLAGS = @LDFLAGS@
152 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
153 LEX = @LEX@
154 LEXLIB = @LEXLIB@
155 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
156 LIBOBJS = @LIBOBJS@
157 LIBS = @LIBS@
158 LIBTOOL = @LIBTOOL@
159 LN_S = @LN_S@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAKEINFO = @MAKEINFO@
163 MD5SUM = @MD5SUM@
164 MKDIR_P = @MKDIR_P@
165 OBJDUMP = @OBJDUMP@
166 OBJEXT = @OBJEXT@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
175 RANLIB = @RANLIB@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 SIMGRID_DEP = @SIMGRID_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 EXTRA_DIST = pmm.xml test_rl test_sg_32 test_sg_64
242 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
243 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
244 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
245 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
246 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
247 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
248 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
249 pmm_master_SOURCES = _pmm_master.c    pmm.c
250 pmm_master_LDADD = $(top_builddir)/src/libgras.la
251
252 # Take care of generatated sources
253 NAME = pmm
254 PROCESSES = slave master
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/pmm/Makefile'; \
273         cd $(top_srcdir) && \
274           $(AUTOMAKE) --gnu  examples/gras/pmm/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 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
300         @rm -f pmm_master$(EXEEXT)
301         $(LINK) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
302 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
303         @rm -f pmm_simulator$(EXEEXT)
304         $(LINK) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
305 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
306         @rm -f pmm_slave$(EXEEXT)
307         $(LINK) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
308
309 mostlyclean-compile:
310         -rm -f *.$(OBJEXT)
311
312 distclean-compile:
313         -rm -f *.tab.c
314
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.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; } \
353                END { 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; } \
366                END { 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         here=`pwd`; \
377         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378         unique=`for i in $$list; do \
379             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380           done | \
381           $(AWK) '    { files[$$0] = 1; } \
382                END { for (i in files) print i; }'`; \
383         test -z "$(CTAGS_ARGS)$$tags$$unique" \
384           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385              $$tags $$unique
386
387 GTAGS:
388         here=`$(am__cd) $(top_builddir) && pwd` \
389           && cd $(top_srcdir) \
390           && gtags -i $(GTAGS_ARGS) $$here
391
392 distclean-tags:
393         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
395 check-TESTS: $(TESTS)
396         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
397         srcdir=$(srcdir); export srcdir; \
398         list=' $(TESTS) '; \
399         if test -n "$$list"; then \
400           for tst in $$list; do \
401             if test -f ./$$tst; then dir=./; \
402             elif test -f $$tst; then dir=; \
403             else dir="$(srcdir)/"; fi; \
404             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
405               all=`expr $$all + 1`; \
406               case " $(XFAIL_TESTS) " in \
407               *$$ws$$tst$$ws*) \
408                 xpass=`expr $$xpass + 1`; \
409                 failed=`expr $$failed + 1`; \
410                 echo "XPASS: $$tst"; \
411               ;; \
412               *) \
413                 echo "PASS: $$tst"; \
414               ;; \
415               esac; \
416             elif test $$? -ne 77; then \
417               all=`expr $$all + 1`; \
418               case " $(XFAIL_TESTS) " in \
419               *$$ws$$tst$$ws*) \
420                 xfail=`expr $$xfail + 1`; \
421                 echo "XFAIL: $$tst"; \
422               ;; \
423               *) \
424                 failed=`expr $$failed + 1`; \
425                 echo "FAIL: $$tst"; \
426               ;; \
427               esac; \
428             else \
429               skip=`expr $$skip + 1`; \
430               echo "SKIP: $$tst"; \
431             fi; \
432           done; \
433           if test "$$failed" -eq 0; then \
434             if test "$$xfail" -eq 0; then \
435               banner="All $$all tests passed"; \
436             else \
437               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
438             fi; \
439           else \
440             if test "$$xpass" -eq 0; then \
441               banner="$$failed of $$all tests failed"; \
442             else \
443               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
444             fi; \
445           fi; \
446           dashes="$$banner"; \
447           skipped=""; \
448           if test "$$skip" -ne 0; then \
449             skipped="($$skip tests were not run)"; \
450             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
451               dashes="$$skipped"; \
452           fi; \
453           report=""; \
454           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
455             report="Please report to $(PACKAGE_BUGREPORT)"; \
456             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
457               dashes="$$report"; \
458           fi; \
459           dashes=`echo "$$dashes" | sed s/./=/g`; \
460           echo "$$dashes"; \
461           echo "$$banner"; \
462           test -z "$$skipped" || echo "$$skipped"; \
463           test -z "$$report" || echo "$$report"; \
464           echo "$$dashes"; \
465           test "$$failed" -eq 0; \
466         else :; fi
467
468 distdir: $(DISTFILES)
469         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         list='$(DISTFILES)'; \
472           dist_files=`for file in $$list; do echo $$file; done | \
473           sed -e "s|^$$srcdirstrip/||;t" \
474               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475         case $$dist_files in \
476           */*) $(MKDIR_P) `echo "$$dist_files" | \
477                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478                            sort -u` ;; \
479         esac; \
480         for file in $$dist_files; do \
481           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482           if test -d $$d/$$file; then \
483             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
486             fi; \
487             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
488           else \
489             test -f $(distdir)/$$file \
490             || cp -p $$d/$$file $(distdir)/$$file \
491             || exit 1; \
492           fi; \
493         done
494 check-am: all-am
495         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
496 check: check-am
497 all-am: Makefile $(PROGRAMS)
498 installdirs:
499 install: install-am
500 install-exec: install-exec-am
501 install-data: install-data-am
502 uninstall: uninstall-am
503
504 install-am: all-am
505         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
506
507 installcheck: installcheck-am
508 install-strip:
509         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
510           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
511           `test -z '$(STRIP)' || \
512             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
513 mostlyclean-generic:
514         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
515
516 clean-generic:
517         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
518
519 distclean-generic:
520         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521
522 maintainer-clean-generic:
523         @echo "This command is intended for maintainers to use"
524         @echo "it deletes files that may require special tools to rebuild."
525 clean: clean-am
526
527 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
528         mostlyclean-am
529
530 distclean: distclean-am
531         -rm -rf ./$(DEPDIR)
532         -rm -f Makefile
533 distclean-am: clean-am distclean-compile distclean-generic \
534         distclean-tags
535
536 dvi: dvi-am
537
538 dvi-am:
539
540 html: html-am
541
542 info: info-am
543
544 info-am:
545
546 install-data-am:
547
548 install-dvi: install-dvi-am
549
550 install-exec-am:
551
552 install-html: install-html-am
553
554 install-info: install-info-am
555
556 install-man:
557
558 install-pdf: install-pdf-am
559
560 install-ps: install-ps-am
561
562 installcheck-am:
563
564 maintainer-clean: maintainer-clean-am
565         -rm -rf ./$(DEPDIR)
566         -rm -f Makefile
567 maintainer-clean-am: distclean-am maintainer-clean-generic
568
569 mostlyclean: mostlyclean-am
570
571 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
572         mostlyclean-libtool
573
574 pdf: pdf-am
575
576 pdf-am:
577
578 ps: ps-am
579
580 ps-am:
581
582 uninstall-am:
583
584 .MAKE: install-am install-strip
585
586 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
587         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
588         distclean distclean-compile distclean-generic \
589         distclean-libtool distclean-tags distdir dvi dvi-am html \
590         html-am info info-am install install-am install-data \
591         install-data-am install-dvi install-dvi-am install-exec \
592         install-exec-am install-html install-html-am install-info \
593         install-info-am install-man install-pdf install-pdf-am \
594         install-ps install-ps-am install-strip installcheck \
595         installcheck-am installdirs maintainer-clean \
596         maintainer-clean-generic mostlyclean mostlyclean-compile \
597         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
598         tags uninstall uninstall-am
599
600 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
601 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
602 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
603 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
604
605 test-rl: force
606         $(TESTS_ENVIRONMENT) test_rl
607
608 force:
609
610 .PHONY: test_sg_32 test_SG_64 test_rl 
611
612 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
613         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
614
615 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
616         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
617
618 dist-files:
619         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
620         @echo
621         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
622
623 # Cruft
624 # Tell versions [3.59,3.63) of GNU make to not export all variables.
625 # Otherwise a system limit (for SysV at least) may be exceeded.
626 .NOEXPORT: