2 ## frame_xkb module Makefile
5 # System-specific configuration is in system.mk
7 include $(TOPDIR
)/build
/system-inc.mk
9 ######################################
11 INCLUDES
+= $(X11_INCLUDES
) $(LIBTU_INCLUDES
) $(LIBEXTL_INCLUDES
) -I
$(TOPDIR
)
12 CFLAGS
+= $(XOPEN_SOURCE
) $(C99_SOURCE
) -Wall
13 LDFLAGS
+= $(X11_LIBS
)
15 SOURCES
=mod_xkbevents.c
17 MAKE_EXPORTS
=mod_xkbevents
22 ######################################
24 include $(TOPDIR
)/build
/rules.mk
26 ######################################
28 mod_xkbevents.o
: exports.h
30 _install
: module_install