Files @ 2f2eb802e93d
Branch filter:

Location: light9/light8/Makefile

dmcc
stage shows levels now. aims have blue halo for easy recognition.
stage shows levels now. aims have blue halo for easy recognition.
old dummy config stored
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