XCOMM $XConsortium: Imakefile,v 1.14 91/07/12 17:06:55 rws Exp $

   LOCLIBS = $(XILIB) $(XLIB)
   DEPLIBS = $(DEPXILIB) $(DEPXLIB)
   SRCS = XTouch.c XPErrors.c XList.c XSelInput.c XSendEv.c

all: xtouch xprotoerrors xlist xselinput xsendev

NormalProgramTarget(xtouch,XTouch.o,$(DEPLIBS),$(LOCLIBS),NullParameter)
NormalProgramTarget(xprotoerrors,XPErrors.o,$(DEPLIBS),$(LOCLIBS),NullParameter)
NormalProgramTarget(xlist,XList.o,$(DEPLIBS),$(LOCLIBS),NullParameter)
NormalProgramTarget(xselinput,XSelInput.o,$(DEPLIBS),$(LOCLIBS),NullParameter)
NormalProgramTarget(xsendev,XSendEv.o,$(DEPLIBS),$(LOCLIBS),NullParameter)

DependTarget()
