blob: 8b68b2f878712b682447849a7887e185abb4e0d3 [file] [log] [blame]
Harald Welte00a067f2017-09-13 23:27:17 +02001#!/bin/sh
2
Harald Welte12000e22017-09-14 22:43:08 +08003FILES="*.ttcn SDP_EncDec.cc *.c"
Harald Welte00a067f2017-09-13 23:27:17 +02004
5ttcn3_makefilegen -f MGCP_Test.ttcn $FILES
6sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
7sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan/' Makefile
8sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile
9sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile