XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.9 2002/11/01 22:27:49 keithp Exp $

/**************************************************************************/
/*                                                                        */
/* Copyright (c) 2001,2004 NoMachine, http://www.nomachine.com.           */
/*                                                                        */
/* NXKDIRVE, NX protocol compression and NX extensions to this software   */
/* are copyright of NoMachine. Redistribution and use of the present      */
/* software is allowed according to terms specified in the file LICENSE   */
/* which comes in the source distribution.                                */
/*                                                                        */
/* Check http://www.nomachine.com/licensing.html for applicability.       */
/*                                                                        */
/* NX and NoMachine are trademarks of Medialogic S.p.A.                   */
/*                                                                        */
/* All rights reserved.                                                   */
/*                                                                        */
/**************************************************************************/

KDRIVE=..
#include "../Kdrive.tmpl"

#if ZaurusXServer
DEFINES = -DZAURUSXSERVER
#endif

#if TouchScreen
#if HasTsLib
TSSRCS = tslib.c
TSOBJS = tslib.o
#else
TSSRCS = ts.c
TSOBJS = ts.o
#endif
#endif

SRCS = keyboard.c linux.c mouse.c ps2.c bus.c ms.c agp.c $(TSSRCS)

OBJS = keyboard.o linux.o mouse.o ps2.o bus.o ms.o agp.o $(TSOBJS)

INCLUDES = -I. $(KDINCS)

NormalLibraryObjectRule()
NormalLibraryTarget(linux,$(OBJS))

DependTarget()
