1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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
24 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
25 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
27 for am__flg in
$$MAKEFLAGS; do \
30 *n
*) am__dry
=yes
; break
;; \
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
)
52 build_triplet
= @build@
54 target_triplet
= @target@
55 subdir
= include/asm-sh
56 DIST_COMMON
= $(includesub_HEADERS
) $(srcdir)/Makefile.am \
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
) \
68 mkinstalldirs
= $(install_sh
) -d
69 CONFIG_HEADER
= $(top_builddir
)/src
/include/xeno_config.h
71 CONFIG_CLEAN_VPATH_FILES
=
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 \
84 *) (install-info
--version
) >/dev
/null
2>&1;; \
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/||"`;; \
91 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
93 am__nobase_strip_setup
= \
94 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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
= { \
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 \
122 DIST_SUBDIRS
= $(SUBDIRS
)
123 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
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"`; \
137 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
138 if
test "$$first2" = "$$first"; then \
139 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143 dir0
="$$dir0"/"$$first"; \
146 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
153 ASCIIDOC
= @ASCIIDOC@
154 AUTOCONF
= @AUTOCONF@
155 AUTOHEADER
= @AUTOHEADER@
156 AUTOMAKE
= @AUTOMAKE@
158 BUILD_EXEEXT
= @BUILD_EXEEXT@
159 BUILD_OBJEXT
= @BUILD_OBJEXT@
162 CCASDEPMODE
= @CCASDEPMODE@
163 CCASFLAGS
= @CCASFLAGS@
164 CCDEPMODE
= @CCDEPMODE@
165 CC_FOR_BUILD
= @CC_FOR_BUILD@
167 CFLAGS_FOR_BUILD
= @CFLAGS_FOR_BUILD@
168 CONFIG_STATUS_DEPENDENCIES
= @CONFIG_STATUS_DEPENDENCIES@
170 CPPFLAGS
= @CPPFLAGS@
171 CPPFLAGS_FOR_BUILD
= @CPPFLAGS_FOR_BUILD@
172 CPP_FOR_BUILD
= @CPP_FOR_BUILD@
173 CYGPATH_W
= @CYGPATH_W@
178 DOXYGEN_HAVE_DOT
= @DOXYGEN_HAVE_DOT@
179 DOXYGEN_SHOW_INCLUDE_FILES
= @DOXYGEN_SHOW_INCLUDE_FILES@
180 DSYMUTIL
= @DSYMUTIL@
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@
198 LD_FILE_OPTION
= @LD_FILE_OPTION@
201 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
207 LTLIBOBJS
= @LTLIBOBJS@
209 MAKEINFO
= @MAKEINFO@
210 MANIFEST_TOOL
= @MANIFEST_TOOL@
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@
228 SET_MAKE
= @SET_MAKE@
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@
258 am__untar
= @am__untar@
261 build_alias
= @build_alias@
262 build_cpu
= @build_cpu@
263 build_os
= @build_os@
264 build_vendor
= @build_vendor@
265 builddir
= @builddir@
267 datarootdir
= @datarootdir@
270 exec_prefix = @
exec_prefix@
272 host_alias
= @host_alias@
273 host_cpu
= @host_cpu@
275 host_vendor
= @host_vendor@
277 includedir = @
includedir@
279 install_sh
= @install_sh@
281 libexecdir
= @libexecdir@
282 localedir
= @localedir@
283 localstatedir
= @localstatedir@
286 oldincludedir = @
oldincludedir@
289 program_transform_name
= @program_transform_name@
292 sharedstatedir
= @sharedstatedir@
294 sysconfdir
= @sysconfdir@
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
311 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
313 case
'$(am__configure_deps)' in \
315 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
316 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
320 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/asm-sh/Makefile'; \
321 $(am__cd
) $(top_srcdir
) && \
322 $(AUTOMAKE
) --foreign
include/asm-sh
/Makefile
324 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
327 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
329 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
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
):
347 install-includesubHEADERS
: $(includesub_HEADERS
)
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; \
354 for p in
$$list; do \
355 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
357 done |
$(am__base_list
) | \
358 while read files
; do \
359 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(includesubdir)'"; \
360 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(includesubdir)" || exit
$$?
; \
363 uninstall-includesubHEADERS
:
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 \
380 *k
*) failcom
='fail=yes';; \
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 \
389 local_target
="$$target-am"; \
391 local_target
="$$target"; \
393 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
396 if
test "$$dot_seen" = "no"; then \
397 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
400 $(RECURSIVE_CLEAN_TARGETS
):
401 @fail
= failcom
='exit 1'; \
402 for f in x
$$MAKEFLAGS; do \
405 *k
*) failcom
='fail=yes';; \
410 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
411 *) list
='$(SUBDIRS)' ;; \
413 rev
=''; for subdir in
$$list; do \
414 if
test "$$subdir" = "."; then
:; else \
415 rev
="$$subdir $$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"; \
425 local_target
="$$target"; \
427 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
429 done
&& test -z
"$$fail"
431 list
='$(SUBDIRS)'; for subdir in
$$list; do \
432 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
435 list
='$(SUBDIRS)'; for subdir in
$$list; do \
436 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
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; \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
449 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
450 $(TAGS_FILES
) $(LISP
)
453 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
454 include_option
=--etags-include
; \
457 include_option
=--include; \
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"; \
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; \
470 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
479 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
497 here
=`$(am__cd) $(top_builddir) && pwd` \
498 && $(am__cd
) $(top_srcdir
) \
499 && gtags
-i
$(GTAGS_ARGS
) "$$here"
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
527 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
529 test -f
"$(distdir)/$$file" \
530 || cp
-p
$$d/$$file "$(distdir)/$$file" \
534 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
535 if
test "$$subdir" = .
; then
:; else \
537 ||
test -d
"$(distdir)/$$subdir" \
538 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
540 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
542 new_distdir
=$$reldir; \
543 dir1
=$$subdir; dir2
="$(top_distdir)"; \
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
=: \
560 check: check-recursive
561 all-am
: Makefile
$(HEADERS
)
562 installdirs: installdirs-recursive
564 for
dir in
"$(DESTDIR)$(includesubdir)"; do \
565 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
567 install: install-recursive
568 install-exec
: install-exec-recursive
569 install-data
: install-data-recursive
570 uninstall: uninstall-recursive
573 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
575 installcheck: installcheck-recursive
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 \
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; \
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
603 distclean-am
: clean-am distclean-generic distclean-tags
617 install-data-am
: install-includesubHEADERS
619 install-dvi
: install-dvi-recursive
625 install-html
: install-html-recursive
629 install-info
: install-info-recursive
635 install-pdf
: install-pdf-recursive
639 install-ps
: install-ps-recursive
645 maintainer-clean
: maintainer-clean-recursive
647 maintainer-clean-am
: distclean-am maintainer-clean-generic
649 mostlyclean: mostlyclean-recursive
651 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
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.