TOP = ../..

SHARED = 1
LIBRARY = seethroughspu
FILES = seethroughspu \
	seethroughspu_arrays \
	seethroughspu_config \
	seethroughspu_init \
	seethroughspu_misc

LIBRARIES = spuload crutil crmothership 
TRACKS_STATE = 1

PRECOMP = seethroughspu.c
SLOP = $(PRECOMP)

LIB_DEFS += seethroughspu.def
include ${TOP}/cr.mk

seethroughspu.c: seethrough.py seethrough_special
	@$(ECHO) Making the SeeThrough SPU
	@$(PYTHON) seethrough.py > $@
