aboutsummaryrefslogtreecommitdiffstats
path: root/bts/regen_makefile.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-10-12 12:45:16 +0200
committerOliver Smith <osmith@sysmocom.de>2021-10-12 16:35:01 +0200
commit2e0e62406010539a84be77698a23d6d79a5f3fc1 (patch)
treea4ebcc00f38bd1eb6df35dffba6162c7e020f448 /bts/regen_makefile.sh
parent93a7b8b7580df014ee05820e979c53f298b0a8d3 (diff)
regen_makefile.sh: files/flags in separate lines
Make all regen_makefile.sh more readable and diff friendly by moving each entry in FILES and CPPFLAGS_TTCN3 into separate lines. Order entries alphabetically. Related: OS#5252 Change-Id: I6b6866eb9f6ec6232e4ae434517457a4c8c1c050
Diffstat (limited to 'bts/regen_makefile.sh')
-rwxr-xr-xbts/regen_makefile.sh26
1 files changed, 24 insertions, 2 deletions
diff --git a/bts/regen_makefile.sh b/bts/regen_makefile.sh
index 42ad0f3b..850e0bf4 100755
--- a/bts/regen_makefile.sh
+++ b/bts/regen_makefile.sh
@@ -1,7 +1,29 @@
#!/bin/sh
-FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc UD_PT.cc RLCMAC_EncDec.cc Native_FunctionDefs.cc TRXC_CodecPort_CtrlFunctDef.cc L1CTL_PortType_CtrlFunctDef.cc TELNETasp_PT.cc IuUP_EncDec.cc RTP_EncDec.cc RTP_CodecPort_CtrlFunctDef.cc"
+FILES="
+ *.ttcn
+ *.ttcnpp
+ IPA_CodecPort_CtrlFunctDef.cc
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ IuUP_EncDec.cc
+ L1CTL_PortType_CtrlFunctDef.cc
+ Native_FunctionDefs.cc
+ RLCMAC_EncDec.cc
+ RTP_CodecPort_CtrlFunctDef.cc
+ RTP_EncDec.cc
+ TCCConversion.cc
+ TCCInterface.cc
+ TELNETasp_PT.cc
+ TRXC_CodecPort_CtrlFunctDef.cc
+ UD_PT.cc
+"
-export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DIPA_EMULATION_OML -DIPA_EMULATION_CTRL -DIPA_EMULATION_OSMO_PCU"
+export CPPFLAGS_TTCN3="
+ -DIPA_EMULATION_CTRL
+ -DIPA_EMULATION_OML
+ -DIPA_EMULATION_OSMO_PCU
+ -DIPA_EMULATION_RSL
+"
../regen-makefile.sh BTS_Tests.ttcn $FILES