~ubuntu-branches/ubuntu/gutsy/poco/gutsy

« back to all changes in this revision

Viewing changes to Util/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2007-04-27 18:33:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070427183348-xgnpct0qd6a2ip34
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
# $Id: //poco/1.2/Util/Makefile#1 $
 
5
#
 
6
# Makefile for Poco Util
 
7
#
 
8
 
 
9
include $(POCO_BASE)/build/rules/global
 
10
 
 
11
objects = AbstractConfiguration Application ConfigurationMapper \
 
12
        ConfigurationView HelpFormatter IniFileConfiguration LayeredConfiguration \
 
13
        LoggingConfigurator LoggingSubsystem MapConfiguration \
 
14
        Option OptionException OptionProcessor OptionSet \
 
15
        PropertyFileConfiguration Subsystem SystemConfiguration \
 
16
        XMLConfiguration FilesystemConfiguration ServerApplication \
 
17
        Validator IntValidator RegExpValidator OptionCallback
 
18
 
 
19
target         = PocoUtil
 
20
target_version = $(LIBVERSION)
 
21
target_libs    = PocoFoundation PocoXML
 
22
 
 
23
include $(POCO_BASE)/build/rules/lib