mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove recursive Makefile for 'benchmark-suite'.
* benchmark-suite/Makefile.am: Rename to... * benchmark-suite/local.mk: ... this. Prefix file names with %D%. (EXTRA_DIST): Use '+=' and add 'README'. * Makefile.am: Include it. * configure.ac: Don't output 'benchmark-suite/Makefile'.
This commit is contained in:
parent
aa44ad3fb8
commit
99e727adde
4 changed files with 29 additions and 26 deletions
|
@ -37,7 +37,6 @@ SUBDIRS = \
|
|||
guile-readline \
|
||||
examples \
|
||||
test-suite \
|
||||
benchmark-suite \
|
||||
doc
|
||||
|
||||
DIST_SUBDIRS = $(SUBDIRS) prebuilt
|
||||
|
@ -142,6 +141,7 @@ $(top_srcdir)/.version:
|
|||
gen-tarball-version:
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
||||
include benchmark-suite/local.mk
|
||||
include gc-benchmarks/local.mk
|
||||
|
||||
# Makefile.am ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue