document where the posix module is on Debian
[notion/jeffpc.git] / mod_query / Makefile
blob8008dea5a70b2e57231a311e64af8540eea7b4e4
1 ##
2 ## Query 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..
12 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
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
17 MAKE_EXPORTS=mod_query
19 MODULE=mod_query
20 MODULE_STUB=mod_query.lua
21 LUA_SOURCES=mod_query_chdir.lua
23 ######################################
25 include $(TOPDIR)/build/rules.mk
27 ######################################
29 _install: module_install lc_install