]> git.decadent.org.uk Git - ion3.git/blob - mod_tiling/Makefile
Update cfg_kludge_flash for Flash 10
[ion3.git] / mod_tiling / Makefile
1 ##
2 ## Ion workspace module Makefile
3 ##
4
5 # System-specific configuration is in system.mk
6 TOPDIR=..
7 include $(TOPDIR)/build/system-inc.mk
8
9 ######################################
10
11 INCLUDES += $(X11_INCLUDES) $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
12 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
13
14 SOURCES=main.c tiling.c placement.c split.c split-stdisp.c \
15         splitfloat.c panehandle.c ops.c
16
17 MAKE_EXPORTS=mod_tiling
18
19 MODULE=mod_tiling
20 MODULE_STUB=mod_tiling.lua
21
22 ######################################
23
24 include $(TOPDIR)/build/rules.mk
25
26 ######################################
27
28 _install: module_install
29
30
31