.
[ClusterDetector.git] / makefile
blob6edee9b99d3157fe759d435d74282f76eb2405d4
2 all:
3 gcc -lm -Wall -std=c99 -Wno-unused -lpthread -lz -lm -lhdf5 -lhdf5_hl --pedantic Cluster.c -o cluster
4 gcc -lm -Wall -std=c99 -Wno-unused -g -I/usr/include/python2.5/Include -I/usr/include/python2.5 -fpic -shared -o cluster.so ClusterLib.c
6 clean:
7 rm -f cluster cluster.so