Logo AND Algorithmique Numérique Distribuée

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