all repos — openbox @ 30260ef6c47928173f59725374c5b0bb78d18d3d

openbox fork - make it a bit more like ryudo

engines/openbox/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
enginedir=$(libdir)/openbox/engines
themedir=$(datadir)/openbox/themes/openbox

CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
-DENGINEDIR=\"$(enginedir)\" \
-DTHEMEDIR=\"$(themedir)\" \
-DDEFAULT_THEME=\"nyz\" \
-DDEFAULT_FONT=\"Sans-7\" \
-DG_LOG_DOMAIN=\"Openbox-Engine\"

engine_LTLIBRARIES=openbox.la

openbox_la_LDFLAGS=-module -avoid-version
openbox_la_SOURCES=openbox.c theme.c

noinst_HEADERS=openbox.h theme.h

MAINTAINERCLEANFILES= Makefile.in

distclean-local:
	$(RM) *\~ *.orig *.rej .\#*