XCOMM $XConsortium: Imakefile /main/4 1996/05/10 12:59:41 ray $
XCOMM 

#define DoNormalLib	NormalLibXa
#define DoSharedLib	SharedLibXa
#define DoDebugLib	DebugLibXa
#define DoProfileLib	ProfileLibXa

/* this disables make includes */
#define LibHeaders NO

ICELIB = ../../../libICE.a

XCOMM REQUIREDLIBS = -L$(BUILDLIBDIR) $(ICELIB)

SRCS = 	create.cc 	\
	destroy.cc	\
	events.cc	\
	find.cc		\
	get.cc 		\
	paramlist.cc 	\
	ping.cc 	\
	read.cc 	\
	serverconn.cc 	\
	set.cc 		\
	varargs.cc 	\
	write.cc

OBJS =	create.o	\
	destroy.o	\
	events.o	\
	find.o		\
	get.o		\
	paramlist.o	\
	ping.o		\
	read.o		\
	serverconn.o	\
	set.o		\
	varargs.o	\
	write.o

XCOMM The dia entry should be removed when the "buffer.h" include is removed
INCLUDES=-I$(BUILDINCDIR) -I../.. -I../../../../programs/Xaserver/dia

LINTLIBS = $(LINTXLIB)

#define CplusplusSource

#include <Library.tmpl>
SubdirLibraryRule($(OBJS))
LibraryObjectRule()

DependTarget()
