]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/Makefile.am
stop using python internally. add an event dispatcher
[mikachu/openbox.git] / openbox / Makefile.am
1 localedir=$(datadir)/locale
2 themercdir=$(datadir)/openbox
3 enginedir=$(libdir)/openbox/engines
4 plugindir=$(libdir)/openbox/plugins
5
6 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
7 @CPPFLAGS@ \
8 -DLOCALEDIR=\"$(localedir)\" \
9 -DTHEMERCDIR=\"$(themercdir)\" \
10 -DPLUGINDIR=\"$(plugindir)\" \
11 -DENGINEDIR=\"$(enginedir)\" \
12 -DDEFAULT_ENGINE=\"openbox\" \
13 -DG_LOG_DOMAIN=\"Openbox\"
14
15 LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@
16
17 bin_PROGRAMS= ob3
18
19 ob3_LDADD=@LIBINTL@ ../render/librender.a
20 ob3_LDFLAGS=-export-dynamic
21 ob3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c prop.c \
22         screen.c stacking.c xerror.c themerc.c timer.c dispatch.c \
23         engine.c
24
25 noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \
26         openbox.h prop.h screen.h stacking.h xerror.h themerc.h dispatch.h \
27         timer.h engine.h
28
29 MAINTAINERCLEANFILES= Makefile.in
30
31 distclean-local:
32         $(RM) *\~ *.orig *.rej .\#*