all repos — openbox @ 6284d4ef9036764d4e6f708ca5f38aa7c1749865

openbox fork - make it a bit more like ryudo

util/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# util/Makefile.am for Blackbox - an X11 Window manager

CPPFLAGS= @CPPFLAGS@ @DEBUG@

bin_SCRIPTS = 		bsetbg
bin_PROGRAMS =		bsetroot

bsetroot_SOURCES =	bsetroot.cc
bsetroot_LDADD =	../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o

MAINTAINERCLEANFILES =	Makefile.in

distclean-local:
	rm -f *\~

# local dependencies

bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
 ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
 ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
 bsetroot.hh ../src/Image.hh