aboutsummaryrefslogtreecommitdiffstats
path: root/lapdm/regen_makefile.sh
blob: 8d321ac4412abeb1f1724c426512d5860fb7c9a0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

FILES="*.ttcn UD_PT.cc UD_PT.hh"

ttcn3_makefilegen -f L1CTL_Test.ttcn $FILES
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan `pkg-config --libs libnetfilter_conntrack`/' Makefile
sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile
sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile