Logo AND Algorithmique Numérique Distribuée

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