Edit

kc3-lang/libxkbcommon/src/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Daniel Stone
    Date : 2010-06-15 19:38:16
    Hash : 240a0c34
    Message : xkbcomp: Lazy keysym parsing (avoid XStringToKeysym) Instead of calling XStringToKeysym on every keysym we parse, store it as a string until we need to store it in an actual keymap. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

  • src/Makefile.am
  • SUBDIRS = makekeys xkbcomp
    
    INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys $(XLIB_CFLAGS)
    AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
    
    lib_LTLIBRARIES = libxkbcommon.la
    libxkbcommon_la_LIBADD = xkbcomp/libxkbcomp.la $(XLIB_LIBS)
    libxkbcommon_la_SOURCES = \
    	XKBcommonint.h \
    	alloc.c \
    	atom.c \
    	galloc.c \
    	geom.c \
    	keysym.c \
    	malloc.c \
    	maprules.c \
    	misc.c \
    	text.c \
    	xkb.c \
    	xkballoc.h \
    	xkbgeom.h \
    	xkbmisc.h \
    	xkbrules.h