Released version 3-2015061300
[notion.git] / de / Makefile
blob44349a20b035bf507235143edf1008da379357e4
1 ##
2 ## Default drawing engine 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=init.c draw.c font.c colour.c brush.c fontset.c style.c precompose.c
16 MODULE=de
18 MAKE_EXPORTS=de
20 ######################################
22 include $(TOPDIR)/build/rules.mk
24 ######################################
26 init.o: exports.h
28 _install: module_install