bfin: remove inline keyword
[xenomai-head.git] / Makefile.in
blob51766a843568c9bdc46b358572dfdee70c000e31
1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 subdir = .
55 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in $(top_srcdir)/configure
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/config/ac_prog_cc_for_build.m4 \
59 $(top_srcdir)/config/libtool.m4 \
60 $(top_srcdir)/config/ltoptions.m4 \
61 $(top_srcdir)/config/ltsugar.m4 \
62 $(top_srcdir)/config/ltversion.m4 \
63 $(top_srcdir)/config/lt~obsolete.m4 \
64 $(top_srcdir)/config/version $(top_srcdir)/configure.in
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_HEADER = $(top_builddir)/src/include/xeno_config.h
71 CONFIG_CLEAN_FILES = src/include/asm/xenomai
72 CONFIG_CLEAN_VPATH_FILES =
73 SOURCES =
74 DIST_SOURCES =
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
79 install-pdf-recursive install-ps-recursive install-recursive \
80 installcheck-recursive installdirs-recursive pdf-recursive \
81 ps-recursive uninstall-recursive
82 am__can_run_installinfo = \
83 case $$AM_UPDATE_INFO_DIR in \
84 n|no|NO) false;; \
85 *) (install-info --version) >/dev/null 2>&1;; \
86 esac
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88 distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91 distdir dist dist-all distcheck
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = $(SUBDIRS)
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 distdir = $(PACKAGE)-$(VERSION)
97 top_distdir = $(distdir)
98 am__remove_distdir = \
99 if test -d "$(distdir)"; then \
100 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101 && rm -rf "$(distdir)" \
102 || { sleep 5 && rm -rf "$(distdir)"; }; \
103 else :; fi
104 am__relativize = \
105 dir0=`pwd`; \
106 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107 sed_rest='s,^[^/]*/*,,'; \
108 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109 sed_butlast='s,/*[^/]*$$,,'; \
110 while test -n "$$dir1"; do \
111 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112 if test "$$first" != "."; then \
113 if test "$$first" = ".."; then \
114 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116 else \
117 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118 if test "$$first2" = "$$first"; then \
119 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120 else \
121 dir2="../$$dir2"; \
122 fi; \
123 dir0="$$dir0"/"$$first"; \
124 fi; \
125 fi; \
126 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127 done; \
128 reldir="$$dir2"
129 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
130 GZIP_ENV = --best
131 distuninstallcheck_listfiles = find . -type f -print
132 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
133 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
134 distcleancheck_listfiles = find . -type f -print
135 A2X = @A2X@
136 ACLOCAL = @ACLOCAL@
137 AMTAR = @AMTAR@
138 AR = @AR@
139 ASCIIDOC = @ASCIIDOC@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 BUILD_EXEEXT = @BUILD_EXEEXT@
145 BUILD_OBJEXT = @BUILD_OBJEXT@
146 CC = @CC@
147 CCAS = @CCAS@
148 CCASDEPMODE = @CCASDEPMODE@
149 CCASFLAGS = @CCASFLAGS@
150 CCDEPMODE = @CCDEPMODE@
151 CC_FOR_BUILD = @CC_FOR_BUILD@
152 CFLAGS = @CFLAGS@
153 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
154 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
158 CPP_FOR_BUILD = @CPP_FOR_BUILD@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DOXYGEN = @DOXYGEN@
164 DOXYGEN_HAVE_DOT = @DOXYGEN_HAVE_DOT@
165 DOXYGEN_SHOW_INCLUDE_FILES = @DOXYGEN_SHOW_INCLUDE_FILES@
166 DSYMUTIL = @DSYMUTIL@
167 DUMPBIN = @DUMPBIN@
168 ECHO_C = @ECHO_C@
169 ECHO_N = @ECHO_N@
170 ECHO_T = @ECHO_T@
171 EGREP = @EGREP@
172 EXEEXT = @EXEEXT@
173 FGREP = @FGREP@
174 GREP = @GREP@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 LATEX_BATCHMODE = @LATEX_BATCHMODE@
181 LATEX_MODE = @LATEX_MODE@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LD_FILE_OPTION = @LD_FILE_OPTION@
185 LEX = @LEX@
186 LEXLIB = @LEXLIB@
187 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
188 LIBOBJS = @LIBOBJS@
189 LIBS = @LIBS@
190 LIBTOOL = @LIBTOOL@
191 LIPO = @LIPO@
192 LN_S = @LN_S@
193 LTLIBOBJS = @LTLIBOBJS@
194 MAINT = @MAINT@
195 MAKEINFO = @MAKEINFO@
196 MANIFEST_TOOL = @MANIFEST_TOOL@
197 MKDIR_P = @MKDIR_P@
198 NM = @NM@
199 NMEDIT = @NMEDIT@
200 OBJDUMP = @OBJDUMP@
201 OBJEXT = @OBJEXT@
202 OTOOL = @OTOOL@
203 OTOOL64 = @OTOOL64@
204 PACKAGE = @PACKAGE@
205 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206 PACKAGE_NAME = @PACKAGE_NAME@
207 PACKAGE_STRING = @PACKAGE_STRING@
208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 RANLIB = @RANLIB@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 VERSION = @VERSION@
218 W3M = @W3M@
219 XENO_BUILD_STRING = @XENO_BUILD_STRING@
220 XENO_DLOPEN_CONSTRAINT = @XENO_DLOPEN_CONSTRAINT@
221 XENO_HOST_STRING = @XENO_HOST_STRING@
222 XENO_LIB_CFLAGS = @XENO_LIB_CFLAGS@
223 XENO_LIB_LDFLAGS = @XENO_LIB_LDFLAGS@
224 XENO_MAYBE_DOCDIR = @XENO_MAYBE_DOCDIR@
225 XENO_POSIX_WRAPPERS = @XENO_POSIX_WRAPPERS@
226 XENO_TARGET_ARCH = @XENO_TARGET_ARCH@
227 XENO_TEST_DIR = @XENO_TEST_DIR@
228 XENO_USER_APP_CFLAGS = @XENO_USER_APP_CFLAGS@
229 XENO_USER_APP_LDFLAGS = @XENO_USER_APP_LDFLAGS@
230 XENO_USER_CFLAGS = @XENO_USER_CFLAGS@
231 XENO_USER_LDFLAGS = @XENO_USER_LDFLAGS@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_AR = @ac_ct_AR@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 exec_prefix = @exec_prefix@
257 host = @host@
258 host_alias = @host_alias@
259 host_cpu = @host_cpu@
260 host_os = @host_os@
261 host_vendor = @host_vendor@
262 htmldir = @htmldir@
263 includedir = @includedir@
264 infodir = @infodir@
265 install_sh = @install_sh@
266 libdir = @libdir@
267 libexecdir = @libexecdir@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 mandir = @mandir@
271 mkdir_p = @mkdir_p@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target = @target@
282 target_alias = @target_alias@
283 target_cpu = @target_cpu@
284 target_os = @target_os@
285 target_vendor = @target_vendor@
286 top_build_prefix = @top_build_prefix@
287 top_builddir = @top_builddir@
288 top_srcdir = @top_srcdir@
289 ACLOCAL_AMFLAGS = -I config
290 SUDO = sudo
291 SUBDIRS = src include config @XENO_MAYBE_DOCDIR@ scripts
292 EXTRA_DIST = CREDITS README.INSTALL TROUBLESHOOTING ksrc examples debian
293 all: all-recursive
295 .SUFFIXES:
296 am--refresh: Makefile
298 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
299 @for dep in $?; do \
300 case '$(am__configure_deps)' in \
301 *$$dep*) \
302 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
303 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
304 && exit 0; \
305 exit 1;; \
306 esac; \
307 done; \
308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
309 $(am__cd) $(top_srcdir) && \
310 $(AUTOMAKE) --foreign Makefile
311 .PRECIOUS: Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313 @case '$?' in \
314 *config.status*) \
315 echo ' $(SHELL) ./config.status'; \
316 $(SHELL) ./config.status;; \
317 *) \
318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
319 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
320 esac;
322 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323 $(SHELL) ./config.status --recheck
325 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326 $(am__cd) $(srcdir) && $(AUTOCONF)
327 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
329 $(am__aclocal_m4_deps):
331 mostlyclean-libtool:
332 -rm -f *.lo
334 clean-libtool:
335 -rm -rf .libs _libs
337 distclean-libtool:
338 -rm -f libtool config.lt
340 # This directory's subdirectories are mostly independent; you can cd
341 # into them and run `make' without going through this Makefile.
342 # To change the values of `make' variables: instead of editing Makefiles,
343 # (1) if the variable is set in `config.status', edit `config.status'
344 # (which will cause the Makefiles to be regenerated when you run `make');
345 # (2) otherwise, pass the desired values on the `make' command line.
346 $(RECURSIVE_TARGETS):
347 @fail= failcom='exit 1'; \
348 for f in x $$MAKEFLAGS; do \
349 case $$f in \
350 *=* | --[!k]*);; \
351 *k*) failcom='fail=yes';; \
352 esac; \
353 done; \
354 dot_seen=no; \
355 target=`echo $@ | sed s/-recursive//`; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 echo "Making $$target in $$subdir"; \
358 if test "$$subdir" = "."; then \
359 dot_seen=yes; \
360 local_target="$$target-am"; \
361 else \
362 local_target="$$target"; \
363 fi; \
364 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 || eval $$failcom; \
366 done; \
367 if test "$$dot_seen" = "no"; then \
368 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369 fi; test -z "$$fail"
371 $(RECURSIVE_CLEAN_TARGETS):
372 @fail= failcom='exit 1'; \
373 for f in x $$MAKEFLAGS; do \
374 case $$f in \
375 *=* | --[!k]*);; \
376 *k*) failcom='fail=yes';; \
377 esac; \
378 done; \
379 dot_seen=no; \
380 case "$@" in \
381 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382 *) list='$(SUBDIRS)' ;; \
383 esac; \
384 rev=''; for subdir in $$list; do \
385 if test "$$subdir" = "."; then :; else \
386 rev="$$subdir $$rev"; \
387 fi; \
388 done; \
389 rev="$$rev ."; \
390 target=`echo $@ | sed s/-recursive//`; \
391 for subdir in $$rev; do \
392 echo "Making $$target in $$subdir"; \
393 if test "$$subdir" = "."; then \
394 local_target="$$target-am"; \
395 else \
396 local_target="$$target"; \
397 fi; \
398 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399 || eval $$failcom; \
400 done && test -z "$$fail"
401 tags-recursive:
402 list='$(SUBDIRS)'; for subdir in $$list; do \
403 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404 done
405 ctags-recursive:
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408 done
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412 unique=`for i in $$list; do \
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 done | \
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416 END { if (nonempty) { for (i in files) print i; }; }'`; \
417 mkid -fID $$unique
418 tags: TAGS
420 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
421 $(TAGS_FILES) $(LISP)
422 set x; \
423 here=`pwd`; \
424 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425 include_option=--etags-include; \
426 empty_fix=.; \
427 else \
428 include_option=--include; \
429 empty_fix=; \
430 fi; \
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 test ! -f $$subdir/TAGS || \
434 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435 fi; \
436 done; \
437 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438 unique=`for i in $$list; do \
439 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440 done | \
441 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442 END { if (nonempty) { for (i in files) print i; }; }'`; \
443 shift; \
444 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445 test -n "$$unique" || unique=$$empty_fix; \
446 if test $$# -gt 0; then \
447 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448 "$$@" $$unique; \
449 else \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 $$unique; \
452 fi; \
454 ctags: CTAGS
455 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
456 $(TAGS_FILES) $(LISP)
457 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458 unique=`for i in $$list; do \
459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460 done | \
461 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462 END { if (nonempty) { for (i in files) print i; }; }'`; \
463 test -z "$(CTAGS_ARGS)$$unique" \
464 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465 $$unique
467 GTAGS:
468 here=`$(am__cd) $(top_builddir) && pwd` \
469 && $(am__cd) $(top_srcdir) \
470 && gtags -i $(GTAGS_ARGS) "$$here"
472 distclean-tags:
473 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475 distdir: $(DISTFILES)
476 $(am__remove_distdir)
477 test -d "$(distdir)" || mkdir "$(distdir)"
478 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 list='$(DISTFILES)'; \
481 dist_files=`for file in $$list; do echo $$file; done | \
482 sed -e "s|^$$srcdirstrip/||;t" \
483 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484 case $$dist_files in \
485 */*) $(MKDIR_P) `echo "$$dist_files" | \
486 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487 sort -u` ;; \
488 esac; \
489 for file in $$dist_files; do \
490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491 if test -d $$d/$$file; then \
492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493 if test -d "$(distdir)/$$file"; then \
494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495 fi; \
496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 fi; \
500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501 else \
502 test -f "$(distdir)/$$file" \
503 || cp -p $$d/$$file "$(distdir)/$$file" \
504 || exit 1; \
505 fi; \
506 done
507 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508 if test "$$subdir" = .; then :; else \
509 $(am__make_dryrun) \
510 || test -d "$(distdir)/$$subdir" \
511 || $(MKDIR_P) "$(distdir)/$$subdir" \
512 || exit 1; \
513 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
514 $(am__relativize); \
515 new_distdir=$$reldir; \
516 dir1=$$subdir; dir2="$(top_distdir)"; \
517 $(am__relativize); \
518 new_top_distdir=$$reldir; \
519 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
520 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
521 ($(am__cd) $$subdir && \
522 $(MAKE) $(AM_MAKEFLAGS) \
523 top_distdir="$$new_top_distdir" \
524 distdir="$$new_distdir" \
525 am__remove_distdir=: \
526 am__skip_length_check=: \
527 am__skip_mode_fix=: \
528 distdir) \
529 || exit 1; \
530 fi; \
531 done
532 $(MAKE) $(AM_MAKEFLAGS) \
533 top_distdir="$(top_distdir)" distdir="$(distdir)" \
534 dist-hook
535 -test -n "$(am__skip_mode_fix)" \
536 || find "$(distdir)" -type d ! -perm -755 \
537 -exec chmod u+rwx,go+rx {} \; -o \
538 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
539 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
540 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
541 || chmod -R a+r "$(distdir)"
542 dist-gzip: distdir
543 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544 $(am__remove_distdir)
545 dist-bzip2: distdir
546 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
547 $(am__remove_distdir)
549 dist-lzip: distdir
550 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
551 $(am__remove_distdir)
553 dist-lzma: distdir
554 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
555 $(am__remove_distdir)
557 dist-xz: distdir
558 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
559 $(am__remove_distdir)
561 dist-tarZ: distdir
562 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
563 $(am__remove_distdir)
565 dist-shar: distdir
566 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
567 $(am__remove_distdir)
569 dist-zip: distdir
570 -rm -f $(distdir).zip
571 zip -rq $(distdir).zip $(distdir)
572 $(am__remove_distdir)
574 dist dist-all: distdir
575 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
576 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
577 $(am__remove_distdir)
579 # This target untars the dist file and tries a VPATH configuration. Then
580 # it guarantees that the distribution is self-contained by making another
581 # tarfile.
582 distcheck: dist
583 case '$(DIST_ARCHIVES)' in \
584 *.tar.gz*) \
585 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
586 *.tar.bz2*) \
587 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
588 *.tar.lzma*) \
589 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
590 *.tar.lz*) \
591 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
592 *.tar.xz*) \
593 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
594 *.tar.Z*) \
595 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
596 *.shar.gz*) \
597 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
598 *.zip*) \
599 unzip $(distdir).zip ;;\
600 esac
601 chmod -R a-w $(distdir); chmod a+w $(distdir)
602 mkdir $(distdir)/_build
603 mkdir $(distdir)/_inst
604 chmod a-w $(distdir)
605 test -d $(distdir)/_build || exit 0; \
606 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
607 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
608 && am__cwd=`pwd` \
609 && $(am__cd) $(distdir)/_build \
610 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
611 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
612 $(DISTCHECK_CONFIGURE_FLAGS) \
613 && $(MAKE) $(AM_MAKEFLAGS) \
614 && $(MAKE) $(AM_MAKEFLAGS) dvi \
615 && $(MAKE) $(AM_MAKEFLAGS) check \
616 && $(MAKE) $(AM_MAKEFLAGS) install \
617 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
618 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
619 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
620 distuninstallcheck \
621 && chmod -R a-w "$$dc_install_base" \
622 && ({ \
623 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
624 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
625 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
626 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
627 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
628 } || { rm -rf "$$dc_destdir"; exit 1; }) \
629 && rm -rf "$$dc_destdir" \
630 && $(MAKE) $(AM_MAKEFLAGS) dist \
631 && rm -rf $(DIST_ARCHIVES) \
632 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
633 && cd "$$am__cwd" \
634 || exit 1
635 $(am__remove_distdir)
636 @(echo "$(distdir) archives ready for distribution: "; \
637 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
638 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
639 distuninstallcheck:
640 @test -n '$(distuninstallcheck_dir)' || { \
641 echo 'ERROR: trying to run $@ with an empty' \
642 '$$(distuninstallcheck_dir)' >&2; \
643 exit 1; \
644 }; \
645 $(am__cd) '$(distuninstallcheck_dir)' || { \
646 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
647 exit 1; \
648 }; \
649 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
650 || { echo "ERROR: files left after uninstall:" ; \
651 if test -n "$(DESTDIR)"; then \
652 echo " (check DESTDIR support)"; \
653 fi ; \
654 $(distuninstallcheck_listfiles) ; \
655 exit 1; } >&2
656 distcleancheck: distclean
657 @if test '$(srcdir)' = . ; then \
658 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
659 exit 1 ; \
661 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
662 || { echo "ERROR: files left in build directory after distclean:" ; \
663 $(distcleancheck_listfiles) ; \
664 exit 1; } >&2
665 check-am: all-am
666 check: check-recursive
667 all-am: Makefile
668 installdirs: installdirs-recursive
669 installdirs-am:
670 install: install-recursive
671 install-exec: install-exec-recursive
672 install-data: install-data-recursive
673 uninstall: uninstall-recursive
675 install-am: all-am
676 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678 installcheck: installcheck-recursive
679 install-strip:
680 if test -z '$(STRIP)'; then \
681 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
682 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
683 install; \
684 else \
685 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689 mostlyclean-generic:
691 clean-generic:
693 distclean-generic:
694 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
695 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697 maintainer-clean-generic:
698 @echo "This command is intended for maintainers to use"
699 @echo "it deletes files that may require special tools to rebuild."
700 clean: clean-recursive
702 clean-am: clean-generic clean-libtool mostlyclean-am
704 distclean: distclean-recursive
705 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
706 -rm -f Makefile
707 distclean-am: clean-am distclean-generic distclean-libtool \
708 distclean-tags
710 dvi: dvi-recursive
712 dvi-am:
714 html: html-recursive
716 html-am:
718 info: info-recursive
720 info-am:
722 install-data-am:
724 install-dvi: install-dvi-recursive
726 install-dvi-am:
728 install-exec-am: install-exec-local
730 install-html: install-html-recursive
732 install-html-am:
734 install-info: install-info-recursive
736 install-info-am:
738 install-man:
740 install-pdf: install-pdf-recursive
742 install-pdf-am:
744 install-ps: install-ps-recursive
746 install-ps-am:
748 installcheck-am:
750 maintainer-clean: maintainer-clean-recursive
751 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
752 -rm -rf $(top_srcdir)/autom4te.cache
753 -rm -f Makefile
754 maintainer-clean-am: distclean-am maintainer-clean-generic
756 mostlyclean: mostlyclean-recursive
758 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
760 pdf: pdf-recursive
762 pdf-am:
764 ps: ps-recursive
766 ps-am:
768 uninstall-am:
770 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
771 install-am install-strip tags-recursive
773 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
774 all all-am am--refresh check check-am clean clean-generic \
775 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
776 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
777 dist-xz dist-zip distcheck distclean distclean-generic \
778 distclean-libtool distclean-tags distcleancheck distdir \
779 distuninstallcheck dvi dvi-am html html-am info info-am \
780 install install-am install-data install-data-am install-dvi \
781 install-dvi-am install-exec install-exec-am install-exec-local \
782 install-html install-html-am install-info install-info-am \
783 install-man install-pdf install-pdf-am install-ps \
784 install-ps-am install-strip installcheck installcheck-am \
785 installdirs installdirs-am maintainer-clean \
786 maintainer-clean-generic mostlyclean mostlyclean-generic \
787 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
788 uninstall uninstall-am
791 dist-hook:
792 rm -fr `find $(distdir) -name '.svn' -o -name CVS -o -name '.#*' \
793 -o -name '*~' -o -name autom4te.cache`
794 test -e $(srcdir)/doc || rm -rf $(distdir)/doc
796 dev devices:
797 @$(mkinstalldirs) $(DESTDIR)/dev; \
798 if test x`id -u` = x0; then \
799 sudo= ; \
800 else if test \! "x`type $(SUDO)`" = x ; then \
801 echo "sudo found (sudo is $(SUDO)), testing it..." ; \
802 $(SUDO) sh -c "( mknod $(DESTDIR)/dev/dummy c 150 0 && rm -f $(DESTDIR)/dev/dummy )" && \
803 sudo="$(SUDO)" || { \
804 echo '*** Warning: you are not super-user and sudo does not work, real-time devices' ; \
805 echo '*** nodes will not be created.' ; \
806 echo '*** If you do not create these devices by hand, Xenomai test programs will not' ; \
807 echo '*** work.' ; \
808 echo '*** To create these devices please run "make devices" with super-user' ; \
809 echo '*** privileges.' ; \
810 exit 0 ; } ; \
811 echo 'sudo is working.' ; \
812 fi ; \
813 fi ; \
814 if test -r $(DESTDIR)/etc/udev/udev.rules ; then \
815 for f in $(srcdir)/ksrc/nucleus/udev/*.rules ; do \
816 b=`basename $$f` ; \
817 grep -q Xenomai:`basename $$b .rules` $(DESTDIR)/etc/udev/udev.rules || \
818 $$sudo sh -c "( echo ; cat $$f ) >> $(DESTDIR)/etc/udev/udev.rules" ; \
819 done ; \
820 else if test -d $(DESTDIR)/etc/udev/rules.d ; then \
821 for f in $(srcdir)/ksrc/nucleus/udev/*.rules ; do \
822 $$sudo cp $$f $(DESTDIR)/etc/udev/rules.d/ ; \
823 done ; \
824 fi ; \
825 fi ; \
826 for n in `seq 0 31` ; do \
827 f="$(DESTDIR)/dev/rtp$$n" ; \
828 if test \! -c $$f ; then \
829 $$sudo mknod -m 666 $$f c 150 $$n ; \
830 fi ; \
831 done ; \
832 if test \! -c $(DESTDIR)/dev/rtheap ; then \
833 $$sudo mknod -m 666 $(DESTDIR)/dev/rtheap c 10 254 ; \
836 install-exec-local: devices
838 install-user:
839 $(MAKE) SUDO=false install
841 # Tell versions [3.59,3.63) of GNU make to not export all variables.
842 # Otherwise a system limit (for SysV at least) may be exceeded.
843 .NOEXPORT: