Imakefile   [plain text]


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

          SRCS = xkbevd.c cfgscan.c cfgparse.c \
		 evargs.c printev.c utils.c
          OBJS = xkbevd.o cfgscan.o cfgparse.o \
		 evargs.o printev.o utils.o
        DEPLIBS = $(DEPXKBFILELIB) $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XKBFILELIB) $(XLIB)

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

INCLUDES = -I$(EXTINCSRC)

all::

YaccFile(cfgparse,/**/)

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

ComplexProgramTarget(xkbevd)