aboutsummaryrefslogtreecommitdiffstats
path: root/stp/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stp/regen_makefile.sh')
-rwxr-xr-xstp/regen_makefile.sh26
1 files changed, 23 insertions, 3 deletions
diff --git a/stp/regen_makefile.sh b/stp/regen_makefile.sh
index be96829d..032be0d0 100755
--- a/stp/regen_makefile.sh
+++ b/stp/regen_makefile.sh
@@ -1,7 +1,27 @@
#!/bin/sh
-FILES="*.ttcn *.ttcnpp SCCP_EncDec.cc SCTPasp_PT.cc TCCConversion.cc TCCInterface.cc IPL4asp_PT.cc IPL4asp_discovery.cc IPA_CodecPort_CtrlFunctDef.cc TELNETasp_PT.cc Native_FunctionDefs.cc TCCEncoding.cc M3UA_CodecPort_CtrlFunctDef.cc "
+NAME=STP_Tests
-export CPPFLAGS_TTCN3="-DIPA_EMULATION_CTRL -DIPA_EMULATION_SCCP -DUSE_MTP3_DISTRIBUTOR"
+FILES="
+ *.ttcn
+ *.ttcnpp
+ SCCP_EncDec.cc
+ SCTPasp_PT.cc
+ TCCConversion.cc
+ TCCInterface.cc
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ IPA_CodecPort_CtrlFunctDef.cc
+ TELNETasp_PT.cc
+ Native_FunctionDefs.cc
+ TCCEncoding.cc
+ M3UA_CodecPort_CtrlFunctDef.cc
+"
-../regen-makefile.sh STP_Tests.ttcn $FILES
+export CPPFLAGS_TTCN3="
+ -DIPA_EMULATION_CTRL
+ -DIPA_EMULATION_SCCP
+ -DUSE_MTP3_DISTRIBUTOR
+"
+
+../regen-makefile.sh -e $NAME $FILES