fluxbox/src/FbTk/Makefile.am

23 lines
729 B
Text
Raw Normal View History

2002-11-26 23:41:16 +00:00
noinst_LIBRARIES = libFbTk.a
2002-11-26 16:01:28 +00:00
if XFT
xft_SOURCE= XftFontImp.hh XftFontImp.cc
endif
if MULTIBYTE
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
endif
2002-12-13 20:33:53 +00:00
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
EventHandler.hh EventManager.hh EventManager.cc \
2002-12-25 11:47:24 +00:00
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
ImageControl.hh ImageControl.cc \
2003-01-12 17:27:01 +00:00
MacroCommand.hh MacroCommand.cc \
Menu.hh Menu.cc MenuItem.hh MenuItem.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \
2002-12-13 20:33:53 +00:00
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 \
2002-11-26 16:01:28 +00:00
XFontImp.cc XFontImp.hh \
2002-12-13 20:28:12 +00:00
Button.hh Button.cc \
2002-11-26 16:01:28 +00:00
${xft_SOURCE} \
${xmb_SOURCE}