From 30e8eb3e135291717eceaae69162fceb91d30aa1 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 11 Nov 2004 15:20:05 +0000 Subject: move perl python and lufis directories one level up --- python/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 python/Makefile (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile deleted file mode 100644 index 1313e9e..0000000 --- a/python/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -#@+leo-ver=4 -#@+node:@file Makefile -# Makefile now uses distutils - -_fusemodule.so: _fusemodule.c - #gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse' - python setup.py build_ext --inplace - -install: _fusemodule.so - python setup.py install - -clean: - rm -rf _fusemodule.so *.pyc *.pyo *~ build -#@-node:@file Makefile -#@-leo -- cgit v1.2.3