blob: 6fb3ca4a473fde2af8c0b9f2b8abe6e7e263cd80 [file] [log] [blame]
Harald Welte00566f52017-11-21 16:43:49 +01001#!/bin/sh
2
3MAIN=IPA_Test.ttcn
4
Harald Weltef09d1ba2017-11-25 02:20:13 +01005FILES="*.ttcn SCCP_EncDec.cc IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc RTP_EncDec.cc SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc"
Harald Welte00566f52017-11-21 16:43:49 +01006
7ttcn3_makefilegen -l -f $MAIN $FILES
8sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
9sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile
10#sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile
11sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile
Harald Welte140714d2017-12-08 14:03:28 +010012
13# for TITAN 6.3.0
14sed -i -e 's/TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
15sed -i -e 's/\/bin\/compiler/\/bin\/ttcn3_compiler/' Makefile