]> git.decadent.org.uk Git - ion3.git/blob - mod_tiling/Makefile
[svn-inject] Installing original source of ion3
[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
21 ######################################
22
23 include $(TOPDIR)/build/rules.mk
24
25 ######################################
26
27 _install: module_install
28
29
30