#####################################################################
#
# @(#)Makefile	1.8
#
#  Copyright (c) 1995, Willows Software Inc.  All rights reserved.
#
#  Makefile for build KEYBOARD dynamic link library
# 
#####################################################################


TWIN_AUXINC     = -I$(TWINDIR)/win -I.

default		= dll
project		= libkeyboard
components	= Keyboard.o SysKeyboard.o KeyboardIF.o KeyboardBin.o Keyboard.res.o
libraries	= 
resource	= Keyboard

include $(TWINDIR)/Makefile.config

install: $(TWINLIB)/$(project).$(DLL_EXT)

depend:
