aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-client
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 /pcap-client
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 'pcap-client')
-rwxr-xr-xpcap-client/regen_makefile.sh16
1 files changed, 11 insertions, 5 deletions
diff --git a/pcap-client/regen_makefile.sh b/pcap-client/regen_makefile.sh
index 9e4a6ee3..88c062d5 100755
--- a/pcap-client/regen_makefile.sh
+++ b/pcap-client/regen_makefile.sh
@@ -1,11 +1,17 @@
#!/bin/bash
-FILES="*.ttcn TCCConversion.cc TCCInterface.cc TCCEncoding.cc IPL4asp_PT.cc IPL4asp_discovery.cc TELNETasp_PT.cc Native_FunctionDefs.cc OPCAP_CodecPort_CtrlFunctdef.cc "
-#FILES+="*.ttcnpp "
-#FILES+="*.asn"
+FILES="
+ *.ttcn
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ Native_FunctionDefs.cc
+ OPCAP_CodecPort_CtrlFunctdef.cc
+ TCCConversion.cc
+ TCCEncoding.cc
+ TCCInterface.cc
+ TELNETasp_PT.cc
+"
export CPPFLAGS_TTCN3=""
../regen-makefile.sh OPCAP_CLIENT_Tests.ttcn $FILES
-
-#sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lfftranscode/' Makefile