mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 19:17:38 +01:00
18 lines
298 B
Makefile
18 lines
298 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/Foundation/samples/Activity/Makefile#2 $
|
||
|
#
|
||
|
# Makefile for Poco Activity
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = Activity
|
||
|
|
||
|
target = Activity
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|