Released version 3-2014010901
[notion.git] / mod_xkbevents / Makefile
blob7fb002a9c8069d579829fe46559bc00ae61eae5d
1 ##
2 ## frame_xkb module Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=..
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
19 MODULE=mod_xkbevents
21 ######################################
23 include $(TOPDIR)/build/rules.mk
25 ######################################
27 _install: module_install