blob: 0b4ab886a6a3bd1388092f738846e199116d3b7d [file] [log] [blame]
Harald Weltef6dd64d2017-11-19 12:09:51 +01001#!/bin/sh
2
3FILES="*.ttcn SCCP_EncDec.cc SCTPasp_PT.cc TCCConversion.cc TCCInterface.cc"
4
5ttcn3_makefilegen -l -f MSC_Tests.ttcn $FILES
6sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
7sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile
8#sed -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
Harald Welte140714d2017-12-08 14:03:28 +010010
11# for TITAN 6.3.0
12sed -i -e 's/TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
13sed -i -e 's/\/bin\/compiler/\/bin\/ttcn3_compiler/' Makefile