mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 15:24:57 +01:00
23 lines
641 B
Makefile
23 lines
641 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.1.0/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
|
||
|
|
||
|
target = PocoUtil
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation PocoXML
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/lib
|