/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
#ifdef _IBMR2
BSDLIB = -lbsd
#endif

DOBJS = tm.do tm19.do tma.do tmv.do
IHFILES = tm.ih tm19.ih tma.ih tmv.ih

NormalObjectRule()
NormalATKRule()

DynamicObject(tm, ${UTILLIB}, ${BSDLIB})
DynamicObject(tmv, ${UTILLIB}, ${BSDLIB})

InstallClassFiles($(DOBJS),$(IHFILES))

InstallLink(runapp, ${DESTDIR}/bin/tm)
InstallFile(tm.tpl, ${INSTINCFLAGS}, ${DESTDIR}/lib/tpls)

DependTarget()

NormalHelpRule()
InstallDocs(tm.help tmkeys.help, ${DESTDIR}/help)
InstallHelpAlias(tm, termulator)
InstallHelpAlias(tmkeys, termulator-keys tm-keys)
