mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 19:22:34 +01:00
18 lines
319 B
Makefile
18 lines
319 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.4/ApacheConnector/samples/TimeServer/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco ApacheConnector sample
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = TimeServer
|
||
|
|
||
|
target = TimeServer
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation PocoNet
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/dylib
|