*** ../idraw/Imakefile Fri Jan 12 15:55:00 1990 --- Imakefile Sat Dec 1 17:23:49 1990 *************** *** 1,5 **** /**/# ! /**/# idraw - InterViews drawing editor /**/# #if CompileInMachineDepSubdir && !defined(InMachineDepSubdir) --- 1,5 ---- /**/# ! /**/# kdraw - InterViews drawing editor (supporting kanji) /**/# #if CompileInMachineDepSubdir && !defined(InMachineDepSubdir) *************** *** 53,59 **** state.o \ stateviews.o \ textedit.o \ ! tools.o ComplexProgramTarget(idraw) --- 53,62 ---- state.o \ stateviews.o \ textedit.o \ ! tools.o \ ! klabel.o \ ! kpainter.o \ ! ktextdisplay.o ComplexProgramTarget(idraw) *************** *** 92,96 **** --- 95,103 ---- MakeObjectFromSrc(stateviews) MakeObjectFromSrc(textedit) MakeObjectFromSrc(tools) + MakeObjectFromSrc(klabel) + MakeObjectFromSrc(kpainter) + MakeObjectFromSrc(slktext) + MakeObjectFromSrc(ktextdisplay) #endif /* if compiling in subdirectory */