]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/Makefile.in
CygWin, MSVC hack
[orte.git] / orte / examples / Makefile.in
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # 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 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ../..
24
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 host_triplet = @host@
39 ACLOCAL = @ACLOCAL@
40 AMDEP_FALSE = @AMDEP_FALSE@
41 AMDEP_TRUE = @AMDEP_TRUE@
42 AMTAR = @AMTAR@
43 AUTOCONF = @AUTOCONF@
44 AUTOHEADER = @AUTOHEADER@
45 AUTOMAKE = @AUTOMAKE@
46 AWK = @AWK@
47 CC = @CC@
48 CCDEPMODE = @CCDEPMODE@
49 CFLAGS = @CFLAGS@
50 CONFIG_ADEOS_FALSE = @CONFIG_ADEOS_FALSE@
51 CONFIG_ADEOS_TRUE = @CONFIG_ADEOS_TRUE@
52 CONFIG_ORTE_CYGWIN_FALSE = @CONFIG_ORTE_CYGWIN_FALSE@
53 CONFIG_ORTE_CYGWIN_TRUE = @CONFIG_ORTE_CYGWIN_TRUE@
54 CONFIG_ORTE_KERNEL = @CONFIG_ORTE_KERNEL@
55 CONFIG_ORTE_KERNEL_FALSE = @CONFIG_ORTE_KERNEL_FALSE@
56 CONFIG_ORTE_KERNEL_TRUE = @CONFIG_ORTE_KERNEL_TRUE@
57 CONFIG_ORTE_MINGW_FALSE = @CONFIG_ORTE_MINGW_FALSE@
58 CONFIG_ORTE_MINGW_TRUE = @CONFIG_ORTE_MINGW_TRUE@
59 CONFIG_ORTE_RT = @CONFIG_ORTE_RT@
60 CONFIG_ORTE_RT_FALSE = @CONFIG_ORTE_RT_FALSE@
61 CONFIG_ORTE_RT_TRUE = @CONFIG_ORTE_RT_TRUE@
62 CONFIG_ORTE_UNIX_FALSE = @CONFIG_ORTE_UNIX_FALSE@
63 CONFIG_ORTE_UNIX_TRUE = @CONFIG_ORTE_UNIX_TRUE@
64 CONFIG_ORTE_WIN_FALSE = @CONFIG_ORTE_WIN_FALSE@
65 CONFIG_ORTE_WIN_TRUE = @CONFIG_ORTE_WIN_TRUE@
66 CONFIG_RTHAL_FALSE = @CONFIG_RTHAL_FALSE@
67 CONFIG_RTHAL_TRUE = @CONFIG_RTHAL_TRUE@
68 CONFIG_RTLINUX_FALSE = @CONFIG_RTLINUX_FALSE@
69 CONFIG_RTLINUX_TRUE = @CONFIG_RTLINUX_TRUE@
70 CPP = @CPP@
71 CPPFLAGS = @CPPFLAGS@
72 CYGPATH_W = @CYGPATH_W@
73 DEFS = @DEFS@
74 DEPDIR = @DEPDIR@
75 ECHO_C = @ECHO_C@
76 ECHO_N = @ECHO_N@
77 ECHO_T = @ECHO_T@
78 EGREP = @EGREP@
79 EXEEXT = @EXEEXT@
80 INCLUDES = @INCLUDES@
81 INSTALL_DATA = @INSTALL_DATA@
82 INSTALL_PROGRAM = @INSTALL_PROGRAM@
83 INSTALL_SCRIPT = @INSTALL_SCRIPT@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 LDFLAGS = @LDFLAGS@
86 LIBOBJS = @LIBOBJS@
87 LIBS = @LIBS@
88 LINUX_AFLAGS = @LINUX_AFLAGS@
89 LINUX_ARCH = @LINUX_ARCH@
90 LINUX_ARFLAGS = @LINUX_ARFLAGS@
91 LINUX_AS = @LINUX_AS@
92 LINUX_CC = @LINUX_CC@
93 LINUX_CFLAGS = @LINUX_CFLAGS@
94 LINUX_CROSS_COMPILE = @LINUX_CROSS_COMPILE@
95 LINUX_DIR = @LINUX_DIR@
96 LINUX_KERNELRELEASE = @LINUX_KERNELRELEASE@
97 LINUX_LD = @LINUX_LD@
98 LINUX_LDFLAGS = @LINUX_LDFLAGS@
99 LINUX_MODULE_EXT = @LINUX_MODULE_EXT@
100 LTLIBOBJS = @LTLIBOBJS@
101 MAINT = @MAINT@
102 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
103 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
104 MAKEINFO = @MAKEINFO@
105 OBJEXT = @OBJEXT@
106 ORTE_MAJOR_VERSION = @ORTE_MAJOR_VERSION@
107 ORTE_MICRO_VERSION = @ORTE_MICRO_VERSION@
108 ORTE_MINOR_VERSION = @ORTE_MINOR_VERSION@
109 ORTE_VERSION = @ORTE_VERSION@
110 PACKAGE = @PACKAGE@
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112 PACKAGE_NAME = @PACKAGE_NAME@
113 PACKAGE_STRING = @PACKAGE_STRING@
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@
115 PACKAGE_VERSION = @PACKAGE_VERSION@
116 PATH_SEPARATOR = @PATH_SEPARATOR@
117 RANLIB = @RANLIB@
118 RTAI_CFLAGS = @RTAI_CFLAGS@
119 RTLINUX_CC = @RTLINUX_CC@
120 RTLINUX_CFLAGS = @RTLINUX_CFLAGS@
121 SET_MAKE = @SET_MAKE@
122 SHELL = @SHELL@
123 STRIP = @STRIP@
124 USE_RTAI_FALSE = @USE_RTAI_FALSE@
125 USE_RTAI_TRUE = @USE_RTAI_TRUE@
126 USE_RTLINUX_FALSE = @USE_RTLINUX_FALSE@
127 USE_RTLINUX_TRUE = @USE_RTLINUX_TRUE@
128 VERSION = @VERSION@
129 ac_ct_CC = @ac_ct_CC@
130 ac_ct_RANLIB = @ac_ct_RANLIB@
131 ac_ct_STRIP = @ac_ct_STRIP@
132 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
134 am__include = @am__include@
135 am__leading_dot = @am__leading_dot@
136 am__quote = @am__quote@
137 bindir = @bindir@
138 build = @build@
139 build_alias = @build_alias@
140 build_cpu = @build_cpu@
141 build_os = @build_os@
142 build_vendor = @build_vendor@
143 datadir = @datadir@
144 exec_prefix = @exec_prefix@
145 host = @host@
146 host_alias = @host_alias@
147 host_cpu = @host_cpu@
148 host_os = @host_os@
149 host_vendor = @host_vendor@
150 includedir = @includedir@
151 infodir = @infodir@
152 install_sh = @install_sh@
153 libdir = @libdir@
154 libexecdir = @libexecdir@
155 localstatedir = @localstatedir@
156 mandir = @mandir@
157 modulePROGRAMS_INSTALL = @modulePROGRAMS_INSTALL@
158 moduledir = @moduledir@
159 oldincludedir = @oldincludedir@
160 prefix = @prefix@
161 program_transform_name = @program_transform_name@
162 sbindir = @sbindir@
163 sharedstatedir = @sharedstatedir@
164 sysconfdir = @sysconfdir@
165 target = @target@
166 target_alias = @target_alias@
167 target_cpu = @target_cpu@
168 target_os = @target_os@
169 target_vendor = @target_vendor@
170 @CONFIG_ORTE_RT_FALSE@SUBDIRS = hello reliable ping spy
171
172 #
173 #  Makefile for the Ocera Real-Time Ethernet
174 #
175 #  $Id: Makefile.am,v 1.0 2003/08/04 
176 #
177 #  Uncomment and customize the following to ORTE your needs:
178 #
179 @CONFIG_ORTE_RT_TRUE@SUBDIRS = hello 
180 subdir = orte/examples
181 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
182 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
183 CONFIG_HEADER = $(top_builddir)/orte/include/config.h
184 CONFIG_CLEAN_FILES =
185 DIST_SOURCES =
186
187 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
188         ps-recursive install-info-recursive uninstall-info-recursive \
189         all-recursive install-data-recursive install-exec-recursive \
190         installdirs-recursive install-recursive uninstall-recursive \
191         check-recursive installcheck-recursive
192 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
193 DIST_SUBDIRS = hello reliable ping spy
194 all: all-recursive
195
196 .SUFFIXES:
197 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
198         cd $(top_srcdir) && \
199           $(AUTOMAKE) --gnu  orte/examples/Makefile
200 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
201         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
202 uninstall-info-am:
203
204 # This directory's subdirectories are mostly independent; you can cd
205 # into them and run `make' without going through this Makefile.
206 # To change the values of `make' variables: instead of editing Makefiles,
207 # (1) if the variable is set in `config.status', edit `config.status'
208 #     (which will cause the Makefiles to be regenerated when you run `make');
209 # (2) otherwise, pass the desired values on the `make' command line.
210 $(RECURSIVE_TARGETS):
211         @set fnord $$MAKEFLAGS; amf=$$2; \
212         dot_seen=no; \
213         target=`echo $@ | sed s/-recursive//`; \
214         list='$(SUBDIRS)'; for subdir in $$list; do \
215           echo "Making $$target in $$subdir"; \
216           if test "$$subdir" = "."; then \
217             dot_seen=yes; \
218             local_target="$$target-am"; \
219           else \
220             local_target="$$target"; \
221           fi; \
222           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
223            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
224         done; \
225         if test "$$dot_seen" = "no"; then \
226           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
227         fi; test -z "$$fail"
228
229 mostlyclean-recursive clean-recursive distclean-recursive \
230 maintainer-clean-recursive:
231         @set fnord $$MAKEFLAGS; amf=$$2; \
232         dot_seen=no; \
233         case "$@" in \
234           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
235           *) list='$(SUBDIRS)' ;; \
236         esac; \
237         rev=''; for subdir in $$list; do \
238           if test "$$subdir" = "."; then :; else \
239             rev="$$subdir $$rev"; \
240           fi; \
241         done; \
242         rev="$$rev ."; \
243         target=`echo $@ | sed s/-recursive//`; \
244         for subdir in $$rev; do \
245           echo "Making $$target in $$subdir"; \
246           if test "$$subdir" = "."; then \
247             local_target="$$target-am"; \
248           else \
249             local_target="$$target"; \
250           fi; \
251           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
253         done && test -z "$$fail"
254 tags-recursive:
255         list='$(SUBDIRS)'; for subdir in $$list; do \
256           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
257         done
258 ctags-recursive:
259         list='$(SUBDIRS)'; for subdir in $$list; do \
260           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
261         done
262
263 ETAGS = etags
264 ETAGSFLAGS =
265
266 CTAGS = ctags
267 CTAGSFLAGS =
268
269 tags: TAGS
270
271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
272         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273         unique=`for i in $$list; do \
274             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275           done | \
276           $(AWK) '    { files[$$0] = 1; } \
277                END { for (i in files) print i; }'`; \
278         mkid -fID $$unique
279
280 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281                 $(TAGS_FILES) $(LISP)
282         tags=; \
283         here=`pwd`; \
284         if (etags --etags-include --version) >/dev/null 2>&1; then \
285           include_option=--etags-include; \
286         else \
287           include_option=--include; \
288         fi; \
289         list='$(SUBDIRS)'; for subdir in $$list; do \
290           if test "$$subdir" = .; then :; else \
291             test -f $$subdir/TAGS && \
292               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
293           fi; \
294         done; \
295         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296         unique=`for i in $$list; do \
297             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298           done | \
299           $(AWK) '    { files[$$0] = 1; } \
300                END { for (i in files) print i; }'`; \
301         test -z "$(ETAGS_ARGS)$$tags$$unique" \
302           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
303              $$tags $$unique
304
305 ctags: CTAGS
306 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
307                 $(TAGS_FILES) $(LISP)
308         tags=; \
309         here=`pwd`; \
310         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
311         unique=`for i in $$list; do \
312             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313           done | \
314           $(AWK) '    { files[$$0] = 1; } \
315                END { for (i in files) print i; }'`; \
316         test -z "$(CTAGS_ARGS)$$tags$$unique" \
317           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
318              $$tags $$unique
319
320 GTAGS:
321         here=`$(am__cd) $(top_builddir) && pwd` \
322           && cd $(top_srcdir) \
323           && gtags -i $(GTAGS_ARGS) $$here
324
325 distclean-tags:
326         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
327 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
328
329 top_distdir = ../..
330 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
331
332 distdir: $(DISTFILES)
333         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
334         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
335         list='$(DISTFILES)'; for file in $$list; do \
336           case $$file in \
337             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
338             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
339           esac; \
340           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
342           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
343             dir="/$$dir"; \
344             $(mkinstalldirs) "$(distdir)$$dir"; \
345           else \
346             dir=''; \
347           fi; \
348           if test -d $$d/$$file; then \
349             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
350               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
351             fi; \
352             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
353           else \
354             test -f $(distdir)/$$file \
355             || cp -p $$d/$$file $(distdir)/$$file \
356             || exit 1; \
357           fi; \
358         done
359         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
360           if test "$$subdir" = .; then :; else \
361             test -d $(distdir)/$$subdir \
362             || mkdir $(distdir)/$$subdir \
363             || exit 1; \
364             (cd $$subdir && \
365               $(MAKE) $(AM_MAKEFLAGS) \
366                 top_distdir="$(top_distdir)" \
367                 distdir=../$(distdir)/$$subdir \
368                 distdir) \
369               || exit 1; \
370           fi; \
371         done
372 check-am: all-am
373 check: check-recursive
374 all-am: Makefile
375 installdirs: installdirs-recursive
376 installdirs-am:
377
378 install: install-recursive
379 install-exec: install-exec-recursive
380 install-data: install-data-recursive
381 uninstall: uninstall-recursive
382
383 install-am: all-am
384         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386 installcheck: installcheck-recursive
387 install-strip:
388         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
389           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
390           `test -z '$(STRIP)' || \
391             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
392 mostlyclean-generic:
393
394 clean-generic:
395
396 distclean-generic:
397         -rm -f $(CONFIG_CLEAN_FILES)
398
399 maintainer-clean-generic:
400         @echo "This command is intended for maintainers to use"
401         @echo "it deletes files that may require special tools to rebuild."
402 clean: clean-recursive
403
404 clean-am: clean-generic mostlyclean-am
405
406 distclean: distclean-recursive
407         -rm -f Makefile
408 distclean-am: clean-am distclean-generic distclean-tags
409
410 dvi: dvi-recursive
411
412 dvi-am:
413
414 info: info-recursive
415
416 info-am:
417
418 install-data-am:
419
420 install-exec-am:
421
422 install-info: install-info-recursive
423
424 install-man:
425
426 installcheck-am:
427
428 maintainer-clean: maintainer-clean-recursive
429         -rm -f Makefile
430 maintainer-clean-am: distclean-am maintainer-clean-generic
431
432 mostlyclean: mostlyclean-recursive
433
434 mostlyclean-am: mostlyclean-generic
435
436 pdf: pdf-recursive
437
438 pdf-am:
439
440 ps: ps-recursive
441
442 ps-am:
443
444 uninstall-am: uninstall-info-am
445
446 uninstall-info: uninstall-info-recursive
447
448 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
449         clean-generic clean-recursive ctags ctags-recursive distclean \
450         distclean-generic distclean-recursive distclean-tags distdir \
451         dvi dvi-am dvi-recursive info info-am info-recursive install \
452         install-am install-data install-data-am install-data-recursive \
453         install-exec install-exec-am install-exec-recursive \
454         install-info install-info-am install-info-recursive install-man \
455         install-recursive install-strip installcheck installcheck-am \
456         installdirs installdirs-am installdirs-recursive \
457         maintainer-clean maintainer-clean-generic \
458         maintainer-clean-recursive mostlyclean mostlyclean-generic \
459         mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
460         ps-recursive tags tags-recursive uninstall uninstall-am \
461         uninstall-info-am uninstall-info-recursive uninstall-recursive
462
463 # Tell versions [3.59,3.63) of GNU make to not export all variables.
464 # Otherwise a system limit (for SysV at least) may be exceeded.
465 .NOEXPORT: