osmith submitted this change.
buildsystem: move related scripts to subdir
Clean up the main directory by moving all buildsystem related scripts
into a _buildsystem subdirectory.
Rename gen_links.sh.inc to gen_links.inc.sh while at it, so vim does
syntax highlighting as shell script and not bitbake.
The rest of these patches in this series lead up to changing the
buildsystem to build out-of-tree (so we don't clutter the source dirs
with symlinks and build artifacts) and making the build output more
readable.
Related: OS#6599
Change-Id: Ieeefdfd74b2698794fb12fec4ed32565dc9f36a6
---
M Makefile
M SCCP_Test/gen_links.sh
M SCCP_Test/regen_makefile.sh
R _buildsystem/gen_links.inc.sh
R _buildsystem/regen-makefile.sh
R _buildsystem/rmlinks.sh
M asterisk/gen_links.sh
M asterisk/regen_makefile.sh
M bsc-nat/gen_links.sh
M bsc-nat/regen_makefile.sh
M bsc/gen_links.sh
M bsc/regen_makefile.sh
M bts/gen_links.sh
M bts/regen_makefile.sh
M cbc/gen_links.sh
M cbc/regen_makefile.sh
M ccid/gen_links.sh
M ccid/regen_makefile.sh
M dia2gsup/gen_links.sh
M dia2gsup/regen_makefile.sh
M eim/gen_links.sh
M eim/regen_makefile.sh
M epdg/gen_links.sh
M epdg/regen_makefile.sh
M fr-net/gen_links.sh
M fr-net/regen_makefile.sh
M fr/gen_links.sh
M fr/regen_makefile.sh
M gbproxy/gen_links.sh
M gbproxy/regen_makefile.sh
M ggsn_tests/gen_links.sh
M ggsn_tests/regen_makefile.sh
M hlr/gen_links.sh
M hlr/regen_makefile.sh
M hnbgw/gen_links.sh
M hnbgw/regen_makefile.sh
M hnodeb/gen_links.sh
M hnodeb/regen_makefile.sh
M hss/gen_links.sh
M hss/regen_makefile.sh
M ipad/gen_links.sh
M ipad/regen_makefile.sh
M library/hnbap/regen_makefile.sh
M library/ranap/regen_makefile.sh
M library/rua/regen_makefile.sh
M library/s1ap/regen_makefile.sh
M library/sabp/regen_makefile.sh
M library/sbcap/regen_makefile.sh
M mgw/gen_links.sh
M mgw/regen_makefile.sh
M mme/gen_links.sh
M mme/regen_makefile.sh
M msc/gen_links.sh
M msc/regen_makefile.sh
M ns/gen_links.sh
M ns/regen_makefile.sh
M pcap-client/gen_links.sh
M pcap-client/regen_makefile.sh
M pcrf/gen_links.sh
M pcrf/regen_makefile.sh
M pcu/gen_links.sh
M pcu/regen_makefile.sh
M pgw/gen_links.sh
M pgw/regen_makefile.sh
M remsim/gen_links.sh
M remsim/regen_makefile.sh
M s1gw/gen_links.sh
M s1gw/regen_makefile.sh
M sccp/gen_links.sh
M sccp/regen_makefile.sh
M selftest/gen_links.sh
M selftest/regen_makefile.sh
M sgsn/gen_links.sh
M sgsn/regen_makefile.sh
M simtrace/gen_links.sh
M simtrace/regen_makefile.sh
M sip/gen_links.sh
M sip/regen_makefile.sh
M smlc/gen_links.sh
M smlc/regen_makefile.sh
M stp/gen_links.sh
M stp/regen_makefile.sh
M sysinfo/gen_links.sh
M sysinfo/regen_makefile.sh
M upf/gen_links.sh
M upf/regen_makefile.sh
86 files changed, 83 insertions(+), 83 deletions(-)
diff --git a/Makefile b/Makefile
index 38a8f60..2355d9a 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@
.PHONY: $(1)/clean
$(1)/clean: $(1)/Makefile
$(MAKE) -C $(1) clean
- (cd $(1) && ../rmlinks.sh && rm Makefile)
+ (cd $(1) && ../_buildsystem/rmlinks.sh && rm Makefile)
endef
define DIR_all_template
diff --git a/SCCP_Test/gen_links.sh b/SCCP_Test/gen_links.sh
index c980844..7bae850 100755
--- a/SCCP_Test/gen_links.sh
+++ b/SCCP_Test/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h SDP_EncDec.cc"
diff --git a/SCCP_Test/regen_makefile.sh b/SCCP_Test/regen_makefile.sh
index ee2cdb3..fd6a08c 100755
--- a/SCCP_Test/regen_makefile.sh
+++ b/SCCP_Test/regen_makefile.sh
@@ -10,4 +10,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/gen_links.sh.inc b/_buildsystem/gen_links.inc.sh
similarity index 100%
rename from gen_links.sh.inc
rename to _buildsystem/gen_links.inc.sh
diff --git a/regen-makefile.sh b/_buildsystem/regen-makefile.sh
similarity index 100%
rename from regen-makefile.sh
rename to _buildsystem/regen-makefile.sh
diff --git a/rmlinks.sh b/_buildsystem/rmlinks.sh
similarity index 100%
rename from rmlinks.sh
rename to _buildsystem/rmlinks.sh
diff --git a/asterisk/gen_links.sh b/asterisk/gen_links.sh
index e42ffe3..afd6a8d 100755
--- a/asterisk/gen_links.sh
+++ b/asterisk/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h "
diff --git a/asterisk/regen_makefile.sh b/asterisk/regen_makefile.sh
index f0c9bcb..e3dfb24 100755
--- a/asterisk/regen_makefile.sh
+++ b/asterisk/regen_makefile.sh
@@ -21,7 +21,7 @@
TELNETasp_PT.cc
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
# required for forkpty(3) used by PIPEasp
sed -i -e '/^LINUX_LIBS/ s/$/ -lutil/' Makefile
diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh
index 550aa45..aa9fb54 100755
--- a/bsc-nat/gen_links.sh
+++ b/bsc-nat/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/bsc-nat/regen_makefile.sh b/bsc-nat/regen_makefile.sh
index 470d109..5b3fe4e 100755
--- a/bsc-nat/regen_makefile.sh
+++ b/bsc-nat/regen_makefile.sh
@@ -29,4 +29,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/bsc/gen_links.sh b/bsc/gen_links.sh
index 05c1e51..30bfba7 100755
--- a/bsc/gen_links.sh
+++ b/bsc/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/bsc/regen_makefile.sh b/bsc/regen_makefile.sh
index 6683f29..7ef23c3 100755
--- a/bsc/regen_makefile.sh
+++ b/bsc/regen_makefile.sh
@@ -36,4 +36,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/bts/gen_links.sh b/bts/gen_links.sh
index c9eb786..1f16334 100755
--- a/bts/gen_links.sh
+++ b/bts/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/bts/regen_makefile.sh b/bts/regen_makefile.sh
index 054b750..4f2cbeb 100755
--- a/bts/regen_makefile.sh
+++ b/bts/regen_makefile.sh
@@ -29,4 +29,4 @@
-DIPA_EMULATION_RSL
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/cbc/gen_links.sh b/cbc/gen_links.sh
index 5c767e4..314de12 100755
--- a/cbc/gen_links.sh
+++ b/cbc/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/cbc/regen_makefile.sh b/cbc/regen_makefile.sh
index 96900b3..eba6a56 100755
--- a/cbc/regen_makefile.sh
+++ b/cbc/regen_makefile.sh
@@ -27,6 +27,6 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lfftranscode/' Makefile
diff --git a/ccid/gen_links.sh b/ccid/gen_links.sh
index 593f624..99698e6 100755
--- a/ccid/gen_links.sh
+++ b/ccid/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCConversion_Functions.ttcn TCCConversion.cc"
diff --git a/ccid/regen_makefile.sh b/ccid/regen_makefile.sh
index c91ac12..b618faf 100755
--- a/ccid/regen_makefile.sh
+++ b/ccid/regen_makefile.sh
@@ -12,7 +12,7 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
#sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lusb/' Makefile
sed -i -e '/^LINUX_LIBS/ s/$/ `pkg-config --libs libusb-1.0`/' Makefile
diff --git a/dia2gsup/gen_links.sh b/dia2gsup/gen_links.sh
index f406ebb..eb65263 100755
--- a/dia2gsup/gen_links.sh
+++ b/dia2gsup/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/dia2gsup/regen_makefile.sh b/dia2gsup/regen_makefile.sh
index 22d8e06..b248f79 100755
--- a/dia2gsup/regen_makefile.sh
+++ b/dia2gsup/regen_makefile.sh
@@ -22,4 +22,4 @@
-DIPA_EMULATION_CTRL
"
-../regen-makefile.sh DIA2GSUP_Tests.ttcn $FILES
+../_buildsystem/regen-makefile.sh DIA2GSUP_Tests.ttcn $FILES
diff --git a/eim/gen_links.sh b/eim/gen_links.sh
index 9fa3ac2..2e73c7c 100755
--- a/eim/gen_links.sh
+++ b/eim/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/eim/regen_makefile.sh b/eim/regen_makefile.sh
index cc0fd8e..5217eae 100755
--- a/eim/regen_makefile.sh
+++ b/eim/regen_makefile.sh
@@ -19,7 +19,7 @@
PKIX1Implicit88_EncDec.cc
PIPEasp_PT.cc
"
-../regen-makefile.sh eIM_Tests.ttcn $FILES
+../_buildsystem/regen-makefile.sh eIM_Tests.ttcn $FILES
# required for forkpty(3) used by PIPEasp
sed -i -e '/^LINUX_LIBS/ s/$/ -lutil/' Makefile
diff --git a/epdg/gen_links.sh b/epdg/gen_links.sh
index a0b2871..abc0287 100755
--- a/epdg/gen_links.sh
+++ b/epdg/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/epdg/regen_makefile.sh b/epdg/regen_makefile.sh
index 9aa83b4..836a10f 100755
--- a/epdg/regen_makefile.sh
+++ b/epdg/regen_makefile.sh
@@ -28,4 +28,4 @@
-DIPA_EMULATION_GSUP
"
-../regen-makefile.sh EPDG_Tests.ttcn $FILES
+../_buildsystem/regen-makefile.sh EPDG_Tests.ttcn $FILES
diff --git a/fr-net/gen_links.sh b/fr-net/gen_links.sh
index 413676c..71370e2 100755
--- a/fr-net/gen_links.sh
+++ b/fr-net/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/fr-net/regen_makefile.sh b/fr-net/regen_makefile.sh
index 89eccd3..8500a8a 100755
--- a/fr-net/regen_makefile.sh
+++ b/fr-net/regen_makefile.sh
@@ -20,4 +20,4 @@
-DNS_EMULATION_FR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/fr/gen_links.sh b/fr/gen_links.sh
index 413676c..71370e2 100755
--- a/fr/gen_links.sh
+++ b/fr/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/fr/regen_makefile.sh b/fr/regen_makefile.sh
index 1b37cb6..c4ce404 100755
--- a/fr/regen_makefile.sh
+++ b/fr/regen_makefile.sh
@@ -21,4 +21,4 @@
-DNS_EMULATION_FR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/gbproxy/gen_links.sh b/gbproxy/gen_links.sh
index b0bdf09..7320c57 100755
--- a/gbproxy/gen_links.sh
+++ b/gbproxy/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/gbproxy/regen_makefile.sh b/gbproxy/regen_makefile.sh
index cd17d5c..a03404b 100755
--- a/gbproxy/regen_makefile.sh
+++ b/gbproxy/regen_makefile.sh
@@ -31,6 +31,6 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -i 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lsctp/' Makefile
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh
index cd4c406..9aad2d7 100755
--- a/ggsn_tests/gen_links.sh
+++ b/ggsn_tests/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/ggsn_tests/regen_makefile.sh b/ggsn_tests/regen_makefile.sh
index ce8e15a..5fb7718 100755
--- a/ggsn_tests/regen_makefile.sh
+++ b/ggsn_tests/regen_makefile.sh
@@ -27,4 +27,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/hlr/gen_links.sh b/hlr/gen_links.sh
index 588fe08..3326e96 100755
--- a/hlr/gen_links.sh
+++ b/hlr/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/hlr/regen_makefile.sh b/hlr/regen_makefile.sh
index c5fadde..02909f8 100755
--- a/hlr/regen_makefile.sh
+++ b/hlr/regen_makefile.sh
@@ -25,4 +25,4 @@
-DIPA_EMULATION_CTRL
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/hnbgw/gen_links.sh b/hnbgw/gen_links.sh
index de173f1..f0c81fe 100755
--- a/hnbgw/gen_links.sh
+++ b/hnbgw/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/hnbgw/regen_makefile.sh b/hnbgw/regen_makefile.sh
index c67323e..c9ce26d 100755
--- a/hnbgw/regen_makefile.sh
+++ b/hnbgw/regen_makefile.sh
@@ -37,6 +37,6 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode/' Makefile
diff --git a/hnodeb/gen_links.sh b/hnodeb/gen_links.sh
index ea78c83..86e1299 100755
--- a/hnodeb/gen_links.sh
+++ b/hnodeb/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/hnodeb/regen_makefile.sh b/hnodeb/regen_makefile.sh
index be7dec5..4cb568a 100755
--- a/hnodeb/regen_makefile.sh
+++ b/hnodeb/regen_makefile.sh
@@ -36,6 +36,6 @@
-DSTATSD_HAVE_VTY
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode/' Makefile
diff --git a/hss/gen_links.sh b/hss/gen_links.sh
index d06175a..63ec5e3 100755
--- a/hss/gen_links.sh
+++ b/hss/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/hss/regen_makefile.sh b/hss/regen_makefile.sh
index ac05766..97aa898 100755
--- a/hss/regen_makefile.sh
+++ b/hss/regen_makefile.sh
@@ -20,4 +20,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/ipad/gen_links.sh b/ipad/gen_links.sh
index 130c68e..73901de 100755
--- a/ipad/gen_links.sh
+++ b/ipad/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/ipad/regen_makefile.sh b/ipad/regen_makefile.sh
index 9123e43..f1a7f99 100755
--- a/ipad/regen_makefile.sh
+++ b/ipad/regen_makefile.sh
@@ -19,7 +19,7 @@
PKIX1Implicit88_EncDec.cc
VPCD_CodecPort_CtrlFunctDef.cc
"
-../regen-makefile.sh IPAd_Tests.ttcn $FILES
+../_buildsystem/regen-makefile.sh IPAd_Tests.ttcn $FILES
# required for forkpty(3) used by PIPEasp
sed -i -e '/^LINUX_LIBS/ s/$/ -lutil/' Makefile
diff --git a/library/hnbap/regen_makefile.sh b/library/hnbap/regen_makefile.sh
index 4da6872..7a63cf3 100755
--- a/library/hnbap/regen_makefile.sh
+++ b/library/hnbap/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn HNBAP_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/library/ranap/regen_makefile.sh b/library/ranap/regen_makefile.sh
index 0ae1cfd..37122c5 100755
--- a/library/ranap/regen_makefile.sh
+++ b/library/ranap/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn RANAP_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/library/rua/regen_makefile.sh b/library/rua/regen_makefile.sh
index 1f45203..72cee57 100755
--- a/library/rua/regen_makefile.sh
+++ b/library/rua/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn RUA_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/library/s1ap/regen_makefile.sh b/library/s1ap/regen_makefile.sh
index fae086c..6906618 100755
--- a/library/s1ap/regen_makefile.sh
+++ b/library/s1ap/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn S1AP_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/library/sabp/regen_makefile.sh b/library/sabp/regen_makefile.sh
index 382fbd5..0b9d88e 100755
--- a/library/sabp/regen_makefile.sh
+++ b/library/sabp/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn SABP_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/library/sbcap/regen_makefile.sh b/library/sbcap/regen_makefile.sh
index 0cd6083..82a2a15 100755
--- a/library/sbcap/regen_makefile.sh
+++ b/library/sbcap/regen_makefile.sh
@@ -2,7 +2,7 @@
FILES="*.asn *.ttcn SBC_AP_EncDec.cc"
-../../regen-makefile.sh $FILES
+../../_buildsystem/regen-makefile.sh $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 629be98..571c2cb 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/mgw/regen_makefile.sh b/mgw/regen_makefile.sh
index 2b78cf0..a3d4a74 100755
--- a/mgw/regen_makefile.sh
+++ b/mgw/regen_makefile.sh
@@ -28,4 +28,4 @@
-DSTATSD_HAVE_VTY
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/mme/gen_links.sh b/mme/gen_links.sh
index 61f6f73..b5c6db6 100755
--- a/mme/gen_links.sh
+++ b/mme/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/mme/regen_makefile.sh b/mme/regen_makefile.sh
index 6e86346..690020b 100755
--- a/mme/regen_makefile.sh
+++ b/mme/regen_makefile.sh
@@ -32,6 +32,6 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode -lgnutls/' Makefile
diff --git a/msc/gen_links.sh b/msc/gen_links.sh
index 93e339c..c1478c2 100755
--- a/msc/gen_links.sh
+++ b/msc/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/msc/regen_makefile.sh b/msc/regen_makefile.sh
index 081d2cb..3aa3515 100755
--- a/msc/regen_makefile.sh
+++ b/msc/regen_makefile.sh
@@ -44,6 +44,6 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode -lssl/' Makefile
diff --git a/ns/gen_links.sh b/ns/gen_links.sh
index fde0a67..16cf2e4 100755
--- a/ns/gen_links.sh
+++ b/ns/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/ns/regen_makefile.sh b/ns/regen_makefile.sh
index 57dde2d..f778317 100755
--- a/ns/regen_makefile.sh
+++ b/ns/regen_makefile.sh
@@ -25,4 +25,4 @@
-DSTATSD_HAVE_VTY
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/pcap-client/gen_links.sh b/pcap-client/gen_links.sh
index e459959..6423df8 100755
--- a/pcap-client/gen_links.sh
+++ b/pcap-client/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/pcap-client/regen_makefile.sh b/pcap-client/regen_makefile.sh
index 81dd1eb..d3e7b2c 100755
--- a/pcap-client/regen_makefile.sh
+++ b/pcap-client/regen_makefile.sh
@@ -16,4 +16,4 @@
export CPPFLAGS_TTCN3=""
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/pcrf/gen_links.sh b/pcrf/gen_links.sh
index baa8315..7001432 100755
--- a/pcrf/gen_links.sh
+++ b/pcrf/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/pcrf/regen_makefile.sh b/pcrf/regen_makefile.sh
index 7d703ad..3883291 100755
--- a/pcrf/regen_makefile.sh
+++ b/pcrf/regen_makefile.sh
@@ -20,4 +20,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/pcu/gen_links.sh b/pcu/gen_links.sh
index 146f538..bf4d7f3 100755
--- a/pcu/gen_links.sh
+++ b/pcu/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/pcu/regen_makefile.sh b/pcu/regen_makefile.sh
index 9cb1554..1237c03 100755
--- a/pcu/regen_makefile.sh
+++ b/pcu/regen_makefile.sh
@@ -25,4 +25,4 @@
-DSTATSD_HAVE_VTY
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/pgw/gen_links.sh b/pgw/gen_links.sh
index ff7d1c6..45114a5 100755
--- a/pgw/gen_links.sh
+++ b/pgw/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/pgw/regen_makefile.sh b/pgw/regen_makefile.sh
index 2f58493..b6b7f66 100755
--- a/pgw/regen_makefile.sh
+++ b/pgw/regen_makefile.sh
@@ -28,4 +28,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/remsim/gen_links.sh b/remsim/gen_links.sh
index 615c550..992ed8e 100755
--- a/remsim/gen_links.sh
+++ b/remsim/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/remsim/regen_makefile.sh b/remsim/regen_makefile.sh
index fb04cce..d08dbdc 100755
--- a/remsim/regen_makefile.sh
+++ b/remsim/regen_makefile.sh
@@ -27,7 +27,7 @@
-DIPA_EMULATION_CTRL
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
# required for forkpty(3) used by PIPEasp
sed -i -e '/^LINUX_LIBS/ s/$/ -lutil/' Makefile
diff --git a/s1gw/gen_links.sh b/s1gw/gen_links.sh
index 875e028..0f7d8ed 100755
--- a/s1gw/gen_links.sh
+++ b/s1gw/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/s1gw/regen_makefile.sh b/s1gw/regen_makefile.sh
index adf765e..173a7a1 100755
--- a/s1gw/regen_makefile.sh
+++ b/s1gw/regen_makefile.sh
@@ -22,7 +22,7 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
diff --git a/sccp/gen_links.sh b/sccp/gen_links.sh
index 614e0f1..fb30488 100755
--- a/sccp/gen_links.sh
+++ b/sccp/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/sccp/regen_makefile.sh b/sccp/regen_makefile.sh
index 7cd809d..397a210 100755
--- a/sccp/regen_makefile.sh
+++ b/sccp/regen_makefile.sh
@@ -24,4 +24,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/selftest/gen_links.sh b/selftest/gen_links.sh
index d5ffe6d..d1307ac 100755
--- a/selftest/gen_links.sh
+++ b/selftest/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/selftest/regen_makefile.sh b/selftest/regen_makefile.sh
index 383e2db..b3a725d 100755
--- a/selftest/regen_makefile.sh
+++ b/selftest/regen_makefile.sh
@@ -19,4 +19,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/sgsn/gen_links.sh b/sgsn/gen_links.sh
index bae9a3b..54e5fe1 100755
--- a/sgsn/gen_links.sh
+++ b/sgsn/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/sgsn/regen_makefile.sh b/sgsn/regen_makefile.sh
index 5c9c5ea..a378773 100755
--- a/sgsn/regen_makefile.sh
+++ b/sgsn/regen_makefile.sh
@@ -32,6 +32,6 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode/' Makefile
diff --git a/simtrace/gen_links.sh b/simtrace/gen_links.sh
index 3bce04d..fa588fc 100755
--- a/simtrace/gen_links.sh
+++ b/simtrace/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCConversion_Functions.ttcn TCCConversion.cc"
diff --git a/simtrace/regen_makefile.sh b/simtrace/regen_makefile.sh
index 04c8397..0080e70 100755
--- a/simtrace/regen_makefile.sh
+++ b/simtrace/regen_makefile.sh
@@ -12,7 +12,7 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
#sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lusb/' Makefile
sed -i -e '/^LINUX_LIBS/ s/$/ `pkg-config --libs libusb-1.0`/' Makefile
diff --git a/sip/gen_links.sh b/sip/gen_links.sh
index 4c8456c..85d441a 100755
--- a/sip/gen_links.sh
+++ b/sip/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/sip/regen_makefile.sh b/sip/regen_makefile.sh
index b737316..09618b5 100755
--- a/sip/regen_makefile.sh
+++ b/sip/regen_makefile.sh
@@ -28,4 +28,4 @@
-DRAN_EMULATION_CTRL
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/smlc/gen_links.sh b/smlc/gen_links.sh
index cf715f6..a4e8e3f 100755
--- a/smlc/gen_links.sh
+++ b/smlc/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
diff --git a/smlc/regen_makefile.sh b/smlc/regen_makefile.sh
index 180486c..279ff76 100755
--- a/smlc/regen_makefile.sh
+++ b/smlc/regen_makefile.sh
@@ -32,4 +32,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/stp/gen_links.sh b/stp/gen_links.sh
index ad5d605..519b450 100755
--- a/stp/gen_links.sh
+++ b/stp/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/stp/regen_makefile.sh b/stp/regen_makefile.sh
index 032be0d..b2c2d3c 100755
--- a/stp/regen_makefile.sh
+++ b/stp/regen_makefile.sh
@@ -24,4 +24,4 @@
-DUSE_MTP3_DISTRIBUTOR
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh
index 538fff2..01e69eb 100755
--- a/sysinfo/gen_links.sh
+++ b/sysinfo/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/sysinfo/regen_makefile.sh b/sysinfo/regen_makefile.sh
index 1ed5835..6bd42c5 100755
--- a/sysinfo/regen_makefile.sh
+++ b/sysinfo/regen_makefile.sh
@@ -16,4 +16,4 @@
export CPPFLAGS_TTCN3="
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
diff --git a/upf/gen_links.sh b/upf/gen_links.sh
index 6c710ee..5ca92be 100755
--- a/upf/gen_links.sh
+++ b/upf/gen_links.sh
@@ -2,7 +2,7 @@
BASEDIR=../deps
-. ../gen_links.sh.inc
+. ../_buildsystem/gen_links.inc.sh
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
diff --git a/upf/regen_makefile.sh b/upf/regen_makefile.sh
index 1368db1..c704184 100755
--- a/upf/regen_makefile.sh
+++ b/upf/regen_makefile.sh
@@ -22,4 +22,4 @@
-DSTATSD_HAVE_VTY
"
-../regen-makefile.sh -e $NAME $FILES
+../_buildsystem/regen-makefile.sh -e $NAME $FILES
To view, visit change 40026. To unsubscribe, or for help writing mail filters, visit settings.