2006-10-23 16:21:00 +00:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2006-11-17 16:31:29 +00:00
|
|
|
# $Id: //poco/1.3/Util/Makefile#1 $
|
2006-10-23 16:21:00 +00: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
|