
#
#
Xvideo = /site/mit/hodges/src/xvideo/XVideo.a
Xtk = /mit/StaffTools/include/X/Xtlib.h
Xtlib = /mit/StaffTools/lib/libTool.a

INCL = structs.h prsdefs.h lkups.h ldpcmds.h cvideo.h
OBJS = main.o readfile.o getpackage.o getelement.o getdimension.o \
       getscreen.o getmap.o getsimple.o  getbutton.o \
       getTKscroll.o aux.o lookups.o fn_misc.o resolve.o make_Xtk.o \
       sony.o timers.o setpos.o displays.o 
# taken out getcomplex.o and cvideo.o

parse: $(OBJS) 
	cc -o parse $(OBJS) $(Xvideo) $(Xtlib) -lX

$(OBJS): $(INCL)
getbutton.o getTKscroll.o lookups.o: widgets.h functions.h
setpos.o fn_misc.o: functions.h
make_Xtk.o: $(Xtk) widgets.h 
main.o getbutton.o getTKscroll.o: $(Xtk)
