path_to_top=../.. include $(path_to_top)/Makefile.config OBJS-$(CONFIG_MOUSE) += mouse.o OBJS = \ color.o \ draw.o \ event.o \ hardio.o \ kbd.o \ screen.o \ tab.o \ terminal.o \ window.o include $(path_to_top)/Makefile.lib