2006-07-11 16:33:40 +00:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2006-08-29 07:10:35 +00:00
|
|
|
# $Id: //poco/1.2/Util/Makefile#1 $
|
2006-07-11 16:33:40 +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 \
|
2006-08-29 07:10:35 +00:00
|
|
|
XMLConfiguration FilesystemConfiguration ServerApplication \
|
|
|
|
Validator IntValidator RegExpValidator OptionCallback
|
2006-07-11 16:33:40 +00:00
|
|
|
|
|
|
|
target = PocoUtil
|
2006-08-29 07:10:35 +00:00
|
|
|
target_version = $(LIBVERSION)
|
2006-07-11 16:33:40 +00:00
|
|
|
target_libs = PocoFoundation PocoXML
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|