blob: d3071486e813c9db22326e7f7fc89cc4d93e61ad [file] [log] [blame]
Harald Welte12000e22017-09-14 22:43:08 +08001#!/bin/sh
2
Harald Welte68079822017-12-12 16:30:53 +01003BASEDIR=../deps
Harald Welte12000e22017-09-14 22:43:08 +08004
Neels Hofmeyr1a4c4602018-03-15 22:04:41 +01005. ../gen_links.sh.inc
Harald Welte12000e22017-09-14 22:43:08 +08006
7#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
8#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
9#gen_links $DIR $FILES
10
Harald Welte2c6dba12017-09-16 00:50:08 +080011DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
Max6367d7b2018-02-05 16:58:27 +010012FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
Harald Welte2c6dba12017-09-16 00:50:08 +080013gen_links $DIR $FILES
14
15DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
16FILES="Socket_API_Definitions.ttcn"
17gen_links $DIR $FILES
18
19DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
20FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
21gen_links $DIR $FILES
22
Harald Welte12000e22017-09-14 22:43:08 +080023DIR=$BASEDIR/titan.ProtocolModules.SDP/src
24FILES="SDP_EncDec.cc SDP_Types.ttcn SDP_parse_.tab.c SDP_parse_.tab.h SDP_parse_parser.h SDP_parser.l
25SDP_parser.y lex.SDP_parse_.c"
26gen_links $DIR $FILES
Harald Weltea7261d72017-11-18 13:28:07 +010027
28DIR=$BASEDIR/titan.ProtocolModules.RTP/src
29FILES="RTP_EncDec.cc RTP_Types.ttcn"
30gen_links $DIR $FILES
31
32DIR=../library
Harald Welte152c38c2017-12-13 13:19:26 +010033FILES="General_Types.ttcn Osmocom_Types.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc RTP_CodecPort.ttcn"
Harald Weltea7261d72017-11-18 13:28:07 +010034gen_links $DIR $FILES
Neels Hofmeyrcd112232018-03-16 00:03:00 +010035
36ignore_pp_results