aboutsummaryrefslogtreecommitdiffstats
path: root/ccid/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ccid/regen_makefile.sh')
-rwxr-xr-xccid/regen_makefile.sh14
1 files changed, 12 insertions, 2 deletions
diff --git a/ccid/regen_makefile.sh b/ccid/regen_makefile.sh
index 215d9c69..c91ac12f 100755
--- a/ccid/regen_makefile.sh
+++ b/ccid/regen_makefile.sh
@@ -1,8 +1,18 @@
#!/bin/sh
-FILES="*.ttcn USB_PT.cc Native_FunctionDefs.cc "
+NAME=CCID_Tests
-../regen-makefile.sh CCID_Tests.ttcn $FILES
+FILES="
+ *.ttcn
+ Native_FunctionDefs.cc
+ TCCConversion.cc
+ USB_PT.cc
+"
+
+export CPPFLAGS_TTCN3="
+"
+
+../regen-makefile.sh -e $NAME $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