# Generated automatically from Makefile.in by configure.
#
# This is the Makefile for the keyboard-subdirectory of the DOS-emulator
# for Linux.
#

REALTOPDIR=/u3/jtk/dosemu-0.63.1.2
TOPDIR=/u3/jtk/dosemu-0.63.1.2/src
CFLAGS=-O3 -m486 -fomit-frame-pointer    -Wall -I/u3/jtk/dosemu-0.63.1.2/src/include  -I/u3/NetBSD-current/src/sys/include -I/u3/jtk/dosemu-0.63.1.2/src/base/dev/pic -I/u3/jtk/dosemu-0.63.1.2/src/dosext/dpmi  -I/usr/X11R6/include
LDFLAGS=
CC=gcc
X_SUPPORT=1

SUBDIR=keyboard

ifdef X_SUPPORT
XFILES = Xkeyb.c
XOBJS  = Xkeyb.o
endif

CFILES = keymaps.c keyboard-server.c keyboard-client.c
DEPENDS= keymaps.d keyboard-server.d keyboard-client.d
HFILES = 
# XSRC   = XKeyb.c

CFLAGS+= $(USE_SLANG)

# Insert all source- and header-files here.

ALL = $(CFILES) $(HFILES) $(XFILES) slang-keyboard.c

# All object-files are included here.

OBJS = keymaps.o keyboard-server.o keyboard-client.o $(XOBJS) 


all: lib

install:

include $(REALTOPDIR)/src/Makefile.common
