Logo AND Algorithmique Numérique Distribuée

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