|
|
|
@ -1,8 +1,8 @@ |
|
|
|
# Makefile.in generated by automake 1.7.6 from Makefile.am.
|
|
|
|
# Makefile.in generated by automake 1.8.2 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
# 2003, 2004 Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
@ -23,7 +23,6 @@ pkgdatadir = $(datadir)/@PACKAGE@ |
|
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
|
|
|
top_builddir = . |
|
|
|
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
|
|
INSTALL = @INSTALL@ |
|
|
|
install_sh_DATA = $(install_sh) -c -m 644 |
|
|
|
@ -37,6 +36,49 @@ POST_INSTALL = : |
|
|
|
NORMAL_UNINSTALL = : |
|
|
|
PRE_UNINSTALL = : |
|
|
|
POST_UNINSTALL = : |
|
|
|
subdir = . |
|
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
|
|
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
|
|
|
|
ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
|
|
|
|
install-sh missing mkinstalldirs |
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
|
|
$(top_srcdir)/configure.in |
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4) |
|
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
|
|
configure.lineno configure.status.lineno |
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
|
|
CONFIG_CLEAN_FILES = |
|
|
|
am__installdirs = $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(pkgdatadir) |
|
|
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
pkgdataSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(pkgdata_SCRIPTS) |
|
|
|
SOURCES = |
|
|
|
DIST_SOURCES = |
|
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
|
|
html-recursive info-recursive install-data-recursive \
|
|
|
|
install-exec-recursive install-info-recursive \
|
|
|
|
install-recursive installcheck-recursive installdirs-recursive \
|
|
|
|
pdf-recursive ps-recursive uninstall-info-recursive \
|
|
|
|
uninstall-recursive |
|
|
|
ETAGS = etags |
|
|
|
CTAGS = ctags |
|
|
|
DEJATOOL = $(PACKAGE) |
|
|
|
EXPECT = expect |
|
|
|
DIST_SUBDIRS = $(SUBDIRS) |
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
|
|
distdir = $(PACKAGE)-$(VERSION) |
|
|
|
top_distdir = $(distdir) |
|
|
|
am__remove_distdir = \
|
|
|
|
{ test ! -d $(distdir) \
|
|
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
&& rm -fr $(distdir); }; } |
|
|
|
DIST_ARCHIVES = $(distdir).tar.gz |
|
|
|
GZIP_ENV = --best |
|
|
|
distuninstallcheck_listfiles = find . -type f -print |
|
|
|
distcleancheck_listfiles = find . -type f -print |
|
|
|
ACLOCAL = @ACLOCAL@ |
|
|
|
AMDEP_FALSE = @AMDEP_FALSE@ |
|
|
|
AMDEP_TRUE = @AMDEP_TRUE@ |
|
|
|
@ -113,6 +155,7 @@ libdir = @libdir@ |
|
|
|
libexecdir = $(pkgdatadir)/libexec |
|
|
|
localstatedir = @localstatedir@ |
|
|
|
mandir = @mandir@ |
|
|
|
mkdir_p = @mkdir_p@ |
|
|
|
oldincludedir = @oldincludedir@ |
|
|
|
prefix = @prefix@ |
|
|
|
program_transform_name = @program_transform_name@ |
|
|
|
@ -122,7 +165,6 @@ subdirs = @subdirs@ |
|
|
|
sysconfdir = @sysconfdir@ |
|
|
|
target_alias = @target_alias@ |
|
|
|
tclsh = @tclsh@ |
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = dejagnu |
|
|
|
|
|
|
|
# Install all the associated data files
|
|
|
|
@ -134,74 +176,65 @@ bin_SCRIPTS = runtest |
|
|
|
# Install the main DejaGnu expect file in the datadir
|
|
|
|
pkgdata_SCRIPTS = runtest.exp |
|
|
|
libexec_SCRIPTS = config.guess |
|
|
|
|
|
|
|
DATE = `date "+%Y%m%d`
|
|
|
|
|
|
|
|
TLCSH = @TCLSH@ |
|
|
|
PKGDIR = /opt |
|
|
|
|
|
|
|
RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST) |
|
|
|
RUNTEST = ` \
|
|
|
|
if [ -f ${srcdir}/runtest$(EXEEXT) ] ; then \
|
|
|
|
echo ${srcdir}/runtest$(EXEEXT); \
|
|
|
|
else echo "ERROR: runtest not found" ; exit 1; fi` |
|
|
|
|
|
|
|
|
|
|
|
CLEANFILES = x.log x.sum site.bak setval.tmp |
|
|
|
|
|
|
|
|
|
|
|
# Below, host-independent data files that need to get installed.
|
|
|
|
# We do it this way so we can use globbing.
|
|
|
|
lib_dest = $(DESTDIR)$(pkgdatadir) |
|
|
|
lib_files = $(srcdir)/*.c $(srcdir)/lib/*.exp |
|
|
|
|
|
|
|
baseboards_dest = $(DESTDIR)$(pkgdatadir)/baseboards |
|
|
|
baseboards_files = $(srcdir)/baseboards/README $(srcdir)/baseboards/*.exp |
|
|
|
|
|
|
|
include_dest = $(DESTDIR)$(includedir) |
|
|
|
config_dest = $(DESTDIR)$(pkgdatadir)/config |
|
|
|
config_files = $(srcdir)/config/README $(srcdir)/config/*.exp |
|
|
|
subdir = . |
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
|
|
CONFIG_CLEAN_FILES = |
|
|
|
SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(pkgdata_SCRIPTS) |
|
|
|
|
|
|
|
DIST_SOURCES = |
|
|
|
|
|
|
|
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
|
|
|
ps-recursive install-info-recursive uninstall-info-recursive \
|
|
|
|
all-recursive install-data-recursive install-exec-recursive \
|
|
|
|
installdirs-recursive install-recursive uninstall-recursive \
|
|
|
|
check-recursive installcheck-recursive |
|
|
|
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
|
|
|
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
|
|
|
|
config.sub configure configure.in depcomp install-sh missing \
|
|
|
|
mkinstalldirs |
|
|
|
DIST_SUBDIRS = $(SUBDIRS) |
|
|
|
all: all-recursive |
|
|
|
|
|
|
|
.SUFFIXES: |
|
|
|
|
|
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
|
|
configure.lineno |
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
|
|
am--refresh: |
|
|
|
@: |
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
|
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
|
|
|
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
|
|
cd $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --gnu Makefile |
|
|
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) |
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
|
|
.PRECIOUS: Makefile |
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
echo ' $(SHELL) ./config.status'; \
|
|
|
|
$(SHELL) ./config.status;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
|
|
esac; |
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
|
|
$(SHELL) ./config.status --recheck |
|
|
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
|
|
|
cd $(srcdir) && $(AUTOCONF) |
|
|
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 |
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
|
|
cd $(srcdir) && $(AUTOCONF) |
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
|
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
install-binSCRIPTS: $(bin_SCRIPTS) |
|
|
|
@$(NORMAL_INSTALL) |
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir) |
|
|
|
$(mkdir_p) $(DESTDIR)$(bindir) |
|
|
|
@list='$(bin_SCRIPTS)'; for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
if test -f $$d$$p; then \
|
|
|
|
@ -218,10 +251,9 @@ uninstall-binSCRIPTS: |
|
|
|
echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
|
|
|
|
rm -f $(DESTDIR)$(bindir)/$$f; \
|
|
|
|
done |
|
|
|
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
install-libexecSCRIPTS: $(libexec_SCRIPTS) |
|
|
|
@$(NORMAL_INSTALL) |
|
|
|
$(mkinstalldirs) $(DESTDIR)$(libexecdir) |
|
|
|
$(mkdir_p) $(DESTDIR)$(libexecdir) |
|
|
|
@list='$(libexec_SCRIPTS)'; for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
if test -f $$d$$p; then \
|
|
|
|
@ -238,10 +270,9 @@ uninstall-libexecSCRIPTS: |
|
|
|
echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
|
|
|
|
rm -f $(DESTDIR)$(libexecdir)/$$f; \
|
|
|
|
done |
|
|
|
pkgdataSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
|
|
install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS) |
|
|
|
@$(NORMAL_INSTALL) |
|
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir) |
|
|
|
$(mkdir_p) $(DESTDIR)$(pkgdatadir) |
|
|
|
@list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
if test -f $$d$$p; then \
|
|
|
|
@ -319,14 +350,6 @@ ctags-recursive: |
|
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
|
|
done |
|
|
|
|
|
|
|
ETAGS = etags |
|
|
|
ETAGSFLAGS = |
|
|
|
|
|
|
|
CTAGS = ctags |
|
|
|
CTAGSFLAGS = |
|
|
|
|
|
|
|
tags: TAGS |
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
@ -335,6 +358,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
mkid -fID $$unique |
|
|
|
tags: TAGS |
|
|
|
|
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
|
|
$(TAGS_FILES) $(LISP) |
|
|
|
@ -360,7 +384,6 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
|
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$tags $$unique |
|
|
|
|
|
|
|
ctags: CTAGS |
|
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
|
|
$(TAGS_FILES) $(LISP) |
|
|
|
@ -383,28 +406,12 @@ GTAGS: |
|
|
|
|
|
|
|
distclean-tags: |
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
|
RUNTESTFLAGS = |
|
|
|
DEJATOOL = $(PACKAGE) |
|
|
|
EXPECT = expect |
|
|
|
|
|
|
|
distclean-DEJAGNU: |
|
|
|
-rm -f site.exp site.bak |
|
|
|
-l='$(DEJATOOL)'; for tool in $$l; do \
|
|
|
|
rm -f $$tool.sum $$tool.log; \
|
|
|
|
done |
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
|
|
|
|
|
|
top_distdir = . |
|
|
|
distdir = $(PACKAGE)-$(VERSION) |
|
|
|
|
|
|
|
am__remove_distdir = \
|
|
|
|
{ test ! -d $(distdir) \
|
|
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
&& rm -fr $(distdir); }; } |
|
|
|
|
|
|
|
GZIP_ENV = --best |
|
|
|
distuninstallcheck_listfiles = find . -type f -print |
|
|
|
distcleancheck_listfiles = find . -type f -print |
|
|
|
|
|
|
|
distdir: $(DISTFILES) |
|
|
|
$(am__remove_distdir) |
|
|
|
@ -420,7 +427,7 @@ distdir: $(DISTFILES) |
|
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
|
|
dir="/$$dir"; \
|
|
|
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
|
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
|
|
|
else \
|
|
|
|
dir=''; \
|
|
|
|
fi; \
|
|
|
|
@ -437,13 +444,13 @@ distdir: $(DISTFILES) |
|
|
|
done |
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
test -d $(distdir)/$$subdir \
|
|
|
|
|| mkdir $(distdir)/$$subdir \
|
|
|
|
test -d "$(distdir)/$$subdir" \
|
|
|
|
|| mkdir "$(distdir)/$$subdir" \
|
|
|
|
|| exit 1; \
|
|
|
|
(cd $$subdir && \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
top_distdir="$(top_distdir)" \
|
|
|
|
distdir=../$(distdir)/$$subdir \
|
|
|
|
top_distdir="../$(top_distdir)" \
|
|
|
|
distdir="../$(distdir)/$$subdir" \
|
|
|
|
distdir) \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
@ -460,6 +467,23 @@ dist-gzip: distdir |
|
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
|
|
$(am__remove_distdir) |
|
|
|
|
|
|
|
dist-bzip2: distdir |
|
|
|
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 |
|
|
|
$(am__remove_distdir) |
|
|
|
|
|
|
|
dist-tarZ: distdir |
|
|
|
$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z |
|
|
|
$(am__remove_distdir) |
|
|
|
|
|
|
|
dist-shar: distdir |
|
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|
|
|
$(am__remove_distdir) |
|
|
|
|
|
|
|
dist-zip: distdir |
|
|
|
-rm -f $(distdir).zip |
|
|
|
zip -rq $(distdir).zip $(distdir) |
|
|
|
$(am__remove_distdir) |
|
|
|
|
|
|
|
dist dist-all: distdir |
|
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
|
|
$(am__remove_distdir) |
|
|
|
@ -468,8 +492,18 @@ dist dist-all: distdir |
|
|
|
# it guarantees that the distribution is self-contained by making another
|
|
|
|
# tarfile.
|
|
|
|
distcheck: dist |
|
|
|
$(am__remove_distdir) |
|
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - |
|
|
|
case '$(DIST_ARCHIVES)' in \
|
|
|
|
*.tar.gz*) \
|
|
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
|
|
|
|
*.tar.bz2*) \
|
|
|
|
bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
|
|
|
|
*.tar.Z*) \
|
|
|
|
uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
|
|
|
|
*.shar.gz*) \
|
|
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
|
|
|
|
*.zip*) \
|
|
|
|
unzip $(distdir).zip ;;\
|
|
|
|
esac |
|
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
|
|
mkdir $(distdir)/_build |
|
|
|
mkdir $(distdir)/_inst |
|
|
|
@ -489,19 +523,20 @@ distcheck: dist |
|
|
|
distuninstallcheck \
|
|
|
|
&& chmod -R a-w "$$dc_install_base" \
|
|
|
|
&& ({ \
|
|
|
|
(cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
|
|
|
|
(cd ../.. && $(mkdir_p) "$$dc_destdir") \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
|
|
&& rm -rf "$$dc_destdir" \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
|
|
|
&& rm -f $(distdir).tar.gz \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
|
|
|
$(am__remove_distdir) |
|
|
|
@echo "$(distdir).tar.gz is ready for distribution" | \
|
|
|
|
sed 'h;s/./=/g;p;x;p;x' |
|
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
|
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
|
|
|
distuninstallcheck: |
|
|
|
@cd $(distuninstallcheck_dir) \
|
|
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|
|
@ -526,8 +561,7 @@ check: check-recursive |
|
|
|
all-am: Makefile $(SCRIPTS) |
|
|
|
installdirs: installdirs-recursive |
|
|
|
installdirs-am: |
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(pkgdatadir) |
|
|
|
|
|
|
|
$(mkdir_p) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(pkgdatadir) |
|
|
|
install: install-recursive |
|
|
|
install-exec: install-exec-recursive |
|
|
|
install-data: install-data-recursive |
|
|
|
@ -539,7 +573,7 @@ install-am: all-am |
|
|
|
installcheck: installcheck-recursive |
|
|
|
install-strip: |
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
INSTALL_STRIP_FLAG=-s \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|
|
|
mostlyclean-generic: |
|
|
|
@ -548,7 +582,7 @@ clean-generic: |
|
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
|
|
|
|
|
|
|
distclean-generic: |
|
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
|
|
-rm -f $(CONFIG_CLEAN_FILES) |
|
|
|
|
|
|
|
maintainer-clean-generic: |
|
|
|
@echo "This command is intended for maintainers to use" |
|
|
|
@ -559,6 +593,7 @@ clean-am: clean-generic clean-local mostlyclean-am |
|
|
|
|
|
|
|
distclean: distclean-recursive |
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
|
|
-rm -f Makefile |
|
|
|
distclean-am: clean-am distclean-DEJAGNU distclean-generic \ |
|
|
|
distclean-tags |
|
|
|
|
|
|
|
@ -566,6 +601,8 @@ dvi: dvi-recursive |
|
|
|
|
|
|
|
dvi-am: |
|
|
|
|
|
|
|
html: html-recursive |
|
|
|
|
|
|
|
info: info-recursive |
|
|
|
|
|
|
|
info-am: |
|
|
|
@ -583,6 +620,7 @@ installcheck-am: |
|
|
|
maintainer-clean: maintainer-clean-recursive |
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
|
|
-rm -rf $(top_srcdir)/autom4te.cache |
|
|
|
-rm -f Makefile |
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
|
|
|
|
|
|
mostlyclean: mostlyclean-recursive |
|
|
|
@ -603,25 +641,24 @@ uninstall-am: uninstall-binSCRIPTS uninstall-info-am \ |
|
|
|
|
|
|
|
uninstall-info: uninstall-info-recursive |
|
|
|
|
|
|
|
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-DEJAGNU \ |
|
|
|
check-am clean clean-generic clean-local clean-recursive ctags \
|
|
|
|
ctags-recursive dist dist-all dist-gzip distcheck distclean \
|
|
|
|
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
|
|
|
check-DEJAGNU check-am clean clean-generic clean-local \
|
|
|
|
clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
|
|
|
|
dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
|
|
|
|
distclean-DEJAGNU distclean-generic distclean-recursive \
|
|
|
|
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
|
|
dvi-am dvi-recursive info info-am info-recursive install \
|
|
|
|
install-am install-binSCRIPTS install-data install-data-am \
|
|
|
|
install-data-local install-data-recursive install-exec \
|
|
|
|
install-exec-am install-exec-recursive install-info \
|
|
|
|
install-info-am install-info-recursive install-libexecSCRIPTS \
|
|
|
|
install-man install-pkgdataSCRIPTS install-recursive \
|
|
|
|
install-strip installcheck installcheck-am installdirs \
|
|
|
|
installdirs-am installdirs-recursive maintainer-clean \
|
|
|
|
maintainer-clean-generic maintainer-clean-recursive mostlyclean \
|
|
|
|
mostlyclean-generic mostlyclean-recursive pdf pdf-am \
|
|
|
|
pdf-recursive ps ps-am ps-recursive tags tags-recursive \
|
|
|
|
uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
|
|
|
|
uninstall-info-recursive uninstall-libexecSCRIPTS \
|
|
|
|
uninstall-local uninstall-pkgdataSCRIPTS uninstall-recursive |
|
|
|
dvi-am html html-am info info-am install install-am \
|
|
|
|
install-binSCRIPTS install-data install-data-am \
|
|
|
|
install-data-local install-exec install-exec-am install-info \
|
|
|
|
install-info-am install-libexecSCRIPTS install-man \
|
|
|
|
install-pkgdataSCRIPTS install-strip installcheck \
|
|
|
|
installcheck-am installdirs installdirs-am maintainer-clean \
|
|
|
|
maintainer-clean-generic maintainer-clean-recursive \
|
|
|
|
mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
|
|
|
|
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
|
|
|
uninstall-binSCRIPTS uninstall-info-am \
|
|
|
|
uninstall-libexecSCRIPTS uninstall-local \
|
|
|
|
uninstall-pkgdataSCRIPTS |
|
|
|
|
|
|
|
check-DEJAGNU: |
|
|
|
cd testsuite ; $(MAKE) check |
|
|
|
|