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