Logo AND Algorithmique Numérique Distribuée

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