Skip to content
Snippets Groups Projects
Commit 3ca47b0d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Makefile of idle module in common subdirectory

parent c95a9795
No related branches found
No related tags found
No related merge requests found
all:
python setup.py build_ext -i
clean:
rm -f *.so
rm -rf build
from distutils.core import setup, Extension
module1 = Extension( 'idle',
sources = ['common/idle.c'],
sources = ['idle.c'],
# extra_compile_args = ['-W'],
libraries = ['gtk-x11-2.0','gdk-x11-2.0','glib-2.0','X11','Xext','Xss','atk-1.0'],
library_dirs = ['/usr/X11R6/lib'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment