diff options
author | rws <empty> | 1991-07-24 15:38:57 +0000 |
---|---|---|
committer | rws <empty> | 1991-07-24 15:38:57 +0000 |
commit | fd75eface26497f9b042e07cd9e68633341a1d9b (patch) | |
tree | b0085b91abfdab106686b1f0cb01704a3a74cdfe /xc/lib/Xi | |
parent | cc1f5f7af385bc3cc8879acd100ad2c90ab03590 (diff) |
add device control files
Diffstat (limited to 'xc/lib/Xi')
-rw-r--r-- | xc/lib/Xi/Imakefile | 42 |
1 files changed, 6 insertions, 36 deletions
diff --git a/xc/lib/Xi/Imakefile b/xc/lib/Xi/Imakefile index 8a506c356..d888474e8 100644 --- a/xc/lib/Xi/Imakefile +++ b/xc/lib/Xi/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.10 91/07/16 23:08:52 gildea Exp $ #define DoNormalLib NormalLibXinput #define DoSharedLib SharedLibXinput #define DoDebugLib DebugLibXinput @@ -18,6 +18,7 @@ REQUIREDLIBS = $(EXTENSIONSRC)/lib/libXext.a $(XLIBSRC)/libX11.a #endif INCLUDES = -I$(TOP) -I$(INCLUDESRC) -I$(XLIBSRC) -I../../include SRCS = XAllowDv.c \ + XChgDCtl.c \ XChgFCtl.c \ XChgKbd.c \ XChgKMap.c \ @@ -27,6 +28,7 @@ SRCS = XAllowDv.c \ XDevBell.c \ XExtToWire.c \ XGetBMap.c \ + XGetDCtl.c \ XGetFCtl.c \ XGetKMap.c \ XGetMMap.c \ @@ -53,6 +55,7 @@ SRCS = XAllowDv.c \ XUngrDvK.c \ XExtInt.c OBJS = XAllowDv.o \ + XChgDCtl.o \ XChgFCtl.o \ XChgKbd.o \ XChgKMap.o \ @@ -62,6 +65,7 @@ OBJS = XAllowDv.o \ XDevBell.o \ XExtToWire.o \ XGetBMap.o \ + XGetDCtl.o \ XGetFCtl.o \ XGetKMap.o \ XGetMMap.o \ @@ -87,41 +91,7 @@ OBJS = XAllowDv.o \ XUngrDvB.o \ XUngrDvK.o \ XExtInt.o -LOBJS = XAllowDv.ln \ - XChgFCtl.ln \ - XChgKbd.ln \ - XChgKMap.ln \ - XChgPnt.ln \ - XChgProp.ln \ - XCloseDev.ln \ - XDevBell.ln \ - XExtToWire.ln \ - XGetBMap.ln \ - XGetFCtl.ln \ - XGetKMap.ln \ - XGetMMap.ln \ - XGetProp.ln \ - XGetVers.ln \ - XGMotion.ln \ - XGrabDev.ln \ - XGrDvBut.ln \ - XGrDvKey.ln \ - XGtFocus.ln \ - XGtSelect.ln \ - XListDev.ln \ - XOpenDev.ln \ - XQueryDv.ln \ - XSelect.ln \ - XSetBMap.ln \ - XSetDVal.ln \ - XSetMMap.ln \ - XSetMode.ln \ - XSndExEv.ln \ - XStFocus.ln \ - XUngrDev.ln \ - XUngrDvB.ln \ - XUngrDvK.ln \ - XExtInt.ln + LINTLIBS = $(LINTXLIB) $(LINTXEXT) LibraryObjectRule() |