Released version 3-2015061300
[notion.git] / mod_query / Makefile
blob60bea7b82b035a41be8a53acf7e10bc89ed84d28
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 main.o: exports.h
31 _install: module_install lc_install