Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update autogenerated files
[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 USE_SIMIX_FALSE = @USE_SIMIX_FALSE@
190 USE_SIMIX_TRUE = @USE_SIMIX_TRUE@
191 VERSION = @VERSION@
192 WARNING = @WARNING@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_configure_args = @ac_configure_args@
198 ac_ct_CC = @ac_ct_CC@
199 ac_ct_CXX = @ac_ct_CXX@
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 = pmm.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 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
257 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
258 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
259 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
260 pmm_master_SOURCES = _pmm_master.c    pmm.c
261 pmm_master_LDADD = $(top_builddir)/src/libgras.la
262
263 # Take care of generatated sources
264 NAME = pmm
265 PROCESSES = slave master
266 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
267              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
268
269 MOSTLYCLEANFILES = $(NAME).trace
270 all: all-am
271
272 .SUFFIXES:
273 .SUFFIXES: .c .lo .o .obj
274 $(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)
275         @for dep in $?; do \
276           case '$(am__configure_deps)' in \
277             *$$dep*) \
278               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
279                 && exit 0; \
280               exit 1;; \
281           esac; \
282         done; \
283         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile'; \
284         cd $(top_srcdir) && \
285           $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288         @case '$?' in \
289           *config.status*) \
290             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291           *) \
292             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294         esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304 clean-noinstPROGRAMS:
305         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
306           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
307           echo " rm -f $$p $$f"; \
308           rm -f $$p $$f ; \
309         done
310 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
311         @rm -f pmm_master$(EXEEXT)
312         $(LINK) $(pmm_master_LDFLAGS) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
313 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
314         @rm -f pmm_simulator$(EXEEXT)
315         $(LINK) $(pmm_simulator_LDFLAGS) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
316 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
317         @rm -f pmm_slave$(EXEEXT)
318         $(LINK) $(pmm_slave_LDFLAGS) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
319
320 mostlyclean-compile:
321         -rm -f *.$(OBJEXT)
322
323 distclean-compile:
324         -rm -f *.tab.c
325
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.Po@am__quote@
330
331 .c.o:
332 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
333 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
337
338 .c.obj:
339 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
340 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
344
345 .c.lo:
346 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
347 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
351
352 mostlyclean-libtool:
353         -rm -f *.lo
354
355 clean-libtool:
356         -rm -rf .libs _libs
357
358 distclean-libtool:
359         -rm -f libtool
360 uninstall-info-am:
361
362 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364         unique=`for i in $$list; do \
365             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366           done | \
367           $(AWK) '    { files[$$0] = 1; } \
368                END { for (i in files) print i; }'`; \
369         mkid -fID $$unique
370 tags: TAGS
371
372 TAGS:  $(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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
383           test -n "$$unique" || unique=$$empty_fix; \
384           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385             $$tags $$unique; \
386         fi
387 ctags: CTAGS
388 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389                 $(TAGS_FILES) $(LISP)
390         tags=; \
391         here=`pwd`; \
392         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393         unique=`for i in $$list; do \
394             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395           done | \
396           $(AWK) '    { files[$$0] = 1; } \
397                END { for (i in files) print i; }'`; \
398         test -z "$(CTAGS_ARGS)$$tags$$unique" \
399           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400              $$tags $$unique
401
402 GTAGS:
403         here=`$(am__cd) $(top_builddir) && pwd` \
404           && cd $(top_srcdir) \
405           && gtags -i $(GTAGS_ARGS) $$here
406
407 distclean-tags:
408         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
410 check-TESTS: $(TESTS)
411         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
412         srcdir=$(srcdir); export srcdir; \
413         list='$(TESTS)'; \
414         if test -n "$$list"; then \
415           for tst in $$list; do \
416             if test -f ./$$tst; then dir=./; \
417             elif test -f $$tst; then dir=; \
418             else dir="$(srcdir)/"; fi; \
419             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
420               all=`expr $$all + 1`; \
421               case " $(XFAIL_TESTS) " in \
422               *" $$tst "*) \
423                 xpass=`expr $$xpass + 1`; \
424                 failed=`expr $$failed + 1`; \
425                 echo "XPASS: $$tst"; \
426               ;; \
427               *) \
428                 echo "PASS: $$tst"; \
429               ;; \
430               esac; \
431             elif test $$? -ne 77; then \
432               all=`expr $$all + 1`; \
433               case " $(XFAIL_TESTS) " in \
434               *" $$tst "*) \
435                 xfail=`expr $$xfail + 1`; \
436                 echo "XFAIL: $$tst"; \
437               ;; \
438               *) \
439                 failed=`expr $$failed + 1`; \
440                 echo "FAIL: $$tst"; \
441               ;; \
442               esac; \
443             else \
444               skip=`expr $$skip + 1`; \
445               echo "SKIP: $$tst"; \
446             fi; \
447           done; \
448           if test "$$failed" -eq 0; then \
449             if test "$$xfail" -eq 0; then \
450               banner="All $$all tests passed"; \
451             else \
452               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
453             fi; \
454           else \
455             if test "$$xpass" -eq 0; then \
456               banner="$$failed of $$all tests failed"; \
457             else \
458               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
459             fi; \
460           fi; \
461           dashes="$$banner"; \
462           skipped=""; \
463           if test "$$skip" -ne 0; then \
464             skipped="($$skip tests were not run)"; \
465             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
466               dashes="$$skipped"; \
467           fi; \
468           report=""; \
469           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
470             report="Please report to $(PACKAGE_BUGREPORT)"; \
471             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
472               dashes="$$report"; \
473           fi; \
474           dashes=`echo "$$dashes" | sed s/./=/g`; \
475           echo "$$dashes"; \
476           echo "$$banner"; \
477           test -z "$$skipped" || echo "$$skipped"; \
478           test -z "$$report" || echo "$$report"; \
479           echo "$$dashes"; \
480           test "$$failed" -eq 0; \
481         else :; fi
482
483 distdir: $(DISTFILES)
484         $(mkdir_p) $(distdir)/../../../acmacro $(distdir)/../../../examples $(distdir)/../../../examples/gras
485         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
487         list='$(DISTFILES)'; for file in $$list; do \
488           case $$file in \
489             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
490             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
491           esac; \
492           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
494           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
495             dir="/$$dir"; \
496             $(mkdir_p) "$(distdir)$$dir"; \
497           else \
498             dir=''; \
499           fi; \
500           if test -d $$d/$$file; then \
501             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
503             fi; \
504             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
505           else \
506             test -f $(distdir)/$$file \
507             || cp -p $$d/$$file $(distdir)/$$file \
508             || exit 1; \
509           fi; \
510         done
511 check-am: all-am
512         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
513 check: check-am
514 all-am: Makefile $(PROGRAMS)
515 installdirs:
516 install: install-am
517 install-exec: install-exec-am
518 install-data: install-data-am
519 uninstall: uninstall-am
520
521 install-am: all-am
522         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
523
524 installcheck: installcheck-am
525 install-strip:
526         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528           `test -z '$(STRIP)' || \
529             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
530 mostlyclean-generic:
531         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
532
533 clean-generic:
534         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
535
536 distclean-generic:
537         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
539 maintainer-clean-generic:
540         @echo "This command is intended for maintainers to use"
541         @echo "it deletes files that may require special tools to rebuild."
542 clean: clean-am
543
544 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
545         mostlyclean-am
546
547 distclean: distclean-am
548         -rm -rf ./$(DEPDIR)
549         -rm -f Makefile
550 distclean-am: clean-am distclean-compile distclean-generic \
551         distclean-libtool distclean-tags
552
553 dvi: dvi-am
554
555 dvi-am:
556
557 html: html-am
558
559 info: info-am
560
561 info-am:
562
563 install-data-am:
564
565 install-exec-am:
566
567 install-info: install-info-am
568
569 install-man:
570
571 installcheck-am:
572
573 maintainer-clean: maintainer-clean-am
574         -rm -rf ./$(DEPDIR)
575         -rm -f Makefile
576 maintainer-clean-am: distclean-am maintainer-clean-generic
577
578 mostlyclean: mostlyclean-am
579
580 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
581         mostlyclean-libtool
582
583 pdf: pdf-am
584
585 pdf-am:
586
587 ps: ps-am
588
589 ps-am:
590
591 uninstall-am: uninstall-info-am
592
593 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
594         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
595         distclean distclean-compile distclean-generic \
596         distclean-libtool distclean-tags distdir dvi dvi-am html \
597         html-am info info-am install install-am install-data \
598         install-data-am install-exec install-exec-am install-info \
599         install-info-am install-man install-strip installcheck \
600         installcheck-am installdirs maintainer-clean \
601         maintainer-clean-generic mostlyclean mostlyclean-compile \
602         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603         tags uninstall uninstall-am uninstall-info-am
604
605 @GRAS_ARCH_32_BITS_TRUE@test-sg:
606 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
607 @GRAS_ARCH_32_BITS_FALSE@test-sg:
608 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
609
610 test-rl:
611         $(TESTS_ENVIRONMENT) test_rl
612
613 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
614         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
615
616 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
617         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
618
619 dist-files:
620         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
621         @echo
622         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
623
624 # Cruft
625 # Tell versions [3.59,3.63) of GNU make to not export all variables.
626 # Otherwise a system limit (for SysV at least) may be exceeded.
627 .NOEXPORT: