Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile sdp.c only if we have found a working libsdp.
[simgrid.git] / examples / gras / p2p / can / 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 = can_node$(EXEEXT) can_start_war$(EXEEXT) \
46         can_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/p2p/can
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_can_node_OBJECTS = _can_node.$(OBJEXT) can.$(OBJEXT)
68 can_node_OBJECTS = $(am_can_node_OBJECTS)
69 can_node_DEPENDENCIES = $(top_builddir)/src/libgras.la
70 am_can_simulator_OBJECTS = _can_simulator.$(OBJEXT) can.$(OBJEXT)
71 can_simulator_OBJECTS = $(am_can_simulator_OBJECTS)
72 can_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
73 am_can_start_war_OBJECTS = _can_node.$(OBJEXT) can.$(OBJEXT)
74 can_start_war_OBJECTS = $(am_can_start_war_OBJECTS)
75 can_start_war_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 = $(can_node_SOURCES) $(can_simulator_SOURCES) \
88         $(can_start_war_SOURCES)
89 DIST_SOURCES = $(can_node_SOURCES) $(can_simulator_SOURCES) \
90         $(can_start_war_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 AR = @AR@
100 AS = @AS@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 BASH = @BASH@
106 CC = @CC@
107 CCDEPMODE = @CCDEPMODE@
108 CFLAGS = @CFLAGS@
109 CPP = @CPP@
110 CPPFLAGS = @CPPFLAGS@
111 CXX = @CXX@
112 CXXCPP = @CXXCPP@
113 CXXDEPMODE = @CXXDEPMODE@
114 CXXFLAGS = @CXXFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DEFS = @DEFS@
117 DEPDIR = @DEPDIR@
118 DLLTOOL = @DLLTOOL@
119 DOXYGEN = @DOXYGEN@
120 ECHO = @ECHO@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 F77 = @F77@
127 FFLAGS = @FFLAGS@
128 FLEXML = @FLEXML@
129 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
130 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
131 GRAS_DEP = @GRAS_DEP@
132 GREP = @GREP@
133 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
134 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
135 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
136 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 LDFLAGS = @LDFLAGS@
142 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
143 LEX = @LEX@
144 LEXLIB = @LEXLIB@
145 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
146 LIBOBJS = @LIBOBJS@
147 LIBS = @LIBS@
148 LIBTOOL = @LIBTOOL@
149 LN_S = @LN_S@
150 LTLIBOBJS = @LTLIBOBJS@
151 MAINT = @MAINT@
152 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
153 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
154 MAKEINFO = @MAKEINFO@
155 MD5SUM = @MD5SUM@
156 OBJDUMP = @OBJDUMP@
157 OBJEXT = @OBJEXT@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_VERSION = @PACKAGE_VERSION@
164 PATH_SEPARATOR = @PATH_SEPARATOR@
165 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
166 RANLIB = @RANLIB@
167 SET_MAKE = @SET_MAKE@
168 SHELL = @SHELL@
169 SIMGRID_DEP = @SIMGRID_DEP@
170 STRIP = @STRIP@
171 VERSION = @VERSION@
172 WARNING = @WARNING@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_configure_args = @ac_configure_args@
178 ac_ct_CC = @ac_ct_CC@
179 ac_ct_CXX = @ac_ct_CXX@
180 ac_ct_F77 = @ac_ct_F77@
181 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
182 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
183 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
185 am__include = @am__include@
186 am__leading_dot = @am__leading_dot@
187 am__quote = @am__quote@
188 am__tar = @am__tar@
189 am__untar = @am__untar@
190 bindir = @bindir@
191 build = @build@
192 build_alias = @build_alias@
193 build_cpu = @build_cpu@
194 build_id = @build_id@
195 build_os = @build_os@
196 build_vendor = @build_vendor@
197 datadir = @datadir@
198 datarootdir = @datarootdir@
199 docdir = @docdir@
200 dvidir = @dvidir@
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 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 pth_skaddr_makecontext = @pth_skaddr_makecontext@
223 pth_sksize_makecontext = @pth_sksize_makecontext@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 sysconfdir = @sysconfdir@
227 target = @target@
228 target_alias = @target_alias@
229 target_cpu = @target_cpu@
230 target_os = @target_os@
231 target_vendor = @target_vendor@
232 INCLUDES = -I$(top_srcdir)/include
233 #TESTS= test_rl test_sg
234 EXTRA_DIST = can_tests.c types.h can.xml $(TESTS)
235 can_simulator_SOURCES = _can_simulator.c can.c # can_tests.c
236 can_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
237 can_node_SOURCES = _can_node.c can.c # can_tests.c
238 can_node_LDADD = $(top_builddir)/src/libgras.la
239 can_start_war_SOURCES = _can_node.c can.c # can_tests.c
240 can_start_war_LDADD = $(top_builddir)/src/libgras.la
241
242 # Take care of generatated sources
243 NAME = can
244 PROCESSES = node start_war
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/can/Makefile'; \
263         cd $(top_srcdir) && \
264           $(AUTOMAKE) --gnu  examples/gras/p2p/can/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 can_node$(EXEEXT): $(can_node_OBJECTS) $(can_node_DEPENDENCIES) 
294         @rm -f can_node$(EXEEXT)
295         $(LINK) $(can_node_LDFLAGS) $(can_node_OBJECTS) $(can_node_LDADD) $(LIBS)
296 can_simulator$(EXEEXT): $(can_simulator_OBJECTS) $(can_simulator_DEPENDENCIES) 
297         @rm -f can_simulator$(EXEEXT)
298         $(LINK) $(can_simulator_LDFLAGS) $(can_simulator_OBJECTS) $(can_simulator_LDADD) $(LIBS)
299 can_start_war$(EXEEXT): $(can_start_war_OBJECTS) $(can_start_war_DEPENDENCIES) 
300         @rm -f can_start_war$(EXEEXT)
301         $(LINK) $(can_start_war_LDFLAGS) $(can_start_war_OBJECTS) $(can_start_war_LDADD) $(LIBS)
302
303 mostlyclean-compile:
304         -rm -f *.$(OBJEXT)
305
306 distclean-compile:
307         -rm -f *.tab.c
308
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_can_node.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_can_simulator.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/can.Po@am__quote@
312
313 .c.o:
314 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
315 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
319
320 .c.obj:
321 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
322 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
327 .c.lo:
328 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
329 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339
340 distclean-libtool:
341         -rm -f libtool
342 uninstall-info-am:
343
344 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '    { files[$$0] = 1; } \
350                END { for (i in files) print i; }'`; \
351         mkid -fID $$unique
352 tags: TAGS
353
354 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
355                 $(TAGS_FILES) $(LISP)
356         tags=; \
357         here=`pwd`; \
358         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
359         unique=`for i in $$list; do \
360             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361           done | \
362           $(AWK) '    { files[$$0] = 1; } \
363                END { for (i in files) print i; }'`; \
364         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
365           test -n "$$unique" || unique=$$empty_fix; \
366           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367             $$tags $$unique; \
368         fi
369 ctags: CTAGS
370 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371                 $(TAGS_FILES) $(LISP)
372         tags=; \
373         here=`pwd`; \
374         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375         unique=`for i in $$list; do \
376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377           done | \
378           $(AWK) '    { files[$$0] = 1; } \
379                END { for (i in files) print i; }'`; \
380         test -z "$(CTAGS_ARGS)$$tags$$unique" \
381           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382              $$tags $$unique
383
384 GTAGS:
385         here=`$(am__cd) $(top_builddir) && pwd` \
386           && cd $(top_srcdir) \
387           && gtags -i $(GTAGS_ARGS) $$here
388
389 distclean-tags:
390         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392 distdir: $(DISTFILES)
393         $(mkdir_p) $(distdir)/../../../../acmacro $(distdir)/../../../../examples
394         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
395         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
396         list='$(DISTFILES)'; for file in $$list; do \
397           case $$file in \
398             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
399             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
400           esac; \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
403           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
404             dir="/$$dir"; \
405             $(mkdir_p) "$(distdir)$$dir"; \
406           else \
407             dir=''; \
408           fi; \
409           if test -d $$d/$$file; then \
410             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
411               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
412             fi; \
413             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
414           else \
415             test -f $(distdir)/$$file \
416             || cp -p $$d/$$file $(distdir)/$$file \
417             || exit 1; \
418           fi; \
419         done
420 check-am: all-am
421 check: check-am
422 all-am: Makefile $(PROGRAMS)
423 installdirs:
424 install: install-am
425 install-exec: install-exec-am
426 install-data: install-data-am
427 uninstall: uninstall-am
428
429 install-am: all-am
430         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431
432 installcheck: installcheck-am
433 install-strip:
434         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
436           `test -z '$(STRIP)' || \
437             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
438 mostlyclean-generic:
439         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
440
441 clean-generic:
442         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
443
444 distclean-generic:
445         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446
447 maintainer-clean-generic:
448         @echo "This command is intended for maintainers to use"
449         @echo "it deletes files that may require special tools to rebuild."
450 clean: clean-am
451
452 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
453         mostlyclean-am
454
455 distclean: distclean-am
456         -rm -rf ./$(DEPDIR)
457         -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459         distclean-libtool distclean-tags
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 html: html-am
466
467 info: info-am
468
469 info-am:
470
471 install-data-am:
472
473 install-exec-am:
474
475 install-info: install-info-am
476
477 install-man:
478
479 installcheck-am:
480
481 maintainer-clean: maintainer-clean-am
482         -rm -rf ./$(DEPDIR)
483         -rm -f Makefile
484 maintainer-clean-am: distclean-am maintainer-clean-generic
485
486 mostlyclean: mostlyclean-am
487
488 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
489         mostlyclean-libtool
490
491 pdf: pdf-am
492
493 pdf-am:
494
495 ps: ps-am
496
497 ps-am:
498
499 uninstall-am: uninstall-info-am
500
501 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
502         clean-libtool clean-noinstPROGRAMS ctags distclean \
503         distclean-compile distclean-generic distclean-libtool \
504         distclean-tags distdir dvi dvi-am html html-am info info-am \
505         install install-am install-data install-data-am install-exec \
506         install-exec-am install-info install-info-am install-man \
507         install-strip installcheck installcheck-am installdirs \
508         maintainer-clean maintainer-clean-generic mostlyclean \
509         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
510         pdf pdf-am ps ps-am tags uninstall uninstall-am \
511         uninstall-info-am
512
513
514 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
515         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
516
517 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
518         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
519
520 dist-files:
521         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
522         @echo
523         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
524
525 # Cruft
526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
527 # Otherwise a system limit (for SysV at least) may be exceeded.
528 .NOEXPORT: