Logo AND Algorithmique Numérique Distribuée

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