XCOMM $XConsortium: Imakefile /main/1 1995/11/30 19:19:15 kaleb $

          SRCS = xkbprint.c utils.c psgeom.c
          OBJS = xkbprint.o utils.o psgeom.o
        DEPLIBS = $(DEPXKBFILELIB) $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XKBFILELIB) $(XLIB)

EXTRA_INCLUDES = -I$(EXTINCSRC)

#ifdef SGIArchitecture
EXTRA_LIBRARIES = -lmalloc
#endif

ComplexProgramTarget(xkbprint)

clean::
	RemoveFiles(*.xkm *.ps)
