trunk: changeset 1925
[notion/jeffpc.git] / ioncore / Makefile
blob515f55304d36e78e70b685b8e1f3a449c569b2f1
1 ##
2 ## Ioncore Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=..
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
25 LUA_SOURCES=\
26 ioncore_ext.lua ioncore_luaext.lua ioncore_bindings.lua \
27 ioncore_winprops.lua ioncore_misc.lua ioncore_efbb.lua \
28 ioncore_wd.lua
30 ifeq ($(PRELOAD_MODULES),1)
31 CFLAGS += -DCF_PRELOAD_MODULES
32 endif
34 MAKE_EXPORTS=ioncore
36 TARGETS=ioncore.a
38 ######################################
40 include $(TOPDIR)/rules.mk
42 ######################################
44 ioncore.a: $(OBJS)
45 $(AR) $(ARFLAGS) $@ $+
46 $(RANLIB) $@
48 _install: lc_install