]> git.decadent.org.uk Git - ion3.git/blob - mod_query/Makefile
[svn-inject] Installing original source of ion3
[ion3.git] / mod_query / Makefile
1 ##
2 ## Query 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=complete.c edln.c input.c listing.c main.c wedln.c \
15         wedln-wrappers.c wmessage.c query.c fwarn.c history.c
16
17 MAKE_EXPORTS=mod_query
18
19 MODULE=mod_query
20 MODULE_STUB=mod_query.lua
21 LUA_SOURCES=mod_query_chdir.lua
22
23 ######################################
24
25 include $(TOPDIR)/build/rules.mk
26
27 ######################################
28
29 _install: module_install lc_install