Edit

kc3-lang/libxkbcommon/src/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Dan Nicholson
    Date : 2009-03-29 11:25:44
    Hash : 94fd3174
    Message : Add rules file parsing from xkbfile Copy over the Xkb_RF* rules parsing functions from xkbfile's maprules.c. Eventually, this will be tied into xkbcomp's path searching utilities so you don't need to supply a full path to the rules file. Also, it this should eventually incorporate the server's RMLVOSet.

  • src/Makefile.am
  • SUBDIRS = makekeys xkbcomp
    
    INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys
    AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
    
    lib_LTLIBRARIES = libxkbcommon.la
    libxkbcommon_la_LIBADD = xkbcomp/libxkbcomp.la
    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