blob: 04c8397e052b8d662cd6a8dfc7cbd6057af9c6bf [file] [log] [blame]
Harald Welte0ee22972020-02-29 11:32:50 +01001#!/bin/sh
2
Oliver Smithf8fe1322021-10-12 13:05:42 +02003NAME=SIMTRACE_Tests
4
Oliver Smith2e0e6242021-10-12 12:45:16 +02005FILES="
6 *.ttcn
7 Native_FunctionDefs.cc
Pau Espin Pedrol830061d2024-04-17 19:13:22 +02008 TCCConversion.cc
Oliver Smith2e0e6242021-10-12 12:45:16 +02009 USB_PT.cc
10"
11
12export CPPFLAGS_TTCN3="
13"
Harald Welte0ee22972020-02-29 11:32:50 +010014
Oliver Smithf8fe1322021-10-12 13:05:42 +020015../regen-makefile.sh -e $NAME $FILES
Harald Welte0ee22972020-02-29 11:32:50 +010016
17#sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lusb/' Makefile
18sed -i -e '/^LINUX_LIBS/ s/$/ `pkg-config --libs libusb-1.0`/' Makefile
19sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libusb-1.0`/' Makefile