#
# Environment variable CC should be set to path to cc.ttp
#

OFILES= main.o init.o events.o wind.o menu.o files.o\
		onepage.o bufman.o slider.o cursor.o keys.o button.o\
		edit.o search.o	send.o printer.o xxedrsc.o

xxed.prg : $(OFILES)
	$(CC) $(OFILES) -o xxed.prg

$(OFILES) : globals.h xxed.h
