2006-10-23 18:21:00 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2007-02-23 15:35:25 +01:00
|
|
|
# $Id: //poco/Main/Util/Makefile#11 $
|
2006-10-23 18:21:00 +02:00
|
|
|
#
|
|
|
|
# Makefile for Poco Util
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
|
|
|
objects = AbstractConfiguration Application ConfigurationMapper \
|
|
|
|
ConfigurationView HelpFormatter IniFileConfiguration LayeredConfiguration \
|
|
|
|
LoggingConfigurator LoggingSubsystem MapConfiguration \
|
|
|
|
Option OptionException OptionProcessor OptionSet \
|
|
|
|
PropertyFileConfiguration Subsystem SystemConfiguration \
|
|
|
|
XMLConfiguration FilesystemConfiguration ServerApplication \
|
|
|
|
Validator IntValidator RegExpValidator OptionCallback
|
|
|
|
|
|
|
|
target = PocoUtil
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoFoundation PocoXML
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|