]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/Makefile.in
Update of ORTE. Configured to compile for Linux out of box.
[orte.git] / orte / examples / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 CC = @CC@
71 CONFIG_ORTE_RT = @CONFIG_ORTE_RT@
72 DEPDIR = @DEPDIR@
73 INCLUDES = @INCLUDES@
74 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75 LINUX_AFLAGS = @LINUX_AFLAGS@
76 LINUX_ARCH = @LINUX_ARCH@
77 LINUX_ARFLAGS = @LINUX_ARFLAGS@
78 LINUX_AS = @LINUX_AS@
79 LINUX_CC = @LINUX_CC@
80 LINUX_CFLAGS = @LINUX_CFLAGS@
81 LINUX_CROSS_COMPILE = @LINUX_CROSS_COMPILE@
82 LINUX_DIR = @LINUX_DIR@
83 LINUX_KERNELRELEASE = @LINUX_KERNELRELEASE@
84 LINUX_LD = @LINUX_LD@
85 LINUX_LDFLAGS = @LINUX_LDFLAGS@
86 LINUX_MODULE_EXT = @LINUX_MODULE_EXT@
87 MAINT = @MAINT@
88 ORTE_MAJOR_VERSION = @ORTE_MAJOR_VERSION@
89 ORTE_MICRO_VERSION = @ORTE_MICRO_VERSION@
90 ORTE_MINOR_VERSION = @ORTE_MINOR_VERSION@
91 ORTE_VERSION = @ORTE_VERSION@
92 PACKAGE = @PACKAGE@
93 RANLIB = @RANLIB@
94 RTAI_CFLAGS = @RTAI_CFLAGS@
95 RTLINUX_CFLAGS = @RTLINUX_CFLAGS@
96 STRIP = @STRIP@
97 VERSION = @VERSION@
98 am__include = @am__include@
99 am__quote = @am__quote@
100 install_sh = @install_sh@
101 modulePROGRAMS_INSTALL = @modulePROGRAMS_INSTALL@
102 moduledir = @moduledir@
103
104 #
105 #  Makefile for the Ocera Real-Time Ethernet
106 #
107 #  $Id: Makefile.am,v 1.0 2003/08/04 
108 #
109 #  Uncomment and customize the following to ORTE your needs:
110 #
111 @CONFIG_ORTE_RT_TRUE@SUBDIRS = hello 
112 @CONFIG_ORTE_RT_FALSE@SUBDIRS = hello reliable ORTEPing ORTESpy
113 subdir = orte/examples
114 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
115 CONFIG_HEADER = $(top_builddir)/orte/include/config.h
116 CONFIG_CLEAN_FILES =
117 DIST_SOURCES =
118
119 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
120         uninstall-info-recursive all-recursive install-data-recursive \
121         install-exec-recursive installdirs-recursive install-recursive \
122         uninstall-recursive check-recursive installcheck-recursive
123 DIST_COMMON = Makefile.am Makefile.in
124 DIST_SUBDIRS = hello reliable ORTEPing ORTESpy
125 all: all-recursive
126
127 .SUFFIXES:
128 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
129         cd $(top_srcdir) && \
130           $(AUTOMAKE) --gnu  orte/examples/Makefile
131 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
132         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
133 uninstall-info-am:
134
135 # This directory's subdirectories are mostly independent; you can cd
136 # into them and run `make' without going through this Makefile.
137 # To change the values of `make' variables: instead of editing Makefiles,
138 # (1) if the variable is set in `config.status', edit `config.status'
139 #     (which will cause the Makefiles to be regenerated when you run `make');
140 # (2) otherwise, pass the desired values on the `make' command line.
141 $(RECURSIVE_TARGETS):
142         @set fnord $$MAKEFLAGS; amf=$$2; \
143         dot_seen=no; \
144         target=`echo $@ | sed s/-recursive//`; \
145         list='$(SUBDIRS)'; for subdir in $$list; do \
146           echo "Making $$target in $$subdir"; \
147           if test "$$subdir" = "."; then \
148             dot_seen=yes; \
149             local_target="$$target-am"; \
150           else \
151             local_target="$$target"; \
152           fi; \
153           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155         done; \
156         if test "$$dot_seen" = "no"; then \
157           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
158         fi; test -z "$$fail"
159
160 mostlyclean-recursive clean-recursive distclean-recursive \
161 maintainer-clean-recursive:
162         @set fnord $$MAKEFLAGS; amf=$$2; \
163         dot_seen=no; \
164         case "$@" in \
165           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
166           *) list='$(SUBDIRS)' ;; \
167         esac; \
168         rev=''; for subdir in $$list; do \
169           if test "$$subdir" = "."; then :; else \
170             rev="$$subdir $$rev"; \
171           fi; \
172         done; \
173         rev="$$rev ."; \
174         target=`echo $@ | sed s/-recursive//`; \
175         for subdir in $$rev; do \
176           echo "Making $$target in $$subdir"; \
177           if test "$$subdir" = "."; then \
178             local_target="$$target-am"; \
179           else \
180             local_target="$$target"; \
181           fi; \
182           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184         done && test -z "$$fail"
185 tags-recursive:
186         list='$(SUBDIRS)'; for subdir in $$list; do \
187           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188         done
189
190 ETAGS = etags
191 ETAGSFLAGS =
192
193 tags: TAGS
194
195 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
196         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
197         unique=`for i in $$list; do \
198             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199           done | \
200           $(AWK) '    { files[$$0] = 1; } \
201                END { for (i in files) print i; }'`; \
202         mkid -fID $$unique
203
204 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
205                 $(TAGS_FILES) $(LISP)
206         tags=; \
207         here=`pwd`; \
208         list='$(SUBDIRS)'; for subdir in $$list; do \
209           if test "$$subdir" = .; then :; else \
210             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
211           fi; \
212         done; \
213         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
214         unique=`for i in $$list; do \
215             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216           done | \
217           $(AWK) '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)$$tags$$unique" \
220           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
221              $$tags $$unique
222
223 GTAGS:
224         here=`$(am__cd) $(top_builddir) && pwd` \
225           && cd $(top_srcdir) \
226           && gtags -i $(GTAGS_ARGS) $$here
227
228 distclean-tags:
229         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
230 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231
232 top_distdir = ../..
233 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
234
235 distdir: $(DISTFILES)
236         @list='$(DISTFILES)'; for file in $$list; do \
237           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
238           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
239           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
240             dir="/$$dir"; \
241             $(mkinstalldirs) "$(distdir)$$dir"; \
242           else \
243             dir=''; \
244           fi; \
245           if test -d $$d/$$file; then \
246             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
247               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
248             fi; \
249             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
250           else \
251             test -f $(distdir)/$$file \
252             || cp -p $$d/$$file $(distdir)/$$file \
253             || exit 1; \
254           fi; \
255         done
256         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
257           if test "$$subdir" = .; then :; else \
258             test -d $(distdir)/$$subdir \
259             || mkdir $(distdir)/$$subdir \
260             || exit 1; \
261             (cd $$subdir && \
262               $(MAKE) $(AM_MAKEFLAGS) \
263                 top_distdir="$(top_distdir)" \
264                 distdir=../$(distdir)/$$subdir \
265                 distdir) \
266               || exit 1; \
267           fi; \
268         done
269 check-am: all-am
270 check: check-recursive
271 all-am: Makefile
272 installdirs: installdirs-recursive
273 installdirs-am:
274
275 install: install-recursive
276 install-exec: install-exec-recursive
277 install-data: install-data-recursive
278 uninstall: uninstall-recursive
279
280 install-am: all-am
281         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282
283 installcheck: installcheck-recursive
284 install-strip:
285         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286           INSTALL_STRIP_FLAG=-s \
287           `test -z '$(STRIP)' || \
288             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
289 mostlyclean-generic:
290
291 clean-generic:
292
293 distclean-generic:
294         -rm -f Makefile $(CONFIG_CLEAN_FILES)
295
296 maintainer-clean-generic:
297         @echo "This command is intended for maintainers to use"
298         @echo "it deletes files that may require special tools to rebuild."
299 clean: clean-recursive
300
301 clean-am: clean-generic mostlyclean-am
302
303 distclean: distclean-recursive
304
305 distclean-am: clean-am distclean-generic distclean-tags
306
307 dvi: dvi-recursive
308
309 dvi-am:
310
311 info: info-recursive
312
313 info-am:
314
315 install-data-am:
316
317 install-exec-am:
318
319 install-info: install-info-recursive
320
321 install-man:
322
323 installcheck-am:
324
325 maintainer-clean: maintainer-clean-recursive
326
327 maintainer-clean-am: distclean-am maintainer-clean-generic
328
329 mostlyclean: mostlyclean-recursive
330
331 mostlyclean-am: mostlyclean-generic
332
333 uninstall-am: uninstall-info-am
334
335 uninstall-info: uninstall-info-recursive
336
337 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
338         clean-generic clean-recursive distclean distclean-generic \
339         distclean-recursive distclean-tags distdir dvi dvi-am \
340         dvi-recursive info info-am info-recursive install install-am \
341         install-data install-data-am install-data-recursive \
342         install-exec install-exec-am install-exec-recursive \
343         install-info install-info-am install-info-recursive install-man \
344         install-recursive install-strip installcheck installcheck-am \
345         installdirs installdirs-am installdirs-recursive \
346         maintainer-clean maintainer-clean-generic \
347         maintainer-clean-recursive mostlyclean mostlyclean-generic \
348         mostlyclean-recursive tags tags-recursive uninstall \
349         uninstall-am uninstall-info-am uninstall-info-recursive \
350         uninstall-recursive
351
352 # Tell versions [3.59,3.63) of GNU make to not export all variables.
353 # Otherwise a system limit (for SysV at least) may be exceeded.
354 .NOEXPORT: