xenocara/xserver/xkb/Makefile.am

44 lines
922 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
noinst_LTLIBRARIES = libxkb.la libxkbstubs.la
AM_CFLAGS = $(DIX_CFLAGS)
2006-11-26 11:13:41 -07:00
DDX_SRCS = \
ddxBeep.c \
ddxCtrls.c \
ddxLEDs.c \
ddxLoad.c \
ddxList.c
2006-11-26 11:13:41 -07:00
DIX_SRCS = \
xkb.c \
xkbUtils.c \
xkbEvents.c \
xkbAccessX.c \
xkbSwap.c \
xkbLEDs.c \
xkbInit.c \
xkbActions.c \
xkbPrKeyEv.c
# this should be replaced by a common library or something, ideally -d
XKBFILE_SRCS = \
maprules.c \
xkmread.c \
xkbtext.c \
xkbfmisc.c \
xkbout.c
X11_SRCS = \
XKBMisc.c \
XKBAlloc.c \
XKBGAlloc.c \
XKBMAlloc.c
libxkb_la_SOURCES = $(DDX_SRCS) $(DIX_SRCS) $(XKBFILE_SRCS) $(X11_SRCS)
2006-11-26 11:13:41 -07:00
libxkbstubs_la_SOURCES = ddxVT.c ddxPrivate.c ddxKillSrv.c
EXTRA_DIST = xkbDflts.h xkbgeom.h xkb.h
2006-11-26 11:13:41 -07:00
xkbcompileddir = $(XKB_COMPILED_DIR)
dist_xkbcompiled_DATA = README.compiled