bfin: remove inline keyword
[xenomai-head.git] / include / posix / Makefile.in
blob426d5d736bd1ca58ac1408f2b7816fb3b17a8ec9
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/posix
56 DIST_COMMON = $(includesub_HEADERS) $(srcdir)/Makefile.am \
57 $(srcdir)/Makefile.in
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)$(includesubdir)"
114 HEADERS = $(includesub_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 includesubdir = $(includedir)/posix
304 includesub_HEADERS = \
305 errno.h \
306 fcntl.h \
307 mqueue.h \
308 posix.h \
309 pthread.h \
310 sched.h \
311 semaphore.h \
312 signal.h \
313 stdio.h \
314 syscall.h \
315 syslog.h \
316 time.h \
317 unistd.h
319 SUBDIRS = sys
320 all: all-recursive
322 .SUFFIXES:
323 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
324 @for dep in $?; do \
325 case '$(am__configure_deps)' in \
326 *$$dep*) \
327 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
328 && { if test -f $@; then exit 0; else break; fi; }; \
329 exit 1;; \
330 esac; \
331 done; \
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/posix/Makefile'; \
333 $(am__cd) $(top_srcdir) && \
334 $(AUTOMAKE) --foreign include/posix/Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337 @case '$?' in \
338 *config.status*) \
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340 *) \
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
342 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
343 esac;
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(am__aclocal_m4_deps):
354 mostlyclean-libtool:
355 -rm -f *.lo
357 clean-libtool:
358 -rm -rf .libs _libs
359 install-includesubHEADERS: $(includesub_HEADERS)
360 @$(NORMAL_INSTALL)
361 @list='$(includesub_HEADERS)'; test -n "$(includesubdir)" || list=; \
362 if test -n "$$list"; then \
363 echo " $(MKDIR_P) '$(DESTDIR)$(includesubdir)'"; \
364 $(MKDIR_P) "$(DESTDIR)$(includesubdir)" || exit 1; \
365 fi; \
366 for p in $$list; do \
367 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368 echo "$$d$$p"; \
369 done | $(am__base_list) | \
370 while read files; do \
371 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includesubdir)'"; \
372 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includesubdir)" || exit $$?; \
373 done
375 uninstall-includesubHEADERS:
376 @$(NORMAL_UNINSTALL)
377 @list='$(includesub_HEADERS)'; test -n "$(includesubdir)" || list=; \
378 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
379 dir='$(DESTDIR)$(includesubdir)'; $(am__uninstall_files_from_dir)
381 # This directory's subdirectories are mostly independent; you can cd
382 # into them and run `make' without going through this Makefile.
383 # To change the values of `make' variables: instead of editing Makefiles,
384 # (1) if the variable is set in `config.status', edit `config.status'
385 # (which will cause the Makefiles to be regenerated when you run `make');
386 # (2) otherwise, pass the desired values on the `make' command line.
387 $(RECURSIVE_TARGETS):
388 @fail= failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 echo "Making $$target in $$subdir"; \
399 if test "$$subdir" = "."; then \
400 dot_seen=yes; \
401 local_target="$$target-am"; \
402 else \
403 local_target="$$target"; \
404 fi; \
405 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406 || eval $$failcom; \
407 done; \
408 if test "$$dot_seen" = "no"; then \
409 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
410 fi; test -z "$$fail"
412 $(RECURSIVE_CLEAN_TARGETS):
413 @fail= failcom='exit 1'; \
414 for f in x $$MAKEFLAGS; do \
415 case $$f in \
416 *=* | --[!k]*);; \
417 *k*) failcom='fail=yes';; \
418 esac; \
419 done; \
420 dot_seen=no; \
421 case "$@" in \
422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423 *) list='$(SUBDIRS)' ;; \
424 esac; \
425 rev=''; for subdir in $$list; do \
426 if test "$$subdir" = "."; then :; else \
427 rev="$$subdir $$rev"; \
428 fi; \
429 done; \
430 rev="$$rev ."; \
431 target=`echo $@ | sed s/-recursive//`; \
432 for subdir in $$rev; do \
433 echo "Making $$target in $$subdir"; \
434 if test "$$subdir" = "."; then \
435 local_target="$$target-am"; \
436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done && test -z "$$fail"
442 tags-recursive:
443 list='$(SUBDIRS)'; for subdir in $$list; do \
444 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
445 done
446 ctags-recursive:
447 list='$(SUBDIRS)'; for subdir in $$list; do \
448 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
449 done
451 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
458 mkid -fID $$unique
459 tags: TAGS
461 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 set x; \
464 here=`pwd`; \
465 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466 include_option=--etags-include; \
467 empty_fix=.; \
468 else \
469 include_option=--include; \
470 empty_fix=; \
471 fi; \
472 list='$(SUBDIRS)'; for subdir in $$list; do \
473 if test "$$subdir" = .; then :; else \
474 test ! -f $$subdir/TAGS || \
475 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
476 fi; \
477 done; \
478 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 done | \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
484 shift; \
485 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486 test -n "$$unique" || unique=$$empty_fix; \
487 if test $$# -gt 0; then \
488 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489 "$$@" $$unique; \
490 else \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 $$unique; \
493 fi; \
495 ctags: CTAGS
496 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
497 $(TAGS_FILES) $(LISP)
498 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503 END { if (nonempty) { for (i in files) print i; }; }'`; \
504 test -z "$(CTAGS_ARGS)$$unique" \
505 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506 $$unique
508 GTAGS:
509 here=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd) $(top_srcdir) \
511 && gtags -i $(GTAGS_ARGS) "$$here"
513 distclean-tags:
514 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547 if test "$$subdir" = .; then :; else \
548 $(am__make_dryrun) \
549 || test -d "$(distdir)/$$subdir" \
550 || $(MKDIR_P) "$(distdir)/$$subdir" \
551 || exit 1; \
552 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553 $(am__relativize); \
554 new_distdir=$$reldir; \
555 dir1=$$subdir; dir2="$(top_distdir)"; \
556 $(am__relativize); \
557 new_top_distdir=$$reldir; \
558 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
559 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
560 ($(am__cd) $$subdir && \
561 $(MAKE) $(AM_MAKEFLAGS) \
562 top_distdir="$$new_top_distdir" \
563 distdir="$$new_distdir" \
564 am__remove_distdir=: \
565 am__skip_length_check=: \
566 am__skip_mode_fix=: \
567 distdir) \
568 || exit 1; \
569 fi; \
570 done
571 check-am: all-am
572 check: check-recursive
573 all-am: Makefile $(HEADERS)
574 installdirs: installdirs-recursive
575 installdirs-am:
576 for dir in "$(DESTDIR)$(includesubdir)"; do \
577 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
578 done
579 install: install-recursive
580 install-exec: install-exec-recursive
581 install-data: install-data-recursive
582 uninstall: uninstall-recursive
584 install-am: all-am
585 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587 installcheck: installcheck-recursive
588 install-strip:
589 if test -z '$(STRIP)'; then \
590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592 install; \
593 else \
594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598 mostlyclean-generic:
600 clean-generic:
602 distclean-generic:
603 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606 maintainer-clean-generic:
607 @echo "This command is intended for maintainers to use"
608 @echo "it deletes files that may require special tools to rebuild."
609 clean: clean-recursive
611 clean-am: clean-generic clean-libtool mostlyclean-am
613 distclean: distclean-recursive
614 -rm -f Makefile
615 distclean-am: clean-am distclean-generic distclean-tags
617 dvi: dvi-recursive
619 dvi-am:
621 html: html-recursive
623 html-am:
625 info: info-recursive
627 info-am:
629 install-data-am: install-includesubHEADERS
631 install-dvi: install-dvi-recursive
633 install-dvi-am:
635 install-exec-am:
637 install-html: install-html-recursive
639 install-html-am:
641 install-info: install-info-recursive
643 install-info-am:
645 install-man:
647 install-pdf: install-pdf-recursive
649 install-pdf-am:
651 install-ps: install-ps-recursive
653 install-ps-am:
655 installcheck-am:
657 maintainer-clean: maintainer-clean-recursive
658 -rm -f Makefile
659 maintainer-clean-am: distclean-am maintainer-clean-generic
661 mostlyclean: mostlyclean-recursive
663 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
665 pdf: pdf-recursive
667 pdf-am:
669 ps: ps-recursive
671 ps-am:
673 uninstall-am: uninstall-includesubHEADERS
675 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
676 install-am install-strip tags-recursive
678 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
679 all all-am check check-am clean clean-generic clean-libtool \
680 ctags ctags-recursive distclean distclean-generic \
681 distclean-libtool distclean-tags distdir dvi dvi-am html \
682 html-am info info-am install install-am install-data \
683 install-data-am install-dvi install-dvi-am install-exec \
684 install-exec-am install-html install-html-am \
685 install-includesubHEADERS install-info install-info-am \
686 install-man install-pdf install-pdf-am install-ps \
687 install-ps-am install-strip installcheck installcheck-am \
688 installdirs installdirs-am maintainer-clean \
689 maintainer-clean-generic mostlyclean mostlyclean-generic \
690 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
691 uninstall uninstall-am uninstall-includesubHEADERS
694 # Tell versions [3.59,3.63) of GNU make to not export all variables.
695 # Otherwise a system limit (for SysV at least) may be exceeded.
696 .NOEXPORT: