/[fuse_dbi]/fuse/trunk/python/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /fuse/trunk/python/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Wed Aug 4 11:40:49 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 391 byte(s)
copy CVS to trunk

1 dpavlin 4 #@+leo-ver=4
2     #@+node:@file Makefile
3     # Makefile now uses distutils
4    
5     _fusemodule.so: _fusemodule.c
6     #gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse'
7     python setup.py build_ext --inplace
8    
9     install: _fusemodule.so
10     python setup.py install
11    
12     clean:
13     rm -rf _fusemodule.so *.pyc *.pyo *~ build
14     #@-node:@file Makefile
15     #@-leo

  ViewVC Help
Powered by ViewVC 1.1.26