mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 07:16:46 +01:00
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/Main/WebWidgets/Makefile#26 $
|
||
|
#
|
||
|
# Makefile for Poco WebWidgets
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = Renderable Renderer RenderContext LookAndFeel Type Event Delegate \
|
||
|
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 \
|
||
|
SubmitButton SubmitButtonCell
|
||
|
|
||
|
target = PocoWebWidgets
|
||
|
target_version = $(LIBVERSION)
|
||
|
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/lib
|