Merge branch 'contrib_goto_focus'
[notion.git] / mod_dock / Makefile
blobe427dfc19758922c04ca2600f14801bd5be457ad
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 dock.o: exports.h
34 .PHONY: tags
35 tags:
36 exuberant-ctags -R . $(TOPDIR)