poco/WebWidgets/Makefile

32 lines
1.1 KiB
Makefile
Raw Normal View History

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
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 \
2008-06-05 11:01:29 +02:00
SubmitButton SubmitButtonCell ResourceManager
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