Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update autogenerated
[simgrid.git] / examples / gras / pmm / 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 = pmm_slave$(EXEEXT) pmm_master$(EXEEXT) \
46         pmm_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/pmm
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_pmm_master_OBJECTS = _pmm_master.$(OBJEXT) pmm.$(OBJEXT)
68 pmm_master_OBJECTS = $(am_pmm_master_OBJECTS)
69 pmm_master_DEPENDENCIES = $(top_builddir)/src/libgras.la
70 am_pmm_simulator_OBJECTS = _pmm_simulator.$(OBJEXT) pmm.$(OBJEXT)
71 pmm_simulator_OBJECTS = $(am_pmm_simulator_OBJECTS)
72 pmm_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
73 am_pmm_slave_OBJECTS = _pmm_slave.$(OBJEXT) pmm.$(OBJEXT)
74 pmm_slave_OBJECTS = $(am_pmm_slave_OBJECTS)
75 pmm_slave_DEPENDENCIES = $(top_builddir)/src/libgras.la
76 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
77 depcomp = $(SHELL) $(top_srcdir)/depcomp
78 am__depfiles_maybe = depfiles
79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
82         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83         $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86         $(AM_LDFLAGS) $(LDFLAGS) -o $@
87 SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
88         $(pmm_slave_SOURCES)
89 DIST_SOURCES = $(pmm_master_SOURCES) $(pmm_simulator_SOURCES) \
90         $(pmm_slave_SOURCES)
91 ETAGS = etags
92 CTAGS = ctags
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 ACLOCAL = @ACLOCAL@
95 ADDR2LINE = @ADDR2LINE@
96 AMDEP_FALSE = @AMDEP_FALSE@
97 AMDEP_TRUE = @AMDEP_TRUE@
98 AMTAR = @AMTAR@
99 AM_CFLAGS = @AM_CFLAGS@
100 AR = @AR@
101 AS = @AS@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 BASH = @BASH@
107 CC = @CC@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CPP = @CPP@
111 CPPFLAGS = @CPPFLAGS@
112 CXX = @CXX@
113 CXXCPP = @CXXCPP@
114 CXXDEPMODE = @CXXDEPMODE@
115 CXXFLAGS = @CXXFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DLLTOOL = @DLLTOOL@
120 DOXYGEN = @DOXYGEN@
121 ECHO = @ECHO@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 F77 = @F77@
128 FFLAGS = @FFLAGS@
129 FLEXML = @FLEXML@
130 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
131 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
132 GRAS_DEP = @GRAS_DEP@
133 GREP = @GREP@
134 GTNETS_CFLAGS = @GTNETS_CFLAGS@
135 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
136 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
137 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
138 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
139 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LDFLAGS = @LDFLAGS@
145 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
146 LEX = @LEX@
147 LEXLIB = @LEXLIB@
148 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBTOOL = @LIBTOOL@
152 LN_S = @LN_S@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
156 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
157 MAKEINFO = @MAKEINFO@
158 MD5SUM = @MD5SUM@
159 OBJDUMP = @OBJDUMP@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
169 RANLIB = @RANLIB@
170 SET_MAKE = @SET_MAKE@
171 SHELL = @SHELL@
172 SIMGRID_DEP = @SIMGRID_DEP@
173 STRIP = @STRIP@
174 USE_GTNETS_FALSE = @USE_GTNETS_FALSE@
175 USE_GTNETS_TRUE = @USE_GTNETS_TRUE@
176 USE_SIMIX_FALSE = @USE_SIMIX_FALSE@
177 USE_SIMIX_TRUE = @USE_SIMIX_TRUE@
178 VERSION = @VERSION@
179 WARNING = @WARNING@
180 abs_builddir = @abs_builddir@
181 abs_srcdir = @abs_srcdir@
182 abs_top_builddir = @abs_top_builddir@
183 abs_top_srcdir = @abs_top_srcdir@
184 ac_configure_args = @ac_configure_args@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_CXX = @ac_ct_CXX@
187 ac_ct_F77 = @ac_ct_F77@
188 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
189 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
190 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
191 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_id = @build_id@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 pth_skaddr_makecontext = @pth_skaddr_makecontext@
230 pth_sksize_makecontext = @pth_sksize_makecontext@
231 sbindir = @sbindir@
232 sharedstatedir = @sharedstatedir@
233 sysconfdir = @sysconfdir@
234 target = @target@
235 target_alias = @target_alias@
236 target_cpu = @target_cpu@
237 target_os = @target_os@
238 target_vendor = @target_vendor@
239 INCLUDES = -I$(top_srcdir)/include
240 TESTS = test_sg test_rl
241 EXTRA_DIST = pmm.xml  test_sg.in test_rl.in $(TESTS)
242 pmm_simulator_SOURCES = _pmm_simulator.c pmm.c
243 pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
244 pmm_slave_SOURCES = _pmm_slave.c    pmm.c
245 pmm_slave_LDADD = $(top_builddir)/src/libgras.la
246 pmm_master_SOURCES = _pmm_master.c    pmm.c
247 pmm_master_LDADD = $(top_builddir)/src/libgras.la
248
249 # Take care of generatated sources
250 NAME = pmm
251 PROCESSES = slave master
252 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
253              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
254
255 MOSTLYCLEANFILES = $(NAME).trace
256 all: all-am
257
258 .SUFFIXES:
259 .SUFFIXES: .c .lo .o .obj
260 $(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)
261         @for dep in $?; do \
262           case '$(am__configure_deps)' in \
263             *$$dep*) \
264               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
265                 && exit 0; \
266               exit 1;; \
267           esac; \
268         done; \
269         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile'; \
270         cd $(top_srcdir) && \
271           $(AUTOMAKE) --gnu  examples/gras/pmm/Makefile
272 .PRECIOUS: Makefile
273 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274         @case '$?' in \
275           *config.status*) \
276             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277           *) \
278             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280         esac;
281
282 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
290         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
291 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
292         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
293
294 clean-noinstPROGRAMS:
295         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
296           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
297           echo " rm -f $$p $$f"; \
298           rm -f $$p $$f ; \
299         done
300 pmm_master$(EXEEXT): $(pmm_master_OBJECTS) $(pmm_master_DEPENDENCIES) 
301         @rm -f pmm_master$(EXEEXT)
302         $(LINK) $(pmm_master_LDFLAGS) $(pmm_master_OBJECTS) $(pmm_master_LDADD) $(LIBS)
303 pmm_simulator$(EXEEXT): $(pmm_simulator_OBJECTS) $(pmm_simulator_DEPENDENCIES) 
304         @rm -f pmm_simulator$(EXEEXT)
305         $(LINK) $(pmm_simulator_LDFLAGS) $(pmm_simulator_OBJECTS) $(pmm_simulator_LDADD) $(LIBS)
306 pmm_slave$(EXEEXT): $(pmm_slave_OBJECTS) $(pmm_slave_DEPENDENCIES) 
307         @rm -f pmm_slave$(EXEEXT)
308         $(LINK) $(pmm_slave_LDFLAGS) $(pmm_slave_OBJECTS) $(pmm_slave_LDADD) $(LIBS)
309
310 mostlyclean-compile:
311         -rm -f *.$(OBJEXT)
312
313 distclean-compile:
314         -rm -f *.tab.c
315
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_master.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_simulator.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_pmm_slave.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmm.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: