XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:49 cpqbld Exp $



XCOMM $XFree86$

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

EXTRA_INCLUDES = -I$(EXTINCSRC)

#ifdef SGIArchitecture
EXTRA_LIBRARIES = -lmalloc
#endif

ComplexProgramTarget(xkbprint)

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