Remove texture plugins
[wmaker-crm.git] / WINGs / python / Makefile
blob95f4636501863552bfa3d37cccf8b3b9842e33c4
2 all: WINGs.c
3 python setup.py build
4 ln -sf `find build/ -name wings.so` .
6 install: WINGs.c
7 python setup.py install
9 clean:
10 rm -rf build dist WINGs.c *.o *~ *.so MANIFEST wings.py *.pyc *.pyo core
12 dist:
13 python setup.py sdist
15 WINGs.c: WINGs.i
16 swig -python -noproxy `get-wings-flags --cflags` -I.. -o WINGs.c WINGs.i