2008-05-12 15:12:39 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
|
|
|
# $Id: //poco/Main/WebWidgets/Makefile#26 $
|
|
|
|
#
|
|
|
|
# Makefile for Poco WebWidgets
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
2008-06-12 10:48:40 +02:00
|
|
|
objects = Renderable Renderer RenderContext LookAndFeel Type Delegate \
|
2008-05-12 15:12:39 +02:00
|
|
|
Formatter IntFormatter DoubleFormatter \
|
|
|
|
View ContainerView Control Cell Button ButtonCell TextField TextFieldCell \
|
|
|
|
Label Form Table Page BoolFormatter DataRetriever \
|
|
|
|
DateField DateFieldCell NumberField NumberFieldCell \
|
|
|
|
DateFormatter ComboBox ComboBoxCell ImageButton ImageButtonCell \
|
|
|
|
TextEdit TextEditCell ToggleButton CheckButton RadioButton \
|
|
|
|
ToggleButtonCell CheckButtonCell RadioButtonCell Panel \
|
|
|
|
Layout GridLayout HorizontalLayout VerticalLayout \
|
|
|
|
TabView HTML Image ProgressIndicator \
|
|
|
|
Frame Collapsible ListBox ListBoxCell \
|
|
|
|
TableModel TableColumn SimpleTableModel \
|
|
|
|
PasswordField PasswordFieldCell TimeField TimeFieldCell \
|
|
|
|
WebApplication RequestProcessor RequestHandler \
|
2008-06-12 10:48:40 +02:00
|
|
|
SubmitButton SubmitButtonCell ResourceManager \
|
2008-11-06 12:46:05 +01:00
|
|
|
StringFormatter WebWidgetsException JSDelegate \
|
|
|
|
SortedTableModel AjaxDelegate AbsoluteLayout \
|
|
|
|
DynamicCodeLoader Template
|
2008-05-12 15:12:39 +02:00
|
|
|
|
|
|
|
target = PocoWebWidgets
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|