-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile
17 lines (13 loc) · 979 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
w:
gcc /app/patternfinder/patternfinder/geometric_helsinki/_w.c /app/patternfinder/patternfinder/geometric_helsinki/c_pqueue/pqueue.c -g -I /app/patternfinder/patternfinder/geometric_helsinki/ -o /app/patternfinder/patternfinder/geometric_helsinki/_w
wpp:
gcc patternfinder/geometric_helsinki/_w.cpp patternfinder/geometric_helsinki/nlohmann/json.hpp -lstdc++ -std=c++11 -g -I patternfinder/geometric_helsinki/ -o patternfinder/geometric_helsinki/_wcpp -pg
testgdb:
make w
gdb --args patternfinder/geometric_helsinki/_w "tests/data/lemstrom2011/query_a.mid.vectors" "tests/data/lemstrom2011/leiermann.xml.vectors" "c_test/lemstromm.res"
test:
make w
patternfinder/geometric_helsinki/_w "tests/data/lemstrom2011/query_a.mid.vectors" "tests/data/lemstrom2011/leiermann.xml.vectors" "c_test/lemstrom.res"
testStream:
make w
cat "tests/data/lemstrom2011/query_a.mid.vectors" | patternfinder/geometric_helsinki/_w --stream "tests/data/lemstrom2011/leiermann.xml.vectors"