Imakefile   [plain text]


XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:59 cpqbld Exp $




XCOMM $XFree86: xc/programs/Xserver/Xi/Imakefile,v 3.3 2001/01/17 22:13:23 dawes Exp $

#include <Server.tmpl>

       SRCS = 	allowev.c \
		chgkbd.c \
		chgdctl.c \
		chgfctl.c \
		chgkmap.c \
		chgprop.c \
		chgptr.c \
		closedev.c \
		devbell.c \
		exevents.c \
		extinit.c \
		getdctl.c \
		getfctl.c \
		getfocus.c \
		getbmap.c \
		getkmap.c \
		getmmap.c \
		getprop.c \
		getselev.c \
		getvers.c \
		gtmotion.c \
		grabdev.c \
		grabdevb.c \
		grabdevk.c \
		listdev.c \
		opendev.c \
		queryst.c \
		selectev.c \
		sendexev.c \
		setdval.c \
		setfocus.c \
		setmode.c \
		setbmap.c \
		setmmap.c \
		stubs.c \
		ungrdev.c \
		ungrdevb.c \
		ungrdevk.c 

       OBJS =   allowev.o \
		chgkbd.o \
		chgdctl.o \
		chgfctl.o \
		chgkmap.o \
		chgprop.o \
		chgptr.o \
		closedev.o \
		devbell.o \
		exevents.o \
		extinit.o \
		getdctl.o \
		getfctl.o \
		getfocus.o \
		getbmap.o \
		getkmap.o \
		getmmap.o \
		getprop.o \
		getselev.o \
		getvers.o \
		gtmotion.o \
		grabdev.o \
		grabdevb.o \
		grabdevk.o \
		listdev.o \
		opendev.o \
		queryst.o \
		selectev.o \
		sendexev.o \
		setdval.o \
		setfocus.o \
		setmode.o \
		setbmap.o \
		setmmap.o \
		ungrdev.o \
		ungrdevb.o \
		ungrdevk.o 
   INCLUDES = -I../include -I$(EXTINCSRC) -I$(XINCLUDESRC)
   LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln

NormalLibraryTarget(xinput,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(xinput,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()