Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe/Makefile.in
blob: 972f08b98719450b5ef7128d0326969f56a8a284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix = @prefix@

all:
	python setup.py build

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

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