osmo-ttcn3-hacks/ccid/regen_makefile.sh

10 lines
322 B
Bash
Executable File

#!/bin/sh
FILES="*.ttcn USB_PT.cc Native_FunctionDefs.cc "
../regen-makefile.sh CCID_Tests.ttcn $FILES
#sed -i -e 's/^LINUX_LIBS = -lxml2/LINUX_LIBS = -lxml2 -lusb/' Makefile
sed -i -e '/^LINUX_LIBS/ s/$/ `pkg-config --libs libusb-1.0`/' Makefile
sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libusb-1.0`/' Makefile