fluxbox/src/FbTk/Makefile.am

18 lines
505 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-11-27 21:42:14 +00:00
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \
2002-12-03 16:26:08 +00:00
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \
2002-12-13 20:28:12 +00:00
RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \
Texture.cc Texture.hh Theme.hh Theme.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}