blob: 593f6248185357cf0a1f7242b48c682b72ce5ad6 [file] [log] [blame]
Harald Weltef30e22b2019-11-14 08:36:19 +01001#!/bin/bash
2
3BASEDIR=../deps
4
5. ../gen_links.sh.inc
6
Pau Espin Pedrol830061d2024-04-17 19:13:22 +02007DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
8FILES="TCCConversion_Functions.ttcn TCCConversion.cc"
9gen_links $DIR $FILES
Harald Weltef30e22b2019-11-14 08:36:19 +010010
11DIR=$BASEDIR/titan.TestPorts.USB/src
12FILES="USB_PT.cc USB_PT.hh USB_PortType.ttcn USB_PortTypes.ttcn USB_Templates.ttcn USB_Types.ttcn USB_Component.ttcn "
13FILES+="CCID_Types.ttcn CCID_Templates.ttcn CCID_Emulation.ttcn "
14gen_links $DIR $FILES
15
16DIR=../library
17FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn "
18FILES+="Native_Functions.ttcn Native_FunctionDefs.cc "
19gen_links $DIR $FILES
20
21ignore_pp_results