Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate yet another time the Makefile.in
[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_CPPFLAGS = @AM_CPPFLAGS@
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 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 JAR = @JAR@
147 JAVA = @JAVA@
148 JAVAC = @JAVAC@
149 LDFLAGS = @LDFLAGS@
150 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
151 LEX = @LEX@
152 LEXLIB = @LEXLIB@
153 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
154 LIBOBJS = @LIBOBJS@
155 LIBS = @LIBS@
156 LIBTOOL = @LIBTOOL@
157 LN_S = @LN_S@
158 LTLIBOBJS = @LTLIBOBJS@
159 MAINT = @MAINT@
160 MAKEINFO = @MAKEINFO@
161 MD5SUM = @MD5SUM@
162 MKDIR_P = @MKDIR_P@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_VERSION = @PACKAGE_VERSION@
171 PATH_SEPARATOR = @PATH_SEPARATOR@
172 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
173 RANLIB = @RANLIB@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 SIMGRID_DEP = @SIMGRID_DEP@
177 SMPI_DEP = @SMPI_DEP@
178 STRIP = @STRIP@
179 VERSION = @VERSION@
180 WARNING = @WARNING@
181 abs_builddir = @abs_builddir@
182 abs_srcdir = @abs_srcdir@
183 abs_top_builddir = @abs_top_builddir@
184 abs_top_srcdir = @abs_top_srcdir@
185 ac_configure_args = @ac_configure_args@
186 ac_ct_CC = @ac_ct_CC@
187 ac_ct_CXX = @ac_ct_CXX@
188 am__include = @am__include@
189 am__leading_dot = @am__leading_dot@
190 am__quote = @am__quote@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build = @build@
195 build_alias = @build_alias@
196 build_cpu = @build_cpu@
197 build_id = @build_id@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = @localedir@
218 localstatedir = @localstatedir@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 pth_skaddr_makecontext = @pth_skaddr_makecontext@
227 pth_sksize_makecontext = @pth_sksize_makecontext@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 srcdir = @srcdir@
231 sysconfdir = @sysconfdir@
232 target = @target@
233 target_alias = @target_alias@
234 target_cpu = @target_cpu@
235 target_os = @target_os@
236 target_vendor = @target_vendor@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 INCLUDES = -I$(top_srcdir)/include
240 EXTRA_DIST = pmm.xml test_rl test_sg_32 test_sg_64
241 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
242 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
243 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
244 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
245 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
246 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
247 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
248 pmm_master_SOURCES = _pmm_master.c    pmm.c
249 pmm_master_LDADD = $(top_builddir)/src/libgras.la
250
251 # Take care of generatated sources
252 NAME = pmm
253 PROCESSES = slave master
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/pmm/Makefile'; \
272         cd $(top_srcdir) && \
273           $(AUTOMAKE) --gnu  examples/gras/pmm/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 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
299         @rm -f pmm_master$(EXEEXT)
300         $(LINK) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
301 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
302         @rm -f pmm_simulator$(EXEEXT)
303         $(LINK) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
304 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
305         @rm -f pmm_slave$(EXEEXT)
306         $(LINK) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
307
308 mostlyclean-compile:
309         -rm -f *.$(OBJEXT)
310
311 distclean-compile:
312         -rm -f *.tab.c
313
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.Po@am__quote@
318
319 .c.o:
320 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
325
326 .c.obj:
327 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
332
333 .c.lo:
334 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
339
340 mostlyclean-libtool:
341         -rm -f *.lo
342
343 clean-libtool:
344         -rm -rf .libs _libs
345
346 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
347         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348         unique=`for i in $$list; do \
349             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350           done | \
351           $(AWK) '    { files[$$0] = 1; } \
352                END { for (i in files) print i; }'`; \
353         mkid -fID $$unique
354 tags: TAGS
355
356 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357                 $(TAGS_FILES) $(LISP)
358         tags=; \
359         here=`pwd`; \
360         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '    { files[$$0] = 1; } \
365                END { for (i in files) print i; }'`; \
366         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
367           test -n "$$unique" || unique=$$empty_fix; \
368           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369             $$tags $$unique; \
370         fi
371 ctags: CTAGS
372 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373                 $(TAGS_FILES) $(LISP)
374         tags=; \
375         here=`pwd`; \
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; } \
381                END { 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: