aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
blob: d8074791cd7c62afa24e45f61667b1d1c15fc2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
noinst_LIBRARIES = libFbTk.a

AM_CPPFLAGS=@CPPFLAGS@
INCLUDES = -I$(top_srcdir)/libs/lua/src
CLEANFILES = LResourceHelper-lua.cc LResourceHelper.luac

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
if IMLIB2
imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc
endif

libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
	Accessor.hh DefaultValue.hh \
	FileUtil.hh FileUtil.cc \
	EventHandler.hh EventManager.hh EventManager.cc \
	FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
	I18n.cc I18n.hh \
	CommandParser.hh \
	RadioMenuItem.hh \
	ImageControl.hh ImageControl.cc \
	LogicCommands.hh LogicCommands.cc \
	MacroCommand.hh MacroCommand.cc \
	Menu.hh Menu.cc MenuItem.hh MenuItem.cc \
	BoolMenuItem.hh IntMenuItem.hh \
	MultiButtonMenuItem.hh MultiButtonMenuItem.cc \
	MenuTheme.hh MenuTheme.cc NotCopyable.hh \
	BorderTheme.hh BorderTheme.cc TextTheme.hh TextTheme.cc \
	RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
	TextUtils.hh TextUtils.cc Orientation.hh \
	Texture.cc Texture.hh TextureRender.hh TextureRender.cc \
	Shape.hh Shape.cc \
	Theme.hh Theme.cc ThemeItems.cc Timer.hh Timer.cc \
	XFontImp.cc XFontImp.hh \
	Button.hh Button.cc \
	TextButton.hh TextButton.cc \
	Container.hh Container.cc \
	MultLayers.cc MultLayers.hh \
	Layer.cc Layer.hh LayerItem.cc LayerItem.hh \
	Resource.hh Resource.cc \
	StringUtil.hh StringUtil.cc \
	RegExp.hh RegExp.cc \
	FbString.hh FbString.cc \
	AutoReloadHelper.hh AutoReloadHelper.cc \
	Transparent.hh Transparent.cc \
	FbPixmap.hh FbPixmap.cc \
	FbDrawable.hh FbDrawable.cc \
	XrmDatabaseHelper.hh \
	Image.hh Image.cc \
	PixmapWithMask.hh \
	Compose.hh CompareEqual.hh \
	TextBox.hh TextBox.cc \
	GContext.hh GContext.cc \
	KeyUtil.hh KeyUtil.cc \
	MenuSeparator.hh MenuSeparator.cc \
	stringstream.hh \
	TypeAhead.hh SearchResult.hh SearchResult.cc ITypeAheadable.hh \
	Select2nd.hh STLUtil.hh \
	CachedPixmap.hh CachedPixmap.cc \
	Slot.hh Signal.hh MemFun.hh SelectArg.hh \
	Util.hh \
	Luamm.cc Luamm.hh LResource.cc LResource.hh LResourceHelper-lua.cc \
	LuaUtil.cc LuaUtil.hh \
	${xpm_SOURCE} \
	${xft_SOURCE} \
	${xmb_SOURCE} \
	$(imlib2_SOURCE)

%.luac: %.lua Makefile
	$(top_builddir)/libs/lua/src/luac -o $@ $<


%-lua.cc: %.luac $(top_srcdir)/luatoc.sh Makefile
	$(top_srcdir)/luatoc.sh $< $@ $(<:.luac=)