mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 02:14:31 +01:00
18 lines
328 B
Makefile
18 lines
328 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.4/Net/samples/TimeServer/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco TimeServer
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = TimeServer
|
||
|
|
||
|
target = TimeServer
|
||
|
target_version = 1
|
||
|
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|