No longer trap fatal signals
[notion/jeffpc.git] / mod_sp / Makefile
blobe965d92a883bfbce96746dc393cdd1c8945e21cb
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 _install: module_install etc_install