aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-client/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-client/regen_makefile.sh')
-rwxr-xr-xpcap-client/regen_makefile.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcap-client/regen_makefile.sh b/pcap-client/regen_makefile.sh
new file mode 100755
index 00000000..81dd1eb7
--- /dev/null
+++ b/pcap-client/regen_makefile.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+NAME=OPCAP_CLIENT_Tests
+
+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 -e $NAME $FILES