poco/Util/Makefile

29 lines
852 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/1.4/Util/Makefile#2 $
#
# 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 \
2012-05-03 22:12:28 +02:00
Timer TimerTask JSONConfiguration
2012-04-29 20:52:25 +02:00
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
objects += WinService WinRegistryKey WinRegistryConfiguration
endif
target = PocoUtil
target_version = $(LIBVERSION)
2012-05-03 22:12:28 +02:00
target_libs = PocoFoundation PocoXML PocoJSON
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/lib