# makefile generated by BUILD V4.0, written by Chris Sokol.
# makefile generated on 2/13/95.

afview.exe: index.obj main.obj video.obj 
	bcc @linkfile

clean:
	rm -f afview.exe afview.map *.obj

index.obj: index.cpp index.h utype.h 
	bcc @bcpp.opt index.cpp

main.obj: main.cpp index.h kbd.h sort.h utype.h video.h 
	bcc @bcpp.opt main.cpp

video.obj: video.cpp utype.h video.h 
	bcc @bcpp.opt video.cpp

