Makefile.am revision 4642e01f
1noinst_LTLIBRARIES = libxkb.la libxkbstubs.la 2 3AM_CFLAGS = $(DIX_CFLAGS) \ 4 -DHAVE_XKB_CONFIG_H 5 6DDX_SRCS = \ 7 ddxBeep.c \ 8 ddxCtrls.c \ 9 ddxFakeMtn.c \ 10 ddxInit.c \ 11 ddxKeyClick.c \ 12 ddxLEDs.c \ 13 ddxLoad.c \ 14 ddxList.c \ 15 ddxDevBtn.c 16 17DIX_SRCS = \ 18 xkb.c \ 19 xkbUtils.c \ 20 xkbEvents.c \ 21 xkbAccessX.c \ 22 xkbSwap.c \ 23 xkbLEDs.c \ 24 xkbInit.c \ 25 xkbActions.c \ 26 xkbPrKeyEv.c 27 28# this should be replaced by a common library or something, ideally -d 29XKBFILE_SRCS = \ 30 maprules.c \ 31 xkmread.c \ 32 xkbtext.c \ 33 xkbfmisc.c \ 34 xkbout.c 35 36X11_SRCS = \ 37 XKBMisc.c \ 38 XKBAlloc.c \ 39 XKBGAlloc.c \ 40 XKBMAlloc.c 41 42# ends up unused... 43# XI_SRCS = xkbPrOtherEv.c 44 45libxkb_la_SOURCES = $(DDX_SRCS) $(DIX_SRCS) $(XI_SRCS) $(XKBFILE_SRCS) \ 46 $(X11_SRCS) 47libxkbstubs_la_SOURCES = ddxVT.c ddxPrivate.c ddxKillSrv.c 48 49EXTRA_DIST = xkbDflts.h xkbgeom.h xkb.h 50 51xkbcompileddir = $(XKB_COMPILED_DIR) 52dist_xkbcompiled_DATA = README.compiled 53