fluxbox/src/FbTk/Makefile.am

49 lines
1.4 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
2004-02-10 19:02:40 +00:00
AM_CPPFLAGS=@CPPFLAGS@
2004-01-08 22:09:20 +00:00
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
if XPM
xpm_SOURCE= ImageXPM.hh ImageXPM.cc
endif
2002-11-26 16:01:28 +00:00
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 \
2003-11-27 13:22:45 +00:00
MultiButtonMenuItem.hh MultiButtonMenuItem.cc \
2003-04-26 18:58:30 +00:00
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 \
2003-10-13 22:57:43 +00:00
Theme.hh Theme.cc ThemeItems.hh 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-08-19 16:14:08 +00:00
TextButton.hh TextButton.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 \
Image.hh Image.cc \
PixmapWithMask.hh \
2004-02-27 12:11:40 +00:00
Compose.hh CompareEqual.hh \
2003-08-26 23:26:18 +00:00
TextBox.hh TextBox.cc \
2003-08-27 13:54:30 +00:00
GContext.hh GContext.cc \
2003-09-06 15:43:42 +00:00
KeyUtil.hh KeyUtil.cc \
${xpm_SOURCE} \
2002-11-26 16:01:28 +00:00
${xft_SOURCE} \
${xmb_SOURCE}