Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hello, automake-1.10
[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 GTNETS_CFLAGS = @GTNETS_CFLAGS@
137 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
138 INSTALL = @INSTALL@
139 INSTALL_DATA = @INSTALL_DATA@
140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143 JAR = @JAR@
144 JAVA = @JAVA@
145 JAVAC = @JAVAC@
146 LDFLAGS = @LDFLAGS@
147 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
148 LEX = @LEX@
149 LEXLIB = @LEXLIB@
150 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
151 LIBOBJS = @LIBOBJS@
152 LIBS = @LIBS@
153 LIBTOOL = @LIBTOOL@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MD5SUM = @MD5SUM@
159 MKDIR_P = @MKDIR_P@
160 OBJDUMP = @OBJDUMP@
161 OBJEXT = @OBJEXT@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
170 RANLIB = @RANLIB@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 SIMGRID_DEP = @SIMGRID_DEP@
174 STRIP = @STRIP@
175 VERSION = @VERSION@
176 WARNING = @WARNING@
177 abs_builddir = @abs_builddir@
178 abs_srcdir = @abs_srcdir@
179 abs_top_builddir = @abs_top_builddir@
180 abs_top_srcdir = @abs_top_srcdir@
181 ac_configure_args = @ac_configure_args@
182 ac_ct_CC = @ac_ct_CC@
183 ac_ct_CXX = @ac_ct_CXX@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build = @build@
191 build_alias = @build_alias@
192 build_cpu = @build_cpu@
193 build_id = @build_id@
194 build_os = @build_os@
195 build_vendor = @build_vendor@
196 builddir = @builddir@
197 datadir = @datadir@
198 datarootdir = @datarootdir@
199 docdir = @docdir@
200 dvidir = @dvidir@
201 exec_prefix = @exec_prefix@
202 host = @host@
203 host_alias = @host_alias@
204 host_cpu = @host_cpu@
205 host_os = @host_os@
206 host_vendor = @host_vendor@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 pth_skaddr_makecontext = @pth_skaddr_makecontext@
223 pth_sksize_makecontext = @pth_sksize_makecontext@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 srcdir = @srcdir@
227 sysconfdir = @sysconfdir@
228 target = @target@
229 target_alias = @target_alias@
230 target_cpu = @target_cpu@
231 target_os = @target_os@
232 target_vendor = @target_vendor@
233 top_builddir = @top_builddir@
234 top_srcdir = @top_srcdir@
235 INCLUDES = -I$(top_srcdir)/include
236 EXTRA_DIST = $(NAME).xml $(TESTS) test_rl test_sg_32 test_sg_64
237 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
238 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
239 TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
240 timer_simulator_SOURCES = _timer_simulator.c timer.c
241 timer_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
242 timer_client_SOURCES = _timer_client.c timer.c
243 timer_client_LDADD = $(top_builddir)/src/libgras.la
244
245 # Take care of generatated sources
246 NAME = timer
247 PROCESSES = client
248 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
249              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
250
251 MOSTLYCLEANFILES = $(NAME).trace
252 all: all-am
253
254 .SUFFIXES:
255 .SUFFIXES: .c .lo .o .obj
256 $(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)
257         @for dep in $?; do \
258           case '$(am__configure_deps)' in \
259             *$$dep*) \
260               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261                 && exit 0; \
262               exit 1;; \
263           esac; \
264         done; \
265         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/timer/Makefile'; \
266         cd $(top_srcdir) && \
267           $(AUTOMAKE) --gnu  examples/gras/timer/Makefile
268 .PRECIOUS: Makefile
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270         @case '$?' in \
271           *config.status*) \
272             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
273           *) \
274             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
275             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
276         esac;
277
278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
281 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
286 clean-noinstPROGRAMS:
287         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
288           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
289           echo " rm -f $$p $$f"; \
290           rm -f $$p $$f ; \
291         done
292 timer_client$(EXEEXT): $(timer_client_OBJECTS) $(timer_client_DEPENDENCIES) 
293         @rm -f timer_client$(EXEEXT)
294         $(LINK) $(timer_client_OBJECTS) $(timer_client_LDADD) $(LIBS)
295 timer_simulator$(EXEEXT): $(timer_simulator_OBJECTS) $(timer_simulator_DEPENDENCIES) 
296         @rm -f timer_simulator$(EXEEXT)
297         $(LINK) $(timer_simulator_OBJECTS) $(timer_simulator_LDADD) $(LIBS)
298
299 mostlyclean-compile:
300         -rm -f *.$(OBJEXT)
301
302 distclean-compile:
303         -rm -f *.tab.c
304
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_timer_client.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_timer_simulator.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
308
309 .c.o:
310 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
315
316 .c.obj:
317 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
318 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
322
323 .c.lo:
324 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
329
330 mostlyclean-libtool:
331         -rm -f *.lo
332
333 clean-libtool:
334         -rm -rf .libs _libs
335
336 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338         unique=`for i in $$list; do \
339             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340           done | \
341           $(AWK) '    { files[$$0] = 1; } \
342                END { for (i in files) print i; }'`; \
343         mkid -fID $$unique
344 tags: TAGS
345
346 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347                 $(TAGS_FILES) $(LISP)
348         tags=; \
349         here=`pwd`; \
350         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '    { files[$$0] = 1; } \
355                END { for (i in files) print i; }'`; \
356         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
357           test -n "$$unique" || unique=$$empty_fix; \
358           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359             $$tags $$unique; \
360         fi
361 ctags: CTAGS
362 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         tags=; \
365         here=`pwd`; \
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '    { files[$$0] = 1; } \
371                END { for (i in files) print i; }'`; \
372         test -z "$(CTAGS_ARGS)$$tags$$unique" \
373           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374              $$tags $$unique
375
376 GTAGS:
377         here=`$(am__cd) $(top_builddir) && pwd` \
378           && cd $(top_srcdir) \
379           && gtags -i $(GTAGS_ARGS) $$here
380
381 distclean-tags:
382         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
383
384 check-TESTS: $(TESTS)
385         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
386         srcdir=$(srcdir); export srcdir; \
387         list=' $(TESTS) '; \
388         if test -n "$$list"; then \
389           for tst in $$list; do \
390             if test -f ./$$tst; then dir=./; \
391             elif test -f $$tst; then dir=; \
392             else dir="$(srcdir)/"; fi; \
393             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
394               all=`expr $$all + 1`; \
395               case " $(XFAIL_TESTS) " in \
396               *$$ws$$tst$$ws*) \
397                 xpass=`expr $$xpass + 1`; \
398                 failed=`expr $$failed + 1`; \
399                 echo "XPASS: $$tst"; \
400               ;; \
401               *) \
402                 echo "PASS: $$tst"; \
403               ;; \
404               esac; \
405             elif test $$? -ne 77; then \
406               all=`expr $$all + 1`; \
407               case " $(XFAIL_TESTS) " in \
408               *$$ws$$tst$$ws*) \
409                 xfail=`expr $$xfail + 1`; \
410                 echo "XFAIL: $$tst"; \
411               ;; \
412               *) \
413                 failed=`expr $$failed + 1`; \
414                 echo "FAIL: $$tst"; \
415               ;; \
416               esac; \
417             else \
418               skip=`expr $$skip + 1`; \
419               echo "SKIP: $$tst"; \
420             fi; \
421           done; \
422           if test "$$failed" -eq 0; then \
423             if test "$$xfail" -eq 0; then \
424               banner="All $$all tests passed"; \
425             else \
426               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
427             fi; \
428           else \
429             if test "$$xpass" -eq 0; then \
430               banner="$$failed of $$all tests failed"; \
431             else \
432               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
433             fi; \
434           fi; \
435           dashes="$$banner"; \
436           skipped=""; \
437           if test "$$skip" -ne 0; then \
438             skipped="($$skip tests were not run)"; \
439             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
440               dashes="$$skipped"; \
441           fi; \
442           report=""; \
443           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
444             report="Please report to $(PACKAGE_BUGREPORT)"; \
445             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
446               dashes="$$report"; \
447           fi; \
448           dashes=`echo "$$dashes" | sed s/./=/g`; \
449           echo "$$dashes"; \
450           echo "$$banner"; \
451           test -z "$$skipped" || echo "$$skipped"; \
452           test -z "$$report" || echo "$$report"; \
453           echo "$$dashes"; \
454           test "$$failed" -eq 0; \
455         else :; fi
456
457 distdir: $(DISTFILES)
458         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460         list='$(DISTFILES)'; \
461           dist_files=`for file in $$list; do echo $$file; done | \
462           sed -e "s|^$$srcdirstrip/||;t" \
463               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
464         case $$dist_files in \
465           */*) $(MKDIR_P) `echo "$$dist_files" | \
466                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
467                            sort -u` ;; \
468         esac; \
469         for file in $$dist_files; do \
470           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
471           if test -d $$d/$$file; then \
472             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
473             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
475             fi; \
476             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
477           else \
478             test -f $(distdir)/$$file \
479             || cp -p $$d/$$file $(distdir)/$$file \
480             || exit 1; \
481           fi; \
482         done
483 check-am: all-am
484         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
485 check: check-am
486 all-am: Makefile $(PROGRAMS)
487 installdirs:
488 install: install-am
489 install-exec: install-exec-am
490 install-data: install-data-am
491 uninstall: uninstall-am
492
493 install-am: all-am
494         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
496 installcheck: installcheck-am
497 install-strip:
498         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500           `test -z '$(STRIP)' || \
501             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
502 mostlyclean-generic:
503         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
504
505 clean-generic:
506         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
507
508 distclean-generic:
509         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510
511 maintainer-clean-generic:
512         @echo "This command is intended for maintainers to use"
513         @echo "it deletes files that may require special tools to rebuild."
514 clean: clean-am
515
516 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
517         mostlyclean-am
518
519 distclean: distclean-am
520         -rm -rf ./$(DEPDIR)
521         -rm -f Makefile
522 distclean-am: clean-am distclean-compile distclean-generic \
523         distclean-tags
524
525 dvi: dvi-am
526
527 dvi-am:
528
529 html: html-am
530
531 info: info-am
532
533 info-am:
534
535 install-data-am:
536
537 install-dvi: install-dvi-am
538
539 install-exec-am:
540
541 install-html: install-html-am
542
543 install-info: install-info-am
544
545 install-man:
546
547 install-pdf: install-pdf-am
548
549 install-ps: install-ps-am
550
551 installcheck-am:
552
553 maintainer-clean: maintainer-clean-am
554         -rm -rf ./$(DEPDIR)
555         -rm -f Makefile
556 maintainer-clean-am: distclean-am maintainer-clean-generic
557
558 mostlyclean: mostlyclean-am
559
560 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
561         mostlyclean-libtool
562
563 pdf: pdf-am
564
565 pdf-am:
566
567 ps: ps-am
568
569 ps-am:
570
571 uninstall-am:
572
573 .MAKE: install-am install-strip
574
575 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
576         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
577         distclean distclean-compile distclean-generic \
578         distclean-libtool distclean-tags distdir dvi dvi-am html \
579         html-am info info-am install install-am install-data \
580         install-data-am install-dvi install-dvi-am install-exec \
581         install-exec-am install-html install-html-am install-info \
582         install-info-am install-man install-pdf install-pdf-am \
583         install-ps install-ps-am install-strip installcheck \
584         installcheck-am installdirs maintainer-clean \
585         maintainer-clean-generic mostlyclean mostlyclean-compile \
586         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
587         tags uninstall uninstall-am
588
589 @GRAS_ARCH_32_BITS_TRUE@test-sg: 
590 @GRAS_ARCH_32_BITS_TRUE@        $(TESTS_ENVIRONMENT) test_sg_32
591 @GRAS_ARCH_32_BITS_FALSE@test-sg: 
592 @GRAS_ARCH_32_BITS_FALSE@       $(TESTS_ENVIRONMENT) test_sg_64
593
594 test-rl: force
595         $(TESTS_ENVIRONMENT) test_rl
596
597 force:
598
599 .PHONY: test_sg_32 test_SG_64 test_rl 
600
601 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
602         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
603
604 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
605         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
606
607 dist-files:
608         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
609         @echo
610         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
611
612 # Cruft
613 # Tell versions [3.59,3.63) of GNU make to not export all variables.
614 # Otherwise a system limit (for SysV at least) may be exceeded.
615 .NOEXPORT: