mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-15 07:20:24 +01:00
18 lines
281 B
Makefile
18 lines
281 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.3/Foundation/samples/deflate/Makefile#1 $
|
|
#
|
|
# Makefile for Poco deflate
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = deflate
|
|
|
|
target = deflate
|
|
target_version = 1
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|