Logo AND Algorithmique Numérique Distribuée

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