Released version 3-2015061300
[notion.git] / mod_notionflux / notionflux / Makefile
blobb4f90b55c6a13a6c5b23a4164b3b882b00b3ea50
1 ##
2 ## Notionflux Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=../..
7 include $(TOPDIR)/build/system-inc.mk
9 ######################################
11 CFLAGS += $(XOPEN_SOURCE)
13 INCLUDES += $(X11_INCLUDES) -I$(TOPDIR)
15 LIBS += $(X11_LIBS)
17 EXTRA_EXECUTABLE = notionflux
19 SOURCES=notionflux.c
21 ######################################
23 include $(TOPDIR)/build/rules.mk
25 ######################################
27 _install: executable_install