Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update autogenerated
[simgrid.git] / examples / gras / p2p / chord / 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 = chord_node$(EXEEXT) chord_simulator$(EXEEXT)
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47         $(srcdir)/test_rl.in $(srcdir)/test_sg.in \
48         $(top_srcdir)/acmacro/dist-files.mk \
49         $(top_srcdir)/examples/temps-gras-stub.mk
50 subdir = examples/gras/p2p/chord
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
53         $(top_srcdir)/acmacro/compiler-flags.m4 \
54         $(top_srcdir)/acmacro/context.m4 \
55         $(top_srcdir)/acmacro/fancy_configury.m4 \
56         $(top_srcdir)/acmacro/flex.m4 \
57         $(top_srcdir)/acmacro/gras_arch.m4 \
58         $(top_srcdir)/acmacro/print_null.m4 \
59         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
64 CONFIG_CLEAN_FILES = test_sg test_rl
65 PROGRAMS = $(noinst_PROGRAMS)
66 am_chord_node_OBJECTS = _chord_node.$(OBJEXT) chord.$(OBJEXT)
67 chord_node_OBJECTS = $(am_chord_node_OBJECTS)
68 chord_node_DEPENDENCIES = $(top_builddir)/src/libgras.la
69 am_chord_simulator_OBJECTS = _chord_simulator.$(OBJEXT) \
70         chord.$(OBJEXT)
71 chord_simulator_OBJECTS = $(am_chord_simulator_OBJECTS)
72 chord_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
73 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80         $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83         $(AM_LDFLAGS) $(LDFLAGS) -o $@
84 SOURCES = $(chord_node_SOURCES) $(chord_simulator_SOURCES)
85 DIST_SOURCES = $(chord_node_SOURCES) $(chord_simulator_SOURCES)
86 ETAGS = etags
87 CTAGS = ctags
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 ACLOCAL = @ACLOCAL@
90 ADDR2LINE = @ADDR2LINE@
91 AMDEP_FALSE = @AMDEP_FALSE@
92 AMDEP_TRUE = @AMDEP_TRUE@
93 AMTAR = @AMTAR@
94 AM_CFLAGS = @AM_CFLAGS@
95 AR = @AR@
96 AS = @AS@
97 AUTOCONF = @AUTOCONF@
98 AUTOHEADER = @AUTOHEADER@
99 AUTOMAKE = @AUTOMAKE@
100 AWK = @AWK@
101 BASH = @BASH@
102 CC = @CC@
103 CCDEPMODE = @CCDEPMODE@
104 CFLAGS = @CFLAGS@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CXX = @CXX@
108 CXXCPP = @CXXCPP@
109 CXXDEPMODE = @CXXDEPMODE@
110 CXXFLAGS = @CXXFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 DEFS = @DEFS@
113 DEPDIR = @DEPDIR@
114 DLLTOOL = @DLLTOOL@
115 DOXYGEN = @DOXYGEN@
116 ECHO = @ECHO@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 F77 = @F77@
123 FFLAGS = @FFLAGS@
124 FLEXML = @FLEXML@
125 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
126 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
127 GRAS_DEP = @GRAS_DEP@
128 GREP = @GREP@
129 GTNETS_CFLAGS = @GTNETS_CFLAGS@
130 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
131 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
132 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
133 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
134 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
135 INSTALL_DATA = @INSTALL_DATA@
136 INSTALL_PROGRAM = @INSTALL_PROGRAM@
137 INSTALL_SCRIPT = @INSTALL_SCRIPT@
138 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139 LDFLAGS = @LDFLAGS@
140 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
141 LEX = @LEX@
142 LEXLIB = @LEXLIB@
143 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
144 LIBOBJS = @LIBOBJS@
145 LIBS = @LIBS@
146 LIBTOOL = @LIBTOOL@
147 LN_S = @LN_S@
148 LTLIBOBJS = @LTLIBOBJS@
149 MAINT = @MAINT@
150 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
151 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
152 MAKEINFO = @MAKEINFO@
153 MD5SUM = @MD5SUM@
154 OBJDUMP = @OBJDUMP@
155 OBJEXT = @OBJEXT@
156 PACKAGE = @PACKAGE@
157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158 PACKAGE_NAME = @PACKAGE_NAME@
159 PACKAGE_STRING = @PACKAGE_STRING@
160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
161 PACKAGE_VERSION = @PACKAGE_VERSION@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
164 RANLIB = @RANLIB@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 SIMGRID_DEP = @SIMGRID_DEP@
168 STRIP = @STRIP@
169 USE_GTNETS_FALSE = @USE_GTNETS_FALSE@
170 USE_GTNETS_TRUE = @USE_GTNETS_TRUE@
171 USE_SIMIX_FALSE = @USE_SIMIX_FALSE@
172 USE_SIMIX_TRUE = @USE_SIMIX_TRUE@
173 VERSION = @VERSION@
174 WARNING = @WARNING@
175 abs_builddir = @abs_builddir@
176 abs_srcdir = @abs_srcdir@
177 abs_top_builddir = @abs_top_builddir@
178 abs_top_srcdir = @abs_top_srcdir@
179 ac_configure_args = @ac_configure_args@
180 ac_ct_CC = @ac_ct_CC@
181 ac_ct_CXX = @ac_ct_CXX@
182 ac_ct_F77 = @ac_ct_F77@
183 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
184 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
185 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
186 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_id = @build_id@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 datadir = @datadir@
200 datarootdir = @datarootdir@
201 docdir = @docdir@
202 dvidir = @dvidir@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 pth_skaddr_makecontext = @pth_skaddr_makecontext@
225 pth_sksize_makecontext = @pth_sksize_makecontext@
226 sbindir = @sbindir@
227 sharedstatedir = @sharedstatedir@
228 sysconfdir = @sysconfdir@
229 target = @target@
230 target_alias = @target_alias@
231 target_cpu = @target_cpu@
232 target_os = @target_os@
233 target_vendor = @target_vendor@
234 INCLUDES = -I$(top_srcdir)/include
235 #TESTS= test_rl test_sg
236 EXTRA_DIST = chord.xml $(TESTS)
237 chord_simulator_SOURCES = _chord_simulator.c chord.c
238 chord_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
239 chord_node_SOURCES = _chord_node.c chord.c
240 chord_node_LDADD = $(top_builddir)/src/libgras.la
241
242 # Take care of generatated sources
243 NAME = chord
244 PROCESSES = node
245 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
246              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
247
248 MOSTLYCLEANFILES = $(NAME).trace
249 all: all-am
250
251 .SUFFIXES:
252 .SUFFIXES: .c .lo .o .obj
253 $(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)
254         @for dep in $?; do \
255           case '$(am__configure_deps)' in \
256             *$$dep*) \
257               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
258                 && exit 0; \
259               exit 1;; \
260           esac; \
261         done; \
262         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/p2p/chord/Makefile'; \
263         cd $(top_srcdir) && \
264           $(AUTOMAKE) --gnu  examples/gras/p2p/chord/Makefile
265 .PRECIOUS: Makefile
266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267         @case '$?' in \
268           *config.status*) \
269             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270           *) \
271             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273         esac;
274
275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
283         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
284 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
285         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
286
287 clean-noinstPROGRAMS:
288         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
289           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
290           echo " rm -f $$p $$f"; \
291           rm -f $$p $$f ; \
292         done
293 chord_node$(EXEEXT): $(chord_node_OBJECTS) $(chord_node_DEPENDENCIES) 
294         @rm -f chord_node$(EXEEXT)
295         $(LINK) $(chord_node_LDFLAGS) $(chord_node_OBJECTS) $(chord_node_LDADD) $(LIBS)
296 chord_simulator$(EXEEXT): $(chord_simulator_OBJECTS) $(chord_simulator_DEPENDENCIES) 
297         @rm -f chord_simulator$(EXEEXT)
298         $(LINK) $(chord_simulator_LDFLAGS) $(chord_simulator_OBJECTS) $(chord_simulator_LDADD) $(LIBS)
299
300 mostlyclean-compile:
301         -rm -f *.$(OBJEXT)
302
303 distclean-compile:
304         -rm -f *.tab.c
305
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_chord_node.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_chord_simulator.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chord.Po@am__quote@
309
310 .c.o:
311 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
312 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
316
317 .c.obj:
318 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
319 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
324 .c.lo:
325 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
326 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
331 mostlyclean-libtool:
332         -rm -f *.lo
333
334 clean-libtool:
335         -rm -rf .libs _libs
336
337 distclean-libtool:
338         -rm -f libtool
339 uninstall-info-am:
340
341 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343         unique=`for i in $$list; do \
344             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345           done | \
346           $(AWK) '    { files[$$0] = 1; } \
347                END { for (i in files) print i; }'`; \
348         mkid -fID $$unique
349 tags: TAGS
350
351 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352                 $(TAGS_FILES) $(LISP)
353         tags=; \
354         here=`pwd`; \
355         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356         unique=`for i in $$list; do \
357             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358           done | \
359           $(AWK) '    { files[$$0] = 1; } \
360                END { for (i in files) print i; }'`; \
361         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
362           test -n "$$unique" || unique=$$empty_fix; \
363           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364             $$tags $$unique; \
365         fi
366 ctags: CTAGS
367 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368                 $(TAGS_FILES) $(LISP)
369         tags=; \
370         here=`pwd`; \
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '    { files[$$0] = 1; } \
376                END { for (i in files) print i; }'`; \
377         test -z "$(CTAGS_ARGS)$$tags$$unique" \
378           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379              $$tags $$unique
380
381 GTAGS:
382         here=`$(am__cd) $(top_builddir) && pwd` \
383           && cd $(top_srcdir) \
384           && gtags -i $(GTAGS_ARGS) $$here
385
386 distclean-tags:
387         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
389 distdir: $(DISTFILES)
390         $(mkdir_p) $(distdir)/../../../../acmacro $(distdir)/../../../../examples
391         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
392         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
393         list='$(DISTFILES)'; for file in $$list; do \
394           case $$file in \
395             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
396             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
397           esac; \
398           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
400           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
401             dir="/$$dir"; \
402             $(mkdir_p) "$(distdir)$$dir"; \
403           else \
404             dir=''; \
405           fi; \
406           if test -d $$d/$$file; then \
407             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
409             fi; \
410             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
411           else \
412             test -f $(distdir)/$$file \
413             || cp -p $$d/$$file $(distdir)/$$file \
414             || exit 1; \
415           fi; \
416         done
417 check-am: all-am
418 check: check-am
419 all-am: Makefile $(PROGRAMS)
420 installdirs:
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
425
426 install-am: all-am
427         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429 installcheck: installcheck-am
430 install-strip:
431         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433           `test -z '$(STRIP)' || \
434             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
436         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
437
438 clean-generic:
439         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
440
441 distclean-generic:
442         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
443
444 maintainer-clean-generic:
445         @echo "This command is intended for maintainers to use"
446         @echo "it deletes files that may require special tools to rebuild."
447 clean: clean-am
448
449 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
450         mostlyclean-am
451
452 distclean: distclean-am
453         -rm -rf ./$(DEPDIR)
454         -rm -f Makefile
455 distclean-am: clean-am distclean-compile distclean-generic \
456         distclean-libtool distclean-tags
457
458 dvi: dvi-am
459
460 dvi-am:
461
462 html: html-am
463
464 info: info-am
465
466 info-am:
467
468 install-data-am:
469
470 install-exec-am:
471
472 install-info: install-info-am
473
474 install-man:
475
476 installcheck-am:
477
478 maintainer-clean: maintainer-clean-am
479         -rm -rf ./$(DEPDIR)
480         -rm -f Makefile
481 maintainer-clean-am: distclean-am maintainer-clean-generic
482
483 mostlyclean: mostlyclean-am
484
485 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
486         mostlyclean-libtool
487
488 pdf: pdf-am
489
490 pdf-am:
491
492 ps: ps-am
493
494 ps-am:
495
496 uninstall-am: uninstall-info-am
497
498 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
499         clean-libtool clean-noinstPROGRAMS ctags distclean \
500         distclean-compile distclean-generic distclean-libtool \
501         distclean-tags distdir dvi dvi-am html html-am info info-am \
502         install install-am install-data install-data-am install-exec \
503         install-exec-am install-info install-info-am install-man \
504         install-strip installcheck installcheck-am installdirs \
505         maintainer-clean maintainer-clean-generic mostlyclean \
506         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
507         pdf pdf-am ps ps-am tags uninstall uninstall-am \
508         uninstall-info-am
509
510
511 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
512         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
513
514 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
515         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
516
517 dist-files:
518         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
519         @echo
520         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
521
522 # Cruft
523 # Tell versions [3.59,3.63) of GNU make to not export all variables.
524 # Otherwise a system limit (for SysV at least) may be exceeded.
525 .NOEXPORT: