Logo AND Algorithmique Numérique Distribuée

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