aboutsummaryrefslogtreecommitdiffstats
path: root/simtrace/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'simtrace/regen_makefile.sh')
-rwxr-xr-xsimtrace/regen_makefile.sh14
1 files changed, 12 insertions, 2 deletions
diff --git a/simtrace/regen_makefile.sh b/simtrace/regen_makefile.sh
index 3f2d4727..04c8397e 100755
--- a/simtrace/regen_makefile.sh
+++ b/simtrace/regen_makefile.sh
@@ -1,8 +1,18 @@
#!/bin/sh
-FILES="*.ttcn USB_PT.cc Native_FunctionDefs.cc "
+NAME=SIMTRACE_Tests
-../regen-makefile.sh SIMTRACE_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