Logo AND Algorithmique Numérique Distribuée

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