1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir
= @top_srcdir@
21 pkgdatadir
= $(datadir)/@PACKAGE@
22 pkglibdir
= $(libdir)/@PACKAGE@
23 pkgincludedir
= $(includedir)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA
= $(install_sh
) -c
-m
644
28 install_sh_PROGRAM
= $(install_sh
) -c
29 install_sh_SCRIPT
= $(install_sh
) -c
30 INSTALL_HEADER
= $(INSTALL_DATA
)
31 transform
= $(program_transform_name
)
38 build_triplet
= @build@
40 target_triplet
= @target@
41 DIST_COMMON
= $(am__configure_deps
) $(nobase_libsubinclude_HEADERS
) \
42 $(srcdir)/..
/config.guess
$(srcdir)/..
/config.sub \
43 $(srcdir)/..
/depcomp
$(srcdir)/..
/install-sh \
44 $(srcdir)/..
/ltmain.sh
$(srcdir)/..
/missing \
45 $(srcdir)/..
/mkinstalldirs
$(srcdir)/Makefile.am \
46 $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
47 $(top_srcdir
)/configure ChangeLog
49 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
50 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
51 $(top_srcdir
)/..
/config
/depstand.m4 \
52 $(top_srcdir
)/..
/config
/enable.m4 \
53 $(top_srcdir
)/..
/config
/lead-dot.m4 \
54 $(top_srcdir
)/..
/config
/tls.m4
$(top_srcdir
)/acinclude.m4 \
55 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/configure.ac
56 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
58 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
59 configure.lineno configure.status.lineno
60 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
61 CONFIG_HEADER
= config.h
63 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
64 am__vpath_adj
= case
$$p in \
65 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68 am__strip_dir
= `echo $$p | sed -e 's|^.*/||'`;
69 am__installdirs
= "$(DESTDIR)$(toolexeclibdir)" \
70 "$(DESTDIR)$(libsubincludedir)"
71 toolexeclibLTLIBRARIES_INSTALL
= $(INSTALL
)
72 LTLIBRARIES
= $(toolexeclib_LTLIBRARIES
)
73 am_libmudflap_la_OBJECTS
= mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
75 libmudflap_la_OBJECTS
= $(am_libmudflap_la_OBJECTS
)
76 am_libmudflapth_la_OBJECTS
=
77 libmudflapth_la_OBJECTS
= $(am_libmudflapth_la_OBJECTS
)
78 @LIBMUDFLAPTH_TRUE@am_libmudflapth_la_rpath
= -rpath
$(toolexeclibdir
)
79 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I.
80 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
81 am__depfiles_maybe
= depfiles
82 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
83 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
84 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) \
85 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
86 $(AM_CFLAGS
) $(CFLAGS
)
88 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
89 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
90 SOURCES
= $(libmudflap_la_SOURCES
) $(libmudflapth_la_SOURCES
)
91 DIST_SOURCES
= $(libmudflap_la_SOURCES
) $(libmudflapth_la_SOURCES
)
98 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
99 html-recursive info-recursive install-data-recursive \
100 install-exec-recursive install-info-recursive \
101 install-recursive installcheck-recursive installdirs-recursive \
102 pdf-recursive ps-recursive uninstall-info-recursive \
104 nobase_libsubincludeHEADERS_INSTALL
= $(install_sh_DATA
)
105 HEADERS
= $(nobase_libsubinclude_HEADERS
)
108 DIST_SUBDIRS
= $(SUBDIRS
)
109 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
110 distdir
= $(PACKAGE
)-$(VERSION
)
111 top_distdir
= $(distdir
)
112 am__remove_distdir
= \
113 { test ! -d
$(distdir
) \
114 ||
{ find
$(distdir
) -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
115 && rm -fr
$(distdir
); }; }
116 DIST_ARCHIVES
= $(distdir
).
tar.gz
118 distuninstallcheck_listfiles
= find .
-type f
-print
119 distcleancheck_listfiles
= find .
-type f
-print
121 AMDEP_FALSE
= @AMDEP_FALSE@
122 AMDEP_TRUE
= @AMDEP_TRUE@
124 AUTOCONF
= @AUTOCONF@
125 AUTOHEADER
= @AUTOHEADER@
126 AUTOMAKE
= @AUTOMAKE@
129 CCDEPMODE
= @CCDEPMODE@
132 CPPFLAGS
= @CPPFLAGS@
133 CYGPATH_W
= @CYGPATH_W@
141 INSTALL_DATA
= @INSTALL_DATA@
142 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
143 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
145 LIBMUDFLAPTH_FALSE
= @LIBMUDFLAPTH_FALSE@
146 LIBMUDFLAPTH_TRUE
= @LIBMUDFLAPTH_TRUE@
151 LTLIBOBJS
= @LTLIBOBJS@
153 MAINTAINER_MODE_FALSE
= @MAINTAINER_MODE_FALSE@
154 MAINTAINER_MODE_TRUE
= @MAINTAINER_MODE_TRUE@
155 MAKEINFO
= @MAKEINFO@
156 MF_HAVE_STDINT_H
= @MF_HAVE_STDINT_H@
157 MF_HAVE_UINTPTR_T
= @MF_HAVE_UINTPTR_T@
161 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
162 PACKAGE_NAME
= @PACKAGE_NAME@
163 PACKAGE_STRING
= @PACKAGE_STRING@
164 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
165 PACKAGE_VERSION
= @PACKAGE_VERSION@
166 PATH_SEPARATOR
= @PATH_SEPARATOR@
168 SECTION_FLAGS
= @SECTION_FLAGS@
169 SET_MAKE
= @SET_MAKE@
173 ac_ct_CC
= @ac_ct_CC@
174 ac_ct_NM
= @ac_ct_NM@
175 ac_ct_RANLIB
= @ac_ct_RANLIB@
176 ac_ct_STRIP
= @ac_ct_STRIP@
177 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
178 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
179 am__include
= @am__include@
180 am__leading_dot
= @am__leading_dot@
181 am__quote
= @am__quote@
183 am__untar
= @am__untar@
186 build_alias
= @build_alias@
187 build_cpu
= @build_cpu@
188 build_libmudflapth
= @build_libmudflapth@
189 build_os
= @build_os@
190 build_vendor
= @build_vendor@
192 enable_shared
= @enable_shared@
193 enable_static
= @enable_static@
194 exec_prefix = @
exec_prefix@
196 host_alias
= @host_alias@
197 host_cpu
= @host_cpu@
199 host_vendor
= @host_vendor@
200 includedir = @
includedir@
202 install_sh
= @install_sh@
204 libexecdir
= @libexecdir@
205 localstatedir
= @localstatedir@
208 multi_basedir
= @multi_basedir@
209 oldincludedir = @
oldincludedir@
211 program_transform_name
= @program_transform_name@
213 sharedstatedir
= @sharedstatedir@
214 sysconfdir
= @sysconfdir@
216 target_alias
= @target_alias@
217 target_cpu
= @target_cpu@
218 target_noncanonical
= @target_noncanonical@
219 target_os
= @target_os@
220 target_vendor
= @target_vendor@
221 toolexecdir
= @toolexecdir@
222 toolexeclibdir
= @toolexeclibdir@
223 AUTOMAKE_OPTIONS
= 1.8 foreign
224 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
225 MAINT_CHARSET
= latin1
228 # May be used by various substitution variables.
229 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
230 AM_CFLAGS
= -Wall
$(SECTION_FLAGS
)
231 @LIBMUDFLAPTH_FALSE@libmudflapth
=
232 @LIBMUDFLAPTH_TRUE@libmudflapth
= libmudflapth.la
233 toolexeclib_LTLIBRARIES
= libmudflap.la
$(libmudflapth
)
234 libsubincludedir
= $(libdir)/gcc
/$(target_noncanonical
)/$(gcc_version
)/include
235 nobase_libsubinclude_HEADERS
= mf-runtime.h
236 libmudflap_la_SOURCES
= \
242 libmudflap_la_LIBADD
=
243 libmudflap_la_DEPENDENCIES
= $(libmudflap_la_LIBADD
)
244 libmudflap_la_LDFLAGS
= -version-info
`grep -v '^\#' $(srcdir)/libtool-version`
245 libmudflapth_la_SOURCES
=
246 libmudflapth_la_LIBADD
= \
248 pth
/mf-heuristics.lo \
253 libmudflapth_la_DEPENDENCIES
= $(libmudflapth_la_LIBADD
)
254 libmudflapth_la_LDFLAGS
= -version-info
`grep -v '^\#' $(srcdir)/libtool-version`
257 # From libffi/Makefile.am
259 # Work around what appears to be a GNU make bug handling MAKEFLAGS
260 # values defined in terms of make variables, as is the case for CC and
261 # friends when we are called from the top level Makefile.
263 "AR_FLAGS=$(AR_FLAGS)" \
264 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
266 "CXXFLAGS=$(CXXFLAGS)" \
267 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
268 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
269 "INSTALL=$(INSTALL)" \
270 "INSTALL_DATA=$(INSTALL_DATA)" \
271 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
272 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
273 "JC1FLAGS=$(JC1FLAGS)" \
274 "LDFLAGS=$(LDFLAGS)" \
275 "LIBCFLAGS=$(LIBCFLAGS)" \
276 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
278 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
279 "PICFLAG=$(PICFLAG)" \
280 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
282 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
283 "exec_prefix=$(exec_prefix)" \
284 "infodir=$(infodir)" \
287 "includedir=$(includedir)" \
293 "LIBCFLAGS=$(LIBCFLAGS)" \
295 "PICFLAG=$(PICFLAG)" \
301 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
304 .SUFFIXES
: .c .lo .o .obj
307 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
309 case
'$(am__configure_deps)' in \
311 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
312 cd
$(srcdir) && $(AUTOMAKE
) --foreign \
317 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
318 cd
$(top_srcdir
) && \
319 $(AUTOMAKE
) --foreign Makefile
321 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
324 echo
' $(SHELL) ./config.status'; \
325 $(SHELL
) .
/config.status
;; \
327 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
328 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
331 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
332 $(SHELL
) .
/config.status
--recheck
334 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
335 cd
$(srcdir) && $(AUTOCONF
)
336 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
337 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
340 @if
test ! -f
$@
; then \
345 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
347 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
348 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
349 cd
$(top_srcdir
) && $(AUTOHEADER
)
354 -rm -f config.h stamp-h1
355 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
357 test -z
"$(toolexeclibdir)" ||
$(mkdir_p
) "$(DESTDIR)$(toolexeclibdir)"
358 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
359 if
test -f
$$p; then \
361 echo
" $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
362 $(LIBTOOL
) --mode
=install $(toolexeclibLTLIBRARIES_INSTALL
) $(INSTALL_STRIP_FLAG
) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
366 uninstall-toolexeclibLTLIBRARIES
:
368 @set
-x
; list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
370 echo
" $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
371 $(LIBTOOL
) --mode
=uninstall rm -f
"$(DESTDIR)$(toolexeclibdir)/$$p"; \
374 clean-toolexeclibLTLIBRARIES
:
375 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
376 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
377 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
378 test "$$dir" != "$$p" ||
dir=.
; \
379 echo
"rm -f \"$${dir}/so_locations\""; \
380 rm -f
"$${dir}/so_locations"; \
382 libmudflap.la
: $(libmudflap_la_OBJECTS
) $(libmudflap_la_DEPENDENCIES
)
383 $(LINK
) -rpath
$(toolexeclibdir
) $(libmudflap_la_LDFLAGS
) $(libmudflap_la_OBJECTS
) $(libmudflap_la_LIBADD
) $(LIBS
)
384 libmudflapth.la
: $(libmudflapth_la_OBJECTS
) $(libmudflapth_la_DEPENDENCIES
)
385 $(LINK
) $(am_libmudflapth_la_rpath
) $(libmudflapth_la_LDFLAGS
) $(libmudflapth_la_OBJECTS
) $(libmudflapth_la_LIBADD
) $(LIBS
)
393 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mf-heuristics.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mf-hooks1.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mf-hooks2.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mf-runtime.Plo@am__quote@
399 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
400 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
406 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
`$(CYGPATH_W) '$<'`; \
407 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
410 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@ if
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
414 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
428 # GNU Make needs to see an explicit $(MAKE) variable in the command it
429 # runs to enable its job server during parallel builds. Hence the
432 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
434 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
437 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
439 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
441 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
442 maintainer-clean-multi
:
443 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
445 install-nobase_libsubincludeHEADERS
: $(nobase_libsubinclude_HEADERS
)
447 test -z
"$(libsubincludedir)" ||
$(mkdir_p
) "$(DESTDIR)$(libsubincludedir)"
448 @
$(am__vpath_adj_setup
) \
449 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
450 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
452 echo
" $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
453 $(nobase_libsubincludeHEADERS_INSTALL
) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
456 uninstall-nobase_libsubincludeHEADERS
:
458 @
$(am__vpath_adj_setup
) \
459 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
461 echo
" rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
462 rm -f
"$(DESTDIR)$(libsubincludedir)/$$f"; \
465 # This directory's subdirectories are mostly independent; you can cd
466 # into them and run `make' without going through this Makefile.
467 # To change the values of `make' variables: instead of editing Makefiles,
468 # (1) if the variable is set in `config.status', edit `config.status'
469 # (which will cause the Makefiles to be regenerated when you run `make');
470 # (2) otherwise, pass the desired values on the `make' command line.
471 $(RECURSIVE_TARGETS
):
473 for f in x
$$MAKEFLAGS; do \
476 *k
*) failcom
='fail=yes';; \
480 target
=`echo $@ | sed s/-recursive//`; \
481 list
='$(SUBDIRS)'; for subdir in
$$list; do \
482 echo
"Making $$target in $$subdir"; \
483 if
test "$$subdir" = "."; then \
485 local_target
="$$target-am"; \
487 local_target
="$$target"; \
489 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
492 if
test "$$dot_seen" = "no"; then \
493 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
496 mostlyclean-recursive clean-recursive distclean-recursive \
497 maintainer-clean-recursive
:
499 for f in x
$$MAKEFLAGS; do \
502 *k
*) failcom
='fail=yes';; \
507 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
508 *) list
='$(SUBDIRS)' ;; \
510 rev
=''; for subdir in
$$list; do \
511 if
test "$$subdir" = "."; then
:; else \
512 rev
="$$subdir $$rev"; \
516 target
=`echo $@ | sed s/-recursive//`; \
517 for subdir in
$$rev; do \
518 echo
"Making $$target in $$subdir"; \
519 if
test "$$subdir" = "."; then \
520 local_target
="$$target-am"; \
522 local_target
="$$target"; \
524 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
526 done
&& test -z
"$$fail"
528 list
='$(SUBDIRS)'; for subdir in
$$list; do \
529 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
532 list
='$(SUBDIRS)'; for subdir in
$$list; do \
533 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
536 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
537 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
538 unique
=`for i in $$list; do \
539 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541 $(AWK) ' { files[$$0] = 1; } \
542 END { for (i in files) print i; }'`; \
546 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
547 $(TAGS_FILES
) $(LISP
)
550 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
551 include_option
=--etags-include
; \
554 include_option
=--include; \
557 list
='$(SUBDIRS)'; for subdir in
$$list; do \
558 if
test "$$subdir" = .
; then
:; else \
559 test ! -f
$$subdir/TAGS || \
560 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
563 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
564 unique
=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567 $(AWK) ' { files[$$0] = 1; } \
568 END { for (i in files) print i; }'`; \
569 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
570 test -n
"$$unique" || unique
=$$empty_fix; \
571 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
575 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
576 $(TAGS_FILES
) $(LISP
)
579 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
580 unique
=`for i in $$list; do \
581 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583 $(AWK) ' { files[$$0] = 1; } \
584 END { for (i in files) print i; }'`; \
585 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
586 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
590 here
=`$(am__cd) $(top_builddir) && pwd` \
591 && cd
$(top_srcdir
) \
592 && gtags
-i
$(GTAGS_ARGS
) $$here
595 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
597 distdir
: $(DISTFILES
)
598 $(am__remove_distdir
)
600 $(mkdir_p
) $(distdir
)/..
$(distdir
)/..
/config
$(distdir
)/testsuite
601 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
602 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
603 list
='$(DISTFILES)'; for file in
$$list; do \
605 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
606 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
608 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
609 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
610 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
612 $(mkdir_p
) "$(distdir)$$dir"; \
616 if
test -d
$$d/$$file; then \
617 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
618 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
620 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
622 test -f
$(distdir
)/$$file \
623 || cp
-p
$$d/$$file $(distdir
)/$$file \
627 list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
628 if
test "$$subdir" = .
; then
:; else \
629 test -d
"$(distdir)/$$subdir" \
630 ||
$(mkdir_p
) "$(distdir)/$$subdir" \
632 distdir
=`$(am__cd) $(distdir) && pwd`; \
633 top_distdir
=`$(am__cd) $(top_distdir) && pwd`; \
635 $(MAKE
) $(AM_MAKEFLAGS
) \
636 top_distdir
="$$top_distdir" \
637 distdir
="$$distdir/$$subdir" \
642 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
643 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
644 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
645 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
646 || chmod
-R a
+r
$(distdir
)
648 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
649 $(am__remove_distdir
)
652 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
653 $(am__remove_distdir
)
656 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
657 $(am__remove_distdir
)
660 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
661 $(am__remove_distdir
)
664 -rm -f
$(distdir
).zip
665 zip
-rq
$(distdir
).zip
$(distdir
)
666 $(am__remove_distdir
)
668 dist dist-all
: distdir
669 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
670 $(am__remove_distdir
)
672 # This target untars the dist file and tries a VPATH configuration. Then
673 # it guarantees that the distribution is self-contained by making another
676 case
'$(DIST_ARCHIVES)' in \
678 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(am__untar
) ;;\
680 bunzip2
-c
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
682 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
684 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
shar.gz | unshar
;;\
686 unzip
$(distdir
).zip
;;\
688 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
689 mkdir
$(distdir
)/_build
690 mkdir
$(distdir
)/_inst
692 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694 && cd
$(distdir
)/_build \
695 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
696 $(DISTCHECK_CONFIGURE_FLAGS
) \
697 && $(MAKE
) $(AM_MAKEFLAGS
) \
698 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
699 && $(MAKE
) $(AM_MAKEFLAGS
) check \
700 && $(MAKE
) $(AM_MAKEFLAGS
) install \
701 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
702 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
703 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
705 && chmod
-R a-w
"$$dc_install_base" \
707 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
708 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
709 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
710 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
711 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
712 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
713 && rm -rf
"$$dc_destdir" \
714 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
715 && rm -rf
$(DIST_ARCHIVES
) \
716 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck
717 $(am__remove_distdir
)
718 @
(echo
"$(distdir) archives ready for distribution: "; \
719 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
720 sed
-e
'1{h;s/./=/g;p;x;}' -e
'$${p;x;}'
722 @cd
$(distuninstallcheck_dir
) \
723 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
724 ||
{ echo
"ERROR: files left after uninstall:" ; \
725 if
test -n
"$(DESTDIR)"; then \
726 echo
" (check DESTDIR support)"; \
728 $(distuninstallcheck_listfiles
) ; \
730 distcleancheck
: distclean
731 @if
test '$(srcdir)' = .
; then \
732 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
735 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
736 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
737 $(distcleancheck_listfiles
) ; \
740 check: check-recursive
741 all-am
: Makefile
$(LTLIBRARIES
) all-multi
$(HEADERS
) config.h
742 installdirs: installdirs-recursive
744 for
dir in
"$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
745 test -z
"$$dir" ||
$(mkdir_p
) "$$dir"; \
747 install: install-recursive
748 install-exec
: install-exec-recursive
749 install-data
: install-data-recursive
750 uninstall: uninstall-recursive
753 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
755 installcheck: installcheck-recursive
757 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
758 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
759 `test -z '$(STRIP)' || \
760 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
766 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
768 maintainer-clean-generic
:
769 @echo
"This command is intended for maintainers to use"
770 @echo
"it deletes files that may require special tools to rebuild."
771 clean: clean-multi clean-recursive
773 clean-am
: clean-generic clean-libtool clean-local \
774 clean-toolexeclibLTLIBRARIES mostlyclean-am
776 distclean: distclean-multi distclean-recursive
777 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
780 distclean-am
: clean-am distclean-compile distclean-generic \
781 distclean-hdr distclean-libtool distclean-tags
793 install-data-am
: install-nobase_libsubincludeHEADERS
795 install-exec-am
: install-multi install-toolexeclibLTLIBRARIES
797 install-info
: install-info-recursive
803 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
804 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
805 -rm -rf
$(top_srcdir
)/autom4te.cache
808 maintainer-clean-am
: distclean-am maintainer-clean-generic
810 mostlyclean: mostlyclean-multi mostlyclean-recursive
812 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
823 uninstall-am
: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
824 uninstall-toolexeclibLTLIBRARIES
826 uninstall-info
: uninstall-info-recursive
828 .PHONY
: $(RECURSIVE_TARGETS
) CTAGS GTAGS
all all-am all-multi \
829 am--refresh
check check-am
clean clean-generic clean-libtool \
830 clean-local clean-multi clean-recursive \
831 clean-toolexeclibLTLIBRARIES ctags ctags-recursive
dist \
832 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
833 distcheck
distclean distclean-compile distclean-generic \
834 distclean-hdr distclean-libtool distclean-multi \
835 distclean-recursive distclean-tags distcleancheck distdir \
836 distuninstallcheck
dvi dvi-am html html-am
info info-am \
837 install install-am install-data install-data-am install-exec \
838 install-exec-am install-info install-info-am install-man \
839 install-multi install-nobase_libsubincludeHEADERS \
840 install-strip install-toolexeclibLTLIBRARIES
installcheck \
841 installcheck-am
installdirs installdirs-am maintainer-clean \
842 maintainer-clean-generic maintainer-clean-multi \
843 maintainer-clean-recursive
mostlyclean mostlyclean-compile \
844 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
845 mostlyclean-recursive pdf pdf-am ps ps-am
tags tags-recursive \
846 uninstall uninstall-am uninstall-info-am \
847 uninstall-nobase_libsubincludeHEADERS \
848 uninstall-toolexeclibLTLIBRARIES
852 rm -f pth
/*.o pth
/*.lo
854 pth
/mf-runtime.lo
: mf-runtime.c mf-runtime.h mf-impl.h
855 $(LTCOMPILE
) -DLIBMUDFLAPTH
-c
$(srcdir)/mf-runtime.c
-o
$@
856 pth
/mf-heuristics.lo
: mf-heuristics.c mf-runtime.h mf-impl.h
857 $(LTCOMPILE
) -DLIBMUDFLAPTH
-c
$(srcdir)/mf-heuristics.c
-o
$@
858 pth
/mf-hooks1.lo
: mf-hooks1.c mf-runtime.h mf-impl.h
859 $(LTCOMPILE
) -DLIBMUDFLAPTH
-c
$(srcdir)/mf-hooks1.c
-o
$@
860 pth
/mf-hooks2.lo
: mf-hooks2.c mf-runtime.h mf-impl.h
861 $(LTCOMPILE
) -DLIBMUDFLAPTH
-c
$(srcdir)/mf-hooks2.c
-o
$@
862 pth
/mf-hooks3.lo
: mf-hooks3.c mf-runtime.h mf-impl.h
863 $(LTCOMPILE
) -DLIBMUDFLAPTH
-c
$(srcdir)/mf-hooks3.c
-o
$@
868 # Tell versions [3.59,3.63) of GNU make to not export all variables.
869 # Otherwise a system limit (for SysV at least) may be exceeded.