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
25 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
26 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
28 for am__flg in
$$MAKEFLAGS; do \
31 *n
*) am__dry
=yes
; break
;; \
35 test $$am__dry = yes
; \
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
39 pkglibdir
= $(libdir)/@PACKAGE@
40 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
41 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA
= $(install_sh
) -c
-m
644
43 install_sh_PROGRAM
= $(install_sh
) -c
44 install_sh_SCRIPT
= $(install_sh
) -c
45 INSTALL_HEADER
= $(INSTALL_DATA
)
46 transform
= $(program_transform_name
)
53 build_triplet
= @build@
55 target_triplet
= @target@
56 tst_PROGRAMS
= leaks
$(EXEEXT
) tsc
$(EXEEXT
) heap
$(EXEEXT
) \
58 subdir
= src
/testsuite
/regression
/native
59 DIST_COMMON
= $(noinst_HEADERS
) $(srcdir)/Makefile.am \
61 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
62 am__aclocal_m4_deps
= $(top_srcdir
)/config
/ac_prog_cc_for_build.m4 \
63 $(top_srcdir
)/config
/libtool.m4 \
64 $(top_srcdir
)/config
/ltoptions.m4 \
65 $(top_srcdir
)/config
/ltsugar.m4 \
66 $(top_srcdir
)/config
/ltversion.m4 \
67 $(top_srcdir
)/config
/lt~obsolete.m4 \
68 $(top_srcdir
)/config
/version
$(top_srcdir
)/configure.in
69 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
71 mkinstalldirs
= $(install_sh
) -d
72 CONFIG_HEADER
= $(top_builddir
)/src
/include/xeno_config.h
74 CONFIG_CLEAN_VPATH_FILES
=
75 am__installdirs
= "$(DESTDIR)$(tstdir)"
76 PROGRAMS
= $(tst_PROGRAMS
)
78 heap_OBJECTS
= heap.
$(OBJEXT
)
80 heap_DEPENDENCIES
= ..
/..
/..
/skins
/native
/libnative.la \
81 ..
/..
/..
/skins
/rtdm
/librtdm.la \
82 ..
/..
/..
/skins
/common
/libxenomai.la
83 leaks_SOURCES
= leaks.c
84 leaks_OBJECTS
= leaks.
$(OBJEXT
)
85 leaks_LDADD
= $(LDADD
)
86 leaks_DEPENDENCIES
= ..
/..
/..
/skins
/native
/libnative.la \
87 ..
/..
/..
/skins
/rtdm
/librtdm.la \
88 ..
/..
/..
/skins
/common
/libxenomai.la
89 sigdebug_SOURCES
= sigdebug.c
90 sigdebug_OBJECTS
= sigdebug.
$(OBJEXT
)
91 sigdebug_LDADD
= $(LDADD
)
92 sigdebug_DEPENDENCIES
= ..
/..
/..
/skins
/native
/libnative.la \
93 ..
/..
/..
/skins
/rtdm
/librtdm.la \
94 ..
/..
/..
/skins
/common
/libxenomai.la
96 tsc_OBJECTS
= tsc.
$(OBJEXT
)
98 tsc_DEPENDENCIES
= ..
/..
/..
/skins
/native
/libnative.la \
99 ..
/..
/..
/skins
/rtdm
/librtdm.la \
100 ..
/..
/..
/skins
/common
/libxenomai.la
101 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)/src
/include
102 depcomp
= $(SHELL
) $(top_srcdir
)/config
/depcomp
103 am__depfiles_maybe
= depfiles
105 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
106 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
107 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
108 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
109 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
111 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
112 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
114 SOURCES
= heap.c leaks.c sigdebug.c tsc.c
115 DIST_SOURCES
= heap.c leaks.c sigdebug.c tsc.c
116 am__can_run_installinfo
= \
117 case
$$AM_UPDATE_INFO_DIR in \
119 *) (install-info
--version
) >/dev
/null
2>&1;; \
121 HEADERS
= $(noinst_HEADERS
)
124 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
129 ASCIIDOC
= @ASCIIDOC@
130 AUTOCONF
= @AUTOCONF@
131 AUTOHEADER
= @AUTOHEADER@
132 AUTOMAKE
= @AUTOMAKE@
134 BUILD_EXEEXT
= @BUILD_EXEEXT@
135 BUILD_OBJEXT
= @BUILD_OBJEXT@
138 CCASDEPMODE
= @CCASDEPMODE@
139 CCASFLAGS
= @CCASFLAGS@
140 CCDEPMODE
= @CCDEPMODE@
141 CC_FOR_BUILD
= @CC_FOR_BUILD@
143 CFLAGS_FOR_BUILD
= @CFLAGS_FOR_BUILD@
144 CONFIG_STATUS_DEPENDENCIES
= @CONFIG_STATUS_DEPENDENCIES@
146 CPPFLAGS
= $(XENO_USER_CFLAGS
) \
147 -I
$(top_srcdir
)/include
149 CPPFLAGS_FOR_BUILD
= @CPPFLAGS_FOR_BUILD@
150 CPP_FOR_BUILD
= @CPP_FOR_BUILD@
151 CYGPATH_W
= @CYGPATH_W@
156 DOXYGEN_HAVE_DOT
= @DOXYGEN_HAVE_DOT@
157 DOXYGEN_SHOW_INCLUDE_FILES
= @DOXYGEN_SHOW_INCLUDE_FILES@
158 DSYMUTIL
= @DSYMUTIL@
168 INSTALL_DATA
= @INSTALL_DATA@
169 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
170 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
172 LATEX_BATCHMODE
= @LATEX_BATCHMODE@
173 LATEX_MODE
= @LATEX_MODE@
175 LDFLAGS
= $(XENO_USER_LDFLAGS
)
176 LD_FILE_OPTION
= @LD_FILE_OPTION@
179 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
185 LTLIBOBJS
= @LTLIBOBJS@
187 MAKEINFO
= @MAKEINFO@
188 MANIFEST_TOOL
= @MANIFEST_TOOL@
197 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
198 PACKAGE_NAME
= @PACKAGE_NAME@
199 PACKAGE_STRING
= @PACKAGE_STRING@
200 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
201 PACKAGE_URL
= @PACKAGE_URL@
202 PACKAGE_VERSION
= @PACKAGE_VERSION@
203 PATH_SEPARATOR
= @PATH_SEPARATOR@
206 SET_MAKE
= @SET_MAKE@
211 XENO_BUILD_STRING
= @XENO_BUILD_STRING@
212 XENO_DLOPEN_CONSTRAINT
= @XENO_DLOPEN_CONSTRAINT@
213 XENO_HOST_STRING
= @XENO_HOST_STRING@
214 XENO_LIB_CFLAGS
= @XENO_LIB_CFLAGS@
215 XENO_LIB_LDFLAGS
= @XENO_LIB_LDFLAGS@
216 XENO_MAYBE_DOCDIR
= @XENO_MAYBE_DOCDIR@
217 XENO_POSIX_WRAPPERS
= @XENO_POSIX_WRAPPERS@
218 XENO_TARGET_ARCH
= @XENO_TARGET_ARCH@
219 XENO_TEST_DIR
= @XENO_TEST_DIR@
220 XENO_USER_APP_CFLAGS
= @XENO_USER_APP_CFLAGS@
221 XENO_USER_APP_LDFLAGS
= @XENO_USER_APP_LDFLAGS@
222 XENO_USER_CFLAGS
= @XENO_USER_CFLAGS@
223 XENO_USER_LDFLAGS
= @XENO_USER_LDFLAGS@
224 abs_builddir
= @abs_builddir@
225 abs_srcdir
= @abs_srcdir@
226 abs_top_builddir
= @abs_top_builddir@
227 abs_top_srcdir
= @abs_top_srcdir@
228 ac_ct_AR
= @ac_ct_AR@
229 ac_ct_CC
= @ac_ct_CC@
230 ac_ct_CC_FOR_BUILD
= @ac_ct_CC_FOR_BUILD@
231 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
232 am__include
= @am__include@
233 am__leading_dot
= @am__leading_dot@
234 am__quote
= @am__quote@
236 am__untar
= @am__untar@
239 build_alias
= @build_alias@
240 build_cpu
= @build_cpu@
241 build_os
= @build_os@
242 build_vendor
= @build_vendor@
243 builddir
= @builddir@
245 datarootdir
= @datarootdir@
248 exec_prefix = @
exec_prefix@
250 host_alias
= @host_alias@
251 host_cpu
= @host_cpu@
253 host_vendor
= @host_vendor@
255 includedir = @
includedir@
257 install_sh
= @install_sh@
259 libexecdir
= @libexecdir@
260 localedir
= @localedir@
261 localstatedir
= @localstatedir@
264 oldincludedir = @
oldincludedir@
267 program_transform_name
= @program_transform_name@
270 sharedstatedir
= @sharedstatedir@
272 sysconfdir
= @sysconfdir@
274 target_alias
= @target_alias@
275 target_cpu
= @target_cpu@
276 target_os
= @target_os@
277 target_vendor
= @target_vendor@
278 top_build_prefix
= @top_build_prefix@
279 top_builddir
= @top_builddir@
280 top_srcdir
= @top_srcdir@
281 tstdir
= @XENO_TEST_DIR@
/regression
/native
282 noinst_HEADERS
= check.h
284 ..
/..
/..
/skins
/native
/libnative.la \
285 ..
/..
/..
/skins
/rtdm
/librtdm.la \
286 ..
/..
/..
/skins
/common
/libxenomai.la \
292 .SUFFIXES
: .c .lo .o .obj
293 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
295 case
'$(am__configure_deps)' in \
297 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
298 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
302 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/testsuite/regression/native/Makefile'; \
303 $(am__cd
) $(top_srcdir
) && \
304 $(AUTOMAKE
) --foreign src
/testsuite
/regression
/native
/Makefile
306 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
309 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
311 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
315 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
316 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
318 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
319 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
320 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
321 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
322 $(am__aclocal_m4_deps
):
323 install-tstPROGRAMS
: $(tst_PROGRAMS
)
325 @list
='$(tst_PROGRAMS)'; test -n
"$(tstdir)" || list
=; \
326 if
test -n
"$$list"; then \
327 echo
" $(MKDIR_P) '$(DESTDIR)$(tstdir)'"; \
328 $(MKDIR_P
) "$(DESTDIR)$(tstdir)" || exit
1; \
330 for p in
$$list; do echo
"$$p $$p"; done | \
331 sed
's/$(EXEEXT)$$//' | \
332 while read p p1
; do if
test -f
$$p ||
test -f
$$p1; \
333 then echo
"$$p"; echo
"$$p"; else :; fi
; \
335 sed
-e
'p;s,.*/,,;n;h' -e
's|.*|.|' \
336 -e
'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
337 sed
'N;N;N;s,\n, ,g' | \
338 $(AWK
) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
339 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
340 if ($$2 == $$4) files[d] = files[d] " " $$1; \
341 else { print "f", $$3 "/" $$4, $$1; } } \
342 END { for (d in files) print "f", d, files[d] }' | \
343 while read type
dir files
; do \
344 if
test "$$dir" = .
; then
dir=; else dir=/$$dir; fi
; \
345 test -z
"$$files" ||
{ \
346 echo
" $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tstdir)$$dir'"; \
347 $(INSTALL_PROGRAM_ENV
) $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL_PROGRAM
) $$files "$(DESTDIR)$(tstdir)$$dir" || exit
$$?
; \
351 uninstall-tstPROGRAMS
:
353 @list
='$(tst_PROGRAMS)'; test -n
"$(tstdir)" || list
=; \
354 files
=`for p in $$list; do echo "$$p"; done | \
355 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
356 -e 's/$$/$(EXEEXT)/' `; \
357 test -n
"$$list" || exit
0; \
358 echo
" ( cd '$(DESTDIR)$(tstdir)' && rm -f" $$files ")"; \
359 cd
"$(DESTDIR)$(tstdir)" && rm -f
$$files
362 @list
='$(tst_PROGRAMS)'; test -n
"$$list" || exit
0; \
363 echo
" rm -f" $$list; \
364 rm -f
$$list || exit
$$?
; \
365 test -n
"$(EXEEXT)" || exit
0; \
366 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
367 echo
" rm -f" $$list; \
369 heap
$(EXEEXT
): $(heap_OBJECTS
) $(heap_DEPENDENCIES
) $(EXTRA_heap_DEPENDENCIES
)
371 $(LINK
) $(heap_OBJECTS
) $(heap_LDADD
) $(LIBS
)
372 leaks
$(EXEEXT
): $(leaks_OBJECTS
) $(leaks_DEPENDENCIES
) $(EXTRA_leaks_DEPENDENCIES
)
373 @
rm -f leaks
$(EXEEXT
)
374 $(LINK
) $(leaks_OBJECTS
) $(leaks_LDADD
) $(LIBS
)
375 sigdebug
$(EXEEXT
): $(sigdebug_OBJECTS
) $(sigdebug_DEPENDENCIES
) $(EXTRA_sigdebug_DEPENDENCIES
)
376 @
rm -f sigdebug
$(EXEEXT
)
377 $(LINK
) $(sigdebug_OBJECTS
) $(sigdebug_LDADD
) $(LIBS
)
378 tsc
$(EXEEXT
): $(tsc_OBJECTS
) $(tsc_DEPENDENCIES
) $(EXTRA_tsc_DEPENDENCIES
)
380 $(LINK
) $(tsc_OBJECTS
) $(tsc_LDADD
) $(LIBS
)
388 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/heap.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/leaks.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sigdebug.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/tsc.Po@am__quote@
394 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
395 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
401 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
402 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
405 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
408 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
409 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
412 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
420 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
421 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422 unique
=`for i in $$list; do \
423 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426 END { if (nonempty) { for (i in files) print i; }; }'`; \
430 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
431 $(TAGS_FILES
) $(LISP
)
434 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique
=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439 END { if (nonempty) { for (i in files) print i; }; }'`; \
441 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
442 test -n
"$$unique" || unique
=$$empty_fix; \
443 if
test $$# -gt 0; then \
444 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
447 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
452 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
453 $(TAGS_FILES
) $(LISP
)
454 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455 unique
=`for i in $$list; do \
456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459 END { if (nonempty) { for (i in files) print i; }; }'`; \
460 test -z
"$(CTAGS_ARGS)$$unique" \
461 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
465 here
=`$(am__cd) $(top_builddir) && pwd` \
466 && $(am__cd
) $(top_srcdir
) \
467 && gtags
-i
$(GTAGS_ARGS
) "$$here"
470 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
472 distdir
: $(DISTFILES
)
473 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475 list
='$(DISTFILES)'; \
476 dist_files
=`for file in $$list; do echo $$file; done | \
477 sed -e "s|^$$srcdirstrip/||;t" \
478 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479 case
$$dist_files in \
480 */*) $(MKDIR_P
) `echo "$$dist_files" | \
481 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484 for file in
$$dist_files; do \
485 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
486 if
test -d
$$d/$$file; then \
487 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488 if
test -d
"$(distdir)/$$file"; then \
489 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
491 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
492 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
493 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
495 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
497 test -f
"$(distdir)/$$file" \
498 || cp
-p
$$d/$$file "$(distdir)/$$file" \
504 all-am
: Makefile
$(PROGRAMS
) $(HEADERS
)
506 for
dir in
"$(DESTDIR)$(tstdir)"; do \
507 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
510 install-exec
: install-exec-am
511 install-data
: install-data-am
512 uninstall: uninstall-am
515 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
517 installcheck: installcheck-am
519 if
test -z
'$(STRIP)'; then \
520 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
521 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
524 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
525 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
526 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
533 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
534 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
536 maintainer-clean-generic
:
537 @echo
"This command is intended for maintainers to use"
538 @echo
"it deletes files that may require special tools to rebuild."
541 clean-am
: clean-generic clean-libtool clean-tstPROGRAMS mostlyclean-am
543 distclean: distclean-am
546 distclean-am
: clean-am distclean-compile distclean-generic \
561 install-data-am
: install-tstPROGRAMS
563 install-dvi
: install-dvi-am
569 install-html
: install-html-am
573 install-info
: install-info-am
579 install-pdf
: install-pdf-am
583 install-ps
: install-ps-am
589 maintainer-clean
: maintainer-clean-am
592 maintainer-clean-am
: distclean-am maintainer-clean-generic
594 mostlyclean: mostlyclean-am
596 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
607 uninstall-am
: uninstall-tstPROGRAMS
609 .MAKE
: install-am install-strip
611 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
612 clean-libtool clean-tstPROGRAMS ctags
distclean \
613 distclean-compile distclean-generic distclean-libtool \
614 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
615 install install-am install-data install-data-am install-dvi \
616 install-dvi-am install-exec install-exec-am install-html \
617 install-html-am install-info install-info-am install-man \
618 install-pdf install-pdf-am install-ps install-ps-am \
619 install-strip install-tstPROGRAMS
installcheck installcheck-am \
620 installdirs maintainer-clean maintainer-clean-generic \
621 mostlyclean mostlyclean-compile mostlyclean-generic \
622 mostlyclean-libtool pdf pdf-am ps ps-am
tags uninstall \
623 uninstall-am uninstall-tstPROGRAMS
626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
627 # Otherwise a system limit (for SysV at least) may be exceeded.