Logo AND Algorithmique Numérique Distribuée

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