Logo AND Algorithmique Numérique Distribuée

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