mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-17 10:56:22 +01:00
24 lines
709 B
Makefile
24 lines
709 B
Makefile
![]() |
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.3/Util/Makefile#1 $
|
||
|
#
|
||
|
# 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
|