5 # System-specific configuration is in system.mk
7 include $(TOPDIR
)/system-inc.mk
9 ######################################
11 INCLUDES
+= $(X11_INCLUDES
) $(LIBTU_INCLUDES
) $(LIBEXTL_INCLUDES
) -I..
13 CFLAGS
+= $(XOPEN_SOURCE
) $(C99_SOURCE
)
15 SOURCES
=binding.c conf-bindings.c cursor.c event.c exec.c focus.c \
16 strings.c key.c modules.c mwmhints.c pointer.c property.c \
17 screen.c sizehint.c window.c ioncore.c \
18 xic.c selection.c clientwin.c colormap.c region.c eventh.c \
19 attach.c resize.c grab.c manage.c regbind.c \
20 rootwin.c
tags.c names.c saveload.c genws.c frame.c \
21 frame-pointer.c conf.c reginfo.c extlconv.c fullscreen.c mplex.c \
22 bindmaps.c gr.c infowin.c activity.c netwm.c frame-draw.c \
23 kbresize.c rectangle.c xwindow.c hooks.c presize.c extlrx.c
26 ioncore_ext.lua ioncore_luaext.lua ioncore_bindings.lua \
27 ioncore_winprops.lua ioncore_misc.lua ioncore_efbb.lua \
30 ifeq ($(PRELOAD_MODULES
),1)
31 CFLAGS
+= -DCF_PRELOAD_MODULES
38 ######################################
40 include $(TOPDIR
)/rules.mk
42 ######################################
45 $(AR
) $(ARFLAGS
) $@
$+