Remove/mark some unused functions and parameters
[notion.git] / mod_sp / Makefile
blob1e01ac403de681204c57551fc899532b307d7837
1 ##
2 ## Scratchpad 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=main.c
15 ETC=cfg_sp.lua
17 MAKE_EXPORTS=mod_sp
19 MODULE=mod_sp
21 ######################################
23 include $(TOPDIR)/build/rules.mk
25 ######################################
27 main.o: exports.h
29 _install: module_install etc_install