XCOMM $XFree86: xc/programs/xkbprint/Imakefile,v 1.3 2005/10/14 15:17:34 tsi Exp $

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

#ifdef SGIArchitecture
EXTRA_LIBRARIES = -lmalloc
#endif

ComplexProgramTarget(xkbprint)

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