#ifdef InObjectCodeDir

Use_libInterViews()

/* User interface widgets */

MakeObjectFromSrc(strbrowser)
MakeObjectFromSrc(dialogs)
MakeObjectFromSrc(DialogMgr)
MakeObjectFromSrc(labscrlst)
MakeObjectFromSrc(emulator)
MakeObjectFromSrc(open_pty)
MakeObjectFromSrc(text)
MakeObjectFromSrc(shell)
MakeObjectFromSrc(tabular)

OBJS = dialogs.o DialogMgr.o strbrowser.o labscrlst.o emulator.o \
       open_pty.o text.o shell.o tabular.o

NormalNonSharedLibraryTarget(gk-ui,$(OBJS),$(OBJS))
InstallNonSharedLibrary(gk-ui,$(GKLIBDIR))
DependTarget()

#else

MakeInObjectCodeDir()

#endif
