aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/regen_makefile.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-13 01:04:42 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-13 01:04:42 +0100
commit20a58c6d6f4bb80814e2ff89d4f0ac0e45ea41cc (patch)
tree488901d2bb205bc77c461ba8ba4d716f47d4eb6f /mgw/regen_makefile.sh
parente65d40e4dbea5b7d7f5ffd2bb9bde4d4dcd38d27 (diff)
generalize shared code from regen_makefile.sh into shared helper script
Diffstat (limited to 'mgw/regen_makefile.sh')
-rwxr-xr-xmgw/regen_makefile.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/mgw/regen_makefile.sh b/mgw/regen_makefile.sh
index 30f8c337..9b94d69c 100755
--- a/mgw/regen_makefile.sh
+++ b/mgw/regen_makefile.sh
@@ -2,12 +2,4 @@
FILES="*.ttcn SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc RTP_EncDec.cc RTP_CodecPort_CtrlFunctDef.cc"
-ttcn3_makefilegen -l -f MGCP_Test.ttcn $FILES
-sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
-sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile
-#sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile
-sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile
-
-# for TITAN 6.3.0
-sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = \/usr/' Makefile
-sed -i -e 's/\/bin\/compiler/\/bin\/ttcn3_compiler/' Makefile
+../regen-makefile.sh MGCP_Test.ttcn $FILES