xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

Makefile.am (902B)


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