[beast: 14/24] BUILD: use just 'BEAST & BSE' in Makefiles
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 14/24] BUILD: use just 'BEAST & BSE' in Makefiles
- Date: Wed, 16 Sep 2015 08:51:09 +0000 (UTC)
commit 6c12f111d2a2ee23907e426455bcf572e1c89247
Author: Tim Janik <timj gnu org>
Date: Mon Sep 14 10:37:53 2015 +0200
BUILD: use just 'BEAST & BSE' in Makefiles
Makefile.am | 2 +-
Makefile.decl | 5 +----
beast-gtk/Makefile.am | 2 +-
beast-gtk/gxk/Makefile.am | 2 +-
beast-gtk/icons/Makefile.am | 2 +-
beast-gtk/res/Makefile.am | 2 +-
bse/Makefile.am | 2 +-
bse/icons/Makefile.am | 2 +-
bse/res/Makefile.am | 2 +-
bse/tests/Makefile.am | 2 +-
bse/tests/arrows.gp | 2 +-
bse/tests/filter-defs.gp | 2 +-
data/Makefile.am | 2 +-
docs/Makefile.am | 2 +-
docs/images/Makefile.am | 2 +-
docs/imports/Makefile.am | 2 +-
docs/imports/beast.1.html | 4 ++--
docs/imports/bse.5.html | 6 +++---
docs/imports/bsescm.1.html | 2 +-
drivers/Makefile.am | 2 +-
drivers/bse-portaudio/Makefile.am | 2 +-
launchers/Makefile.am | 2 +-
library/Makefile.am | 2 +-
library/demo/Makefile.am | 2 +-
library/effects/Makefile.am | 2 +-
library/instruments/Makefile.am | 2 +-
library/keys/Makefile.am | 2 +-
library/samples/Makefile.am | 2 +-
library/scripts/Makefile.am | 2 +-
library/skins/Makefile.am | 2 +-
library/skins/images/Makefile.am | 2 +-
plugins/Makefile.am | 2 +-
plugins/evaluator/Makefile.am | 2 +-
plugins/freeverb/Makefile.am | 2 +-
plugins/icons/Makefile.am | 2 +-
po/Makefile.am | 2 +-
sfi/Makefile.am | 2 +-
sfi/tests/Makefile.am | 3 +--
shell/Makefile.am | 2 +-
tests/Makefile.am | 2 +-
tests/audio/Makefile.am | 2 +-
tests/bse/Makefile.am | 2 +-
tests/filecheck/Makefile.am | 2 +-
tests/latency/Makefile.am | 2 +-
tests/scripts/Makefile.am | 2 +-
tools/Makefile.am | 2 +-
tools/scripts/Makefile.am | 4 +---
47 files changed, 50 insertions(+), 56 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a728107..1241dd1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = . data sfi bse plugins drivers shell beast-gtk launchers library tools po tests docs
diff --git a/Makefile.decl b/Makefile.decl
index 5929702..f658976 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -1,7 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
+# BEAST & BSE
# declare variables that we might want to use += on.
EXTRA_HEADERS=
diff --git a/beast-gtk/Makefile.am b/beast-gtk/Makefile.am
index aa417b9..50d1912 100644
--- a/beast-gtk/Makefile.am
+++ b/beast-gtk/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = gxk res icons
diff --git a/beast-gtk/gxk/Makefile.am b/beast-gtk/gxk/Makefile.am
index dc852ba..c3d2f7f 100644
--- a/beast-gtk/gxk/Makefile.am
+++ b/beast-gtk/gxk/Makefile.am
@@ -1,4 +1,4 @@
-# GXK - Gtk+ Extension Kit
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS =
diff --git a/beast-gtk/icons/Makefile.am b/beast-gtk/icons/Makefile.am
index e47fbdd..43e52c0 100644
--- a/beast-gtk/icons/Makefile.am
+++ b/beast-gtk/icons/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SRC_IMAGES = $(strip \
diff --git a/beast-gtk/res/Makefile.am b/beast-gtk/res/Makefile.am
index 02b1478..9510182 100644
--- a/beast-gtk/res/Makefile.am
+++ b/beast-gtk/res/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
RAPIDRES = rapidres
diff --git a/bse/Makefile.am b/bse/Makefile.am
index af44d63..0ea12c2 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -1,4 +1,4 @@
-# BSE - Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = icons res . tests
diff --git a/bse/icons/Makefile.am b/bse/icons/Makefile.am
index 950578b..ded88c8 100644
--- a/bse/icons/Makefile.am
+++ b/bse/icons/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-Plugins - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
# extra images to ship with tarballs
diff --git a/bse/res/Makefile.am b/bse/res/Makefile.am
index 8ea6ec5..6f770d1 100644
--- a/bse/res/Makefile.am
+++ b/bse/res/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir)
diff --git a/bse/tests/Makefile.am b/bse/tests/Makefile.am
index 38d0b15..22dc761 100644
--- a/bse/tests/Makefile.am
+++ b/bse/tests/Makefile.am
@@ -1,4 +1,4 @@
-# BSE - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS =
diff --git a/bse/tests/arrows.gp b/bse/tests/arrows.gp
index f84679f..b951286 100644
--- a/bse/tests/arrows.gp
+++ b/bse/tests/arrows.gp
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
# Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
# $0+0 == number of arrows
diff --git a/bse/tests/filter-defs.gp b/bse/tests/filter-defs.gp
index 2208a80..086ae13 100644
--- a/bse/tests/filter-defs.gp
+++ b/bse/tests/filter-defs.gp
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
# Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
dB(x)=20*log(abs(x))/log(10) # logarithmische Filterdarstellung in dB (s/20/10/ for abs(x)^2)
diff --git a/data/Makefile.am b/data/Makefile.am
index c5ad20d..9143858 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = -Wno-portability
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a8c36a2..f69f36f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = imports images
diff --git a/docs/images/Makefile.am b/docs/images/Makefile.am
index 90fa44a..48733f9 100644
--- a/docs/images/Makefile.am
+++ b/docs/images/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = # none
diff --git a/docs/imports/Makefile.am b/docs/imports/Makefile.am
index 618547f..88e14b6 100644
--- a/docs/imports/Makefile.am
+++ b/docs/imports/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
TAGFILES = tagfile-rapicorn.xml
diff --git a/docs/imports/beast.1.html b/docs/imports/beast.1.html
index 3bb898a..f233e23 100644
--- a/docs/imports/beast.1.html
+++ b/docs/imports/beast.1.html
@@ -11,7 +11,7 @@
<a href="index.html">Return to Index</a><hr>
<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
<ul>
-<li class="toclevel-1 tocsection-1"><a href="beast.1.html#BEAST.281.29_-_Better_Audio_System"><span
class="tocnumber">1</span> <span class="toctext">BEAST(1) - Better Audio System</span></a>
+<li class="toclevel-1 tocsection-1"><a href="beast.1.html#BEAST.281.29_-_Better_Audio_System"><span
class="tocnumber">1</span> <span class="toctext">BEAST(1) - BSE Equipped Audio Synthesizer and
Tracker</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="beast.1.html#NAME"><span class="tocnumber">1.1</span> <span
class="toctext">NAME</span></a></li>
<li class="toclevel-2 tocsection-3"><a href="beast.1.html#SYNOPSIS"><span class="tocnumber">1.2</span> <span
class="toctext">SYNOPSIS</span></a></li>
@@ -28,7 +28,7 @@
</ul>
</div>
-<h1><span class="mw-headline" id="BEAST.281.29_-_Better_Audio_System">BEAST(1) - Better Audio
System</span></h1>
+<h1><span class="mw-headline" id="BEAST.281.29_-_Better_Audio_System">BEAST(1) - BSE Equipped Audio
Synthesizer and Tracker</span></h1>
<p>Manual: Testbit Wiki Pages <br />
Release: Revision 1121 <br />
Updated: 2014-10-28 <br />
diff --git a/docs/imports/bse.5.html b/docs/imports/bse.5.html
index 1ec75e9..937da04 100644
--- a/docs/imports/bse.5.html
+++ b/docs/imports/bse.5.html
@@ -11,7 +11,7 @@
<a href="index.html">Return to Index</a><hr>
<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
<ul>
-<li class="toclevel-1 tocsection-1"><a href="bse.5.html#BSE.285.29_-_Better_Sound_Engine_File_Format"><span
class="tocnumber">1</span> <span class="toctext">BSE(5) - Better Sound Engine File Format</span></a>
+<li class="toclevel-1 tocsection-1"><a href="bse.5.html#BSE.285.29_-_Better_Sound_Engine_File_Format"><span
class="tocnumber">1</span> <span class="toctext">BSE(5) - Beast Sound Engine File Format</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="bse.5.html#NAME"><span class="tocnumber">1.1</span> <span
class="toctext">NAME</span></a></li>
<li class="toclevel-2 tocsection-3"><a href="bse.5.html#SYNOPSIS"><span class="tocnumber">1.2</span> <span
class="toctext">SYNOPSIS</span></a></li>
@@ -24,13 +24,13 @@
</ul>
</div>
-<h1><span class="mw-headline" id="BSE.285.29_-_Better_Sound_Engine_File_Format">BSE(5) - Better Sound Engine
File Format</span></h1>
+<h1><span class="mw-headline" id="BSE.285.29_-_Better_Sound_Engine_File_Format">BSE(5) - Beast Sound Engine
File Format</span></h1>
<p>Manual: Testbit Wiki Pages <br />
Release: Revision 1122 <br />
Updated: 2014-10-28 <br />
</p>
<h2><span class="mw-headline" id="NAME">NAME</span></h2>
-<p> BSE - Better Sound Engine File Format
+<p> BSE - Beast Sound Engine File Format
</p>
<h2><span class="mw-headline" id="SYNOPSIS">SYNOPSIS</span></h2>
<p> <i>filename</i><b>.bse</b>
diff --git a/docs/imports/bsescm.1.html b/docs/imports/bsescm.1.html
index 5eff4e6..be0d92b 100644
--- a/docs/imports/bsescm.1.html
+++ b/docs/imports/bsescm.1.html
@@ -41,7 +41,7 @@ Updated: 2014-10-28 <br />
</p>
<h2><span class="mw-headline" id="DESCRIPTION">DESCRIPTION</span></h2>
<p><b>bsescm</b> is a <i>Guile</i> based scheme shell for <a
href="https://testbit.eu/wiki.mw/index.php?title=Bse&action=edit&redlink=1" class="new" title="Bse
(page does not exist)">Bse</a>,
-the Better Sound Engine.
+the Beast Sound Engine.
</p><p><b>bsescm</b> provides a shell interface to all procedures exported by the
<a href="https://testbit.eu/wiki.mw/index.php?title=Bse&action=edit&redlink=1" class="new"
title="Bse (page does not exist)">Bse</a> library, so scripts are able to access the full range of
functionality
provided by it, from simple playback of a <i>.bse</i> file to
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index d5c8c15..a8c12f8 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-Plugins - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I.
diff --git a/drivers/bse-portaudio/Makefile.am b/drivers/bse-portaudio/Makefile.am
index af338ea..3db2734 100644
--- a/drivers/bse-portaudio/Makefile.am
+++ b/drivers/bse-portaudio/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-PortAudio - Better Sound Engine PortAudio Driver Package
+# BEAST & BSE
AM_CPPFLAGS += -I$(srcdir) -I$(top_builddir)
DEFS += @DEFINE__FILE_DIR__@ $(strip -DG_LOG_DOMAIN=\"BSE-PortAudio\")
diff --git a/launchers/Makefile.am b/launchers/Makefile.am
index 1048c50..f1e65b5 100644
--- a/launchers/Makefile.am
+++ b/launchers/Makefile.am
@@ -1,4 +1,4 @@
-# launchers - Beast program starters
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I.
diff --git a/library/Makefile.am b/library/Makefile.am
index a30f91d..966b275 100644
--- a/library/Makefile.am
+++ b/library/Makefile.am
@@ -1,4 +1,4 @@
-# Beast Library - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = effects instruments scripts demo keys skins samples
diff --git a/library/demo/Makefile.am b/library/demo/Makefile.am
index c68f011..5a144c2 100644
--- a/library/demo/Makefile.am
+++ b/library/demo/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/library/effects/Makefile.am b/library/effects/Makefile.am
index 21ad4f3..abc3d26 100644
--- a/library/effects/Makefile.am
+++ b/library/effects/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/library/instruments/Makefile.am b/library/instruments/Makefile.am
index 61e6351..af89ad3 100644
--- a/library/instruments/Makefile.am
+++ b/library/instruments/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/library/keys/Makefile.am b/library/keys/Makefile.am
index cfa2527..37087a6 100644
--- a/library/keys/Makefile.am
+++ b/library/keys/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
keys_DATA = $(strip \
diff --git a/library/samples/Makefile.am b/library/samples/Makefile.am
index 9569157..7378555 100644
--- a/library/samples/Makefile.am
+++ b/library/samples/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/library/scripts/Makefile.am b/library/scripts/Makefile.am
index 1186307..462eaed 100644
--- a/library/scripts/Makefile.am
+++ b/library/scripts/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/library/skins/Makefile.am b/library/skins/Makefile.am
index f423f0d..6b3bccf 100644
--- a/library/skins/Makefile.am
+++ b/library/skins/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = images
diff --git a/library/skins/images/Makefile.am b/library/skins/images/Makefile.am
index e09204c..9e9379c 100644
--- a/library/skins/images/Makefile.am
+++ b/library/skins/images/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index f126c73..a037d5b 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-Plugins - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = icons . freeverb # evaluator
diff --git a/plugins/evaluator/Makefile.am b/plugins/evaluator/Makefile.am
index a60ac54..d01632a 100644
--- a/plugins/evaluator/Makefile.am
+++ b/plugins/evaluator/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-Plugins - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
#
diff --git a/plugins/freeverb/Makefile.am b/plugins/freeverb/Makefile.am
index b9e39f7..26e7a76 100644
--- a/plugins/freeverb/Makefile.am
+++ b/plugins/freeverb/Makefile.am
@@ -1,4 +1,4 @@
-# Freeverb Makefile
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I.
diff --git a/plugins/icons/Makefile.am b/plugins/icons/Makefile.am
index d568e7e..4b132b6 100644
--- a/plugins/icons/Makefile.am
+++ b/plugins/icons/Makefile.am
@@ -1,4 +1,4 @@
-# BSE-Plugins - Better Sound Engine dynamic Plugins
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
icon_pattern = *.c *.png *.xcf
diff --git a/po/Makefile.am b/po/Makefile.am
index 67f710e..dd9d0be 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = -Wno-portability
diff --git a/sfi/Makefile.am b/sfi/Makefile.am
index 0c2c242..a9cf4b8 100644
--- a/sfi/Makefile.am
+++ b/sfi/Makefile.am
@@ -1,4 +1,4 @@
-# SFI - Synthesis Fusion Kit Interface
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = . tests
diff --git a/sfi/tests/Makefile.am b/sfi/tests/Makefile.am
index 206cedf..19191fb 100644
--- a/sfi/tests/Makefile.am
+++ b/sfi/tests/Makefile.am
@@ -1,5 +1,4 @@
-# Birnet
-# Copyright (C) 2006 Tim Janik
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 603c6ce..21d20b1 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,4 +1,4 @@
-# SHELL - Better Sound Engine Shell
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I. -I$(top_builddir)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 394289d..d55425f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-# beast/tests
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = . latency scripts bse audio filecheck
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index 48ed8cc..620929f 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -1,4 +1,4 @@
-# Beast Tests
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
# === feature test tools ===
diff --git a/tests/bse/Makefile.am b/tests/bse/Makefile.am
index dfb66f9..8a6d147 100644
--- a/tests/bse/Makefile.am
+++ b/tests/bse/Makefile.am
@@ -1,4 +1,4 @@
-# beast/tests/bse
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir) -I.
diff --git a/tests/filecheck/Makefile.am b/tests/filecheck/Makefile.am
index b5b6b21..467ba74 100644
--- a/tests/filecheck/Makefile.am
+++ b/tests/filecheck/Makefile.am
@@ -1,4 +1,4 @@
-# beast/tests/filecheck
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
diff --git a/tests/latency/Makefile.am b/tests/latency/Makefile.am
index da802b3..b3b7c8d 100644
--- a/tests/latency/Makefile.am
+++ b/tests/latency/Makefile.am
@@ -1,4 +1,4 @@
-# BSE - Better Sound Engine
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir) -I.
diff --git a/tests/scripts/Makefile.am b/tests/scripts/Makefile.am
index c4c3064..6ac28ee 100644
--- a/tests/scripts/Makefile.am
+++ b/tests/scripts/Makefile.am
@@ -1,4 +1,4 @@
-# Beast Tests
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
EXTRA_DIST += $(strip \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1004184..8b9d600 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,4 @@
-# BEAST - Better Audio System
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
SUBDIRS = . scripts
diff --git a/tools/scripts/Makefile.am b/tools/scripts/Makefile.am
index c925a44..9e48d1f 100644
--- a/tools/scripts/Makefile.am
+++ b/tools/scripts/Makefile.am
@@ -1,6 +1,4 @@
-# Beast tools/scripts
-#
-## GNU Lesser General Public License version 2 or any later version.
+# BEAST & BSE
include $(top_srcdir)/Makefile.decl
EXTRA_DIST += $(strip \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]