blob: d94af3d3280b898031a565ed2097c6c7645010c3 [file] [log] [blame]
Harald Welte28d943e2017-11-25 15:00:50 +01001#!/bin/sh
2
3MAIN=BSC_Tests.ttcn
4
5FILES="*.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"
6
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