bfin: remove inline keyword
[xenomai-head.git] / include / Makefile.in
blobb8b5dc68cfa9564ddc514fc878bf749b6d6e18f3
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@
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 target_triplet = @target@
55 subdir = include
56 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
57 $(srcdir)/Makefile.in COPYING
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/config/ac_prog_cc_for_build.m4 \
60 $(top_srcdir)/config/libtool.m4 \
61 $(top_srcdir)/config/ltoptions.m4 \
62 $(top_srcdir)/config/ltsugar.m4 \
63 $(top_srcdir)/config/ltversion.m4 \
64 $(top_srcdir)/config/lt~obsolete.m4 \
65 $(top_srcdir)/config/version $(top_srcdir)/configure.in
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_HEADER = $(top_builddir)/src/include/xeno_config.h
70 CONFIG_CLEAN_FILES =
71 CONFIG_CLEAN_VPATH_FILES =
72 SOURCES =
73 DIST_SOURCES =
74 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75 html-recursive info-recursive install-data-recursive \
76 install-dvi-recursive install-exec-recursive \
77 install-html-recursive install-info-recursive \
78 install-pdf-recursive install-ps-recursive install-recursive \
79 installcheck-recursive installdirs-recursive pdf-recursive \
80 ps-recursive uninstall-recursive
81 am__can_run_installinfo = \
82 case $$AM_UPDATE_INFO_DIR in \
83 n|no|NO) false;; \
84 *) (install-info --version) >/dev/null 2>&1;; \
85 esac
86 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87 am__vpath_adj = case $$p in \
88 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89 *) f=$$p;; \
90 esac;
91 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92 am__install_max = 40
93 am__nobase_strip_setup = \
94 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95 am__nobase_strip = \
96 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97 am__nobase_list = $(am__nobase_strip_setup); \
98 for p in $$list; do echo "$$p $$p"; done | \
99 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101 if (++n[$$2] == $(am__install_max)) \
102 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103 END { for (dir in files) print dir, files[dir] }'
104 am__base_list = \
105 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107 am__uninstall_files_from_dir = { \
108 test -z "$$files" \
109 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111 $(am__cd) "$$dir" && rm -f $$files; }; \
113 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
114 HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116 distclean-recursive maintainer-clean-recursive
117 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
118 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
119 distdir
120 ETAGS = etags
121 CTAGS = ctags
122 DIST_SUBDIRS = $(SUBDIRS)
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 am__relativize = \
125 dir0=`pwd`; \
126 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127 sed_rest='s,^[^/]*/*,,'; \
128 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
129 sed_butlast='s,/*[^/]*$$,,'; \
130 while test -n "$$dir1"; do \
131 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
132 if test "$$first" != "."; then \
133 if test "$$first" = ".."; then \
134 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
135 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
136 else \
137 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
138 if test "$$first2" = "$$first"; then \
139 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
140 else \
141 dir2="../$$dir2"; \
142 fi; \
143 dir0="$$dir0"/"$$first"; \
144 fi; \
145 fi; \
146 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
147 done; \
148 reldir="$$dir2"
149 A2X = @A2X@
150 ACLOCAL = @ACLOCAL@
151 AMTAR = @AMTAR@
152 AR = @AR@
153 ASCIIDOC = @ASCIIDOC@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 BUILD_EXEEXT = @BUILD_EXEEXT@
159 BUILD_OBJEXT = @BUILD_OBJEXT@
160 CC = @CC@
161 CCAS = @CCAS@
162 CCASDEPMODE = @CCASDEPMODE@
163 CCASFLAGS = @CCASFLAGS@
164 CCDEPMODE = @CCDEPMODE@
165 CC_FOR_BUILD = @CC_FOR_BUILD@
166 CFLAGS = @CFLAGS@
167 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
168 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
172 CPP_FOR_BUILD = @CPP_FOR_BUILD@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DLLTOOL = @DLLTOOL@
177 DOXYGEN = @DOXYGEN@
178 DOXYGEN_HAVE_DOT = @DOXYGEN_HAVE_DOT@
179 DOXYGEN_SHOW_INCLUDE_FILES = @DOXYGEN_SHOW_INCLUDE_FILES@
180 DSYMUTIL = @DSYMUTIL@
181 DUMPBIN = @DUMPBIN@
182 ECHO_C = @ECHO_C@
183 ECHO_N = @ECHO_N@
184 ECHO_T = @ECHO_T@
185 EGREP = @EGREP@
186 EXEEXT = @EXEEXT@
187 FGREP = @FGREP@
188 GREP = @GREP@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 LATEX_BATCHMODE = @LATEX_BATCHMODE@
195 LATEX_MODE = @LATEX_MODE@
196 LD = @LD@
197 LDFLAGS = @LDFLAGS@
198 LD_FILE_OPTION = @LD_FILE_OPTION@
199 LEX = @LEX@
200 LEXLIB = @LEXLIB@
201 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
202 LIBOBJS = @LIBOBJS@
203 LIBS = @LIBS@
204 LIBTOOL = @LIBTOOL@
205 LIPO = @LIPO@
206 LN_S = @LN_S@
207 LTLIBOBJS = @LTLIBOBJS@
208 MAINT = @MAINT@
209 MAKEINFO = @MAKEINFO@
210 MANIFEST_TOOL = @MANIFEST_TOOL@
211 MKDIR_P = @MKDIR_P@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 OBJDUMP = @OBJDUMP@
215 OBJEXT = @OBJEXT@
216 OTOOL = @OTOOL@
217 OTOOL64 = @OTOOL64@
218 PACKAGE = @PACKAGE@
219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220 PACKAGE_NAME = @PACKAGE_NAME@
221 PACKAGE_STRING = @PACKAGE_STRING@
222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
223 PACKAGE_URL = @PACKAGE_URL@
224 PACKAGE_VERSION = @PACKAGE_VERSION@
225 PATH_SEPARATOR = @PATH_SEPARATOR@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 STRIP = @STRIP@
231 VERSION = @VERSION@
232 W3M = @W3M@
233 XENO_BUILD_STRING = @XENO_BUILD_STRING@
234 XENO_DLOPEN_CONSTRAINT = @XENO_DLOPEN_CONSTRAINT@
235 XENO_HOST_STRING = @XENO_HOST_STRING@
236 XENO_LIB_CFLAGS = @XENO_LIB_CFLAGS@
237 XENO_LIB_LDFLAGS = @XENO_LIB_LDFLAGS@
238 XENO_MAYBE_DOCDIR = @XENO_MAYBE_DOCDIR@
239 XENO_POSIX_WRAPPERS = @XENO_POSIX_WRAPPERS@
240 XENO_TARGET_ARCH = @XENO_TARGET_ARCH@
241 XENO_TEST_DIR = @XENO_TEST_DIR@
242 XENO_USER_APP_CFLAGS = @XENO_USER_APP_CFLAGS@
243 XENO_USER_APP_LDFLAGS = @XENO_USER_APP_LDFLAGS@
244 XENO_USER_CFLAGS = @XENO_USER_CFLAGS@
245 XENO_USER_LDFLAGS = @XENO_USER_LDFLAGS@
246 abs_builddir = @abs_builddir@
247 abs_srcdir = @abs_srcdir@
248 abs_top_builddir = @abs_top_builddir@
249 abs_top_srcdir = @abs_top_srcdir@
250 ac_ct_AR = @ac_ct_AR@
251 ac_ct_CC = @ac_ct_CC@
252 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 localedir = @localedir@
283 localstatedir = @localstatedir@
284 mandir = @mandir@
285 mkdir_p = @mkdir_p@
286 oldincludedir = @oldincludedir@
287 pdfdir = @pdfdir@
288 prefix = @prefix@
289 program_transform_name = @program_transform_name@
290 psdir = @psdir@
291 sbindir = @sbindir@
292 sharedstatedir = @sharedstatedir@
293 srcdir = @srcdir@
294 sysconfdir = @sysconfdir@
295 target = @target@
296 target_alias = @target_alias@
297 target_cpu = @target_cpu@
298 target_os = @target_os@
299 target_vendor = @target_vendor@
300 top_build_prefix = @top_build_prefix@
301 top_builddir = @top_builddir@
302 top_srcdir = @top_srcdir@
303 include_HEADERS = \
304 rtdk.h
306 nodist_include_HEADERS = $(CONFIG_HEADER)
307 SUBDIRS = \
308 asm-generic \
309 asm-blackfin \
310 asm-x86 \
311 asm-powerpc \
312 asm-arm \
313 asm-nios2 \
314 asm-sh \
315 asm-sim \
316 analogy \
317 native \
318 nucleus \
319 posix \
320 psos+ \
321 rtdm \
322 uitron \
323 vrtx \
324 vxworks
326 EXTRA_DIST = compat testing
327 all: all-recursive
329 .SUFFIXES:
330 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
331 @for dep in $?; do \
332 case '$(am__configure_deps)' in \
333 *$$dep*) \
334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335 && { if test -f $@; then exit 0; else break; fi; }; \
336 exit 1;; \
337 esac; \
338 done; \
339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
340 $(am__cd) $(top_srcdir) && \
341 $(AUTOMAKE) --foreign include/Makefile
342 .PRECIOUS: Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344 @case '$?' in \
345 *config.status*) \
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
350 esac;
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(am__aclocal_m4_deps):
361 mostlyclean-libtool:
362 -rm -f *.lo
364 clean-libtool:
365 -rm -rf .libs _libs
366 install-includeHEADERS: $(include_HEADERS)
367 @$(NORMAL_INSTALL)
368 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
369 if test -n "$$list"; then \
370 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
371 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
372 fi; \
373 for p in $$list; do \
374 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375 echo "$$d$$p"; \
376 done | $(am__base_list) | \
377 while read files; do \
378 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
379 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
380 done
382 uninstall-includeHEADERS:
383 @$(NORMAL_UNINSTALL)
384 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
385 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
386 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
387 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
388 @$(NORMAL_INSTALL)
389 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
390 if test -n "$$list"; then \
391 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
392 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
393 fi; \
394 for p in $$list; do \
395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396 echo "$$d$$p"; \
397 done | $(am__base_list) | \
398 while read files; do \
399 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
400 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
401 done
403 uninstall-nodist_includeHEADERS:
404 @$(NORMAL_UNINSTALL)
405 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
407 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
409 # This directory's subdirectories are mostly independent; you can cd
410 # into them and run `make' without going through this Makefile.
411 # To change the values of `make' variables: instead of editing Makefiles,
412 # (1) if the variable is set in `config.status', edit `config.status'
413 # (which will cause the Makefiles to be regenerated when you run `make');
414 # (2) otherwise, pass the desired values on the `make' command line.
415 $(RECURSIVE_TARGETS):
416 @fail= failcom='exit 1'; \
417 for f in x $$MAKEFLAGS; do \
418 case $$f in \
419 *=* | --[!k]*);; \
420 *k*) failcom='fail=yes';; \
421 esac; \
422 done; \
423 dot_seen=no; \
424 target=`echo $@ | sed s/-recursive//`; \
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 echo "Making $$target in $$subdir"; \
427 if test "$$subdir" = "."; then \
428 dot_seen=yes; \
429 local_target="$$target-am"; \
430 else \
431 local_target="$$target"; \
432 fi; \
433 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434 || eval $$failcom; \
435 done; \
436 if test "$$dot_seen" = "no"; then \
437 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438 fi; test -z "$$fail"
440 $(RECURSIVE_CLEAN_TARGETS):
441 @fail= failcom='exit 1'; \
442 for f in x $$MAKEFLAGS; do \
443 case $$f in \
444 *=* | --[!k]*);; \
445 *k*) failcom='fail=yes';; \
446 esac; \
447 done; \
448 dot_seen=no; \
449 case "$@" in \
450 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
451 *) list='$(SUBDIRS)' ;; \
452 esac; \
453 rev=''; for subdir in $$list; do \
454 if test "$$subdir" = "."; then :; else \
455 rev="$$subdir $$rev"; \
456 fi; \
457 done; \
458 rev="$$rev ."; \
459 target=`echo $@ | sed s/-recursive//`; \
460 for subdir in $$rev; do \
461 echo "Making $$target in $$subdir"; \
462 if test "$$subdir" = "."; then \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468 || eval $$failcom; \
469 done && test -z "$$fail"
470 tags-recursive:
471 list='$(SUBDIRS)'; for subdir in $$list; do \
472 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473 done
474 ctags-recursive:
475 list='$(SUBDIRS)'; for subdir in $$list; do \
476 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477 done
479 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 mkid -fID $$unique
487 tags: TAGS
489 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
490 $(TAGS_FILES) $(LISP)
491 set x; \
492 here=`pwd`; \
493 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
494 include_option=--etags-include; \
495 empty_fix=.; \
496 else \
497 include_option=--include; \
498 empty_fix=; \
499 fi; \
500 list='$(SUBDIRS)'; for subdir in $$list; do \
501 if test "$$subdir" = .; then :; else \
502 test ! -f $$subdir/TAGS || \
503 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
504 fi; \
505 done; \
506 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 END { if (nonempty) { for (i in files) print i; }; }'`; \
512 shift; \
513 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 if test $$# -gt 0; then \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 "$$@" $$unique; \
518 else \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$unique; \
521 fi; \
523 ctags: CTAGS
524 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
525 $(TAGS_FILES) $(LISP)
526 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
527 unique=`for i in $$list; do \
528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529 done | \
530 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 END { if (nonempty) { for (i in files) print i; }; }'`; \
532 test -z "$(CTAGS_ARGS)$$unique" \
533 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534 $$unique
536 GTAGS:
537 here=`$(am__cd) $(top_builddir) && pwd` \
538 && $(am__cd) $(top_srcdir) \
539 && gtags -i $(GTAGS_ARGS) "$$here"
541 distclean-tags:
542 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544 distdir: $(DISTFILES)
545 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547 list='$(DISTFILES)'; \
548 dist_files=`for file in $$list; do echo $$file; done | \
549 sed -e "s|^$$srcdirstrip/||;t" \
550 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
551 case $$dist_files in \
552 */*) $(MKDIR_P) `echo "$$dist_files" | \
553 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
554 sort -u` ;; \
555 esac; \
556 for file in $$dist_files; do \
557 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558 if test -d $$d/$$file; then \
559 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
560 if test -d "$(distdir)/$$file"; then \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
564 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
565 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566 fi; \
567 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
568 else \
569 test -f "$(distdir)/$$file" \
570 || cp -p $$d/$$file "$(distdir)/$$file" \
571 || exit 1; \
572 fi; \
573 done
574 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
575 if test "$$subdir" = .; then :; else \
576 $(am__make_dryrun) \
577 || test -d "$(distdir)/$$subdir" \
578 || $(MKDIR_P) "$(distdir)/$$subdir" \
579 || exit 1; \
580 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
581 $(am__relativize); \
582 new_distdir=$$reldir; \
583 dir1=$$subdir; dir2="$(top_distdir)"; \
584 $(am__relativize); \
585 new_top_distdir=$$reldir; \
586 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
587 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
588 ($(am__cd) $$subdir && \
589 $(MAKE) $(AM_MAKEFLAGS) \
590 top_distdir="$$new_top_distdir" \
591 distdir="$$new_distdir" \
592 am__remove_distdir=: \
593 am__skip_length_check=: \
594 am__skip_mode_fix=: \
595 distdir) \
596 || exit 1; \
597 fi; \
598 done
599 $(MAKE) $(AM_MAKEFLAGS) \
600 top_distdir="$(top_distdir)" distdir="$(distdir)" \
601 dist-hook
602 check-am: all-am
603 check: check-recursive
604 all-am: Makefile $(HEADERS)
605 installdirs: installdirs-recursive
606 installdirs-am:
607 for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
608 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
609 done
610 install: install-recursive
611 install-exec: install-exec-recursive
612 install-data: install-data-recursive
613 uninstall: uninstall-recursive
615 install-am: all-am
616 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618 installcheck: installcheck-recursive
619 install-strip:
620 if test -z '$(STRIP)'; then \
621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623 install; \
624 else \
625 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
629 mostlyclean-generic:
631 clean-generic:
633 distclean-generic:
634 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
635 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637 maintainer-clean-generic:
638 @echo "This command is intended for maintainers to use"
639 @echo "it deletes files that may require special tools to rebuild."
640 clean: clean-recursive
642 clean-am: clean-generic clean-libtool mostlyclean-am
644 distclean: distclean-recursive
645 -rm -f Makefile
646 distclean-am: clean-am distclean-generic distclean-tags
648 dvi: dvi-recursive
650 dvi-am:
652 html: html-recursive
654 html-am:
656 info: info-recursive
658 info-am:
660 install-data-am: install-data-local install-includeHEADERS \
661 install-nodist_includeHEADERS
663 install-dvi: install-dvi-recursive
665 install-dvi-am:
667 install-exec-am:
669 install-html: install-html-recursive
671 install-html-am:
673 install-info: install-info-recursive
675 install-info-am:
677 install-man:
679 install-pdf: install-pdf-recursive
681 install-pdf-am:
683 install-ps: install-ps-recursive
685 install-ps-am:
687 installcheck-am:
689 maintainer-clean: maintainer-clean-recursive
690 -rm -f Makefile
691 maintainer-clean-am: distclean-am maintainer-clean-generic
693 mostlyclean: mostlyclean-recursive
695 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
697 pdf: pdf-recursive
699 pdf-am:
701 ps: ps-recursive
703 ps-am:
705 uninstall-am: uninstall-includeHEADERS uninstall-local \
706 uninstall-nodist_includeHEADERS
708 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
709 install-am install-strip tags-recursive
711 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
712 all all-am check check-am clean clean-generic clean-libtool \
713 ctags ctags-recursive dist-hook distclean distclean-generic \
714 distclean-libtool distclean-tags distdir dvi dvi-am html \
715 html-am info info-am install install-am install-data \
716 install-data-am install-data-local install-dvi install-dvi-am \
717 install-exec install-exec-am install-html install-html-am \
718 install-includeHEADERS install-info install-info-am \
719 install-man install-nodist_includeHEADERS install-pdf \
720 install-pdf-am install-ps install-ps-am install-strip \
721 installcheck installcheck-am installdirs installdirs-am \
722 maintainer-clean maintainer-clean-generic mostlyclean \
723 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
724 tags tags-recursive uninstall uninstall-am \
725 uninstall-includeHEADERS uninstall-local \
726 uninstall-nodist_includeHEADERS
729 install-data-local:
730 rm -f $(DESTDIR)$(includedir)/asm
731 $(LN_S) asm-@XENO_TARGET_ARCH@ $(DESTDIR)$(includedir)/asm
732 rm -f $(DESTDIR)$(includedir)/xenomai
733 $(LN_S) . $(DESTDIR)$(includedir)/xenomai
734 rm -f $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
735 $(LN_S) . $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
736 rm -f $(DESTDIR)$(includedir)/asm-generic/xenomai
737 $(LN_S) . $(DESTDIR)$(includedir)/asm-generic/xenomai
739 uninstall-local:
740 rm -f $(DESTDIR)$(includedir)/asm
741 rm -f $(DESTDIR)$(includedir)/xenomai
742 rm -f $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
743 rm -f $(DESTDIR)$(includedir)/asm-generic/xenomai
745 dist-hook:
746 find $(distdir)/compat -name .svn -depth -exec rm -fr \{\} \;
748 # Tell versions [3.59,3.63) of GNU make to not export all variables.
749 # Otherwise a system limit (for SysV at least) may be exceeded.
750 .NOEXPORT: