Logo AND Algorithmique Numérique Distribuée

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