mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-23 07:24:40 +01:00
18 lines
314 B
Makefile
18 lines
314 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/svn/Foundation/samples/LogRotation/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco LogRotation
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = LogRotation
|
||
|
|
||
|
target = LogRotation
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|