#########################################################################
# Copyright 2004 MBARI.							#
# Monterey Bay Aquarium Research Institute Proprietary Information.	#
# All rights reserved.							#
#########################################################################

CFLAGS = +FM +T -J +PE
INCLUDES =
CC = ccsc

#all: vid-switch.HEX

vid_switch.HEX: vid_switch.c
	$(CC) $(CFLAGS) $(INCLUDES) $<
	cat vid_switch.err 


clean:
	rm -f vid_switch.HEX
	rm -f vid_switch.LST
	rm -f vid_switch.PJT
	rm -f vid_switch.SYM
	rm -f vid_switch.cod
	rm -f vid_switch.err
	rm -f vid_switch.tre
