Logo AND Algorithmique Numérique Distribuée

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