XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:12:16 drk $
#define DoNormalLib	NormalLibTt
#define DoSharedLib	SharedLibTt
#define DoDebugLib	DebugLibTt
#define DoProfileLib	ProfileLibTt
#define LibName		tt
#define SoRev		SOTTREV
#define LibHeaders	NO
#define LibCreate	NO

#include <Threads.tmpl>

#include "../../../tooltalk.tmpl"

DEFINES = 
INCLUDES = $(TIRPCINC) -I../..

/*** NOTE!
 *** Every time a .o is added below it needs to be added to
 *** the lib/tt/lib Imakefile in OBJS and SHARED_OBJS
 ***/

SRCS = ttdnd.c

OBJS = ttdnd.o

#include <Library.tmpl>

SubdirLibraryRule($(OBJS))

DependTarget()
