Compile warning
[notion/jeffpc.git] / mod_dock / Makefile
bloba78a40b1e5112641a3cbd202c56e65696bdc62b2
1 ##
2 ## Notion dock module Makefile
3 ##
4 ##
6 # System specific configuration is in system.mk
7 TOPDIR=..
8 include $(TOPDIR)/build/system-inc.mk
10 ######################################
12 INCLUDES += $(X11_INCLUDES) $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
13 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
15 SOURCES=dock.c
16 DOCS=LICENSE
18 MAKE_EXPORTS=mod_dock
20 MODULE=mod_dock
22 ######################################
24 include $(TOPDIR)/build/rules.mk
26 ######################################
28 _install: module_install
30 ######################################
32 .PHONY: tags
33 tags:
34 exuberant-ctags -R . $(TOPDIR)