Logo AND Algorithmique Numérique Distribuée

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