mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-15 03:21:09 +01:00
18 lines
301 B
Makefile
18 lines
301 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Util/samples/SampleApp/Makefile#3 $
|
|
#
|
|
# Makefile for Poco SampleApp
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = SampleApp
|
|
|
|
target = SampleApp
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|