XCOMM $XConsortium: Imakefile /main/5 1996/08/20 14:48:47 drk $
#define DoNormalLib	NormalLibDtSvc
#define DoSharedLib	SharedLibDtSvc
#define DoDebugLib	DebugLibDtSvc
#define DoProfileLib	ProfileLibDtSvc
#define LibName		DtSvc
#define SoRev		SODTSVCREV
#define IncSubdir	Dt
#define LibCreate	NO

#include <Threads.tmpl>

DEFINES =
INCLUDES = -I. -I../include


/* WARNING!!!!
 * Any .o's added to this list need to be added to DTXPM_OBJS5
 * and SHARED_DTXPM_OBJS5 in the DtSvc Imakefile.
 */
HEADERS = xpm.h
   SRCS = xpm.c 
   OBJS = xpm.o 

#include <Library.tmpl>

SubdirLibraryRule($(OBJS))

DependTarget()
