2 ## mod_notionflux Makefile
5 # System-specific configuration is in system.mk
7 include $(TOPDIR
)/build
/system-inc.mk
9 ######################################
11 INSTALL_SUBDIRS
= notionflux
12 SUBDIRS
= $(INSTALL_SUBDIRS
)
14 ######################################
16 INCLUDES
+= $(X11_INCLUDES
) -I
$(TOPDIR
)
17 CFLAGS
+= $(XOPEN_SOURCE
) $(C99_SOURCE
)
19 SOURCES
=mod_notionflux.c
23 ######################################
25 include $(TOPDIR
)/build
/rules.mk
27 ######################################
29 _install
: module_install