Files @ 2cd759c2b3c7
Branch filter:

Location: light9/light8/Makefile - annotation

dmcc
(21:29:34) dmcc: no need to have the E for effects
(21:29:34) dmcc: no need to have the E for effects
(21:29:48) drewp: oh yeah
(21:29:52) drewp: feel free to take care of that
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