fluxbox/src/FbTk/Makefile.am

35 lines
1.1 KiB
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 \
Directory.hh Directory.cc \
2002-12-13 20:33:53 +00:00
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 \
2003-04-26 18:58:30 +00:00
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 \
2003-04-26 18:58:30 +00:00
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 \
2003-01-16 12:41:27 +00:00
Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \
XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \
Resource.hh Resource.cc \
2003-04-26 18:58:30 +00:00
StringUtil.hh StringUtil.cc \
2003-02-15 01:22:22 +00:00
Subject.hh Subject.cc Observer.hh Observer.cc \
2003-04-20 13:29:21 +00:00
Transparent.hh Transparent.cc \
2003-04-25 12:30:41 +00:00
FbPixmap.hh FbPixmap.cc \
2003-04-29 08:50:29 +00:00
FbDrawable.hh FbDrawable.cc \
XrmDatabaseHelper.hh \
2002-11-26 16:01:28 +00:00
${xft_SOURCE} \
${xmb_SOURCE}