Logo AND Algorithmique Numérique Distribuée

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