poco/Util/Makefile

29 строки
852 B
Makefile
Исходник Обычный вид История

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