forked from JLiangWaterloo/sat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
23 lines (18 loc) · 802 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all: Benchmarks/sc13-benchmarks-application-info.csv Benchmarks/times.csv Bin/community Bin/minipure
make -C Haskell cabal
make -C Haskell
Bin/community:
make -C Snap
mkdir -p Bin
cp Snap/examples/community/community Bin/
chmod +x Community
Bin/minipure:
make -C Minipure
cp Minipure/binary/minipure Bin/minipure
Benchmarks/sc13-benchmarks-application-info.csv: Benchmarks/sc13-benchmarks-application.tgz
tar -C Benchmarks -xvzf Benchmarks/sc13-benchmarks-application.tgz
touch Benchmarks/sc13-benchmarks-application-info.csv
Benchmarks/sc13-benchmarks-application.tgz:
wget -P Benchmarks http://www.satcompetition.org/2013/files/sc13-benchmarks-application.tgz
Benchmarks/times.csv:
wget -O Benchmarks/times.csv http://edacc4.informatik.uni-ulm.de/SC13/experiment/19/results/full-csv