mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-19 20:32:15 +01:00
18 lines
267 B
Makefile
18 lines
267 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/svn/Util/samples/SampleServer/Makefile#1 $
|
|
#
|
|
# Makefile for Poco SampleServer
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Units
|
|
|
|
target = Units
|
|
target_version = 1
|
|
target_libs =
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|