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

« back to all changes in this revision

Viewing changes to Net/samples/HTTPTimeServer/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/Net/samples/HTTPTimeServer/Makefile#1 $
 
5
#
 
6
# Makefile for Poco HTTPTimeServer
 
7
#
 
8
 
 
9
include $(POCO_BASE)/build/rules/global
 
10
 
 
11
objects = HTTPTimeServer
 
12
 
 
13
target         = HTTPTimeServer
 
14
target_version = 1
 
15
target_libs    = PocoUtil PocoNet PocoXML PocoFoundation
 
16
 
 
17
include $(POCO_BASE)/build/rules/exec