~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to xkb/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

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