XCOMM $XConsortium: Imakefile /main/4 1996/05/22 16:36:00 nakata $
XCOMM 

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

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

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

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

SRCS = auth.c printhex.c icelisten.c

OBJS = auth.o printhex.o icelisten.o

INCLUDES=-I$(BUILDINCDIR) -I../.. -I../../../ICE

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

DependTarget()
