1 localedir=$(datadir)/locale
2 themercdir=$(datadir)/openbox
3 enginedir=$(libdir)/openbox/engines
4 plugindir=$(libdir)/openbox/plugins
7 url=http://icculus.org/openbox
8 bugurl=http://bugzilla.icculus.org
10 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
12 -DLOCALEDIR=\"$(localedir)\" \
13 -DTHEMERCDIR=\"$(themercdir)\" \
14 -DPLUGINDIR=\"$(plugindir)\" \
15 -DENGINEDIR=\"$(enginedir)\" \
16 -DDEFAULT_ENGINE=\"openbox\" \
17 -DG_LOG_DOMAIN=\"Openbox\" \
18 -DBINARY=\"$(binary)\" \
20 -DBUGURL=\"$(bugurl)\"
22 LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@
24 bin_PROGRAMS=$(binary)
26 ob3_LDADD=@LIBINTL@ ../render/librender.a
27 ob3_LDFLAGS=-export-dynamic
28 ob3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c prop.c \
29 screen.c stacking.c xerror.c themerc.c timer.c dispatch.c \
30 engine.c plugin.c action.c grab.c
32 noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \
33 openbox.h prop.h screen.h stacking.h xerror.h themerc.h dispatch.h \
34 timer.h engine.h plugin.h action.h grab.h
36 MAINTAINERCLEANFILES= Makefile.in
39 $(RM) *\~ *.orig *.rej .\#*