Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update autogenerated
[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 EXTRA_DIST = ping.xml ping.h $(TESTS)
246 ping_simulator_SOURCES = _ping_simulator.c ping_server.c ping_client.c ping_common.c
247 ping_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
248 ping_client_SOURCES = _ping_client.c                  ping_client.c ping_common.c
249 ping_client_LDADD = $(top_builddir)/src/libgras.la
250 ping_server_SOURCES = _ping_server.c    ping_server.c               ping_common.c
251 ping_server_LDADD = $(top_builddir)/src/libgras.la
252
253 # Take care of generatated sources
254 NAME = ping
255 PROCESSES = client server
256 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
257              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
258
259 MOSTLYCLEANFILES = $(NAME).trace
260 all: all-am
261
262 .SUFFIXES:
263 .SUFFIXES: .c .lo .o .obj
264 $(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)
265         @for dep in $?; do \
266           case '$(am__configure_deps)' in \
267             *$$dep*) \
268               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
269                 && exit 0; \
270               exit 1;; \
271           esac; \
272         done; \
273         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/ping/Makefile'; \
274         cd $(top_srcdir) && \
275           $(AUTOMAKE) --gnu  examples/gras/ping/Makefile
276 .PRECIOUS: Makefile
277 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278         @case '$?' in \
279           *config.status*) \
280             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281           *) \
282             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284         esac;
285
286 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
289 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
294         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
295 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
296         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
297
298 clean-noinstPROGRAMS:
299         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
300           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
301           echo " rm -f $$p $$f"; \
302           rm -f $$p $$f ; \
303         done
304 ping_client$(EXEEXT): $(ping_client_OBJECTS) $(ping_client_DEPENDENCIES) 
305         @rm -f ping_client$(EXEEXT)
306         $(LINK) $(ping_client_LDFLAGS) $(ping_client_OBJECTS) $(ping_client_LDADD) $(LIBS)
307 ping_server$(EXEEXT): $(ping_server_OBJECTS) $(ping_server_DEPENDENCIES) 
308         @rm -f ping_server$(EXEEXT)
309         $(LINK) $(ping_server_LDFLAGS) $(ping_server_OBJECTS) $(ping_server_LDADD) $(LIBS)
310 ping_simulator$(EXEEXT): $(ping_simulator_OBJECTS) $(ping_simulator_DEPENDENCIES) 
311         @rm -f ping_simulator$(EXEEXT)
312         $(LINK) $(ping_simulator_LDFLAGS) $(ping_simulator_OBJECTS) $(ping_simulator_LDADD) $(LIBS)
313
314 mostlyclean-compile:
315         -rm -f *.$(OBJEXT)
316
317 distclean-compile:
318         -rm -f *.tab.c
319
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_client.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_server.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_ping_simulator.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_client.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_common.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_server.Po@am__quote@
326
327 .c.o:
328 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
329 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
333
334 .c.obj:
335 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
336 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341 .c.lo:
342 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
343 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
347
348 mostlyclean-libtool:
349         -rm -f *.lo
350
351 clean-libtool:
352         -rm -rf .libs _libs
353
354 distclean-libtool:
355         -rm -f libtool
356 uninstall-info-am:
357
358 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360         unique=`for i in $$list; do \
361             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362           done | \
363           $(AWK) '    { files[$$0] = 1; } \
364                END { for (i in files) print i; }'`; \
365         mkid -fID $$unique
366 tags: TAGS
367
368 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369                 $(TAGS_FILES) $(LISP)
370         tags=; \
371         here=`pwd`; \
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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
379           test -n "$$unique" || unique=$$empty_fix; \
380           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381             $$tags $$unique; \
382         fi
383 ctags: CTAGS
384 CTAGS:  $(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         test -z "$(CTAGS_ARGS)$$tags$$unique" \
395           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396              $$tags $$unique
397
398 GTAGS:
399         here=`$(am__cd) $(top_builddir) && pwd` \
400           && cd $(top_srcdir) \
401           && gtags -i $(GTAGS_ARGS) $$here
402
403 distclean-tags:
404         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406 check-TESTS: $(TESTS)
407         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
408         srcdir=$(srcdir); export srcdir; \
409         list='$(TESTS)'; \
410         if test -n "$$list"; then \
411           for tst in $$list; do \
412             if test -f ./$$tst; then dir=./; \
413             elif test -f $$tst; then dir=; \
414             else dir="$(srcdir)/"; fi; \
415             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
416               all=`expr $$all + 1`; \
417               case " $(XFAIL_TESTS) " in \
418               *" $$tst "*) \
419                 xpass=`expr $$xpass + 1`; \
420                 failed=`expr $$failed + 1`; \
421                 echo "XPASS: $$tst"; \
422               ;; \
423               *) \
424                 echo "PASS: $$tst"; \
425               ;; \
426               esac; \
427             elif test $$? -ne 77; then \
428               all=`expr $$all + 1`; \
429               case " $(XFAIL_TESTS) " in \
430               *" $$tst "*) \
431                 xfail=`expr $$xfail + 1`; \
432                 echo "XFAIL: $$tst"; \
433               ;; \
434               *) \
435                 failed=`expr $$failed + 1`; \
436                 echo "FAIL: $$tst"; \
437               ;; \
438               esac; \
439             else \
440               skip=`expr $$skip + 1`; \
441               echo "SKIP: $$tst"; \
442             fi; \
443           done; \
444           if test "$$failed" -eq 0; then \
445             if test "$$xfail" -eq 0; then \
446               banner="All $$all tests passed"; \
447             else \
448               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
449             fi; \
450           else \
451             if test "$$xpass" -eq 0; then \
452               banner="$$failed of $$all tests failed"; \
453             else \
454               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
455             fi; \
456           fi; \
457           dashes="$$banner"; \
458           skipped=""; \
459           if test "$$skip" -ne 0; then \
460             skipped="($$skip tests were not run)"; \
461             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
462               dashes="$$skipped"; \
463           fi; \
464           report=""; \
465           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
466             report="Please report to $(PACKAGE_BUGREPORT)"; \
467             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
468               dashes="$$report"; \
469           fi; \
470           dashes=`echo "$$dashes" | sed s/./=/g`; \
471           echo "$$dashes"; \
472           echo "$$banner"; \
473           test -z "$$skipped" || echo "$$skipped"; \
474           test -z "$$report" || echo "$$report"; \
475           echo "$$dashes"; \
476           test "$$failed" -eq 0; \
477         else :; fi
478
479 distdir: $(DISTFILES)
480         $(mkdir_p) $(distdir)/../../../acmacro $(distdir)/../../../examples
481         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
482         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
483         list='$(DISTFILES)'; for file in $$list; do \
484           case $$file in \
485             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
486             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
487           esac; \
488           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
490           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
491             dir="/$$dir"; \
492             $(mkdir_p) "$(distdir)$$dir"; \
493           else \
494             dir=''; \
495           fi; \
496           if test -d $$d/$$file; then \
497             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
499             fi; \
500             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
501           else \
502             test -f $(distdir)/$$file \
503             || cp -p $$d/$$file $(distdir)/$$file \
504             || exit 1; \
505           fi; \
506         done
507 check-am: all-am
508         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
509 check: check-am
510 all-am: Makefile $(PROGRAMS)
511 installdirs:
512 install: install-am
513 install-exec: install-exec-am
514 install-data: install-data-am
515 uninstall: uninstall-am
516
517 install-am: all-am
518         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
519
520 installcheck: installcheck-am
521 install-strip:
522         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524           `test -z '$(STRIP)' || \
525             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
526 mostlyclean-generic:
527         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
528
529 clean-generic:
530         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
531
532 distclean-generic:
533         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
534
535 maintainer-clean-generic:
536         @echo "This command is intended for maintainers to use"
537         @echo "it deletes files that may require special tools to rebuild."
538 clean: clean-am
539
540 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
541         mostlyclean-am
542
543 distclean: distclean-am
544         -rm -rf ./$(DEPDIR)
545         -rm -f Makefile
546 distclean-am: clean-am distclean-compile distclean-generic \
547         distclean-libtool distclean-tags
548
549 dvi: dvi-am
550
551 dvi-am:
552
553 html: html-am
554
555 info: info-am
556
557 info-am:
558
559 install-data-am:
560
561 install-exec-am:
562
563 install-info: install-info-am
564
565 install-man:
566
567 installcheck-am:
568
569 maintainer-clean: maintainer-clean-am
570         -rm -rf ./$(DEPDIR)
571         -rm -f Makefile
572 maintainer-clean-am: distclean-am maintainer-clean-generic
573
574 mostlyclean: mostlyclean-am
575
576 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577         mostlyclean-libtool
578
579 pdf: pdf-am
580
581 pdf-am:
582
583 ps: ps-am
584
585 ps-am:
586
587 uninstall-am: uninstall-info-am
588
589 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
590         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
591         distclean distclean-compile distclean-generic \
592         distclean-libtool distclean-tags distdir dvi dvi-am html \
593         html-am info info-am install install-am install-data \
594         install-data-am install-exec install-exec-am install-info \
595         install-info-am install-man install-strip installcheck \
596         installcheck-am installdirs maintainer-clean \
597         maintainer-clean-generic mostlyclean mostlyclean-compile \
598         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
599         tags uninstall uninstall-am uninstall-info-am
600
601
602 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
603         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
604
605 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
606         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
607
608 dist-files:
609         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
610         @echo
611         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
612
613 # Cruft
614 # Tell versions [3.59,3.63) of GNU make to not export all variables.
615 # Otherwise a system limit (for SysV at least) may be exceeded.
616 .NOEXPORT: