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