blob: 72787b9044c254546e27017de7cc500a83809bea [file] [log] [blame]
Harald Welte0ee22972020-02-29 11:32:50 +01001#!/bin/bash
2
3BASEDIR=../deps
4
5. ../gen_links.sh.inc
6
7#DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
8#FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
9#gen_links $DIR $FILES
10
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 "
13gen_links $DIR $FILES
14
15DIR=../library
16FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn "
17FILES+="Native_Functions.ttcn Native_FunctionDefs.cc "
18gen_links $DIR $FILES
19
20ignore_pp_results