mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 22:45:36 +01:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.1.0/Foundation/samples/md5/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco md5
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = md5
|
||
|
|
||
|
target = md5
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|