aboutsummaryrefslogtreecommitdiffstats
path: root/cbc/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cbc/regen_makefile.sh')
-rwxr-xr-xcbc/regen_makefile.sh32
1 files changed, 32 insertions, 0 deletions
diff --git a/cbc/regen_makefile.sh b/cbc/regen_makefile.sh
new file mode 100755
index 00000000..96900b3c
--- /dev/null
+++ b/cbc/regen_makefile.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+
+NAME=CBC_Tests
+
+FILES="
+ *.asn
+ *.ttcn
+ Abstract_Socket.cc
+ CBSP_CodecPort_CtrlFunctdef.cc
+ HTTPmsg_MessageLen_Function.cc
+ HTTPmsg_PT.cc
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ JSON_EncDec.cc
+ Native_FunctionDefs.cc
+ SABP_CodecPort_CtrlFunctDef.cc
+ SABP_EncDec.cc
+ SBC_AP_CodecPort_CtrlFunctDef.cc
+ SBC_AP_EncDec.cc
+ SCTPasp_PT.cc
+ TCCConversion.cc
+ TCCEncoding.cc
+ TCCInterface.cc
+ TELNETasp_PT.cc
+"
+
+export CPPFLAGS_TTCN3="
+"
+
+../regen-makefile.sh -e $NAME $FILES
+
+sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lfftranscode/' Makefile