view light8/Makefile @ 40:f3d65ae17a8f

these are mostly replaced with guys&dolls material (effects were not touched) these are mostly replaced with guys&dolls material (effects were not touched) dance show went to a new dir called Configs/
author drewp
date Sun, 07 Jul 2002 12:17:30 +0000
parents 6284a812da50
children 0b86bf6808f8
line wrap: on
line source

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