]> rtime.felk.cvut.cz Git - orte.git/blob - Makefile.in
70801551c37efb41d05e29e975a199bb8b9dc1cf
[orte.git] / 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 DEPDIR = @DEPDIR@
72 INCLUDES = @INCLUDES@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 LINUX_AFLAGS = @LINUX_AFLAGS@
75 LINUX_ARCH = @LINUX_ARCH@
76 LINUX_ARFLAGS = @LINUX_ARFLAGS@
77 LINUX_AS = @LINUX_AS@
78 LINUX_CC = @LINUX_CC@
79 LINUX_CFLAGS = @LINUX_CFLAGS@
80 LINUX_CROSS_COMPILE = @LINUX_CROSS_COMPILE@
81 LINUX_DIR = @LINUX_DIR@
82 LINUX_KERNELRELEASE = @LINUX_KERNELRELEASE@
83 LINUX_LD = @LINUX_LD@
84 LINUX_LDFLAGS = @LINUX_LDFLAGS@
85 LINUX_MODULE_EXT = @LINUX_MODULE_EXT@
86 MAINT = @MAINT@
87 ORTE_MAJOR_VERSION = @ORTE_MAJOR_VERSION@
88 ORTE_MICRO_VERSION = @ORTE_MICRO_VERSION@
89 ORTE_MINOR_VERSION = @ORTE_MINOR_VERSION@
90 ORTE_VERSION = @ORTE_VERSION@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 RTAI_CFLAGS = @RTAI_CFLAGS@
94 RTLINUX_CFLAGS = @RTLINUX_CFLAGS@
95 STRIP = @STRIP@
96 VERSION = @VERSION@
97 am__include = @am__include@
98 am__quote = @am__quote@
99 install_sh = @install_sh@
100 modulePROGRAMS_INSTALL = @modulePROGRAMS_INSTALL@
101 moduledir = @moduledir@
102
103 #
104 #  Makefile for the Ocera Real-Time Ethernet
105 #
106 #  $Id: Makefile.am,v 1.0 2003/08/04 
107 #
108 AUTOMAKE_OPTIONS = foreign
109
110 @USE_RTLINUX_TRUE@SUBDIRS = orte RTL_UDP
111 @USE_RTLINUX_FALSE@SUBDIRS = orte 
112
113 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO orte.kdevelop
114
115 ACLOCAL_AMFLAGS = -I admin
116 subdir = .
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
119 CONFIG_HEADER = $(top_builddir)/orte/include/config.h
120 CONFIG_CLEAN_FILES = modtool
121 DIST_SOURCES =
122
123 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
124         uninstall-info-recursive all-recursive install-data-recursive \
125         install-exec-recursive installdirs-recursive install-recursive \
126         uninstall-recursive check-recursive installcheck-recursive
127 DIST_COMMON = ./orte/include/config.h.in Makefile.am Makefile.in \
128         aclocal.m4 admin/compile admin/config.guess admin/config.sub \
129         admin/depcomp admin/install-sh admin/ltconfig admin/ltmain.sh \
130         admin/missing admin/mkinstalldirs configure configure.in \
131         modtool.in
132 DIST_SUBDIRS = orte RTL_UDP
133 all: all-recursive
134
135 .SUFFIXES:
136
137 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
138  configure.lineno
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
140         cd $(top_srcdir) && \
141           $(AUTOMAKE) --foreign  Makefile
142 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
143         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
144
145 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
146         $(SHELL) ./config.status --recheck
147 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
148         cd $(srcdir) && $(AUTOCONF)
149
150 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in admin/linux.m4
151         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
152
153 orte/include/config.h: orte/include/stamp-h1
154         @if test ! -f $@; then \
155           rm -f orte/include/stamp-h1; \
156           $(MAKE) orte/include/stamp-h1; \
157         else :; fi
158
159 orte/include/stamp-h1: $(srcdir)/./orte/include/config.h.in $(top_builddir)/config.status
160         @rm -f orte/include/stamp-h1
161         cd $(top_builddir) && $(SHELL) ./config.status orte/include/config.h
162
163 $(srcdir)/./orte/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
164         cd $(top_srcdir) && $(AUTOHEADER)
165         touch $(srcdir)/./orte/include/config.h.in
166
167 distclean-hdr:
168         -rm -f orte/include/config.h orte/include/stamp-h1
169 modtool: $(top_builddir)/config.status modtool.in
170         cd $(top_builddir) && $(SHELL) ./config.status $@
171 uninstall-info-am:
172
173 # This directory's subdirectories are mostly independent; you can cd
174 # into them and run `make' without going through this Makefile.
175 # To change the values of `make' variables: instead of editing Makefiles,
176 # (1) if the variable is set in `config.status', edit `config.status'
177 #     (which will cause the Makefiles to be regenerated when you run `make');
178 # (2) otherwise, pass the desired values on the `make' command line.
179 $(RECURSIVE_TARGETS):
180         @set fnord $$MAKEFLAGS; amf=$$2; \
181         dot_seen=no; \
182         target=`echo $@ | sed s/-recursive//`; \
183         list='$(SUBDIRS)'; for subdir in $$list; do \
184           echo "Making $$target in $$subdir"; \
185           if test "$$subdir" = "."; then \
186             dot_seen=yes; \
187             local_target="$$target-am"; \
188           else \
189             local_target="$$target"; \
190           fi; \
191           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193         done; \
194         if test "$$dot_seen" = "no"; then \
195           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
196         fi; test -z "$$fail"
197
198 mostlyclean-recursive clean-recursive distclean-recursive \
199 maintainer-clean-recursive:
200         @set fnord $$MAKEFLAGS; amf=$$2; \
201         dot_seen=no; \
202         case "$@" in \
203           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
204           *) list='$(SUBDIRS)' ;; \
205         esac; \
206         rev=''; for subdir in $$list; do \
207           if test "$$subdir" = "."; then :; else \
208             rev="$$subdir $$rev"; \
209           fi; \
210         done; \
211         rev="$$rev ."; \
212         target=`echo $@ | sed s/-recursive//`; \
213         for subdir in $$rev; do \
214           echo "Making $$target in $$subdir"; \
215           if test "$$subdir" = "."; then \
216             local_target="$$target-am"; \
217           else \
218             local_target="$$target"; \
219           fi; \
220           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
221            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222         done && test -z "$$fail"
223 tags-recursive:
224         list='$(SUBDIRS)'; for subdir in $$list; do \
225           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
226         done
227
228 ETAGS = etags
229 ETAGSFLAGS =
230
231 tags: TAGS
232
233 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
234         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
235         unique=`for i in $$list; do \
236             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237           done | \
238           $(AWK) '    { files[$$0] = 1; } \
239                END { for (i in files) print i; }'`; \
240         mkid -fID $$unique
241
242 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
243                 $(TAGS_FILES) $(LISP)
244         tags=; \
245         here=`pwd`; \
246         list='$(SUBDIRS)'; for subdir in $$list; do \
247           if test "$$subdir" = .; then :; else \
248             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
249           fi; \
250         done; \
251         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
252         unique=`for i in $$list; do \
253             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254           done | \
255           $(AWK) '    { files[$$0] = 1; } \
256                END { for (i in files) print i; }'`; \
257         test -z "$(ETAGS_ARGS)$$tags$$unique" \
258           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
259              $$tags $$unique
260
261 GTAGS:
262         here=`$(am__cd) $(top_builddir) && pwd` \
263           && cd $(top_srcdir) \
264           && gtags -i $(GTAGS_ARGS) $$here
265
266 distclean-tags:
267         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
268 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
269
270 top_distdir = .
271 distdir = $(PACKAGE)-$(VERSION)
272
273 am__remove_distdir = \
274   { test ! -d $(distdir) \
275     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
276          && rm -fr $(distdir); }; }
277
278 GZIP_ENV = --best
279 distcleancheck_listfiles = find . -type f -print
280
281 distdir: $(DISTFILES)
282         $(am__remove_distdir)
283         mkdir $(distdir)
284         $(mkinstalldirs) $(distdir)/. $(distdir)/./orte/include $(distdir)/admin
285         @list='$(DISTFILES)'; for file in $$list; do \
286           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
288           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
289             dir="/$$dir"; \
290             $(mkinstalldirs) "$(distdir)$$dir"; \
291           else \
292             dir=''; \
293           fi; \
294           if test -d $$d/$$file; then \
295             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
296               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
297             fi; \
298             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
299           else \
300             test -f $(distdir)/$$file \
301             || cp -p $$d/$$file $(distdir)/$$file \
302             || exit 1; \
303           fi; \
304         done
305         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
306           if test "$$subdir" = .; then :; else \
307             test -d $(distdir)/$$subdir \
308             || mkdir $(distdir)/$$subdir \
309             || exit 1; \
310             (cd $$subdir && \
311               $(MAKE) $(AM_MAKEFLAGS) \
312                 top_distdir="$(top_distdir)" \
313                 distdir=../$(distdir)/$$subdir \
314                 distdir) \
315               || exit 1; \
316           fi; \
317         done
318         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
319           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
320           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
321           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
322         || chmod -R a+r $(distdir)
323 dist-gzip: distdir
324         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
325         $(am__remove_distdir)
326
327 dist dist-all: distdir
328         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
329         $(am__remove_distdir)
330
331 # This target untars the dist file and tries a VPATH configuration.  Then
332 # it guarantees that the distribution is self-contained by making another
333 # tarfile.
334 distcheck: dist
335         $(am__remove_distdir)
336         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
337         chmod -R a-w $(distdir); chmod a+w $(distdir)
338         mkdir $(distdir)/=build
339         mkdir $(distdir)/=inst
340         chmod a-w $(distdir)
341         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
342           && cd $(distdir)/=build \
343           && ../configure --srcdir=.. --prefix=$$dc_install_base \
344             $(DISTCHECK_CONFIGURE_FLAGS) \
345           && $(MAKE) $(AM_MAKEFLAGS) \
346           && $(MAKE) $(AM_MAKEFLAGS) dvi \
347           && $(MAKE) $(AM_MAKEFLAGS) check \
348           && $(MAKE) $(AM_MAKEFLAGS) install \
349           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
350           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
351           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
352               || { echo "ERROR: files left after uninstall:" ; \
353                    find $$dc_install_base -type f -print ; \
354                    exit 1; } >&2 ) \
355           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
356           && rm -f $(distdir).tar.gz \
357           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
358         $(am__remove_distdir)
359         @echo "$(distdir).tar.gz is ready for distribution" | \
360           sed 'h;s/./=/g;p;x;p;x'
361 distcleancheck: distclean
362         if test '$(srcdir)' = . ; then \
363           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
364           exit 1 ; \
365         fi
366         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
367           || { echo "ERROR: files left after distclean:" ; \
368                $(distcleancheck_listfiles) ; \
369                exit 1; } >&2
370 check-am: all-am
371 check: check-recursive
372 all-am: Makefile
373 installdirs: installdirs-recursive
374 installdirs-am:
375
376 install: install-recursive
377 install-exec: install-exec-recursive
378 install-data: install-data-recursive
379 uninstall: uninstall-recursive
380
381 install-am: all-am
382         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
384 installcheck: installcheck-recursive
385 install-strip:
386         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
387           INSTALL_STRIP_FLAG=-s \
388           `test -z '$(STRIP)' || \
389             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
390 mostlyclean-generic:
391
392 clean-generic:
393
394 distclean-generic:
395         -rm -f Makefile $(CONFIG_CLEAN_FILES)
396
397 maintainer-clean-generic:
398         @echo "This command is intended for maintainers to use"
399         @echo "it deletes files that may require special tools to rebuild."
400 clean: clean-recursive
401
402 clean-am: clean-generic mostlyclean-am
403
404 distclean: distclean-recursive
405         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
406 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
407
408 dvi: dvi-recursive
409
410 dvi-am:
411
412 info: info-recursive
413
414 info-am:
415
416 install-data-am:
417
418 install-exec-am:
419
420 install-info: install-info-recursive
421
422 install-man:
423
424 installcheck-am:
425
426 maintainer-clean: maintainer-clean-recursive
427         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
428         -rm -rf autom4te.cache
429 maintainer-clean-am: distclean-am maintainer-clean-generic
430
431 mostlyclean: mostlyclean-recursive
432
433 mostlyclean-am: mostlyclean-generic
434
435 uninstall-am: uninstall-info-am
436
437 uninstall-info: uninstall-info-recursive
438
439 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
440         clean-generic clean-recursive dist dist-all dist-gzip distcheck \
441         distclean distclean-generic distclean-hdr distclean-recursive \
442         distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
443         info info-am info-recursive install install-am install-data \
444         install-data-am install-data-recursive install-exec \
445         install-exec-am install-exec-recursive install-info \
446         install-info-am install-info-recursive install-man \
447         install-recursive install-strip installcheck installcheck-am \
448         installdirs installdirs-am installdirs-recursive \
449         maintainer-clean maintainer-clean-generic \
450         maintainer-clean-recursive mostlyclean mostlyclean-generic \
451         mostlyclean-recursive tags tags-recursive uninstall \
452         uninstall-am uninstall-info-am uninstall-info-recursive \
453         uninstall-recursive
454
455 # Tell versions [3.59,3.63) of GNU make to not export all variables.
456 # Otherwise a system limit (for SysV at least) may be exceeded.
457 .NOEXPORT: