all repos — fluxbox @ 4857a824826f374820f56fb2a9caec8f97ae78a8

custom fork of the fluxbox windowmanager

util/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# util/Makefile.am for Blackbox 0.61.x  - an X11 Window manager
SUBDIRS = fbrun
INCLUDES=-I../src/FbTk/
bin_SCRIPTS = bsetbg fluxbox-generate_menu
bin_PROGRAMS =		bsetroot
bsetroot_SOURCES =	bsetroot.cc bsetroot.hh
bsetroot_LDADD =	../src/BaseDisplay.o ../src/Timer.o ../src/ImageControl.o ../src/i18n.o ../src/FbAtoms.o \
	../src/StringUtil.o ../src/TextureRender.o ../src/FbTk/libFbTk.a

MAINTAINERCLEANFILES =	Makefile.in
EXTRA_DIST=bsetbg fluxbox-generate_menu

distclean-local:
	rm -f *\~

bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
 ../src/Timer.hh ../src/ImageControl.hh ../src/FbAtoms.hh