Files @ e9d2e7754fd9
Branch filter:

Location: light9/light8/Makefile - annotation

drewp
sideways subs, new x/y buttons (which don't draw right, but they work)
LIB=/usr/local/lib

go: parportmodule.so
	ln -s ../Widgets/FlyingFader.py
	sudo python pypar

parportmodule.so: parport_wrap.c
	gcc -shared -I/usr/local/include/python2.2 parport_wrap.c parport.c -o parportmodule.so 

parport_wrap.c: parport.c parport.i
	swig -python parport.i

clean:
	rm -f parport_wrap.c *.o *.so