Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe/Makefile.am
blob: e2cbd43e2b56ffdcb7d1dbe616c073d6efd15e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all:
	python setup.py build

install:
	python setup.py install --prefix=${prefix}

uninstall:
	rm -f ${prefix}/lib/python2.4/site-packages/threadframe.so

clean:
	python setup.py clean
	-rm -rf build
	-rm -f core *~ *.so *.o *.pyd *.a python*.def