Logo AND Algorithmique Numérique Distribuée

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