XCOMM IBM_PROLOG_BEGIN_TAG 
XCOMM This is an automatically generated prolog. 
XCOMM  
XCOMM gos720 src/gos/2d/XTOP/programs/xkbevd/Imakefile 1.2 
XCOMM  
XCOMM Licensed Materials - Property of IBM 
XCOMM  
XCOMM COPYRIGHT International Business Machines Corp. 1996,2000 
XCOMM All Rights Reserved 
XCOMM  
XCOMM US Government Users Restricted Rights - Use, duplication or 
XCOMM disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
XCOMM  
XCOMM IBM_PROLOG_END_TAG 
XCOMM SCCSID_BEGIN_TAG
XCOMM @(#)74  1.2  src/gos/2d/XTOP/programs/xkbevd/Imakefile, xsample, gos720 8/29/00 10:34:54
XCOMM SCCSID_END_TAG
XCOMM $XConsortium: Imakefile /main/1 1995/11/30 19:18:08 kaleb $

          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 = 
LOCAL_LIBRARIES = $(XKBFILELIB) $(XLIB)

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

INCLUDES = -I$(EXTINCSRC)

all::

YaccFileNoFlags(cfgparse)

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

ComplexProgramTarget(xkbevd)