Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colorsc/Makefile
blob: 3b0055b41b86d06fded99aeeb2704e8ba4b6a482 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: _colorsc.so

clean:
	rm -rf _colorsc.so *_wrap.cxx colorsc.py colorsc.pyc build

%_wrap.cxx: %.i
	swig -c++ -python $<

_colorsc.so: colorsc_wrap.cxx colorsc.h canvas.h canvas.cpp
	python setup.py build_ext --inplace