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

           SRCS = setxkbmap.c
           OBJS = setxkbmap.o
        DEPLIBS = $(DEPXKBFILELIB) $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XKBFILELIB) $(XLIB)

        DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\"

INCLUDES = -I$(EXTINCSRC)

all::

clean::
	RemoveFiles(test.h *.xkm *.xkb)

ComplexProgramTarget(setxkbmap)
