@ -245,7 +245,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../compile \
$( top_srcdir) /../config.guess $( top_srcdir) /../config.sub \
$( top_srcdir) /../depcomp $( top_srcdir) /../install-sh \
$( top_srcdir) /../ltmain.sh $( top_srcdir) /../missing \
$( top_srcdir) /../mkinstalldirs ChangeLog README
$( top_srcdir) /../mkinstalldirs $( top_srcdir) /../multilib.am \
ChangeLog README
DISTFILES = $( DIST_COMMON) $( DIST_SOURCES) $( TEXINFOS) $( EXTRA_DIST)
distdir = $( PACKAGE) -$( VERSION)
top_distdir = $( distdir)
@ -441,13 +442,19 @@ AM_MAKEFLAGS = \
" RANLIB= $( RANLIB) " \
" DESTDIR= $( DESTDIR) "
MULTISRCTOP =
MULTIBUILDTOP =
MULTIDIRS =
MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
all : all -am
.SUFFIXES :
.SUFFIXES : .c .lo .o .obj
am--refresh : Makefile
@:
$(srcdir)/Makefile.in : @MAINTAINER_MODE_TRUE @ $( srcdir ) /Makefile .am $( am__configure_deps )
$(srcdir)/Makefile.in : @MAINTAINER_MODE_TRUE @ $( srcdir ) /Makefile .am $( top_srcdir ) /../multilib .am $( am__configure_deps )
@for dep in $? ; do \
case '$(am__configure_deps)' in \
*$$ dep*) \
@ -469,6 +476,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)' ; \
cd $( top_builddir) && $( SHELL) ./config.status $@ $( am__depfiles_maybe) ; ; \
esac ;
$(top_srcdir)/../multilib.am $(am__empty) :
$(top_builddir)/config.status : $( top_srcdir ) /configure $( CONFIG_STATUS_DEPENDENCIES )
$( SHELL) ./config.status --recheck
@ -1030,7 +1038,7 @@ distcleancheck: distclean
exit 1; } >& 2
check-am : all -am
check : check -am
all-am : Makefile $( LIBRARIES ) $( LTLIBRARIES )
all-am : Makefile $( LIBRARIES ) $( LTLIBRARIES ) all -local
installdirs :
for dir in " $( DESTDIR) $( toolexeclibdir) " ; do \
test -z " $$ dir " || $( MKDIR_P) " $$ dir " ; \
@ -1067,15 +1075,16 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean : clean -am
clean-am : clean -generic clean -libtool clean -noinstLTLIBRARIES \
clean-toolexeclibLIBRARIES mostlyclean-am
clean-am : clean -generic clean -libtool clean -local \
clean-noinstLTLIBRARIES clean-toolexeclibLIBRARIES \
mostlyclean-am
distclean : distclean -am
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$( DEPDIR)
-rm -f Makefile
distclean-am : clean -am distclean -compile distclean -generic \
distclean-libtool distclean-tags
distclean-libtool distclean-local distclean- tags
dvi : dvi -am
@ -1095,7 +1104,7 @@ install-dvi: install-dvi-am
install-dvi-am :
install-exec-am : install -toolexeclibLIBRARIES
install-exec-am : install -exec -local install -toolexeclibLIBRARIES
install-html : install -html -am
@ -1122,12 +1131,13 @@ maintainer-clean: maintainer-clean-am
-rm -rf $( top_srcdir) /autom4te.cache
-rm -rf ./$( DEPDIR)
-rm -f Makefile
maintainer-clean-am : distclean -am maintainer -clean -generic
maintainer-clean-am : distclean -am maintainer -clean -generic \
maintainer-clean-local
mostlyclean : mostlyclean -am
mostlyclean-am : mostlyclean -compile mostlyclean -generic \
mostlyclean-libtool
mostlyclean-libtool mostlyclean-local
pdf : pdf -am
@ -1141,28 +1151,56 @@ uninstall-am: uninstall-toolexeclibLIBRARIES
.MAKE : install -am install -strip
.PHONY : CTAGS GTAGS TAGS all all -am am --refresh check check -am clean \
clean-cscope clean-generic clean-libtool \
clean-noinstLTLIBRARIES clean-toolexeclibLIBRARIES cscope \
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
.PHONY : CTAGS GTAGS TAGS all all -am all -local a m --refresh check \
check-am clean c lean-cscope clean-generic clean-libtool \
clean-local clean- noinstLTLIBRARIES clean-toolexeclibLIBRARIES \
cscope cscope list-am ctags ctags-am dist dist-all dist-bzip2 \
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
distcheck distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
distclean-libtool distclean-local distclean-tags \
distcleancheck distdir distuninstallcheck dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-exec-local install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip install-toolexeclibLIBRARIES installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am \
uninstall-toolexeclibLIBRARIES
maintainer-clean-generic maintainer-clean-local mostlyclean \
mostlyclean-compile mostlyclean- generic mostlyclean-libtool \
mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall- toolexeclibLIBRARIES
.PRECIOUS : Makefile
# GNU Make needs to see an explicit $(MAKE) variable in the command it
# runs to enable its job server during parallel builds. Hence the
# comments below.
all-multi :
$( MULTIDO) $( AM_MAKEFLAGS) DO = all multi-do # $(MAKE)
install-multi :
$( MULTIDO) $( AM_MAKEFLAGS) DO = install multi-do # $(MAKE)
mostlyclean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = mostlyclean multi-clean # $(MAKE)
clean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = clean multi-clean # $(MAKE)
distclean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = distclean multi-clean # $(MAKE)
maintainer-clean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = maintainer-clean multi-clean # $(MAKE)
.MAKE .PHONY : all -multi clean -multi distclean -multi install -am \
install-multi maintainer-clean-multi mostlyclean-multi
install-exec-local : install -multi
all-local : all -multi
mostlyclean-local : mostlyclean -multi
clean-local : clean -multi
distclean-local : distclean -multi
maintainer-clean-local : maintainer -clean -multi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT :