Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a51d2f669f0c784a19205858f0bdac2d79d370a7
[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 FLEXML = @FLEXML@
138 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
139 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
140 GRAS_ARCH_32_BITS_FALSE = @GRAS_ARCH_32_BITS_FALSE@
141 GRAS_ARCH_32_BITS_TRUE = @GRAS_ARCH_32_BITS_TRUE@
142 GRAS_DEP = @GRAS_DEP@
143 GREP = @GREP@
144 GTNETS_CFLAGS = @GTNETS_CFLAGS@
145 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
146 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
147 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
148 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
149 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LDFLAGS = @LDFLAGS@
155 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
156 LEX = @LEX@
157 LEXLIB = @LEXLIB@
158 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBTOOL = @LIBTOOL@
162 LN_S = @LN_S@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAINT = @MAINT@
165 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
166 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
167 MAKEINFO = @MAKEINFO@
168 MD5SUM = @MD5SUM@
169 OBJDUMP = @OBJDUMP@
170 OBJEXT = @OBJEXT@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
179 RANLIB = @RANLIB@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 SIMGRID_DEP = @SIMGRID_DEP@
183 STRIP = @STRIP@
184 USE_GTNETS_FALSE = @USE_GTNETS_FALSE@
185 USE_GTNETS_TRUE = @USE_GTNETS_TRUE@
186 VERSION = @VERSION@
187 WARNING = @WARNING@
188 abs_builddir = @abs_builddir@
189 abs_srcdir = @abs_srcdir@
190 abs_top_builddir = @abs_top_builddir@
191 abs_top_srcdir = @abs_top_srcdir@
192 ac_configure_args = @ac_configure_args@
193 ac_ct_CC = @ac_ct_CC@
194 ac_ct_CXX = @ac_ct_CXX@
195 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
198 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
199 am__include = @am__include@
200 am__leading_dot = @am__leading_dot@
201 am__quote = @am__quote@
202 am__tar = @am__tar@
203 am__untar = @am__untar@
204 bindir = @bindir@
205 build = @build@
206 build_alias = @build_alias@
207 build_cpu = @build_cpu@
208 build_id = @build_id@
209 build_os = @build_os@
210 build_vendor = @build_vendor@
211 datadir = @datadir@
212 datarootdir = @datarootdir@
213 docdir = @docdir@
214 dvidir = @dvidir@
215 exec_prefix = @exec_prefix@
216 host = @host@
217 host_alias = @host_alias@
218 host_cpu = @host_cpu@
219 host_os = @host_os@
220 host_vendor = @host_vendor@
221 htmldir = @htmldir@
222 includedir = @includedir@
223 infodir = @infodir@
224 install_sh = @install_sh@
225 libdir = @libdir@
226 libexecdir = @libexecdir@
227 localedir = @localedir@
228 localstatedir = @localstatedir@
229 mandir = @mandir@
230 mkdir_p = @mkdir_p@
231 oldincludedir = @oldincludedir@
232 pdfdir = @pdfdir@
233 prefix = @prefix@
234 program_transform_name = @program_transform_name@
235 psdir = @psdir@
236 pth_skaddr_makecontext = @pth_skaddr_makecontext@
237 pth_sksize_makecontext = @pth_sksize_makecontext@
238 sbindir = @sbindir@
239 sharedstatedir = @sharedstatedir@
240 sysconfdir = @sysconfdir@
241 target = @target@
242 target_alias = @target_alias@
243 target_cpu = @target_cpu@
244 target_os = @target_os@
245 target_vendor = @target_vendor@
246 INCLUDES = -I$(top_srcdir)/include
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_LDFLAGS) $(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_LDFLAGS) $(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@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
329 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
336 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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 distclean-libtool:
348         -rm -f libtool
349 uninstall-info-am:
350
351 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353         unique=`for i in $$list; do \
354             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355           done | \
356           $(AWK) '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         mkid -fID $$unique
359 tags: TAGS
360
361 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362                 $(TAGS_FILES) $(LISP)
363         tags=; \
364         here=`pwd`; \
365         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366         unique=`for i in $$list; do \
367             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368           done | \
369           $(AWK) '    { files[$$0] = 1; } \
370                END { for (i in files) print i; }'`; \
371         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
372           test -n "$$unique" || unique=$$empty_fix; \
373           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374             $$tags $$unique; \
375         fi
376 ctags: CTAGS
377 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378                 $(TAGS_FILES) $(LISP)
379         tags=; \
380         here=`pwd`; \
381         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382         unique=`for i in $$list; do \
383             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384           done | \
385           $(AWK) '    { files[$$0] = 1; } \
386                END { for (i in files) print i; }'`; \
387         test -z "$(CTAGS_ARGS)$$tags$$unique" \
388           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389              $$tags $$unique
390
391 GTAGS:
392         here=`$(am__cd) $(top_builddir) && pwd` \
393           && cd $(top_srcdir) \
394           && gtags -i $(GTAGS_ARGS) $$here
395
396 distclean-tags:
397         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398
399 check-TESTS: $(TESTS)
400         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
401         srcdir=$(srcdir); export srcdir; \
402         list='$(TESTS)'; \
403         if test -n "$$list"; then \
404           for tst in $$list; do \
405             if test -f ./$$tst; then dir=./; \
406             elif test -f $$tst; then dir=; \
407             else dir="$(srcdir)/"; fi; \
408             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
409               all=`expr $$all + 1`; \
410               case " $(XFAIL_TESTS) " in \
411               *" $$tst "*) \
412                 xpass=`expr $$xpass + 1`; \
413                 failed=`expr $$failed + 1`; \
414                 echo "XPASS: $$tst"; \
415               ;; \
416               *) \
417                 echo "PASS: $$tst"; \
418               ;; \
419               esac; \
420             elif test $$? -ne 77; then \
421               all=`expr $$all + 1`; \
422               case " $(XFAIL_TESTS) " in \
423               *" $$tst "*) \
424                 xfail=`expr $$xfail + 1`; \
425                 echo "XFAIL: $$tst"; \
426               ;; \
427               *) \
428                 failed=`expr $$failed + 1`; \
429                 echo "FAIL: $$tst"; \
430               ;; \
431               esac; \
432             else \
433               skip=`expr $$skip + 1`; \
434               echo "SKIP: $$tst"; \
435             fi; \
436           done; \
437           if test "$$failed" -eq 0; then \
438             if test "$$xfail" -eq 0; then \
439               banner="All $$all tests passed"; \
440             else \
441               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
442             fi; \
443           else \
444             if test "$$xpass" -eq 0; then \
445               banner="$$failed of $$all tests failed"; \
446             else \
447               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
448             fi; \
449           fi; \
450           dashes="$$banner"; \
451           skipped=""; \
452           if test "$$skip" -ne 0; then \
453             skipped="($$skip tests were not run)"; \
454             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
455               dashes="$$skipped"; \
456           fi; \
457           report=""; \
458           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
459             report="Please report to $(PACKAGE_BUGREPORT)"; \
460             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
461               dashes="$$report"; \
462           fi; \
463           dashes=`echo "$$dashes" | sed s/./=/g`; \
464           echo "$$dashes"; \
465           echo "$$banner"; \
466           test -z "$$skipped" || echo "$$skipped"; \
467           test -z "$$report" || echo "$$report"; \
468           echo "$$dashes"; \
469           test "$$failed" -eq 0; \
470         else :; fi
471
472 distdir: $(DISTFILES)
473         $(mkdir_p) $(distdir)/../../../acmacro $(distdir)/../../../examples $(distdir)/../../../examples/gras
474         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
475         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
476         list='$(DISTFILES)'; for file in $$list; do \
477           case $$file in \
478             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
479             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
480           esac; \
481           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
483           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
484             dir="/$$dir"; \
485             $(mkdir_p) "$(distdir)$$dir"; \
486           else \
487             dir=''; \
488           fi; \
489           if test -d $$d/$$file; then \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
492             fi; \
493             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
494           else \
495             test -f $(distdir)/$$file \
496             || cp -p $$d/$$file $(distdir)/$$file \
497             || exit 1; \
498           fi; \
499         done
500 check-am: all-am
501         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
502 check: check-am
503 all-am: Makefile $(PROGRAMS)
504 installdirs:
505 install: install-am
506 install-exec: install-exec-am
507 install-data: install-data-am
508 uninstall: uninstall-am
509
510 install-am: all-am
511         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513 installcheck: installcheck-am
514 install-strip:
515         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517           `test -z '$(STRIP)' || \
518             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519 mostlyclean-generic:
520         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
521
522 clean-generic:
523         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
524
525 distclean-generic:
526         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527
528 maintainer-clean-generic:
529         @echo "This command is intended for maintainers to use"
530         @echo "it deletes files that may require special tools to rebuild."
531 clean: clean-am
532
533 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
534         mostlyclean-am
535
536 distclean: distclean-am
537         -rm -rf ./$(DEPDIR)
538         -rm -f Makefile
539 distclean-am: clean-am distclean-compile distclean-generic \
540         distclean-libtool distclean-tags
541
542 dvi: dvi-am
543
544 dvi-am:
545
546 html: html-am
547
548 info: info-am
549
550 info-am:
551
552 install-data-am:
553
554 install-exec-am:
555
556 install-info: install-info-am
557
558 install-man:
559
560 installcheck-am:
561
562 maintainer-clean: maintainer-clean-am
563         -rm -rf ./$(DEPDIR)
564         -rm -f Makefile
565 maintainer-clean-am: distclean-am maintainer-clean-generic
566
567 mostlyclean: mostlyclean-am
568
569 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
570         mostlyclean-libtool
571
572 pdf: pdf-am
573
574 pdf-am:
575
576 ps: ps-am
577
578 ps-am:
579
580 uninstall-am: uninstall-info-am
581
582 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
583         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
584         distclean distclean-compile distclean-generic \
585         distclean-libtool distclean-tags distdir dvi dvi-am html \
586         html-am info info-am install install-am install-data \
587         install-data-am install-exec install-exec-am install-info \
588         install-info-am install-man install-strip installcheck \
589         installcheck-am installdirs maintainer-clean \
590         maintainer-clean-generic mostlyclean mostlyclean-compile \
591         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592         tags uninstall uninstall-am uninstall-info-am
593
594 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
595 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
596 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
597 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
598
599 test-rl: force
600         $(TESTS_ENVIRONMENT) test_rl
601
602 force:
603
604 .PHONY: test_sg_32 test_SG_64 test_rl 
605
606 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
607         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
608
609 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
610         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
611
612 dist-files:
613         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
614         @echo
615         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
616
617 # Cruft
618 # Tell versions [3.59,3.63) of GNU make to not export all variables.
619 # Otherwise a system limit (for SysV at least) may be exceeded.
620 .NOEXPORT: