all repos — fluxbox @ 99692be7062dab68efe45c5377981f3df9f90392

custom fork of the fluxbox windowmanager

src/FbTk/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_LIBRARIES = libFbTk.a

if XFT
xft_SOURCE= XftFontImp.hh XftFontImp.cc
endif
if MULTIBYTE
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
endif

libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
	EventHandler.hh EventManager.hh EventManager.cc \
	FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
	ImageControl.hh ImageControl.cc \
	Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \
	RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
	Text.hh Text.cc \
	Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \
	XFontImp.cc XFontImp.hh \
	Button.hh Button.cc \
	${xft_SOURCE} \
	${xmb_SOURCE}